-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservice_HTML.html
More file actions
64 lines (59 loc) · 3.33 KB
/
service_HTML.html
File metadata and controls
64 lines (59 loc) · 3.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Service</title>
</head>
<body>
<header>
<h1>Volunteering</h1>
<p>Here are ways that I volunteer/mentor</p>
</header>
<section id="projects-triple-column">
<div class="project">
<h2><a href="https://www.antiochcs.org/">Antioch Community Church</a></h2>
<img src="https://th.bing.com/th/id/OIP.ixihkBbbrAx7BAKGr6zFMgHaEK?w=270&h=180&c=7&r=0&o=5&dpr=1.5&pid=1.7" alt="" class="normal-size">
<p>
Leading college life groups at my local church has been a great experience for me.
It has helped me develop leadership skills and give back to my community.
It has also taught me how to build relationships with people from different backgrounds.
I have grown very close with many of the men in my lifegroup and I have been able to mentor them on a personal level.
Each week I devote time serving the Lord by faciliating a time of worship and prayer for those in attendance at lifegroup and meeting with people outside of the lifegroup to help them get to know the Lord and grow in their faith.
</p>
</div>
<div class="project">
<h2><a href="https://www.pwscamp.com/">People With Smiles Camp</a></h2>
<img src="IMG_3169.jpg" alt="">
<p>
During the summer of 2021 and 2022 I served as a volunteer at People With Smiles Camp.
This camp is designed for people with Prader Willi Syndrome, a rare genetic disorder that causes a number of physical, mental, and behavioral issues.
Their biggest challenge is that their body doesn't alert them when they are full, so they need 24/7 supervision to make sure they don't overeat.
My role as a one on one counselor was to assist them through some fun outdoor activities and supervise them during their meals and snacks.
</p>
</div>
<div class="project">
<h2><a href="https://www.foodpantries.org/ci/tx-college_station">Serving at Food Banks</a></h2>
<img src="https://th.bing.com/th/id/OIP.jg1-yAA8LPHWlYzjLmlkigHaEK?w=303&h=180&c=7&r=0&o=5&dpr=1.5&pid=1.7" alt="" class="normal-size">
<p>
I haven’t served at a food bank since early high school, but I deeply value the experience and hope to begin volunteering again in the future.
Food banks provide essential support to those in need, and being part of that mission is incredibly fulfilling.
Volunteering is not just an act of giving back; it’s a meaningful way to connect with my community and demonstrate compassion for those facing challenges.
Volunteering at a food bank is a great way I can give back to my community, ensuring others have access to the resources they need.
I look forward to resuming this meaningful work and continuing to serve with gratitude and love for the people who make our community strong.
</p>
</div>
</section>
<nav>
<div class="container">
<ul>
<li><a href="index_HTML.html">Home</a></li>
<li><a href="portfolio_HTML.html">Projects</a></li>
<li><a href="qualifications_HTML.html">Qualifications</a></li>
<li><a href="service_HTML.html">Volunteering</a></li>
<li><a href="genai_HTML.html">GenAI</a></li>
</ul>
</div>
</nav>
</body>
</html>