-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
315 lines (297 loc) · 10.1 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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<!DOCTYPE html>
<html lang="pt-BR">
<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>Landing Page</title>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@900&family=Open+Sans:ital,wght@0,400;0,700;1,400&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./assets/css/variables.css" />
<link rel="stylesheet" href="./assets/css/elements.css" />
<link rel="stylesheet" href="./assets/css/classes.css" />
<link rel="stylesheet" href="./assets/css/menu.css" />
<link rel="stylesheet" href="./assets/css/styles.css" />
</head>
<body>
<!-- MENU MEDIA QUERY-->
<input
id="close-menu"
class="close-menu"
type="checkbox"
area-label="Close menu"
role="button"
/>
<label class="close-menu-label" for="close-menu" title="close menu"></label>
<!-- MENU -->
<aside class="menu white-bg">
<div class="main-content menu-content">
<h1 onclick="getElementById('close-menu').checked = false">
<a href="#home">LOGO</a>
</h1>
<nav>
<ul onclick="getElementById('close-menu').checked = false">
<li><a href="#intro">intro</a></li>
<li><a href="#grid-one">grid-one</a></li>
<li><a href="#gallery">gallery</a></li>
<li><a href="#pricing">pricing</a></li>
<li><a href="#contact">contact</a></li>
</ul>
</nav>
</div>
</aside>
<div class="menu-spacing"></div>
<!-- HOME -->
<section id="home" class="intro main-bg section">
<div class="main-content intro-content">
<div class="intro-text-content">
<h2>January brings us Firefox 85</h2>
<p>
To wrap up January, we are proud to bring you the release of Firefox
85. In this version we are bringing you support for the
:focus-visible pseudo-class in CSS and associated devtools, and the
complete removal of Flash support from Firefox.
</p>
</div>
<div class="intro-img">
<img src="./assets/img/javascript.svg" alt="HTML, CSS and JS logo" />
</div>
</div>
</section>
<!-- INTRO -->
<section id="intro" class="white-bg section">
<div class="main-content top3-content">
<h2>top 3 jobs</h2>
<p>
The release of Apple Silicon-based Macs at the end of last year
generated a flurry of news coverage and some surprises at the
machine’s performance. This post details some background information
on the experience of porting Firefox to run natively on these CPUs.
</p>
<p>
We’ll start with some background on the Mac transition and give an
overview of Firefox internals that needed to know about the new
architecture, before moving on to the concept of Universal Binaries.
</p>
</div>
</section>
<!-- GRID -->
<section id="grid-one" class="grid-one main-bg section">
<div class="main-content grid-one-content">
<h2 class="grid-main-heading">My Grid</h2>
<p class="grid-description">A brief description.</p>
<div class="grid">
<article>
<h3>First</h3>
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Debitis
cum delectus molestias. Atque doloribus nobis laudantium esse ut,
non commodi maxime distinctio veritatis unde, reprehenderit minus
ad dolores provident maiores.
</p>
</article>
<article>
<h3>Second</h3>
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Debitis
cum delectus molestias. Atque doloribus nobis laudantium esse ut,
non commodi maxime distinctio veritatis unde, reprehenderit minus
ad dolores provident maiores.
</p>
</article>
<article>
<h3>Third</h3>
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Debitis
cum delectus molestias. Atque doloribus nobis laudantium esse ut,
non commodi maxime distinctio veritatis unde, reprehenderit minus
ad dolores provident maiores.
</p>
</article>
</div>
</div>
</section>
<!-- GALLERY -->
<section id="gallery" class="grid-one white-bg section">
<div class="main-content grid-one-content">
<h2 class="grid-main-heading">Gallery</h2>
<p class="grid-description">A brief description.</p>
<div class="grid">
<div class="gallery-img">
<img
src="http://source.unsplash.com/random/360x360?r=1"
alt="random image from unsplash"
/>
</div>
<div class="gallery-img">
<img
src="http://source.unsplash.com/random/360x360?r=2"
alt="random image from unsplash"
/>
</div>
<div class="gallery-img">
<img
src="http://source.unsplash.com/random/360x360?r=3"
alt="random image from unsplash"
/>
</div>
<div class="gallery-img">
<img
src="http://source.unsplash.com/random/360x360?r=4"
alt="random image from unsplash"
/>
</div>
<div class="gallery-img">
<img
src="http://source.unsplash.com/random/360x360?r=5"
alt="random image from unsplash"
/>
</div>
<div class="gallery-img">
<img
src="http://source.unsplash.com/random/360x360?r=6"
alt="random image from unsplash"
/>
</div>
</div>
</div>
</section>
<!-- PRICING -->
<section id="pricing" class="white-bg section">
<div class="main-content top3-content">
<h2>pricing</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptate
laboriosam minus dolorem qui, perspiciatis ut architecto praesentium
ex quos, facere, voluptatem nobis cum beatae voluptates quia. Iusto
distinctio vel ipsum.
</p>
<div class="responsive-table">
<table>
<caption>
Pricing table
</caption>
<thead>
<tr>
<th>Title 1</th>
<th>Title 2</th>
<th>Title 3</th>
<th>Title 4</th>
<th>Title 5</th>
</tr>
</thead>
<tbody>
<tr>
<td>Content 1</td>
<td>Content 2</td>
<td>Content 3</td>
<td>Content 4</td>
<td>Content 5</td>
</tr>
<tr>
<td>Content 1</td>
<td>Content 2</td>
<td>Content 3</td>
<td>Content 4</td>
<td>Content 5</td>
</tr>
<tr>
<td>Content 1</td>
<td>Content 2</td>
<td>Content 3</td>
<td>Content 4</td>
<td>Content 5</td>
</tr>
</tbody>
<tfoot>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td>Footer</td>
</tr>
</tfoot>
</table>
</div>
</div>
</section>
<!-- CONTACT -->
<section id="contact" class="intro main-bg section">
<div class="main-content intro-content">
<div class="intro-text-content">
<h2>Contact us</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolor
vitae fuga non repudiandae error ipsum dolorem fugit. Consectetur
harum adipisci in corrupti, nulla dolores deserunt minus? Voluptas
assumenda recusandae aliquid?
</p>
</div>
<div class="intro-img">
<img src="./assets/img/javascript.svg" alt="HTML, CSS and JS logo" />
</div>
<div class="contact-form">
<fieldset class="form-grid">
<legend>Contact</legend>
<div class="form-group">
<label for="first-name">First name</label>
<input
type="text"
name="first-name"
id="first-name"
placeholder="Your first name"
/>
</div>
<div class="form-group">
<label for="last-name">Last name</label>
<input
type="text"
name="last-name"
id="last-name"
placeholder="Your last name"
/>
</div>
<div class="form-group">
<label for="email">E-mail</label>
<input
type="email"
name="email"
id="email"
placeholder="Your e-mail"
/>
</div>
<div class="form-group full-width">
<label for="message">Message</label>
<textarea
name="message"
id="message"
cols="30"
rows="10"
placeholder="Your message"
></textarea>
</div>
<div class="form-group full-width">
<button type="submit">Send message</button>
</div>
</fieldset>
</div>
</div>
</section>
<!-- FOOTER -->
<footer id="footer" class="footer white-bg">
<p>
<a
rel="nofollow"
target="_blank"
href="https://www.linkedin.com/in/d-nascimento/"
>Made with <span class="heart">❤</span> by Danielle Nascimento</a
>
</p>
</footer>
<!-- BUTTON BACK TO TOP -->
<a class="back-to-top" href="#home">➤</a>
</body>
</html>