-
Notifications
You must be signed in to change notification settings - Fork 186
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (49 loc) · 1.56 KB
/
Copy pathindex.html
File metadata and controls
59 lines (49 loc) · 1.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://firebasestorage.googleapis.com/v0/b/dcit-web.appspot.com/o/a2main.css.css?alt=media&token=372ab3f9-ae18-4058-83ce-2253593a0555">
<style>
</style>
</head>
<body>
<nav>
<img id="logo" src="img/instagran.png" alt="instagran logo" >
<input type="text" placeholder="search"/>
<img id="actions" src="img/actions.png" alt="actions" >
</nav>
<section id="stories">
<div class="user" id="mydiv">
<img src="img/gran1.jpg" >
<p class="userstory">Elma</p>
</div>
<div class="user">
<img src="img/gran2.jpg" >
<p class="userstory">Betty</p>
</div>
<div class="user">
<img src="img/gran3.jpg" >
<p class="userstory">Sandra</p>
</div>
<div class="user">
<img src="img/gran4.jpg" >
<p class="userstory">Delores</p>
</div>
<div class="user">
<img src="img/gran5.jpg" >
<p class="userstory">Karen</p>
</div>
</section>
<section class="post">
<div class="post-header">
<img src="img/gran1.jpg"><span>Elma</span>
</div>
<div>
<img class="post-image" src="https://www.placecage.com/g/512/512" alt="cage image">
</div>
</section>
<footer></footer>
</body>
</html>