-
Notifications
You must be signed in to change notification settings - Fork 0
/
stteresas.html
50 lines (36 loc) · 1.31 KB
/
stteresas.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
<!DOCTYPE html>
<html lang="en">
<head>
<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=Work+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=DM+Sans:400,400i,700&display=swap&subset=latin-ext" rel="stylesheet">
</head>
<body>
<header class="grid">
<a class="logo-position" href=" index.html">
<h3>
Fábio B. Silva
</h3>
</a>
<a class="contact-position right-aligned" href="">
<h3>
Contact
</h3>
</a>
</header>
<main class="grid">
<article class="full-width margin-bottom-1em" >
<img class="imagehomepage margin-bottom-1em" src='images/BOOKLETGAINSBORO.gif'>
<div class=grid>
<h3 class=portrait-first-half>St. Teresa's Carmelite Church</h3>
<p class="portrait-second-half no-top-margin">
Booklet designed for St. Teresa's Carmelite Church in Dublin. Format and design to be adopted by all the Order of the Discalced Carmelites houses in Ireland.</p>
</div>
</article>
</main>
</body>
</html>