-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
77 lines (58 loc) · 2.6 KB
/
portfolio.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="main.css">
<link href='https://fonts.googleapis.com/css?family=Allura' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css?family=Vibes&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Abel|Barlow|Fjalla+One|Italiana|Mansalva|Open+Sans+Condensed:300|Poiret+One|Pompiere|Rajdhani|Waiting+for+the+Sunrise&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Allura|Bilbo+Swash+Caps|Bungee+Hairline|Calligraffitti|Caveat|Homemade+Apple|Kalam:300|La+Belle+Aurore|Meddon|Satisfy|Seaweed+Script|Waiting+for+the+Sunrise|Yellowtail&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=League+Script|Meddon|Nothing+You+Could+Do&display=swap" rel="stylesheet">
</head>
<ul id="navigator">
<li><a href="#home">HOME</a></li>
<li><a href="#portfolio">PORTFOLIO</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
<body>
<div id="header">
<h1 id="title">ANNE SCHOLTENS</h1>
<h1 id="title2">photography</h1>
<div Class="socialcontainer">
<a href="https://www.linkedin.com/in/anne-scholtens-81175a118/" target="_blank" class="fa fa-linkedin"></a>
<a href="https://www.instagram.com/shotsbyanne/" target="_blank" class="fa fa-instagram"></a>
<a href="https://www.youtube.com/channel/UCB4ryeMyehsltMzkJagssTg?view_as=subscriber" target="_blank" class="fa fa-youtube"></a>
</div>
</div>
<a name="portfolio"></a>
<h3 id="subject1">PORTFOLIO</h3>
<section Class="grid">
<figure>
<a href="portret.html"><img src="foto1111.jpg" alt="Portret"></a>
<figcaption>PORTRAIT</figcaption>
</figure>
<figure>
<a href="rook.html"><img src="foto2222.jpg" alt="Rook"></a>
<figcaption>SMOKE</figcaption>
</figure>
<figure>
<a href="stilleven.html"><img src="foto4.jpg" alt="Stilleven"></a>
<figcaption>STILL</figcaption>
</figure>
<figure>
<a href="vanmossel.html"><img src="foto3.jpg" alt="Van Mossel"></a>
<figcaption>VAN MOSSEL</figcaption>
</figure>
</section>
<a name="contact"></a>
<h4 id="subject2">CONTACT</h4>
<p>Anne Scholtens</p>
<p>+31 55 18 30 44</p>
<p>anne.scholtens@outlook.com</p>
</body>
</html>