-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (53 loc) · 1.85 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
<html>
<head>
<title>Home Page</title>
<link rel="stylesheet" href="Instaproj.css">
</head>
<body>
<div id="divheader">
<div style="width: 25%;float: left;padding: 15px;padding-left: 250px;"><h1>My Insta</h1></div>
<div style="padding: 20px; float: right;padding-right: 200px;"><a href="index.html"><b>Home</b></a> <a href="MyProfile1.html"><b>Profile</b></a></div>
</div>
<div class="container">
<div class="divpostcntr">
<div class="divpost">
<div class="divprfleimg">
<img src="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcQuyhDNz_ucGzC60IA5a6_mM4pKPYUHYL7sDKid5C-Jkyo0B6Ia" class="imgprfl"> </div>
<div>CharlesRichard</div>
</div>
<div>
<img src="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcR6J2v4RqnEsmT59vAXfpUKFFKjHydXGE1hYEkGqFNILcTsgwDjng" class="imgpst">
</div>
<div class="divlkbtn">
10 Likes 10 Comments
</div>
</div>
<div class="divpostcntr">
<div class="divpost">
<div class="divprfleimg">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQScoBMXZxcfcy2F5fFKqCkKZYBor6mxPG7yWe9zrYoJT4RHb_m" class="imgprfl"> </div>
<div>Vanessa</div>
</div>
<div>
<img src="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSxYKQ8iTDHPtcUSAHPhtgbUUNmW8Rd9t9oOTQ_P1tWLOstfeA3" class="imgpst">
</div>
<div class="divlkbtn">
8 Likes 5 Comments
</div>
</div>
<div class="divpostcntr">
<div class="divpost">
<div class="divprfleimg">
<img src="http://ultraimg.com/images/2016/07/29/Simplest-Responsive-jQuery-Image-Lightbox-Plugin-simple-lightbox.jpg" class="imgprfl"> </div>
<div>Arslan</div>
</div>
<div>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS-wxrvt__cKkQHKBsgYT-PwQCWi8Ho7sYoNAmn8BWqYR8IebJ-" class="imgpst">
</div>
<div class="divlkbtn">
7 Likes 3 Comments
</div>
</div>
</div>
</body>
</html>