-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfiller.html
91 lines (79 loc) · 3.43 KB
/
filler.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="img/fav.ico.png">
<title>Python Kampala Community.</title>
<script src="js/script.js"></script>
</head>
<body onload="loadPyklaMembers()">
<section class="container">
<h1 class="underline">Python Kampala Community (PyKla)</h1>
<p>
<h3>Welcome to the Python Kampala website;</h3>
</p>
<section class="events">
<span>⌚ Upcoming Events &</span> <a href="archive.html"> <small> ⮎ past events</small></a>
<p>
<ol>
<li>
"Pykla Monthly Meet Up" at <a href=""><small>Hive Collab</small></a> by<a> <small><a href="https://twitter.com/grandlubs">Lubega Mark</a></small></a> on 30th Jan. 2019
</li>
</ol>
</p>
</section>
<section class="members">
<span> 👥 Python Kampala Community Members</span>
<p>
<ul id="team">
<li class="team" >
<!--
<a href="url" class="white-bg">
<img title="user" class="avatar" src="img/fav.ico.png">
</a>
-->
</li>
</ul>
</p>
</section>
<section class="jobs">
<span>💼 Jobs</span>
<p>
<li>
<small>
<a href="https://docs.google.com/document/d/1Wb7w-hvhzavqOOFBVoSzmaQ6fiLrbXRs9nk4OBTb88k/edit?usp=sharing">Apply</a>
</small>
as a <b>Data Scientist</b> at
<a href="https://www.modularitygrid.com/">
<small>Modularity Grid Inc.</small>
</a>
</li>
<li>
<small>
<a href="https://docs.google.com/document/d/1a3MiPmHCfK0bQkJC7N1NI9wBRhLbU-BqHzGHtwYdu-Q/edit#">Apply</a>
</small>
as a <b>FullStack Dev (Backend)</b> at
<a href="https://www.modularitygrid.com/">
<small>Modularity Grid Inc.</small>
</a>
</li>
<li>
<small>
<a href="https://docs.google.com/document/d/13KsTAhSeJOoDH4jd_9twdGjwIHlfIUay-0jEdLkIcCM/edit?usp=sharing">Apply</a>
</small>
as a <b>Machine Learning Intern</b> at
<a href="https://www.modularitygrid.com/">
<small>Modularity Grid Inc.</small>
</a>
</li>
</p>
</section>
</section>
<footer>
<a href="https://twitter.com/pykampala">Twitter</a> | <a href="https://github.com/pykla">GitHub</a> | <a href="https://chat.whatsapp.com/invite/CkO2S49tZlO7q1NeZJkwtf">WhatsApp</a>
</footer>
</body>
</html>