-
Notifications
You must be signed in to change notification settings - Fork 0
/
stilleven.html
35 lines (28 loc) · 1.25 KB
/
stilleven.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
<!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="stilleven.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">
</head>
<div class="logo">
<a href="portfolio.html">ANNE SCHOLTENS</a>
</div>
<ul id="navigator">
<li><a href="portfolio.html">HOME</a></li>
<li><a href="portfolio.html#portfolio">PORTFOLIO</a></li>
<li><a href="portfolio.html#contact">CONTACT</a></li>
</ul>
<main class="grid">
<img src="stilleven1.JPG" alt="Sample photo">
<img src="stilleven2.JPG" alt="Sample photo">
<img src="stilleven3.JPG" alt="Sample photo">
<img src="stilleven4.JPG" alt="Sample photo">
<img src="stilleven5.JPG" alt="Sample photo">
<img src="stilleven6.JPG" alt="Sample photo">
</main>