Skip to content

Commit

Permalink
Merge pull request #23 from lorenclin/master
Browse files Browse the repository at this point in the history
home-updates
  • Loading branch information
Xoffio authored May 28, 2023
2 parents ef94059 + efbd44f commit cfe463c
Show file tree
Hide file tree
Showing 14 changed files with 362 additions and 37 deletions.
70 changes: 70 additions & 0 deletions docs/download.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css"/>
<!-- <link rel="stylesheet" href="/responsive.css" /> -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ViewFX</title>
</head>
<body>
<!-- <section> <!-- Nav -->
<header class="nav-bar">
<h1>
<a id="logo-img" href="index.html">
ViewFX
<!-- <img src="img/logo.svg" alt="ViewFX Logo" id="logo-image" /> -->
</a>
</h1>
<nav class="nav-links">
<a href="download.html">Download</a>
<a target="_blank" href="https://github.com/XpaceOff/viewfx"><img class="github" src="img/icons/github.svg" alt="github" /></a>
</nav>
</header>
</section>
<section class="hero">
<div class="hero-wrapper">
<h2>Get ViewFX</h2>
<h3>Just under 20MG, ViewFX is ready to go once you install it. Instant startup. No login needed.</h3>
</div>
</section>


<!-- </section> -->
<section class="download"> <!-- Download -->
<h4>Downloads</h4>
<div class="download-wrapper">
<div class="download-1"><a href="https://download.link"><img src="img/icons/download.svg" alt="download icon"/></a><a class="download-link" href="https://example.com">macOS</a></div>
<div class="download-2"><a href="https://download.link"><img src="img/icons/download.svg" alt="download icon"/></a><a class="download-link" href="https://example.com">Windows</a></div>
<div class="download-3"><a href="https://download.link"><img src="img/icons/download.svg" alt="download icon"/></a><a class="download-link" href="https://example.com">Linux</a></div>
</div>
</section>

<div class="space"></div>

<!-- <div class="footer-gradients"> Footer gradients
<div class="gradient-1"></div>
<div class="gradient-2"></div>
</div> -->
<section>
<footer>
<div class="footer-top-wrapper">
<div class="footer-links"> <!--Footer Nav-->
<a target="_blank" href="#">About ViewFX / Contributors</a>
</div>
<div> <!--Footer Social icons-->
<img src="https://cdn.glitch.global/42347811-58b4-457a-be9d-d75dc848203f/bi_discord.svg?v=1667780182171" alt="discord" />
<a target="_blank" href="https://github.com/XpaceOff/viewfx"><img class="github" src="img/icons/github.svg" alt="github" /></a>
</div>
</div>
<span id="copyrights">© ViewFX 2023</span>
</footer>
</section>


</body>
</html>
14 changes: 14 additions & 0 deletions docs/img/icons/airplay.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions docs/img/icons/bi_discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/img/icons/chevron-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/img/icons/download.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions docs/img/icons/flashlight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions docs/img/icons/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions docs/img/icons/timer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions docs/img/icons/unlock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions docs/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/viewfx_after.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/viewfx_before.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit cfe463c

Please sign in to comment.