-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (93 loc) · 5.12 KB
/
index.html
File metadata and controls
101 lines (93 loc) · 5.12 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="css/index.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Tomorrow&display=swap" rel="stylesheet">
<title>PostHere!</title>
</head>
<body>
<nav>
<div class="logo">
<img src="img\buildweeklogo3.PNG" alt="Suggest.It logo">
</div class="logo">
<div class="links">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
<a href="https://post-here-subreddit.netlify.com/">Log In</a>
</div>
</nav>
<header class="home-header">
<div class="home-header-text">
<h1> <a href="https://post-here-subreddit.netlify.com/register">Suggest.It</a></h1>
<h3>Take the guessing out of posting on Reddit!</h3>
<br>
<h3>Increase your visibility with Suggest.It!</h3>
<button class="call-to-action">
<a href="https://post-here-subreddit.netlify.com/register">Register Now!</a>
</button>
</div>
<div class="home-header-img">
<img src="img\Reddit_Mark_OnWhite.png" alt="reddit-snoo-logo">
</div>
</header>
<section class="home-top-content">
<div class="whatWeDo">
<h2> What We Do!</h2>
<div class="icon">
<img src="icons\teacher.png">
<img src="icons\settings.png">
<img src="icons\marketing.png">
</div>
<p>In the simplest of terms, we help your posts get seen! We help take the confusion out of where post on Reddit. Our team (which consists of a variety of students with various strengths) came together to develop a way to tell you which subreddit your post belongs for maximum visibility. Join <a href="https://post-here-subreddit.netlify.com/register">Suggest.It</a> today and start finding new communities!</p>
</div>
<div class="howWeDoIt">
<h2>How We Do It!</h2>
<div class="icon">
<img src="icons\tactical.png">
<img src="icons\3d-model.png">
<img src="icons\team.png">
</div>
<p>Our Data Science folks have created a model that takes your submitted post and compares it to all the Reddit posts that are stored in its database. It then returns a list of subreddits that have a “similarity score” which is determined by how many similar posts that subreddit contained. So <a href="https://post-here-subreddit.netlify.com/register">register</a> now and find yourself right at home and mabye a new community!</p>
</div>
</section>
<section class="home-bot-content">
<div class="whyWeDoIt">
<h2> Why We Do It!</h2>
<div class="icon">
<img src="icons\sharing.png">
<img src="icons\geography.png">
<img src="icons\thinking.png">
</div>
<p>Why we do it can be summed up in one word: 'Community'. Reddit is a website of countless communities. So many that it can be hard to find where you fit in. Everyone has their niche interest and sometimes it can be hard to find (For example, if you have a passion for trees, you might be thrown for a loop!). That is what <a href="https://post-here-subreddit.netlify.com/register">Suggest.It</a> Is for, to help you find your community. </p>
</div>
<div class="howYouUseIt">
<h2>How You Use It!</h2>
<div class="icon">
<img src="icons\creativity.png">
<img src="icons\pencils.png">
<img src="icons\copyright.png">
</div>
<p>It is simple really, if you havn't yet create an account with us do it now! Otherwise when you log in you will be taken to your dashboard. From there you just need to start writing! Craft that master piece of a post and smash that 'Get Subreddits' button to receive a list of subreddit communities that share your interests! That really is it! Our team did all the hard work so your reddit experience using <a href="https://post-here-subreddit.netlify.com/register">Suggest.It</a> is a breeze</p>
</div>
</section>
<footer>
<nav class= "bottomnav">
<a href="index.html">Home<br></a>
<a href="about.html">About<br></a>
<a href="contact.html">Contact<br></a>
<a href="https://post-here-subreddit.netlify.com/">Log In<br></a>
</nav>
<div class= "copyright">
<p>-Built by Lambda Students, 2019-</p>
</div>
<div class="footerimg">
<img src="img\buildweeklogo3.PNG" class="LSlogo" alt="Picture of the lambda logo">
</div>
<h6>Icons made by <a href="https://www.flaticon.com/authors/surang" title="surang">surang</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></h6>
</footer>
</body>
</html>