-
Notifications
You must be signed in to change notification settings - Fork 1
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 #23 from lorenclin/master
home-updates
- Loading branch information
Showing
14 changed files
with
362 additions
and
37 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 |
---|---|---|
@@ -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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.