-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
55 lines (49 loc) · 2.88 KB
/
about.html
File metadata and controls
55 lines (49 loc) · 2.88 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
<head>
<link href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet"> <!-- This is the "Handlee" font from Google fonts -->
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Poiret+One" rel="stylesheet">
<title>Elizabeth's Portfolio</title> <!-- this goes on the tab -->
<meta name="description" content="Elizabeth Gilbert's Portfolio">
<link href="css/style.css" rel="stylesheet"> <!--this is how it knows that the style sheet exists -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-52740454-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-52740454-3');
</script>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a class="active" href="about.html">About Me</a></li>
<li><a href="resume.html">Resume</a></li>
</ul>
</nav>
<!-- air on the sides of divs -->
<div class="content">
<h4>Photography</h4>
<p>I have been taking photos professionally since 2013, including
engagement photos, senior photo shoots, and dance photography. My work can be
viewed <a href="https://www.flickr.com/photos/90231275@N06/">here</a>.</p>
<h4>Service</h4>
<p>My faith plays a significant role in my life. Currently, I am creating <a href="https://www.firstlutherancincy.org/gathercincy">Gather Cincinnati</a>,
an ecumenical young adult ministry to build community and connections between young adults
of faith in the greater Cincinnati area. In my gap semester after college, I
worked with people experiencing homelessness through the local PADS
homeless shelter, and served for four months at St. Johannis Lutheran church in Nordstemmen,
Lower Saxony, Germany. </p> <p>Through my college campus ministry, <a href="https://www.jacobsporch.com/">Jacob's Porch</a>,
I played cello in the worship band, was involved in Bible study and worship planning,
and redesigned the website. With my home church, I went on annual mission trips to Kyle, South Dakota, and
developed relationships with the Oglala Lakota community there, who have
been affected by systemic racism. Because of this experience, advocating against systemic oppression is something that
I am passionate about. </p>
<h4>Hiking</h4>
<p>I value balance in life, and see physical activity as a core part of this.
One of my favorite ways to be active is by spending time in nature and hiking.
My favorite hikes have been up <a href="https://goo.gl/maps/WMZM2iDMsPCUh3et8">Black Elk Peak</a> (four times!) and backpacking in <a href="https://g.page/hockinghillspark?share">Hocking Hills</a>. </p>
<!-- IF ADDING PHOTOS: ADD PETS & FAMILY SECTION -->
</div>
</body>