-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
296 lines (250 loc) · 12.3 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
<!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 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">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<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">
</head>
<body>
<input id="close-menu" class="close-menu" type="checkbox" arial-label="Close menu" role="button">
<label class="close-menu-label" for="close-menu" title="close menu"></label>
<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="#top3">Top 3</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#grid-one">Gride-one</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</aside>
<div class="menu-spacing" id="home"></div>
<section class="intro main-bg section">
<div class="main-content intro-content">
<div class="intro-text-content">
<h2>Assistam Serial Experiments Lain</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-main.svg" alt="foto">
</div> -->
</div>
</section>
<section id="intro" class="white-bg section">
<div class="main-content top3-content">
<h2>TOP 3</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>
<p>
We’ll then explain how DRM/EME works on the new platform, talk about our experience with macOS Big Sur,
and discuss various updater problems we had to deal with. We’ll conclude with the release and an
overview of various other improvements that are in the pipeline.
</p>
</div>
</section>
<section id="top3" class="grid-one main-bg section">
<div class="main-content grid-one-content">
<h2 class="grid-main-head">My Grid</h2>
<p class="grid-description">Uma breve descrição</p>
<div class="grid">
<article>
<h3>Teste 1</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Expedita voluptas quibusdam perferendis
distinctio quia vitae illo asperiores earum soluta rerum voluptates officiis assumenda placeat,
id
laboriosam et nesciunt consectetur neque.</p>
</article>
<article>
<h3>Teste 2</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Expedita voluptas quibusdam perferendis
distinctio quia vitae illo asperiores earum soluta rerum voluptates officiis assumenda placeat,
id
laboriosam et nesciunt consectetur neque.</p>
</article>
<article>
<h3>Teste 3</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Expedita voluptas quibusdam perferendis
distinctio quia vitae illo asperiores earum soluta rerum voluptates officiis assumenda placeat,
id
laboriosam et nesciunt consectetur neque.</p>
</article>
</div>
</div>
</section>
<section id="gallery" class="grid-one white-bg section">
<div class="main-content grid-one-content">
<h2 class="grid-main-head">Gallery</h2>
<p class="grid-description">Uma breve descrição</p>
<div class="grid">
<div class="gallery-img">
<img src="./assets/img/Lain360-01.png" alt="random img">
</div>
<div class="gallery-img">
<img src="./assets/img/Lain360-02.png" alt="random img">
</div>
<div class="gallery-img">
<img src="./assets/img/Lain360-03.png" alt="random img">
</div>
<div class="gallery-img">
<img src="./assets/img/Lain360-04.png" alt="random img">
</div>
<div class="gallery-img">
<img src="./assets/img/Lain360-05.png" alt="random img">
</div>
<div class="gallery-img">
<img src="./assets/img/Lain360-06.png" alt="random img">
</div>
</div>
</div>
</section>
<section id="grid-one" class="grid-one main-bg section">
<div class="main-content grid-one-content">
<h2 class="grid-main-head">My Grid</h2>
<p class="grid-description">Uma breve descrição</p>
<div class="grid">
<article>
<h3>Teste 1</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Expedita voluptas quibusdam perferendis
distinctio quia vitae illo asperiores earum soluta rerum voluptates officiis assumenda placeat,
id
laboriosam et nesciunt consectetur neque.</p>
</article>
<article>
<h3>Teste 2</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Expedita voluptas quibusdam perferendis
distinctio quia vitae illo asperiores earum soluta rerum voluptates officiis assumenda placeat,
id
laboriosam et nesciunt consectetur neque.</p>
</article>
<article>
<h3>Teste 3</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Expedita voluptas quibusdam perferendis
distinctio quia vitae illo asperiores earum soluta rerum voluptates officiis assumenda placeat,
id
laboriosam et nesciunt consectetur neque.</p>
</article>
</div>
</div>
</section>
<section id="pricing" class="white-bg section">
<div class="main-content top3-content">
<h2>Pricing</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 class="responsive-table">
<table>
<caption>Pricing Table</caption>
<thead>
<tr>
<th>Title 1</th>
<th>Title 2</th>
<th>Title 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>Content 1</td>
<td>Content 2</td>
<td>Content 3</td>
</tr>
<tr>
<td>Content 1</td>
<td>Content 2</td>
<td>Content 3</td>
</tr>
<tr>
<td>Content 1</td>
<td>Content 2</td>
<td>Content 3</td>
</tr>
</tbody>
<tfoot>
<tr>
<td></td>
<td></td>
<td>Testando</td>
</tr>
</tfoot>
</table>
</div>
</div>
</section>
<section id="contact" class="intro main-bg section">
<div class="main-content intro-content">
<div class="intro-text-content">
<h2>Contact Us</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-main.svg" alt="foto">
</div> -->
</div>
<div class="main-content contact-form">
<fieldset class="form-grid">
<legend>Contact me</legend>
<div class="form-group">
<label for="first-name">First Name</label>
<input type="text" name="first-name" id="first-name" placeholder="Your 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="email">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>
</section>
<footer id="footer" class="footer white-bg">
<p><a href="#">Feito com <span class="heart">❤️</span> por Dayvid Dias</a></p>
</footer>
<a class="back-to-top" href="#home">⬆</a>
</body>
</html>