-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #142 from redet-G/master
Adds See More option for releases to see release note #141
- Loading branch information
Showing
3 changed files
with
67 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ | |
<link rel="icon" type="image/png" sizes="32x32" href="./favicons/favicon-32x32.png" /> | ||
<link rel="icon" type="image/png" sizes="16x16" href="./favicons/favicon-16x16.png" /> | ||
<link rel="manifest" href="./favicons/site.webmanifest" /> | ||
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script> | ||
</head> | ||
|
||
<body> | ||
|
@@ -106,13 +107,12 @@ <h2 class="text-gradient-blue">Be a part of Drifty Family!</h2> | |
<h4>✨Download Here✨</h4> | ||
</div> | ||
<div id="download_section" class="download_section"> | ||
<a onclick="download_alert_window()" | ||
class="btn4">Download Now <i class="fab fa-windows"></i></a> | ||
<a onclick="download_alert_window()" class="btn4">Download Now <i class="fab fa-windows"></i></a> | ||
<a onclick="download_alert_apple()" class="btn4">Download | ||
Now <i class="fab fa-apple"></i> <i class="fab fa-linux"></i></a> | ||
</div> | ||
<span><b>All releases</b></span> | ||
<div id="releases" class="release_section"> | ||
<div id="releases" class="release_section"> | ||
|
||
|
||
</div> | ||
|
@@ -133,18 +133,18 @@ <h2>Contact Us</h2> | |
<a href="https://github.com/SaptarshiSarkar12/Drifty/discussions" type="button"> | ||
<i class="fa-solid fa-headset"></i> Support | ||
</a> | ||
|
||
<a href="mailto:[email protected]" type="button"><i class="fa-sharp fa-solid fa-envelope"></i> | ||
Email</a> | ||
</div> | ||
</section> | ||
|
||
<footer class="footer"> | ||
<div class="social"> | ||
<a href="https://www.twitter.com/SSarkar2007" id="twitter"><i class="fab fa-twitter"></i></a> | ||
<a href="https://github.com/SaptarshiSarkar12" ><i class="fab fa-github"></i></a> | ||
<a href="https://saptarshisarkar.hashnode.dev/"><i class="fa-brands fa-hashnode"></i></a> | ||
<a href="https://www.bio.link/saptarshi" ><i class="fa-sharp fa-solid fa-link"></i></a> | ||
<a href="https://www.twitter.com/SSarkar2007" id="twitter"><i class="fab fa-twitter"></i></a> | ||
<a href="https://github.com/SaptarshiSarkar12"><i class="fab fa-github"></i></a> | ||
<a href="https://saptarshisarkar.hashnode.dev/"><i class="fa-brands fa-hashnode"></i></a> | ||
<a href="https://www.bio.link/saptarshi"><i class="fa-sharp fa-solid fa-link"></i></a> | ||
<!--added footers --> | ||
</div> | ||
<p><i class="fa-solid fa-copyright"></i> Drifty | ||
|
@@ -154,4 +154,5 @@ <h2>Contact Us</h2> | |
<!-- Scripts --> | ||
<script src="script.js"></script> | ||
</body> | ||
</html> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters