-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (38 loc) · 1.93 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
<head>
<meta charset="UTF-8">
<meta name="description" content="Subreddit Predictor Social Media Management">
<meta name="keywords" content="Reddit, Content Creation, Social, ML, Machine Learning">
<meta name="author" content="John Doe">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Post Here Subreddit Predictor">
<link rel="stylesheet" href="index.css">
<link href="https://fonts.googleapis.com/css2?family=Asap:wght@500&family=Varela+Round&family=Cousine&display&display=swap" rel="stylesheet"></head>
<body>
<nav>
<a href="">Home</a>
<a href="about.html">About</a>
<a id = "login" href="https://laughing-lichterman-645fc7.netlify.app/">Login</a>
</nav>
<h1 id="main-title">Post <span class="here">Here</span></h1>
<section class = "marketing">
<img id="logo" src="https://www.redditinc.com/assets/images/site/reddit-logo.png" alt="Reddit Logo Red Circle">
<div id="copy">
<h2 id="slogan">
<p id=part-one>A Subredd<!--This comment is required to remove whitespace created by inline-block elements.
--><span>
<span class="char dot">.</span><span class="char i">ı</span>
</span><!--This comment is required to remove whitespace created by inline-block elements.
-->t Pred<!--This comment is required to remove whitespace created by inline-block elements.
--><span>
<span class="char dot">.</span><span class="char i">ı</span>
</span><!--This comment is required to remove whitespace created by inline-block elements.
-->ctor
</p>
</h2>
<h3>Intelligently suggesting relevant subreddits, on demand.</h3>
<a id= "login-button" href="https://laughing-lichterman-645fc7.netlify.app/">Get Started</a>
</div>
</section>
<footer>
</footer>
</body>