-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (87 loc) · 3.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="favicon.svg">
<link rel="stylesheet" href="styles.css">
<link crossorigin="anonymous" href="https://pro.fontawesome.com/releases/v5.14.0/css/all.css" integrity="sha384-VhBcF/php0Z/P5ZxlxaEx1GwqTQVIBu4G4giRWxTKOCjTxsPFETUDdVL5B6vYvOt" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Ovo&family=Raleway:wght@400;500;600&display=swap" rel="stylesheet">
<title>Saltiest Hacker News Trolls</title>
</head>
<body role="document">
<div class="container">
<header id="top">
<h1>Saltiest Hacker News Trolls</h1>
<nav>
<a href="#features">Features</a>
<a href="about.html">Team</a>
<a href="https://front-end-xi-tawny.vercel.app/login">Sign In</a>
</nav>
</header>
<section class="main">
<div class="graphic">
<h2>See Saltiest Hacker News Comments Of All Time!</h2>
<div class="list-container">
<ul>
<li>See a Ranking of top Salty Comments</li>
<li>See individual users Comments by Saltiness</li>
<li>Make a list of your favorite Comments</li>
</ul>
</div>
</div>
<div class="call-to-action">
<h3>Show Me The Salt!</h3>
<a class="main-link" href="https://front-end-xi-tawny.vercel.app/login">Sign In!</a>
</div>
</section>
<section id="features" class="features">
<h2>Features</h2>
<div class="album">
<figure>
<img src="https://images.unsplash.com/photo-1516321318423-f06f85e504b3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&w=500" alt="pointing at laptop screen">
<figcaption>Favorite the Best Comments</figcaption>
</figure>
<figure>
<img src="https://images.unsplash.com/photo-1581792519779-3ee29a364d17?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&w=500" alt="two horses racing">
<figcaption>User Rankings</figcaption>
</figure>
<figure>
<img src="https://images.unsplash.com/photo-1514820720301-4c4790309f46?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&w=500" alt="trophies">
<figcaption>User Comments Ranked</figcaption>
</figure>
<figure>
<img src="https://images.unsplash.com/photo-1529236183275-4fdcf2bc987e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&w=500" alt="laptop keyboard closeup">
<figcaption>Make an Account</figcaption>
</figure>
<figure>
<img src="https://images.unsplash.com/photo-1542222024-c39e2281f121?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&w=500" alt="American Coins">
<figcaption>Free</figcaption>
</figure>
<figure>
<img src="https://upload.wikimedia.org/wikipedia/commons/e/ea/Halit-Kristalle.jpg" alt="Sodium Chloride Crystals">
<figcaption>Saltiest Comments</figcaption>
</figure>
</div>
</section>
<div class="bottom-row">
<a href="#top" class="return-to-top"><i class="fas fa-angle-up"></i></a>
<nav>
<a href="#features">Features</a>
<a href="about.html">Team</a>
<a href="https://front-end-xi-tawny.vercel.app/login">Sign In</a>
</nav>
</div>
<footer>
<p class="copyright">Copyright 2020 SaltyHackerNews - All Rights Reserved</p>
<p class="social-media">
<a href="http://github.com" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a>
<a href="http://linkedin.com" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<a href="http://facebook.com" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="http://twitter.com" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</p>
</footer>
</div>
</body>
<script src="https://use.fontawesome.com/9f49923ef9.js"></script>
</html>