-
Notifications
You must be signed in to change notification settings - Fork 3
/
volunteers.html
64 lines (61 loc) · 3.58 KB
/
volunteers.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Home - DevC</title>
<meta name="description" content="Developer Circle Jakarta by Facebook">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css?h=f22d7eb6f08dc6dc414a0b36b951043c">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,600,600i">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.css">
<link rel="stylesheet" href="assets/css/smoothproducts.css?h=38a515b6b30123300b3619cce6411cec">
<link rel="stylesheet" href="assets/css/styles.css?h=92fa4ea2122b0f5b418a833df424e96e">
</head>
<body>
<nav class="navbar navbar-light navbar-expand-lg fixed-top bg-white clean-navbar">
<div class="container"><button data-toggle="collapse" class="navbar-toggler" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button><a class="navbar-brand logo" href="/">DevC</a>
<div class="collapse navbar-collapse"
id="navcol-1">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item" role="presentation"><a class="nav-link" href="/">EVENTS</a></li>
<li class="nav-item" role="presentation"><a class="nav-link active" href="volunteers.html">Volunteers</a></li>
</ul>
</div>
</div>
</nav>
<main class="page landing-page">
<section class="clean-block about-us">
<div class="container">
<div class="block-heading">
<h2 class="text-info">Volunteers Team</h2>
<p>Our great and awesome volunteers team. When developers connect, learn and collaborate, amazing things can happen.</p>
</div>
<div class="row justify-content-center">
<div class="col-sm-6 col-lg-3 col-xl-2 volunteer-card" id="volunteer-card-template">
<div class="card clean-card text-center"><img class="card-img-top w-100 d-block" src="%image%">
<div class="card-body info">
<h4 class="card-title">%name%</h4>
<div class="title"><span>%title%</span></div>
<p class="card-text summary">%summary%</p>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="page-footer dark">
<div class="footer-copyright">
<p>© 2020 Developer Circle Jakarta</p>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.js"></script>
<script src="assets/js/smoothproducts.min.js?h=975b2635c9a06eae9f47d6cae8158a12"></script>
<script src="assets/js/theme.js?h=417b03f5f0a4f9f27f8c248f532eb5af"></script>
<script src="assets/js/global.js?h=9dfa418d969e52490ce955ffdca7544e"></script>
<script src="assets/js/volunteers.js?h=09a89eb877d1793badc69b36ba978084"></script>
</body>
</html>