forked from lawrennd/dsschool-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathevents.html
More file actions
executable file
·71 lines (57 loc) · 2.5 KB
/
Copy pathevents.html
File metadata and controls
executable file
·71 lines (57 loc) · 2.5 KB
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
---
layout: default
---
<!-- Start Hero -->
<div class="hero" style="background: url('{{ site.baseurl }}/img/{{ site.hero.hero_img }}') no-repeat; background-size: cover;">
<div class="hero-content">
<div class="container-fluid">
<div class="">
<h1>Data Science Africa</h1>
<p>Welcome to the official website of Data Science Africa conference</p>
</div>
</div>
</div>
<div class="container-fluid" style="height:500px;" >
<div class="col-sm-6 col-sm-offset-6 col-md-4 col-md-offset-8 form" style="background-color:transparent;">
<h3></h3>
</div>
</div>
</div>
<!-- End Hero -->
<!-- Start Our team -->
<div id="team" class="team" style="background-color: #fff; background-image: url('{{ site.baseurl }}/img/bg.png');">
<h2 class="section-title" style="color: #000; font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;">EVENTS OVER THE YEARS <svg class="icon icon-calendar"><use xlink:href="#icon-calendar"></use></svg></h2>
<div id="team-carousel" class="col-md-offset-3">
<div class="expandable-box" style="background-color: #000;">
<div class="expandable-box-top">
<!-- <img src="{{ site.baseurl }}/img/{{ member.image }}" alt="{{ member.name }}">
--> <h3 style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;">
Data Science Conference
</h3>
<h4 style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;">
2016
</h4>
</div>
<div class="expandable-box-bottom">
<a href="http://air.ug/dsa2016/">Summer School</a>
<a href="http://air.ug/dsa2016/">Workshop</a>
</div>
</div>
<div class="expandable-box">
<div class="expandable-box-top">
<!-- <img src="{{ site.baseurl }}/img/{{ member.image }}" alt="{{ member.name }}">
--> <h3 style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;">
Data Science Conference
</h3>
<h4 style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;">
2015
</h4>
</div>
<div class="expandable-box-bottom">
<a href="http://air.ug/dsa2016/">Summer School</a>
<a href="http://air.ug/dsa2016/">Workshop</a>
</div>
</div>
</div>
</div>
<!-- End Our team -->