Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix navigation on website #42

Merged
merged 2 commits into from
Oct 4, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions Website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@
<div id=><img src="img/Driftyicon.ico" id="btn1"/></div>
<div class="btn2" >CONTACT US</div>
<div class="btn2" >ABOUT US</div>
<div class="btn2" >DOWNLOAD</div>
<a style="text-decoration: none;" href="#download_section"><div class="btn2" >DOWNLOAD</div></a>


</nav>

Expand All @@ -224,8 +225,10 @@ <h2>More Information About Drifty</h2>
FileSystems, Files and Path classes to check existence of the directory and create them if needed,
and ReadableByteChannel and FileOutputStream clases for downloading the file.
</p>
<a href="https://github.com/SaptarshiSarkar12/Drifty/releases/latest/download/Drifty_CLI.exe" class="btn4">Download Now (For Windows Users)</a>
<a href="https://github.com/SaptarshiSarkar12/Drifty/releases/latest/download/Drifty.jar" class="btn4">Download Now (For Other users)</a>
<a id="download_section">
<a href="https://github.com/SaptarshiSarkar12/Drifty/releases/latest/download/Drifty_CLI.exe" class="btn4">Download Now (For Windows Users)</a>
<a href="https://github.com/SaptarshiSarkar12/Drifty/releases/latest/download/Drifty.jar" class="btn4">Download Now (For Other users)</a>
</a>
</div>
</section>
<section class="footer">
Expand All @@ -241,4 +244,4 @@ <h2>More Information About Drifty</h2>
<script src="https://cdn.jsdelivr.net/npm/darkmode-js@1.5.7/lib/darkmode-js.min.js"></script>
<script src="script.js" ></script>
</body>
</html>
</html>