-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (70 loc) · 3.67 KB
/
index.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
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<title>josh is online</title>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="script.js"></script>
<script async src="https://analytics.umami.is/script.js"
data-website-id="2d8502f0-7ac5-49c1-8450-b990d7593b5f"></script>
</head>
<body>
<div id="window">
<div id="projects">
<img src="./images/jort.JPG">
<p> josh vredevoogd is an advocate and creative director living in Los
Angeles with multimedia design, branding, and research experience
</p>
<div id="buttons">
<div style="background-color: greenyellow;" onClick="changeBackground('grass.jpg')"></div>
<div style="background-color: lightcyan;" onClick="changeBackground('cloud.jpg')"></div>
<div style="background-color: rgb(234, 196, 241);" onClick="changeBackground('sun.jpg')"></div>
<div style="background-color: rgb(45, 144, 177);" onClick="changeBackground('water.jpg')"></div>
<div style="background-color: pink;" onClick="changeBackground('flower.jpg')"></div>
<div style="background-color: rgb(42, 177, 42);" onClick="changeBackground('trees.jpeg')"></div>
<div style="background-color: var(--bg);box-sizing: border-box; border: .5px solid lightgrey"
onClick="changeBackground('none')"></div>
<!-- <div style="background-color: rgb(245, 210, 129);"> <a target="_blank" href="https://open.spotify.com/playlist/7zeLocuPqNBpn6ZIHIfnBo?si=91e2ff6cf29843e1">♫</a></div> -->
</div>
<details>
<summary>currently i work at <a href="https://www.streetsforall.org">Streets for All</a>
advocating for a city that's easier to get around</summary>
<ul id="SFA">
</ul>
</details>
<details>
<summary>i recently creative directed <a href="https://www.yesonHLA.com">Measure HLA </a>, which mandates
construction of hundreds of miles of safer streets, and won
2/3rds of the vote in Los Angeles</summary>
<ul id="HLA">
</ul>
</details>
<details>
<summary>i also have a few ongoing personal research and dev projects</summary>
<ul id="ongoing">
</ul>
</details>
<details>
<summary>before that, i did things like helping run design and marketing for Hive Lighting, building
little websites, and creating music videos</summary>
<ul id="old">
</ul>
</details>
</p>
<p>
places you can find me...
<a href="mailto:[email protected]?&subject=howdy&body=">email</a> •
<a href="https://github.com/jawshv/">github</a> •
<a href="https://www.are.na/josh-vredevoogd">are.na</a> •
<a href="https://twitter.com/Jawshv">twitter (RIP)</a> •
<a href="https://www.bookshelf.town/user/josh">bookshelf</a>
</p>
</div>
<a id="diary" class="flower" href="https://diary.joshvredevoogd.com/u/b4e080"> ✿ my diary</a>
<a id="draws" class="flower" href="/sketchbook.html">✿ sketchbook</a>
<a id="notes" class="flower" href="/notebook.html">✿ notebook</a>
<a id="copy" class="flower" href="https://github.com/jawshv/port-2023">♺ 2024</a>
</div>
</body>
</html>