Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PadowYT2 committed Oct 27, 2021
1 parent 648d7b6 commit a9a59fe
Show file tree
Hide file tree
Showing 7 changed files with 170 additions and 151 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
!README.html
!README.md
!create_release.sh
!.gitignore
!.gitignore
305 changes: 162 additions & 143 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,171 +2,190 @@
<div class="wrapper-1">
<div class="wrapper-2">
<h1>Thank you!</h1>
<p>Thank you for downloading Nexus 1.4.0!</p>
<p>Thank you for downloading Nexus 1.5.0!</p>
<p>In this page you will find a quick start-up guide.</p>
<p>Need help? Please join our Discord for support.</p>
<button class="go-home" onclick="window.location.href='https://resourcemc.net/discord'"">
Discord
</button>
</div>
<div class="footer-like">
<p>Did you like this resource?
<a href="https://namelessmc.com/resources/resource/162-nexus-template--available-for-free--supported-for-pre10/">Please leave a 5-star review :)</a>
</p>
<div class=" footer-like">
<p>Did you like this resource?
<a
href="https://namelessmc.com/resources/resource/162-nexus-template--available-for-free--supported-for-pre10/">Please
leave a 5-star review :)</a>
</p>
</div>
</div>
</div>
</div>

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css">

<div class="container my-5">
<section id="steps">
<div class="text-center mb-5">
<span>STEPS</span>
<h2 class="font-weight-bold display-4 ">How It <span style=" color: #9B5DE5">Works?</span></h2>
<section id="steps">
<div class="text-center mb-5">
<span>STEPS</span>
<h2 class="font-weight-bold display-4 ">How It <span style=" color: #9B5DE5">Works?</span></h2>
</div>
<div class="row">
<div class="col-md-4">
<div class="bg-light position-relative px-3 my-5">
<div
class="font-weight-bold circle text-white rounded-circle d-flex align-items-center justify-content-center mx-auto position-relative border border-white"
style="width: 60px;height: 60px;top: -30px;border-width: 4px !important; background-color: #9B5DE5">
1
</div>
<div class="px-3 text-center pb-3">
<h4>Upload</h4>
<p class="font-weight-light my-3">Upload "custom" and the "modules" folder to your NamelessMC Root directory
(public_html, html, htdocs)</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="bg-light position-relative px-3 my-5">
<div
class="font-weight-bold circle text-white rounded-circle d-flex align-items-center justify-content-center mx-auto position-relative border border-white"
style="width: 60px;height: 60px;top: -30px;border-width: 4px !important; background-color: #9B5DE5">
2
</div>
<div class="px-3 text-center pb-3">
<h4>Installing Template</h4>
<p class="font-weight-light my-3">Open your NamelessMC dashboard => Layout => Templates => Click on
"Install" - Enable after you've installed it.</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="bg-light position-relative px-3 my-5">
<div class="font-weight-bold circle text-white rounded-circle d-flex align-items-center justify-content-center mx-auto position-relative border border-white"
style="width: 60px;height: 60px;top: -30px;border-width: 4px !important; background-color: #9B5DE5">
1
</div>
<div class="px-3 text-center pb-3">
<h4>Upload</h4>
<p class="font-weight-light my-3">Upload "custom" and the "modules" folder to your NamelessMC Root directory (public_html, html, htdocs)</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="bg-light position-relative px-3 my-5">
<div class="font-weight-bold circle text-white rounded-circle d-flex align-items-center justify-content-center mx-auto position-relative border border-white"
style="width: 60px;height: 60px;top: -30px;border-width: 4px !important; background-color: #9B5DE5">
2
</div>
<div class="px-3 text-center pb-3">
<h4>Installing Template</h4>
<p class="font-weight-light my-3">Open your NamelessMC dashboard => Layout => Templates => Click on "Install" - Enable after you've installed it.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="bg-light position-relative px-3 my-5">
<div class="font-weight-bold circle text-white rounded-circle d-flex align-items-center justify-content-center mx-auto position-relative border border-white"
style="width: 60px;height: 60px;top: -30px;border-width: 4px !important; background-color: #9B5DE5">
3
</div>
<div class="px-3 text-center pb-3">
<h4>Installing Backend</h4>
<p class="font-weight-light my-3">Open your NamelessMC dashboard => Modules => Click on "Install" - Enable after you've installed it. You're done :)</p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="bg-light position-relative px-3 my-5">
<div
class="font-weight-bold circle text-white rounded-circle d-flex align-items-center justify-content-center mx-auto position-relative border border-white"
style="width: 60px;height: 60px;top: -30px;border-width: 4px !important; background-color: #9B5DE5">
3
</div>
<div class="px-3 text-center pb-3">
<h4>Installing Backend</h4>
<p class="font-weight-light my-3">Open your NamelessMC dashboard => Modules => Click on "Install" - Enable
after you've installed it. You're done :)</p>
</div>
</div>
</section>
</div>
</div>
</section>
</div>

<link href="https://fonts.googleapis.com/css?family=Kaushan+Script|Source+Sans+Pro" rel="stylesheet">
<style>
*{
box-sizing:border-box;
/* outline:1px solid ;*/
}
body{
background: #ffffff;
background: linear-gradient(to bottom, #ffffff 0%,#e1e8ed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e8ed',GradientType=0 );
* {
box-sizing: border-box;
/* outline:1px solid ;*/
}

body {
background: #ffffff;
background: linear-gradient(to bottom, #ffffff 0%, #e1e8ed 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e8ed', GradientType=0);
height: 100%;
margin: 0;
background-repeat: no-repeat;
background-attachment: fixed;

}

.wrapper-1{
width:100%;
height:100vh;
display: flex;
flex-direction: column;
}
.wrapper-2{
padding :30px;
text-align:center;
}
h1{
margin: 0;
background-repeat: no-repeat;
background-attachment: fixed;

}

.wrapper-1 {
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
}

.wrapper-2 {
padding: 30px;
text-align: center;
}

h1 {
font-family: 'Kaushan Script', cursive;
font-size:4em;
letter-spacing:3px;
color:#9B5DE5 ;
margin:0;
margin-bottom:20px;
}
.wrapper-2 p{
margin:0;
font-size:1.3em;
color:#aaa;
font-family: 'Source Sans Pro', sans-serif;
letter-spacing:1px;
}
.go-home{
color:#fff;
background:#9B5DE5;
border:none;
padding:10px 50px;
margin:30px 0;
border-radius:30px;
text-transform:capitalize;
box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}
.footer-like{
margin-top: auto;
background:#D7E6FE;
padding:6px;
text-align:center;
}
.footer-like p{
margin:0;
padding:4px;
color:#9B5DE5;
font-family: 'Source Sans Pro', sans-serif;
letter-spacing:1px;
}
.footer-like p a{
text-decoration:none;
color:#9B5DE5;
font-weight:600;
}

@media (min-width:360px){
h1{
font-size:4.5em;
font-size: 4em;
letter-spacing: 3px;
color: #9B5DE5;
margin: 0;
margin-bottom: 20px;
}
.go-home{
margin-bottom:20px;

.wrapper-2 p {
margin: 0;
font-size: 1.3em;
color: #aaa;
font-family: 'Source Sans Pro', sans-serif;
letter-spacing: 1px;
}
}

@media (min-width:600px){
.content{
max-width:1000px;
margin:0 auto;
}
.wrapper-1{
height: initial;
max-width:620px;
margin:0 auto;
margin-top:50px;
box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}

}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
font-family: 'Poppins', sans-serif !important;
}
a:hover {

.go-home {
color: #fff;
background: #9B5DE5;
border: none;
padding: 10px 50px;
margin: 30px 0;
border-radius: 30px;
text-transform: capitalize;
box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}

.footer-like {
margin-top: auto;
background: #D7E6FE;
padding: 6px;
text-align: center;
}

.footer-like p {
margin: 0;
padding: 4px;
color: #9B5DE5;
font-family: 'Source Sans Pro', sans-serif;
letter-spacing: 1px;
}

.footer-like p a {
text-decoration: none;
}
color: #9B5DE5;
font-weight: 600;
}

@media (min-width:360px) {
h1 {
font-size: 4.5em;
}

.go-home {
margin-bottom: 20px;
}
}

@media (min-width:600px) {
.content {
max-width: 1000px;
margin: 0 auto;
}

.wrapper-1 {
height: initial;
max-width: 620px;
margin: 0 auto;
margin-top: 50px;
box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}

}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
font-family: 'Poppins', sans-serif !important;
}

a:hover {
text-decoration: none;
}
</style>
2 changes: 1 addition & 1 deletion README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Nexus Template 1.4.0
# Nexus Template 1.5.0

For better experience read "README.html"

Expand Down
2 changes: 1 addition & 1 deletion create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ fi

echo " zipping template files for $version"

zip -r Nexus_"$version".zip custom/templates/Nexus/ custom/panel_templates/Default/nexus/ modules/Nexus/ README.html
zip -r "Nexus "$version".zip" custom/templates/Nexus/ custom/panel_templates/Default/nexus/ modules/Nexus/ README.html README.md
4 changes: 2 additions & 2 deletions custom/panel_templates/Default/nexus/update.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<div class="card">
<h3 class="card-header mb-3 text-center">{$UPDATES_PAGE}</h3>
<div class="card-body" style="height: 100vh;">
<iframe src="https://updates.mubeen.eu/nexus/v1.3.0"
<iframe src="https://updates.mubeen.eu/nexus/v1.5.0"
style="height:100%;width:100%;border:2px solid transparent;margin-top:20px;"> </iframe>

</div>
</div>
</div>
2 changes: 1 addition & 1 deletion custom/templates/Nexus/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct($cache, $smarty, $language, $user, $pages)
$template = array(
'name' => 'Nexus',
'version' => '2.0.0-pr12',
'nl_version' => "2.0.0-pr12",
'nl_version' => '2.0.0-pr12',
'author' => 'Mubeen, <a href="https://tensa.co.ua" target="_blank" rel="nofollow noopener">xGIGABAITx</a>, <a href="https://padow.ru" target="_blank" rel="nofollow noopener">PadowYT2</a> & Sylensky',
);

Expand Down
4 changes: 2 additions & 2 deletions modules/Nexus/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
$INFO_MODULE = array(
'name' => 'Nexus',
'author' => 'Mubeen, <a href="https://tensa.co.ua" target="_blank" rel="nofollow noopener">xGIGABAITx</a>, <a href="https://padow.ru" target="_blank" rel="nofollow noopener">PadowYT2</a> & Sylensky',
'module_ver' => '1.4.0',
'nml_ver' => '2.0.0-pr11',
'module_ver' => '1.5.0',
'nml_ver' => '2.0.0-pr12',
);

$NexusLanguage = new Language(ROOT_PATH . '/modules/' . $INFO_MODULE['name'] . '/language', LANGUAGE);
Expand Down

0 comments on commit a9a59fe

Please sign in to comment.