-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
103 lines (86 loc) · 3.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Fábio Bernardo Silva</title>
<meta charset="utf-8">
<meta name="author" content="Fábio Bernardo Silva">
<meta name="description" content="Portfolio of Graphic Designer Fábio Bernardo Silva">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=DM+Sans:400,400i,700&display=swap&subset=latin-ext" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Archivo+Black|Libre+Franklin&display=swap" rel="stylesheet">
</head>
<body>
<!--
images FOR DESKTOP VERSION
<div style="height:100vh;width:auto;background:url('images/2x3/booklet.jpg');background-size:contain;background-position:center center;"></div>
-->
<header class="grid">
<a class="logo-position" href="index.html">
<h3>
Fábio B. Silva
</h3>
</a>
<a class="contact-position right-aligned" href="mailto:[email protected]" target="blank">
<h3>
Contact
</h3>
</a>
</header>
<main class="grid">
<a class="full-width" href="helsinkifashionweekss20.html">
<article class="margin-bottom-1em">
<div class="divimage" style="height:calc(100vh - 5em);width:auto;background:url('images/2x3/HFW.jpg');background-size:contain;background-position:center center;"></div>
<img class="imagehomepage image-margin-bottom" src="images/2x3/HFW.jpg">
<p>Nordic Fashion Week Association</p>
</article>
</a>
<!--
<a class=project href="helsinkifashionweekss20.html">
<article>
<img class="imagehomepage" src='thumb.jpg'>
<p style="font-size:0.85em;">reviewable</p>
</article>
</a>
-->
<a class="full-width" href="stteresas.html">
<article class="margin-bottom-1em">
<!--<div class="divimage" style="height:calc(100vh - 5em);width:auto;background:url('images/2x3/booklet.jpg');background-size:contain;background-position:center center;"></div>-->
<img class="imagehomepage image-margin-bottom" src='images/2x3/booklet.jpg'>
<p>St. Teresa's Carmelite Church</p>
</article>
</a>
<a class="full-width" href="tring.html">
<article class="margin-bottom-1em">
<!--<div class="divimage" style="height:calc(100vh - 5em);width:auto;background:url('images/2x3/tringrugby.jpg');background-size:contain;background-position:center center;"></div>-->
<img class="imagehomepage image-margin-bottom" src='images/2x3/tringrugby.jpg'>
<p>Tring Rugby Union Footbal Club</p>
</article class="margin-bottom-1em">
</a>
<a class="full-width" href="v-studio.html">
<article class="margin-bottom-1em">
<!--<div class="divimage" style="height:calc(100vh - 5em);width:auto;background:url('images/2x3/tringrugby.jpg');background-size:contain;background-position:center center;"></div>-->
<img class="imagehomepage image-margin-bottom" src='images/2x3/v.-studio'>
<p>V. STUDIO</p>
</article class="margin-bottom-1em">
</a>
<a class="full-width" href="pirei-no-trabalho.html">
<article class="margin-bottom-1em">
<!--<div class="divimage" style="height:calc(100vh - 5em);width:auto;background:url('images/2x3/tringrugby.jpg');background-size:contain;background-position:center center;"></div>-->
<img class="imagehomepage image-margin-bottom" src='images/pirei.jpg'>
<p>PIREI no Trabalho</p>
</article class="margin-bottom-1em">
</a>
<a class="full-width" href="zurich.html">
<article class="margin-bottom-1em">
<!--<div class="divimage" style="height:calc(100vh - 5em);width:auto;background:url('images/2x3/jornada-da-inovação.jpg');background-size:cover;background-position:center center;"></div>-->
<img class="imagehomepage image-margin-bottom" src='images/2x3/jornada-da-inovação.jpg'>
<p>Zurich Insurance Brazil</p>
</article>
</a>
</main>
<h3 class="contact-position right-aligned" style="margin-bottom:1em;">
2020
</h3>
</body>
</html>