-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathblog.html
More file actions
121 lines (119 loc) · 3.85 KB
/
blog.html
File metadata and controls
121 lines (119 loc) · 3.85 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!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="blog.css" />
<link
rel="shortcut icon"
type="image/png"
href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOEAAADhCAMAAAAJbSJIAAAAJ1BMVEUAAAD////V1dWWlpZ0dHTPz89qamrh4eGQkJDk5OTR0dGtra3Y2NgWv+ptAAABL0lEQVR4nO3cMQ7CQAxFwQCBQOD+56Wms2RHxjDvAKs/vbXLqaR1qW+tmbbUPENISJiIMBghIWEiwmCEhISJCIMREhImIgxGSEiYiDAYISFhIsJghISEiQiDERISJiIMRkhImIgwGCEhYSLCYISEhIkIgxESEiYiDPb7wtsBwlvNtCLhdq5vq5lWJPziCOdHOD/C+RHOj3B+hPMjnB/h/AjnRzg/wvkRzo9wfoTzI5wf4fz+QHip6P44YNrjXrKt6KrgeoDwWrStJkJCwv4ICQn7IyQk7I+QkLA/QkLC/ggJCfsjJCTsj5CQsD9CQsL+CAkJ+yMkJOyPkJCwP0JCwv4ICQn7IyQk7G8/QLh3oz56vsq/oH09u1GSJEmSJEmSJEmSJEmSJEmSJEmSJP1rbwwaXQZE0kwUAAAAAElFTkSuQmCC"
/>
</head>
<body>
<div id="company">
<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>Home</p>
<p><a href="announcement.html">Announcement</a></p>
<p><a href="product.html">Product</a></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><a href="main1.html" style="color: #767676">unsplash.com ↗</a></p>
</div>
</div>
<div id="rajat">
<div>
<h1>Unsplash Blog</h1>
<h3>Stories from the community powering the internet's visuals</h3>
</div>
<div>
<div id="A">
<div>
<h3>Featured</h3>
</div>
<div>
<div>
<a href="photolink.html">
<img
id="firstImg"
src="https://unsplash.com/blog/content/images/2022/06/A_look_back_at_May_-Blog-.jpeg"
alt="gif"
/>
<div>
<p>Announcement</p>
<h1>A look back on May</h1>
<p>Unsplash Team March,2022</p>
</div>
</a>
</div>
<div>
<a href="photolink2.html">
<img
id="firstImg"
src="https://unsplash.com/blog/content/images/2022/03/Blog-compress-2.gif"
alt="gif"
/>
<div>
<p>Announcement</p>
<h1>A look back on May</h1>
<p>Unsplash Team March,2022</p>
</div>
</a>
</div>
</div>
</div>
</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="blog.js"></script>
</html>