-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (54 loc) · 2.36 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="assets/styles/main.css">
<title>Rafael Prado - Product Designer</title>
</head>
<body>
<div class="wrapper">
<header>
<nav>
<a href="">LOGO</a>
<a href="">MENU</a>
</nav>
<p>PRETITLE</p>
<h1>
HEADLINE
</h1>
<p>JOBTITLE</p>
<p>CHEVRON</p>
</header>
<main>
<section>
<h2>HEADLINE</h2>
<article>
<p>PRETITLE</p>
<h3>HEADLINE</h3>
<p>TEXT</p>
</article>
<article>
<p>PRETITLE</p>
<h3>HEADLINE</h3>
<p>TEXT</p>
</article>
</section>
</main>
<footer>
<a href="#" title="RPrado Design" class="footer__logo">
<svg viewBox="0 0 40 40" width="48" height="48">
<path
d="M0 19.591V4.14629C1.23088 2.60922 2.6362 1.21718 4.18605 -7.62939e-06V7.84225C7.84463 3.13722 13.5677 0.108897 20 0.108897C31.0457 0.108897 40 9.03899 40 20.0548C40 31.0126 31.1398 39.9066 20.1744 40V35.825C28.8279 35.7318 35.814 28.7069 35.814 20.0548C35.814 11.3446 28.7338 4.28358 20 4.28358C11.2662 4.28358 4.18605 11.3446 4.18605 20.0548V20.0548L0 20.0548C1.8443e-07 19.8998 0.00177343 19.7452 0.00530061 19.591H0ZM30.2326 20.0548C30.2326 25.6908 25.6513 30.2597 20 30.2597C17.738 30.2597 15.6475 29.5277 13.9535 28.2883V34.632C12.422 33.9787 11.0119 33.0848 9.76746 31.9959V20.0548V20.0548C9.76746 14.4188 14.3487 9.84988 20 9.84988C25.6513 9.84988 30.2326 14.4188 30.2326 20.0548ZM26.0465 20.0547C26.0465 16.7244 23.3394 14.0246 20 14.0246C16.6606 14.0246 13.9535 16.7244 13.9535 20.0547C13.9535 23.3851 16.6606 26.0849 20 26.0849C23.3394 26.0849 26.0465 23.3851 26.0465 20.0547Z" />
</svg>
</a>
<p>CONTACT</p>
<nav>
<a href="">LinkedIn</a>
<a href="">Github</a>
</nav>
</footer>
</div>
</body>
</html>