-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·67 lines (60 loc) · 2.72 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
<html>
<head>
<title>CodeQueen100 Instaclone</title>
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Hind+Madurai:300,500" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<div class="nav">
<header>
<ul>
<li><a href="photos.html"><i class="fa fa-instagram" aria-hidden="true"></i> | Instaglam</a></li>
<li><form id="searchbox" action="">
<li><input id="search" type="text" placeholder="Search">
</form></li>
<li><a href="nav.html"><i class="fa fa-compass" aria-hidden="true"></i></a></li>
<li><a href="likes.html"><i class="fa fa-heart" aria-hidden="true"></i></a></li>
<li><a href="profile.html"><i class="fa fa-user" aria-hidden="true"></i></a></li>
</header>
</div>
<section class="container">
<div class="card">
<div class="card-header">
<img class="img" src="image/barbie.jpg" alt="barbie"/>
<div class="name">creativeEndeavours</div>
</div>
<div class="content">
<img src="image/santorini.jpg" alt="santorini"/>
</div>
<div class="footer">
<div class="emojis">
<span class="heart"><i class="fa fa-heart-o" aria-hidden="true"></i></span>
<span class="talk"><i class="fa fa-comment-o" aria-hidden="true"></i></span>
</div>
<div class="likes">
<p>15,001 likes</p>
</div>
<div class="username">
<p>creativeEndeavours<span class="light"> Be your own motivation!</span></p>
</div>
<div class="comments">
<p>angelic rainbow<span class="light"> Wow this place looks like heaven 💜 </span></p>
<p>b.u.t.full <span class="light"> <span class="link"> @mrsjones</span> We are going here next year!!!</span></p>
<p>blessed1<span class="light"> urgh, I need these views in my life right now<span class="link"> @winning</span> come we go!</p>
</div>
<div class="timestamp light"><p>20 HOURS AGO</p></div>
<div class="addComment light">
<hr />
<form>
<input type="text" placeholder="Add a comment..."/>
<span class="elip"><i class="fa fa-ellipsis-h" aria-hidden="true"></i></span>
</form>
</div>
</div>
</div>
</section>
</body>
</html>