-
Notifications
You must be signed in to change notification settings - Fork 2
/
ambassadors.html
168 lines (145 loc) · 7.33 KB
/
ambassadors.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>BelPy 2021 | Ambassadors</title>
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container-fluid d-flex">
<div class="logo mr-auto">
<a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="code-of-conduct.html">Code Of Conduct</a></li>
<li><a href="call-for-proposals.html">Call For Proposals</a></li>
<li class="active"><a href="ambassadors.html">Ambassadors</a></li>
<li><a href="sponsorship.html">Sponsorship</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="speakers.html">Speakers</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="pyhack.html">PyHack</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<body>
<main id="main">
<img src="assets/img/bg2.png" alt="" class="bg-img" data-aos="fade-down">
<section id="call-for-proposals" class="call-for-proposals features">
<div class="container">
<div class="section-title" data-aos="fade-up">
<p>Call For Ambassadors</p>
</div>
<div class="icon-box text-left" data-aos="fade-up">
<h4 class="font-weight-bold text-center mb-3">The BelPy Ambassador Program</h4>
<div>
<p>Do you believe in the power of motivation? How do you like the idea of being a driving force? The BelPy
Ambassador Program helps you do just that. A BelPy Ambassador is an individual who represents their
college and helps others get involved in the BelPy community.</p>
</div>
<div>
<h5 class="font-weight-bold">What You Have To Do</h5>
<ul>
<li>One student from each college/university will be selected as an Ambassador for the conference</li>
<li>Help create awareness about the event through social media and other means</li>
<li>Encourage your peers to participate in the conference</li>
<li>Promote our conference in your home university</li>
<li>Help expand the BelPy community</li>
</ul>
</div>
<div>
<h5 class="font-weight-bold">What You Will Get</h5>
<ul>
<li>Free registration to the conference</li>
<li>Highight on our website and social media</li>
<li>Cool swag (more registrations, more swag!)</li>
<li>An appreciation letter</li>
<li>The satisfaction of having helped promote learning among your peers.</li>
</ul>
</div>
<div class="col-12 d-flex justify-content-center">
<a href="https://docs.google.com/forms/d/e/1FAIpQLScMjVsLuUKzWyzvdTbbhS6Os84LTSlnXNUwmaBhaVZnNpoPlA/viewform"
target="_blank" class="btn btn-get-started" aria-label="Form to apply for Ambassador Registration">Apply
Now</a>
</div>
</div>
</div>
</section>
</main>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<img class="d-none d-lg-block" src="assets/img/footer.png" alt="" width="600"
style="position: absolute; right: 0; margin-top: 20px;">
<div class="col-lg-3 col-md-6 footer-links" data-aos="fade-up" data-aos-delay="200">
<h4>Follow Us on Social Media</h4>
<div class="social-links mt-3">
<a target="_blank" href="https://twitter.com/Belpy2021?s=08" class="twitter"><i
class="bx bxl-twitter"></i></a>
<a target="_blank" href="https://www.facebook.com/Belpy2021-100165431927686/" class="facebook"><i
class="bx bxl-facebook"></i></a>
<a target="_blank" href="https://www.instagram.com/belpy24" class="instagram"><i
class="bx bxl-instagram"></i></a>
<a target="_blank" href="https://www.linkedin.com/company/belpy" class="linkedin"><i
class="bx bxl-linkedin"></i></a>
<a href="mailto:[email protected]" class="google-plus"><i class="bx bx-mail-send"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 footer-links" data-aos="fade-up" data-aos-delay="300">
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="index.html">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="code-of-conduct.html">Code Of Conduct</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="call-for-proposals.html">Call For Proposals</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="ambassadors.html">Ambassadors</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="sponsorship.html">Sponsorship</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="schedule.html">Schedule</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="speakers.html">Speakers</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="team.html">Team</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="pyhack.html">PyHack</a></li>
</ul>
</div>
</div>
</div>
</div>
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<div class="container py-4">
<div class="copyright">
<small>Inspired by <a href="https://bootstrapmade.com/">BootstrapMade</a></small> | © Copyright
<strong><span>BelPy 2021</span></strong>. All Rights Reserved
</div>
</div>
</footer><!-- End Footer -->
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>