Skip to content

Commit

Permalink
Applications opened!
Browse files Browse the repository at this point in the history
  • Loading branch information
Copy05 committed May 6, 2024
1 parent bab1c8c commit 1ba56a9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SiteHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const HeaderHTML = `
<li><a class="dktl" href="./index.html#about">About</a></li>
<li><a class="dktl" href="./quotes.html">Quotes</a></li>
<li><a class="dktl" href="./digital-tools.html">Digital Tools</a></li>
<li><a class="dktl contactlink" href="https://discord.gg/JSRHqSZ">Get in touch</a></li>
<li><a class="dktl contactlink" href="https://forms.gle/dJNGDHAcozxzZ5Xb9">Get in touch</a></li>
<li id="mnb-hamburger"><a href="#" id="mnb-hamburger-btn">≡</a></li>
</ul>
`
Expand Down
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
<div class="mainpagebg">
<p class="mpbtxt">Inspiring entrepreneur and people to become stronger and successful</p>
<p class="mpbstxt">Especially at the young age it's important to learn about finance, business and how to self improve.</p>
<div class="centre">
<a href="https://forms.gle/dJNGDHAcozxzZ5Xb9" class="work-with-me">Work with me</a>
</div>
</div>

<div id="about">
Expand All @@ -40,7 +43,7 @@
<p class="graphtitle">Subscribers</p>
</div>
<div class="graph">
<p class="graphnumber" id="view_count">114,0K</p>
<p class="graphnumber" id="view_count">114,4K</p>
<p class="graphtitle">Viewers</p>
</div>
<div class="graph">
Expand Down
22 changes: 22 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ li {
border-radius: 5px;
}

/* KEK */

.centre {
text-align: center;
}

/* Header */

header {
Expand Down Expand Up @@ -344,6 +350,22 @@ footer {
flex: 1;
}

.work-with-me:hover {
opacity: 1 !important;
background: rgb(70, 70, 70);
}

.work-with-me {
display: inline-block;
background: rgb(30, 30, 30);
font-family: "DarkerGrote";
color: white;
text-align: center;
padding: 10px 20px;
border: 5px;
margin-bottom: 20px;
}

/* Effects */

.green-text-shadow {
Expand Down

0 comments on commit 1ba56a9

Please sign in to comment.