forked from akarshsingh9/Materialize-Blog-website
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathteams.html
195 lines (153 loc) · 7.23 KB
/
teams.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta tags-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<meta name="description" content="">
<meta name="author" content="">
<title>Teams</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/blogliststyle2.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<!-- Navigation bar -->
<nav class="amber darken-4" role="navigation">
<div class="nav-wrapper container"><a id="logo-container" href="#" class="brand-logo">Teams in iCog-Labs</a>
<ul class="right hide-on-med-and-down">
<li><a href="index.html">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="teams.html">Team</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="index.html">Home</a></li>
<li><a href="#">Tutorials</a></li>
<li><a href="#">Projects</a></li>
<li><a href="blog.html">Other Blogs</a></li>
<li><a href="#">About</a></li>
<li><a href="teams.html">Team</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
</div>
</nav>
<!-- End of Navigation -->
<!-- Start of container, Main content, blog post lists -->
<div class="container">
<div class="section">
<!-- Page title and tags starts -->
<div class="center-align" style="margin-bottom: 20px;">
<h3 style="font-weight: bold;">Teams</h3>
<!-- Tags -->
<div style="margin-top: 20px;">
<div class="chip">
iCog Makers
</div>
<div class="chip">
iCog Solve it
</div>
<div class="chip">
iCog ACC
</div>
</div> <!-- Tags End hers-->
</div>
<!-- Page title and tags end here -->
<!-- Row begins -->
<div class="row">
<!-- Card element -->
<div class="col s12 m4">
<div class="card hoverable">
<div class="card-image">
<img src="makers.jpg" height="150" width="150">
<a href="http://www.icog-labs.com/category/icog-makers/" class="btn-floating halfway-fab waves-effect waves-light red"><i class="material-icons">chevron_right</i></a>
</div>
<div class="card-content" style = "height:300px">
<p class="grey-text">28 March, 2017</p>
<h5 style="font-weight: bold;">iCog Makers</h5>
<p class=" grey-text text-darken-2">As part of its makers initiative, iCog Labs propose its first community based project called ‘the iCog Makes Robo-soccer Competition’. Initially, it will use a low cost humanoid robot called RoboSapien.</p>
</div>
<div class="card-action">
<a href="http://www.icog-labs.com/category/icog-makers/" class="deep-orange-text">Read More</a>
</div>
</div> <!-- Card div ends -->
</div> <!-- col div ends -->
<!-- Card element -->
<div class="col s12 m4">
<div class="card hoverable">
<div class="card-image">
<img src="Solve-it.jpg" height="150" width="150">
<a href="https://icog-solveit.com/" class="btn-floating halfway-fab waves-effect waves-light red"><i class="material-icons">chevron_right</i></a>
</div>
<div class="card-content" style = "height:300px">
<p class="grey-text">28 March, 2017</p>
<h5 style="font-weight: bold;">solve IT</h5>
<p class=" grey-text text-darken-2">SOLVE IT is an annual nationwide innovation competition which provides modern, adaptable, and properly configured and conditioned platform decentralizing innovation activities to the grassroots level.</p>
</div>
<div class="card-action">
<a href="https://icog-solveit.com/" class="deep-orange-text">Read More</a>
</div>
</div> <!-- Card div ends -->
</div> <!-- col div ends -->
<!-- Card element -->
<div class="col s12 m4">
<div class="card hoverable">
<div class="card-image">
<img src="acc.png" height="150" width="150">
<a href="http://www.icog-labs.com/inspiring-a-generation-of-technology-enthusiasts/" class="btn-floating halfway-fab waves-effect waves-light red"><i class="material-icons">chevron_right</i></a>
</div>
<div class="card-content" style = "height:300px">
<p class="grey-text">28 March, 2017</p>
<h5 style="font-weight: bold;">Any One Can Code(ACC)</h5>
<p class=" grey-text text-darken-2">I’ve been living in Addis Ababa, Ethiopia for the past three months, during which time I’ve been able to spend a lot of time at iCog-Labs’ office and observe what type of work they are doing. Yesterday I visited iCog-Labs’ first Anyone-Can-Code (ACC) lesson, where iCog staff began to teach simple coding to selected High School girls.</p>
</div>
<div class="card-action">
<a href="http://www.icog-labs.com/inspiring-a-generation-of-technology-enthusiasts/" class="deep-orange-text">Read More</a>
</div>
</div> <!-- Card div ends -->
</div> <!-- col div ends -->
</div> <!-- row div ends -->
</div> <!-- section div ends -->
</div> <!-- container div ends -->
<!-- Footer section-->
<footer class="page-footer">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">iCog-Labs Teams</h5>
<!--<p class="grey-text text-lighten-4">We love python and we are trying our best to spread our love. Follow us on Facebook and Twitter. ;) </p>
-->
<a href='https://play.google.com/store/apps/details?id=com.codeinpython.codeinpython&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'>
<img class="responsive-img center" width="220" height="200" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/>
</a>
</div>
<div class="col l3 s12">
<h5 class="white-text">Site map</h5>
<ul>
<li><a class="white-text" href="#!">About</a></li>
<li><a class="white-text" href="teams.html">Team</a></li>
<li><a class="white-text" href="#!">App</a></li>
</ul>
</div>
<div class="col l3 s12">
<h5 class="white-text">Connect</h5>
<ul>
<li><a class="white-text" href="#!">Twitter</a></li>
<li><a class="white-text" href="#!">Facebook</a></li>
<li><a class="white-text" href="#!">Github</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
Copyright by <a class="orange-text text-lighten-3" href="http://materializecss.com">Code in Python</a>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>