-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (83 loc) · 3.2 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
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Search</title>
<link href='https://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="assets/styles.css" media="screen" title="no title" charset="utf-8">
</head>
<body>
<header>
<div id="logo"><img src="http://i.imgur.com/hS8PwYW.png" alt="" height="50px"/></div>
<div id="headerText">reddit</div>
</header>
<div class="container">
<div class="area" id="searchArea">
<div id="searchBar">
<div id="searchText">Thanks for the help!!!</div>
<div id="icon"><img src="http://i.imgur.com/IFjxLCU.png" alt="" height="55px" /></div>
</div>
<div class="twoButtons">
<div id="subreddit">Subreddit</div>
<div id="posts">Posts</div>
</div>
<div class="clear"></div>
<div class="area" id="resultsArea">
<div class="bodypost">
<img src="assets/img/pluto.jpg" class="post-img">
<div class="subreddit">/r/space</div>
<div class="bodytext">Pluto at 80,000 km</div>
<div class="timestamp">22 hours ago by <a href="">WildAnimus</a></div>
<div id="votes">
<a href="#" class="upvote hvr-bob">
<img src="assets/img/upvote.png" class="upvote">
</a>
<div class="votes-text">4918</div>
<a href="#" class="downvote hvr-hang">
<img src="assets/img/upvote.png" class="downvote">
</a>
</div>
</div>
<div class="bodypost">
<img src="assets/img/coffee.jpg" class="post-img">
<div class="subreddit">/r/mildlyinteresting</div>
<div class="bodytext">The last drops of my coffee dried into a rose</div>
<div class="timestamp">12 hours ago by <a href="">tin_heart</a></div>
<div id="votes">
<a href="#" class="upvote hvr-bob">
<img src="assets/img/upvote.png" class="upvote">
</a>
<div class="votes-text">4163</div>
<a href="#" class="downvote hvr-hang">
<img src="assets/img/upvote.png" class="downvote">
</a>
</div>
</div>
<div class="bodypost">
<img src="assets/img/food.jpg" class="post-img">
<div class="subreddit">/r/food</div>
<div class="bodytext">Food prep day!</div>
<div class="timestamp">13 hours ago by <a href="">serenad87</a></div>
<div id="votes">
<a href="#" class="upvote hvr-bob">
<img src="assets/img/upvote.png" class="upvote">
</a>
<div class="votes-text">2797</div>
<a href="#" class="downvote hvr-hang">
<img src="assets/img/upvote.png" class="downvote">
</a>
</div>
</div>
<div class="bodypost">
<img src="assets/img/tswift.jpg" class="post-img">
<div class="subreddit">/r/funny</div>
<div class="bodytext">Being the husband at a Taylor Swift concert</div>
<div class="timestamp">4 hours ago by <a href="">Hamburglar_Helper</a></div>
<div id="votes"> <a href="#" class="upvote hvr-bob"> <img
src="assets/img/upvote.png" class="upvote"> </a> <div
class="votes-text">6478</div> <a href="#" class="downvote hvr-hang"> <img
src="assets/img/upvote.png" class="downvote"> </a> </div> </div> </div>
</div> </div>
</body>
</html>