-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathService.html
70 lines (57 loc) · 3.26 KB
/
Service.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Community Service</title>
<link id="theme-style" rel="stylesheet" href="style1.css">
<script src="toggle.js"></script>
</head>
<body>
<nav>
<div id="theme-toggle">
<button onclick="toggleTheme()">Toggle Theme</button>
</div>
<a href="index.html" class="nav-button">Home</a>
<a href="Technical.html" class="nav-button">Technical Portfolio</a>
<a href="Qualifications.html" class="nav-button">Qualifications</a>
<a href="Service.html" class="nav-button">Community Service</a>
<a href="contact.html" class="nav-button">Contact</a>
</nav>
<header>
<h3>COMMUNITY SERVICE</h3>
</header>
<main>
<div class="content">
<div class="section">
<h2><a href="https://badranfoundation.com/" target="_blank">Medical Charity Foundation</a></h2>
<div class="text">
<p>I volunteered with a medical charity foundation where I helped check in patients, write down their symptoms and instruct them of where to go at a Non-profit public hospital in the outskirts of Cairo, Egypt. </p>
<img src="service1.png" alt="service 1">
</div>
</div>
<div class="section">
<h2><a href="https://bigevent.tamu.edu/" target="_blank">The Big Event</a></h2>
<div class="text">
<p>I participate in The Big Event yearly! The last event I participated in involved gardening, repainting a treehouse, and cleaning backyard furniture.</p>
<img src="service2.png" alt="service 2">
</div>
</div>
<div class="section">
<h2><h2><a href="https://www.facebook.com/OrmanCharityAssociation/posts/dar-al-orman-charity-associationbackgrounddar-al-orman-charity-association-is-an/698246230259327/" target="_blank">Visiting Al-Orman Orphanage</a></h2>
<div class="text">
<p>My friends and I helped gather important resources such as canned food, water, clothing, and books from High School peers. Then we transported the resources to the Orman orphanage and spent the day with the children there. We read them books, watched puppet shows they made, and played games with them.</p>
<img src="service3.png" alt="service 3">
</div>
</div>
<div class="section">
<h2><h2><a href="https://www.awics.org/" target="_blank">AWICS Rubies Mentor</a></h2>
<div class="text">
<p>As a current member of Aggie Women in Computer Science (AWICS), I am excited to join their Rubies program as a mentor for the upcoming school year. Last year, I participated in the program as a mentee and had a wonderful experience. I look forward to guiding a new mentee this year and providing her with the same support and encouragement that I received.</p>
<img src="service4.png" alt="service 4">
</div>
</div>
</div>
</main>
</body>
</html>