-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
220 lines (205 loc) · 11 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Landing Page</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<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>
<input id="close-menu" class="close-menu" type="checkbox" role="button" aria-label="Close menu">
<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="#work">work</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-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="Logo de HTML, CSS e JS.">
</div>
</div>
</section>
<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>
<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="main-bg grid-one section">
<div class="main-content grid-one-content">
<h2 class="grid-main-heading" >top 3 jobs</h2>
<p class="grid-description">Here are some recent work.</p>
<div class="grid">
<article>
<h3>First</h3>
<p>This button would add a box to the row of key content boxes below the intro text. This should put the box there regardless of where the user is currently writing.</p>
</article>
<article>
<h3>Another site</h3>
<p>I'd suggest having a popup that asks where in the row to insert the box (at the beginning or end), what title to give the box, what text to put in the box, and where the box should link to. The entire box should serve as a link to the destination page.</p>
</article>
<article>
<h3>Third one</h3>
<p>You can also include a type attribute containing the MIME type of the resource, so a browser can quickly see what resources are on offer, and ignore ones that it doesn’t support.</p>
</article>
</div>
</div>
</section>
<section id="gallery" class="white-bg grid-one section">
<div class="main-content grid-one-content">
<h2 class="grid-main-heading" >Gallery</h2>
<p class="grid-description">Here are some of my pics.</p>
<div class="grid">
<div class="gallery-img">
<img src="https://source.unsplash.com/random/360x360?a" alt="random image">
</div>
<div class="gallery-img">
<img src="https://source.unsplash.com/random/360x360?b" alt="random image">
</div>
<div class="gallery-img">
<img src="https://source.unsplash.com/random/360x360?c" alt="random image">
</div>
<div class="gallery-img">
<img src="https://source.unsplash.com/random/360x360?d" alt="random image">
</div>
<div class="gallery-img">
<img src="https://source.unsplash.com/random/360x360?e" alt="random image">
</div>
<div class="gallery-img">
<img src="https://source.unsplash.com/random/360x360?f" alt="random image">
</div>
</div>
</div>
</section>
<section id="work" class="main-bg grid-one section">
<div class="main-content grid-one-content">
<h2 class="grid-main-heading grid-description">recent jobs</h2>
<div class="grid">
<article>
<h3>A good one</h3>
<p>This button would add a box to the row of key content boxes below the intro text. This should put the box there regardless of where the user is currently writing.</p>
</article>
<article>
<h3>Great Job</h3>
<p>I'd suggest having a popup that asks where in the row to insert the box (at the beginning or end), what title to give the box, what text to put in the box, and where the box should link to. The entire box should serve as a link to the destination page.</p>
</article>
<article>
<h3>The best</h3>
<p>You can also include a type attribute containing the MIME type of the resource, so a browser can quickly see what resources are on offer, and ignore ones that it doesn’t support.</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>Testing</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>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Voluptatibus, vitae. Fuga, dolorum iure? Reiciendis id dicta natus. Tempore suscipit, asperiores mollitia eveniet, veniam quos excepturi possimus, amet sint deserunt minus.
</p>
</div>
<div class="intro-img">
<img src="/assets/img/javascript.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="submit">Send a message</button>
</div>
</fieldset>
</div>
</div>
</section>
<footer id="footer" class="footer white-bg">
<p><a target="_blank" href="https://github.com/pedroliveirav">☁ Feito por Pedro Oliveira</a></p>
</footer>
<a class="back-to-top" href="#">➤</a>
</body>
</html>