forked from fossasia/gci17.fossasia.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
activities.html
38 lines (34 loc) · 999 Bytes
/
activities.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
---
permalink: activities
---
{% include header.html %}
<link rel="stylesheet" href="css/aos.css" />
<div class="rocket">
<a href="javascript:void(0);" id="rocketmeluncur" class="showrocket">
<div class="fire"></div>
</a>
</div>
<section class="bg-secondary">
<div class="container">
<div class="col-sm-12 text-center">
<h2 class="animated fadeIn">Website Activity</h2>
<p class="lead mb64">Things to work on with</p>
</div>
<div class="col-sm-12 col-md-12 text-center">
<div class="form-group">
<input type="text" id="searchString" class="form-control" placeholder="Search for an activity ..." />
</div>
</div>
<div class="col-sm-12 col-md-12 text-center" id="issueSearchOutput"></div>
<div class="col-sm-12 col-md-12 text-center mentor-list" id="issues">
<div class="issue-container container"></div>
</div>
</div>
</section>
<script src="js/aos.js"></script>
<script>
AOS.init({
easing: 'ease-in-out-sine'
});
</script>
{% include footer.html %}