-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (83 loc) · 3.75 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Rubens Cavalheiro Domingues - Portfólio</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Comfortaa:300,700">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<img src="img/diamond-logo.svg" alt="logo">
<section class="tagline">
<h1>Rubens Cavalheiro Domingues</h1>
<p><abbr title="Desenvolvedor">Dev</abbr>. Front-end</p>
</section>
</header>
<hr>
<main>
<article>
<h3>Trabalhos destacados</h3>
<section class="projetos">
<div class="projeto-hero">
<img src="img/projeto-zero-small.jpeg"
srcset="img/projeto-zero-large.jpeg 1280w, img/projeto-zero-medium.jpeg 768w, img/projeto-zero-small.jpeg 412w"
sizes="100vw"
alt="Projeto Zero, monumento suportado por colunas gregas em Brandemburgo - Alemanha.">
<div class="projeto-descricao">
<h2>Projeto Ø</h2>
<p>Monumento suportado por colunas gregas em Brandemburgo - Alemanha.</p>
<p>
<small><a rel="license" target="_blank" href="http://lorempixel.com/g/1920/1440/city/1/Projeto-Zero/">http://lorempixel.com/g/1920/1440/city/1/Projeto-Zero/</a></small>
</p>
</div>
</div>
<div class="projeto">
<img src="img/projeto-alfa-small.jpeg"
srcset="img/projeto-alfa-large.jpeg 1280w, img/projeto-alfa-medium.jpeg 768w, img/projeto-alfa-small.jpeg 412w"
sizes="100vw"
alt="Projeto Alfa, edifícios visto a noite em Nova Iorque - Estados Unidos.">
<div class="projeto-descricao">
<h2>Projeto α</h2>
<p>Edifícios visto a noite em Nova Iorque - Estados Unidos.</p>
<p><small><a rel="license" target="_blank" href="http://lorempixel.com/g/1920/1440/city/2/Projeto-Alfa/">http://lorempixel.com/g/1920/1440/city/2/Projeto-Alfa/</a></small>
</p>
</div>
</div>
<div class="projeto">
<img src="img/projeto-beta-small.jpeg"
srcset="img/projeto-beta-large.jpeg 1280w, img/projeto-beta-medium.jpeg 768w, img/projeto-beta-small.jpeg 412w"
sizes="100vw"
alt="Projeto Beta, edifícios visto ao dia em Las Vegas - Estados Unidos.">
<div class="projeto-descricao">
<h2>Projeto β</h2>
<p>Edifícios visto ao dia em Las Vegas - Estados Unidos.</p>
<p>
<small><a rel="license" target="_blank" href="http://lorempixel.com/g/1920/1440/city/3/Projeto-Beta/">http://lorempixel.com/g/1920/1440/city/3/Projeto-Beta/</a></small>
</p>
</div>
</div>
<div class="projeto">
<img src="img/projeto-gamma-small.jpeg"
srcset="img/projeto-gamma-large.jpeg 1280w, img/projeto-gamma-medium.jpeg 768w, img/projeto-gamma-small.jpeg 412w"
sizes="100vw"
alt="Projeto Gamma, casa de shows e teatro em Sydney - Austrália.">
<div class="projeto-descricao">
<h2>Projeto γ</h2>
<p>Casa de shows e teatro em Sydney - Austrália.</p>
<p>
<small><a rel="license" target="_blank" href="http://lorempixel.com/g/1920/1440/city/7/Projeto-Gamma/">http://lorempixel.com/g/1920/1440/city/7/Projeto-Gamma/</a></small>
</p>
</div>
</div>
</section>
</article>
</main>
<footer>
<p><small>logo disponibilizado por <a href="http://www.freepik.com" title="Freepik" target="_blank">Freepik</a> de <a href="https://www.flaticon.com/" target="_blank" title="Flaticon">www.flaticon.com</a> é licenciada por <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></small></p>
</footer>
</body>
</html>