-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
213 lines (175 loc) · 8.45 KB
/
index.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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119030294-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-119030294-1');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TRWDMX5');</script>
<!-- End Google Tag Manager -->
<!-- Required meta tags -->
<title>droidconKE</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-wi, initial-scale=1, shrink-to-fit=yes">
<meta name="keywords" content="Android, Conference, Droidcon, Kenya, Android254">
<meta name="description" content="Droidcon is a global conference focused on the engineering of Android applications. Droidcon provides a forum for developers to network with other developers, share techniques, announce apps and products, and to learn and teach.">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.css">
<!--Custom CSS-->
<link rel="stylesheet" href="css/styles.css">
<!-- Animate CSS -->
<link rel="stylesheet" href="css/animate.css">
<!--Font awesome-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--Google Fonts-->
<link href="https://fonts.googleapis.com/css?family=Roboto:300" rel="stylesheet">
<!-- AddEvent script -->
<script type="text/javascript" src="https://addevent.com/libs/atc/1.6.1/atc.min.js" async defer></script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TRWDMX5"
height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<section class="mx-auto" id="home">
<nav class="navbar fixed-top navbar-expand-lg navbar-light ml-auto" style="background-color: #000" >
<!-- Just an image -->
<a class="navbar-brand" href="index.html">
<img src="/img/main-logos-03.png" width="30" height="30" alt="droidconKE logo" href="index.html">
</a>
<button class="navbar-toggler" style="color:#ffd54f;" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav" >
<ul class="navbar-nav ml-auto" >
<!--<li class="nav-item" >
<a class="nav-link mr-4" style="color:#ffd54f" href="index.html">HOME</a>
</li>-->
<li class="nav-item">
<a class="nav-link mr-4" style="color:#ffd54f" href="#abt">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link mr-4" style="color:#ffd54f" href="http://us1.rssfeedwidget.com/getrss.php?time=1553589896973&x=http%3A%2F%2Fblog.ihub.co.ke%2Fcategory%2Fdroidcon%2Ffeed&w=1200&h=500&bc=333333&bw=1&bgc=transparent&m=20&it=true&t=(default)&tc=333333&ts=15&tb=transparent&il=true&lc=0000FF&ls=20&lb=false&id=true&dc=333333&ds=20&idt=true&dtc=284F2D&dts=12">WHATS HAPPENING</a>
</li>
<li class="nav-item">
<a class="nav-link mr-4" style="color:#ffd54f" href="https://mookh.com/embed/event/94fd42dc-9c07-4ac5-a346-4dbdffbe4083">GET YOUR TICKET</a>
</li>
<!--<li class="nav-item">
<a class="nav-link mr-4" style="color:#ffd54f" href="schedule1.html">SCHEDULE</a>
</li>
<li class="nav-item">
<a class="nav-link mr-4" style="color:#ffd54f" href="#spnsr">SPONSORS</a>
</li>-->
</ul>
</div>
</nav>
</section>
<section class="tron" id="tron">
<div class="large-header" id="large-header">
<canvas id="circle-canvas"></canvas>
<div class="jumbotron text-center" style="background-color: #ffd54f">
<img src="img/droidconkeLOGO.png" width="100%" height="100%" />
<h2 id="nrb">The largest Android Developer conference in Africa</h2>
<hr class="my-4">
<div class="row">
<div class="col-12">
<h4 id="date"><i class="fa fa-calendar "></i> August 8<sup>th</sup> - 9<sup>th</sup> 2019</h4>
<br>
</div>
<hr class="my-4">
<div class="col-12">
<h5 id="venue">
<i class="fa fa-map-marker"></i>
Nairobi
</h5>
</div>
</div>
<hr class="my-4">
<div class="row mt-3">
<div class="col-12">
<h5 id="cfp">Want to speak at droidcon?</h5><br>
<a class="btn btn-lg d-inline" href="https://sessionize.com/droidconke/" role="button" id="btn">
Submit a talk
</a>
<br>
</div>
</div>
<div class="row">
<br><br><br></div>
</div>
</div>
</section>
<div class="container-fluid">
<div class="row" style="background-color: #000">
<!--<div class="col text-center" style="color: white">
<h1 class="mt-3" id="abt">what is droidconKE</h1>
</div>-->
</div>
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8" >
<h1 class="mt-3 text-center" id="abt">what is droidconKE</h1>
<p class="pb-4 text-center" id="abtdroid">
Droidcon is a global conference focused on the engineering of Android applications.
Droidcon provides a forum for developers to network with other developers, share techniques, announce apps and products, and to learn and teach.<br>
<br>
This two-day developer focused gathering will be held in Nairobi Kenya on <strong >August 8th to 9th 2019</strong> and will be the largest of its kind in Africa.
<br>
It will have workshops and codelabs focused on the building of Android applications and will give participants an excellent chance to learn about the local Android development ecosystem, opportunities and services as well as meet the engineers and companies who work on them.
</p>
</div>
<div class="col-md-2"></div>
</div>
<!--
<div class="row" style="background-color: #000">
<div class="col mt-3 mb-2 text-center">
-->
<section class="footer" id="footer">
<div class="container-fluid">
<div class="row" style="background-color: #000">
<div class="col-4"></div>
<div class="col-4">
<div class="col mt-3 mb-3 text-center">
<span class="fa-stack fa-2x">
<a href="https://www.instagram.com/droidconke">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-instagram fa-stack-1x fa-inverse"></i>
</a>
</span>
<span class="fa-stack fa-2x">
<a href="https://twitter.com/droidconke">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</a>
</span>
<span class="fa-stack fa-2x">
<a href="https://facebook.com/droidconke">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse" ></i>
</a>
</span>
</div>
</div>
</div>
</div>
</section>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/particles.js"></script>
<script src="js/custom.js"></script>
<script src='js/jquery.particleground.js'></script>
</body>
</html>