-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
59 lines (49 loc) · 2.07 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Patrick Lorenz Personal Website</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header-container">
<header id="title">
<h1><a href="index.html">Patrick Lorenz</a></h1>
<h2 class="title-sub">software engineer</h2>
<p class="title-sub">/ recovering photographer</p>
</header>
<div>
<ul id="menu">
<li>
<a href="about.html" class="active">About</a>
</li>
<li>
<a href="stuff.html">Stuff</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
<div id="container">
<section id="about">
<p>Hi, my name is Patrick Lorenz. I was born in Milwaukee, WI, grew up in New Orleans, LA, and now I live in Santa
Barbara, CA. I have been working as a freelance photographer since 2015 and was a staff photographer before
that. My specialty is art object documentation. Feel free to check out my <a href="http://www.studio-lorenz.com"
target="_blank">photo portfolio</a>.</p>
<p>From 2021-2022, I produced and hosted the <a href="https://spinitron.com/KCSB/show/221207/wafflehaus-Jukebox"
target="_blank">'wafflehaus Jukebox'</a>, a weekly, 60-minute program on <a href="http://www.kcsb.org"
target="_blank">KCSB-FM</a> 91.9 Santa Barbara, the University of Santa Barbara's non-commercial radio station
serving the public interest.</p>
<p>According to my <a href="https://www.linkedin.com/in/patrickllorenz/" target="_blank">LinkedIn</a>, I live for
travel, film, coffee, road trips, more coffee, cooking, music, and magazines. Since moving to Santa Barbara I
am, of course, learning to surf.</p>
<p>Don't hesitate to get in touch via the <a href="contact.html">Contact</a> page. Would love to hear from you.*
</p>
<p id="spam">*(unless you're a spambot.)</p>
</section>
</div>
</body>
</html>