-
Notifications
You must be signed in to change notification settings - Fork 1
/
Volunteer.html
100 lines (89 loc) · 5.02 KB
/
Volunteer.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>My Portfolio</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Bootstrap Icons-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic" rel="stylesheet" type="text/css" />
<!-- SimpleLightbox plugin CSS-->
<link href="https://cdnjs.cloudflare.com/ajax/libs/SimpleLightbox/2.1.0/simpleLightbox.min.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<link rel="stylesheet" href="css/font-awesome.min.css">
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-light fixed-top py-3" id="mainNav">
<div class="container px-4 px-lg-5">
<a class="navbar-brand" href="#page-top">My Portfolio</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto my-2 my-lg-0">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="index.html">Summary</a></li>
<li class="nav-item"><a class="nav-link" href="index.html">Certificates</a></li>
<li class="nav-item"><a class="nav-link" href="index.html">Contact</a></li>
<li class="nav-item"><a class="nav-link" href="projects.html">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="Volunteer.html">Volunteering</a></li>
</ul>
</div>
</div>
</nav>
<header class="masthead3">
<div class="container px-4 px-lg-5 h-100">
</div>
</header>
<div class="container" style="margin-top: 100px;">
<h2 style=" text-align:center; margin-bottom: 30px; outline-style:solid;">Volunteering</h2>
<div class="card-group">
<div class="card bg-primary">
<div class="card-body text-center">
<h3>Flood in 2015</h3>
<ul>
<li><p class="card-text">Built an organization "Myet Yay Thote Myi Lat Myar" that would help the victims in 2015</p></li>
<li><p class="card-text">Collected the fundings by walking around the city</p></li>
<li><p class="card-text">Managed the fundings</p></li>
<li> <p class="card-text">Donated the funding to the people who suffered from the flood</p></li></ul>
</div>
</div>
<div class="card bg-secondary">
<div class="card-body text-center">
<h3>I have volunteered in many organizations </h3>
<ul>
<li>World Robot Game</li>
<li>Libraries</li>
<li>Blood Donation Group</li>
<li>Teaching Juniors</li>
</ul>
</div>
</div>
<!-- <div class="card bg-secondry">
<div class="card-body text-center">
<p class="card-text">Some text inside the third card</p>
</div>
</div>
<div class="card bg-secondary">
<div class="card-body text-center">
<p class="card-text">Some text inside the fourth card</p>
</div>
</div> -->
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- SimpleLightbox plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/SimpleLightbox/2.1.0/simpleLightbox.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- * * SB Forms JS * *-->
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>
</body>
</html>