-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
206 lines (188 loc) · 6.22 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
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Document</title>
<link rel="stylesheet" href="grid.css" type="text/css" />
</head>
<body style="overflow-x: hidden">
<div class="background_image">
<nav class="menu">
<ul>
<a href=""><li class="about">ABOUT US</li></a>
<a href=""><li>WORK</li></a>
<img src="img_grid/Logo.png" alt="logo" />
<a href=""><li class="shop">SHOP</li></a>
<a href=""><li>CONTACT</li></a>
</ul>
</nav>
</div>
<div class="first_content">
<img src="img_grid/Icon.png" alt="error" />
<article>
<h2>A NEW GENERATION OF VINTAGE BIKE</h2>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text ever
since the 1500s, when an unknown printer took a galley of type and
scrambled it to make a type specimen book. It has survived not only
five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged.
</p>
</article>
</div>
<div class="grid_1">
<div class="img_1">
<img src="img_grid/Logo2.png" alt="error" />
</div>
<div class="second_content">
<img src="img_grid/Icon2.png" alt="error" />
<article>
<h2>VINTAGE OLIVA</h2>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s, when an unknown printer took a galley of type
and scrambled it to make a type specimen book. It has survived.
</p>
<hr />
</article>
</div>
<div class="img_2"></div>
</div>
<div class="grid_2">
<div class="third_content">
<img src="img_grid/Icon3.png" alt="error" />
<article>
<h2>LA BORIOSA</h2>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s, when an unknown printer took a galley of type
and scrambled it to make a type specimen book. It has survived.
</p>
<hr />
</article>
</div>
<div class="image_3"></div>
<div class="image_4">
<img src="img_grid/Logo3.png" alt="error" />
</div>
</div>
<div class="grid_3">
<div class="red_content">
<img src="img_grid/icon4.png" alt="error" />
<article>
<h2>RETRO BIKE - M. HULOT</h2>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s, when an unknown printer took a galley of type
and scrambled it to make a type specimen book. It has survived.
</p>
</article>
<hr />
</div>
<div class="red_image_1">
<img src="img_grid/Logo4.png" alt="error" />
</div>
<div class="red_image_2"></div>
<div class="red_image_3"></div>
</div>
<div class="twitter">
<div class="twitt_wrap">
<img src="img_grid/twitter.png" alt="error" />
<article>
<p class="twit_title">AOD New York @aod<span> / 35 min</span></p>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ut
tellus ac nulla semper rhoncus. Nullam a odio porttitor, dictum
turpis vitae, pretium ante amet.
</p>
</article>
</div>
<div class="face_wrap">
<img src="img_grid/face.png" alt="error" />
<article>
<p class="twit_title">facebook<span> / 35 min</span></p>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Asperiores
impedit ipsum rerum fuga at dolorem.
</p>
</article>
</div>
<div class="my_wrap">
<article>
<p>Made by Tyschuk Roman</p>
<p>For my portfolio</p>
</article>
</div>
<div class="buttons_scroll">
<span class="button_scroll"></span>
<span class="button_scroll"></span>
<span class="button_scroll"></span>
</div>
</div>
<div class="grid_big">
<div class="image_lot_1">
<div class="green_theme">
<img src="img_grid/Buy_icon.png" alt="error" />
</div>
</div>
<div class="image_lot_2">
<div class="green_theme">
<img src="img_grid/Buy_icon.png" alt="error" />
</div>
</div>
<div class="image_lot_3">
<div class="green_theme">
<img src="img_grid/Buy_icon.png" alt="error" />
</div>
</div>
<div class="image_lot_4">
<div class="green_theme">
<img src="img_grid/Buy_icon.png" alt="error" />
</div>
</div>
<div class="image_lot_5">
<div class="green_theme">
<img src="img_grid/Buy_icon.png" alt="error" />
</div>
</div>
<div class="image_lot_6">
<div class="green_theme">
<img src="img_grid/Buy_icon.png" alt="error" />
</div>
</div>
<div class="image_lot_7">
<div class="green_theme">
<img src="img_grid/Buy_icon.png" alt="error" />
</div>
</div>
<div class="image_lot_8">
<div class="green_theme">
<img src="img_grid/Buy_icon.png" alt="error" />
</div>
</div>
</div>
<div class="visit">
<div class="visit_button">
<p>DISCOVER THE SHOP</p>
</div>
</div>
<footer>
<div class="float_text">
<p>AOD New York</p>
<p>2250 Lexington Avenue</p>
<p>New York, NY 10035 - [email protected]</p>
</div>
<div class="social_icons">
<img src="img_grid/twit.png" alt="error" />
<img src="img_grid/face.png" alt="error" />
<img src="img_grid/pin.png" alt="error" />
</div>
</footer>
<script src="grid.js"></script>
</body>
</html>