-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContact.html
More file actions
84 lines (73 loc) · 2.66 KB
/
Contact.html
File metadata and controls
84 lines (73 loc) · 2.66 KB
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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=Bevan:ital@0;1&display=swap" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Zalando+Sans+SemiExpanded:ital,wght@0,200..900;1,200..900&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Bowlby+One+SC&display=swap" rel="stylesheet">
<link rel="stylesheet" href="byclara.css">
<title>By Clara contact</title>
<link rel="icon" href="images/logo.PNG">
</head>
<body>
<!--Dit zijn de navigatie tabs.-->
<Nav class="tabs">
<div class="hlogo">
<img src="images/logo.PNG" alt="Logo" height="40px">
</div>
<a href="index.html" class="link">
<div class="hblock">
Home
</div>
</a>
<a href="Gallery.html" class="link">
<div class="hblock">
Gallery
</div>
</a>
<a href="Backstory.html" class="link">
<div class="hblock">
Backstory
</div>
</a>
<a href="Contact.html" class="link">
<div class="hsblock">
Contact
</div>
</a>
</Nav>
<main>
<h4>Contact</h4>
<p class="ppur">Want to get in touch or have any questions? <br> Feel free to do so!
<br>
<a href="mailto:claracadariu@amsterdams.com" class="linkp">Send email</a>
</p>
<h4>Socials</h4>
<p class="ppur">Make sure to follow my socials if you are interested in the process, updates and more!</p>
<table>
<tr>
<td class="capttbl">Tiktok</td>
<td>
<a href="https://www.tiktok.com/@pencil2545" class="linkp">Check out the drawingprocess
here!</a>
</td>
</tr>
<tr>
<td class="capttbl">Instagram</td>
<td>
<a href="https://www.instagram.com/_clara_cdr?igsh=MTk2ZnVxaG41ZmRhaQ==" class="linkp">Drop a
follow!</a>
</td>
</tr>
<tr>
<td class="capttbl">Pinterest</td>
<td>
<a href="https://pin.it/4sOIDyx5r" class="linkp">My go to space for inspiration</a>
</td>
</tr>
</table>
<!--Shout out naar Liza & Letizia.-->
</main>
</body>
</html>