-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhobbies.html
More file actions
93 lines (89 loc) · 3.13 KB
/
hobbies.html
File metadata and controls
93 lines (89 loc) · 3.13 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
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en-au" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8">
<meta name="description" content="Some polaroids of various hobbies">
<meta name="robots" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base target="_blank">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JH7LB6NNCL">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-JH7LB6NNCL');
</script>
<link rel="shortcut icon" href="https://ssl.gstatic.com/docs/documents/./images/kix-favicon-2023q4.ico">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Cabin'>
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href='https://fonts.googleapis.com/css?family=Cedarville+Cursive'>
<link rel="stylesheet" href="css/site_wide.css">
<link rel="stylesheet" href="css/landscape.css">
<link rel="stylesheet" href="css/hobbies.css">
<link rel="stylesheet" href="css/select_theme.css">
<script src="javascript/select_theme.js"></script>
<title>Hobbies & Interests</title>
</head>
<body style="visibility:hidden;">
<h1>
<a href="harro_cv.html" target="_self" class="localdoc">
<span class="material-icons">reply</span>
</a>
Hobbies & Interests
<theme-menu></theme-menu>
</h1>
<div id="gallery">
<figure class="pic1">
<img src="images/art1.png" alt="A pastel picture">
<figcaption>Pastel Pencil</figcaption>
</figure>
<figure class="pic2">
<img src="images/art5.png" alt="A pencil drawing">
<figcaption>Pencil</figcaption>
</figure>
<figure class="pic3">
<img src="images/art3.png" alt="A pastel drawing">
<figcaption>Pastel Pencil</figcaption>
</figure>
<figure class="pic4">
<img src="images/art4.png" alt="A charcoal sketch">
<figcaption>Charcoal</figcaption>
</figure>
<figure class="pic6">
<img src="images/art6.png" alt="A pastel picture">
<figcaption>Pastels</figcaption>
</figure>
<figure class="pic7">
<img src="images/art7.png" alt="A pastel picture">
<figcaption>Pastels</figcaption>
</figure>
<figure class="pic8">
<img src="images/art8.png" alt="A pastel picture">
<figcaption>Pastels</figcaption>
</figure>
<figure class="pic9">
<img src="images/art9.png" alt="A copic sketch">
<figcaption>Copic Markers</figcaption>
</figure>
<figure class="pic11">
<img src="images/surf4.png" alt="surfing a wave">
<figcaption>Dreamland</figcaption>
</figure>
<figure class="pic12">
<img src="images/surf2.png" alt="surfing a wave">
<figcaption>Uluwatu</figcaption>
</figure>
<figure class="pic13">
<img src="images/surf5.png" alt="surfing a wave">
<figcaption>Dreamland</figcaption>
</figure>
<figure class="pic14">
<img src="images/surf1.png" alt="surfing a wave">
<figcaption>Uluwatu</figcaption>
</figure>
</div>
</body>
</html>