-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproduct.html
More file actions
72 lines (67 loc) · 2.22 KB
/
product.html
File metadata and controls
72 lines (67 loc) · 2.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blog|Unsplash</title>
<link rel="stylesheet" href="product.css">
</head>
<body>
<div id="main">
<div>
<a href="blog.html" aria-label="in">
<div></div>
<div class="blackout"></div>
<div></div>
<div class="black"></div>
<div></div>
<div class="black"></div>
<div class="black"></div>
<div class="black"></div>
<div class="black"></div>
</a>
</div>
<div id="main2">
<p><a href="blog.html">Home</a></p>
<p><a href="announcement.html">Announcement</a></p>
<p>Product</p>
<p><a href="brand.html">Brand</a></p>
<p><a href="partnerships.html">Partnership</a></p>
<p><a href="Community.html">Community</a></p>
</div>
<div><p>unsplash.com ↗</p></div>
</div>
<div id="container">
<div>
<h1>Product</h1>
<h3>Behind the seen with the design and engineering teams</h3>
</div>
<div>
<!-- <div>
<h3>Latest From the Team</h3>
</div> -->
<div id="adsContainer">
</div>
<button type="button" id="LoadMore">Load More Post</button>
</div>
<hr>
<div class="footer">
<div>
<div>
<svg viewBox="0 0 32 32" width="32" height="32" xmlns="http://www.w3.org/2000/svg" class="icon icon--unsplash">
<path d="M10 9V0h12v9H10zm12 5h10v18H0V14h10v9h12v-9z" fill-rule="nonzero"></path>
</svg>
</div>
<p>Make Something awesome</p>
</div>
<div>
<p>About</p>
<p>Press</p>
<p>Join The Team</p>
</div>
</div>
</div>
</body>
<script src="product.js"></script>
</html>