-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
118 lines (104 loc) · 5.12 KB
/
Copy pathindex.html
File metadata and controls
118 lines (104 loc) · 5.12 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
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
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<br><br>
<h1>Cryptocurrency & Artificial Intelligence Society</h1>
<hr>
<h3>University of Cape Town</h3>
<br><br>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<h3> High impact, practical education in the most radical technological advances of our age.</h3>
<br>
<a class="btn btn-primary" href="{{ "/tutorials/home/" | prepend: site.baseurl }}" role="button">Read Our Introductory Tutorials</a>
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-12">
<h1 class="text-center">
About
</h1>
<p class="text-center">
We are an inter-disciplinary UCT society dedicated to learning and teaching the dramatic impacts and opportunities that artificial intelligence and
cryptocurrency technology will have on the world. We connect students to the technology and introduce high-impact companies to passionate students.
</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-puzzle-piece" aria-hidden="true"></i></h1>
<h3 class="text-center">Philosophical</h3>
<p>
Think about the effects and biases technology has to a myriad of potential users. How does this technology change the way we interact with the world
and how should it be used ethically?
</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-code-fork" aria-hidden="true"></i></h1>
<h3 class="text-center">Technical</h3>
<p>
Learn how to code and create your own cryptocurrency or artificial intelligence using the latest technlogies from industry leaders. Get involved
with sub-communities and branch out on your own or within the society. Our community is here to help along the way.
</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-briefcase" aria-hidden="true"></i></h1>
<h3 class="text-center">Financial</h3>
<p>
Get exposure to the financial world of cryptocurrencies and how they can be used as a store of value and more. Meet industry leading companies
implementing this tech and possibly land a summer internship.
</p>
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-12">
<h1 class="text-center">
Team
</h1>
</div>
<div class="col-sm-3">
<h1 class="text-center"><img class="img-responsive img-rounded" src="{{site.baseurl}}/img/thomas.jpg"></img></h1>
<h4 class="text-center"><a href="https://linkedin.com/in/ttumiel">Thomas Tumiel</a></h3>
</div>
<div class="col-sm-3">
<h1 class="text-center"><img class="img-responsive img-rounded" src="{{site.baseurl}}/img/michael.jpg"></img></h1>
<h4 class="text-center"><a href="https://www.linkedin.com/in/michael-alummoottil-795437153/">Michael Alummoottil</a></h3>
</div>
<div class="col-sm-3">
<h1 class="text-center"><img class="img-responsive img-rounded" src="{{site.baseurl}}/img/devin.jpeg"></img></h1>
<h4 class="text-center"><a href="https://www.linkedin.com/in/devinstickells/">Devin Stickells</a></h3>
</div>
<div class="col-sm-3">
<h1 class="text-center"><img class="img-responsive img-rounded" src="{{site.baseurl}}/img/tineo.jpeg"></img></h1>
<h4 class="text-center"><a href="https://www.linkedin.com/in/tin%C3%A9o-galela-9a9725a7/">Tinéo Galela</a></h3>
</div>
<div class="col-sm-3">
<h1 class="text-center"><img class="img-responsive img-rounded" src="{{site.baseurl}}/img/josh.jpeg"></img></h1>
<h4 class="text-center"><a href="https://www.linkedin.com/in/joshuaknipe/">Joshua Knipe</a></h3>
</div>
<div class="col-sm-3">
<h1 class="text-center"><img class="img-responsive img-rounded" src="{{site.baseurl}}/img/jared.jpg"></img></h1>
<h4 class="text-center"><a href="https://www.linkedin.com/in/jared-tumiel-07a4b316b/">Jared Tumiel</a></h3>
</div>
<div class="col-sm-3">
<h1 class="text-center"><img class="img-responsive img-rounded" class="img-responsive img-rounded" src="{{site.baseurl}}/img/senyo.jpeg"></img></h1>
<h4 class="text-center"><a href="https://www.linkedin.com/in/senyo-simpson-997951157/">Senyo Simpson</a></h3>
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-12 text-center">
<h1>Sponsors</h1>
<p>
Some of the awesome companies we've worked with so far:
</p>
<img class="img-responsive center-block" src="{{site.baseurl}}/img/sponsor-logos.jpg"></img>
<p><a class="btn btn-primary btn-lg" href="{{ "/docs/contact/" | prepend: site.baseurl }}" role="button">Contact Us</a></p>
</div>
</div>
</div>