-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
276 lines (224 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
<!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/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" aria-label="close" 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="#grid-one">grid-one</a></li>
<li><a href="#gallery">gallery</a></li>
<li><a href="#grid-two">grid-two</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>
<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-classin CSS and associated devtools, and thecomplete removal of Flash
support from Firefox.</p>
</div>
<div class="intro-img">
<img src="assets/img/javascript-not-optimized.svg" alt="Logo de HTML, CSS e JS">
</div>
</div>
</section>
<section id="intro" class="white-bg section">
<div class="main-content top3-content">
<h2>NEWS COVERAGE AND SOME SURPRISES</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="grid-one" class="grid-one main-bg section">
<div class="main-content grid-one-content">
<h2 class="grid-main-heading">grid-one</h2>
<p class="grid-description">Uma breve descrição.</p>
<div class="grid">
<article>
<h3>Teste
</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eius, cum! Perspiciatis hic accusamus quisquam itaque. Porro cupiditate placeat itaque impedit nobis obcaecati, molestiae aperiam dolore ex? Assumenda, itaque nulla! Incidunt.</p>
</article>
<article>
<h3>Teste
</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eius, cum! Perspiciatis hic accusamus quisquam itaque. Porro cupiditate placeat itaque impedit nobis obcaecati, molestiae aperiam dolore ex? Assumenda, itaque nulla! Incidunt.</p>
</article>
<article>
<h3>Teste
</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eius, cum! Perspiciatis hic accusamus quisquam itaque. Porro cupiditate placeat itaque impedit nobis obcaecati, molestiae aperiam dolore ex? Assumenda, itaque nulla! Incidunt.</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-heading">Gallery</h2>
<p class="grid-description">Uma breve descrição.</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>
<section id="grid-two" class="grid-one main-bg section">
<div class="main-content grid-one-content">
<h2 class="grid-main-heading">grid-two</h2>
<p class="grid-description">Uma breve descrição.</p>
<div class="grid">
<article>
<h3>Teste
</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eius, cum! Perspiciatis hic accusamus quisquam itaque. Porro cupiditate placeat itaque impedit nobis obcaecati, molestiae aperiam dolore ex? Assumenda, itaque nulla! Incidunt.</p>
</article>
<article>
<h3>Teste
</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eius, cum! Perspiciatis hic accusamus quisquam itaque. Porro cupiditate placeat itaque impedit nobis obcaecati, molestiae aperiam dolore ex? Assumenda, itaque nulla! Incidunt.</p>
</article>
<article>
<h3>Teste
</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eius, cum! Perspiciatis hic accusamus quisquam itaque. Porro cupiditate placeat itaque impedit nobis obcaecati, molestiae aperiam dolore ex? Assumenda, itaque nulla! Incidunt.</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>
<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>Testando</td>
</tr>
</tfoot>
</tbody>
</table>
</div>
</div>
</section>
<section id="contact" 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-classin CSS and associated devtools, and thecomplete removal of Flash
support from Firefox.</p>
</div>
<div class="intro-img">
<img src="assets/img/javascript-not-optimized.svg" alt="Logo de HTML, CSS e JS">
</div>
<div class="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="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="dubmit">Send message</button>
</div>
</fieldset>
</div>
</div>
</section>
<footer id="footer" class="footer white-bg">
<p><a href="https://www.linkedin.com/in/otavio-junior-323b1a239/" rel="nofollow" target="_blank">Feito com <span class="heart">❤</span> por Otavio Junior</a></p>
</footer>
<a class="back-to-top" href="#">⮝</a>
</body>
</html>