-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
131 lines (114 loc) · 5.3 KB
/
team.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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Spyral</title>
<link rel="shortcut icon" type="image/x-icon" href="style/images/favicon.png" />
<link rel="stylesheet" type="text/css" href="style.css" media="all" />
<link href='http://fonts.googleapis.com/css?family=Amaranth' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="style/css/ie7.css" media="all" />
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="style/css/ie8.css" media="all" />
<![endif]-->
<!--[if IE 9]>
<link rel="stylesheet" type="text/css" href="style/css/ie9.css" media="all" />
<![endif]-->
<script type="text/javascript" src="style/js/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="style/js/ddsmoothmenu.js"></script>
<script type="text/javascript" src="style/js/jquery.jcarousel.js"></script>
<script type="text/javascript" src="style/js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="style/js/carousel.js"></script>
<script type="text/javascript" src="style/js/jquery.flexslider-min.js"></script>
<script type="text/javascript" src="style/js/jquery.masonry.min.js"></script>
<script type="text/javascript" src="style/js/jquery.slickforms.js"></script>
</head>
<body>
<!-- Begin Wrapper -->
<div id="wrapper"style="float:left; margin:0px 0px 0px 10px;">
<!-- Begin Sidebar -->
<div id="sidebar">
<div id="logo"><a href="index.html"><img src="style/images/log011.png" alt="Caprice" /></a></div>
<!-- Begin Menu -->
<div id="menu" class="menu-v">
<ul>
<li><a href="index.html" class="active">Home</a>
</li>
<li><a href="https://2014.spaceappschallenge.org/">Space Apps</a>
</li>
<li><a href="features.html">Features</a>
</li>
<li><a href="team.html">The Team</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<!-- End Menu -->
<div class="sidebox">
<ul class="share">
<!--when the time is right<li><a href="#"><img src="style/images/icon-rss.png" alt="RSS" /></a></li>-->
<li><a href="https://www.facebook.com"><img src="style/images/icon-facebook.png" alt="Facebook" /></a></li>
<li><a href="https://www.twitter.com"><img src="style/images/icon-twitter.png" alt="Twitter" /></a></li>
<!--drible was here-->
<li><a href="https://www.linkedin.com"><img src="style/images/icon-linkedin.png" alt="LinkedIn" /></a></li>
<li><a href="https://www.plus.google.com"><img src="style/images/icon-google.png" alt="google" /></a></li>
</ul>
</div>
</div><!--very important div. its not alone.i wil search for its begining later-->
<div id="content">
<!-- Begin Footer -->
<div id="footer">
<h3 align="center">Meet Ze Spiral Team</h3>
<div class="footer-box one-third" style="float:left ">
<h3></h3>
<ul class="popular-posts">
<li>
<a href="#"><img src="style/images/art/alex.jpg" alt="" /></a>
<h4><a href="#">Alexona</a></h4>
<span style="font-size:1em;">The team comedian. Find Alex lightening the mood of the team and joking about a thing or two. </a></span>
</li>
<li>
<a href="#"><img src="style/images/art/voke.jpg" alt="" /></a>
<h4><a href="#">Kevin</a></h4>
<span style="font-size:1em;">Provides the Networking Know how for the team all thro the project.</a></span>
</li>
<li>
<a href="#"><img src="style/images/art/cynthia.jpg" alt="" /></a>
<h4><a href="#">Cynthia</a></h4>
<span style="font-size:1em;">Ze only lady in the team. Cynthia endelea kujidescribe hapa huku ukifuata mtindo uliowekwa na wengine</a></span>
</li>
</ul>
</div>
<div class="footer-box one-third" style="float:right;">
<h3></h3>
<ul class="popular-posts">
<li>
<a href="#"><img src="style/images/art/sawo.jpg" alt="" /></a>
<h4><a href="#">Sawo</a></h4>
<span style="font-size:1em;">The other great iron man fan other than drew. can list all 42 armour in order. when not contemplating jarvis can be found working some css or getting head around some new coding concept.</a></span>
</li>
<li>
<a href="#"><img src="style/images/art/drew.jpg" alt="" /></a>
<h4><a href="#">Andrew</a></h4>
<span style="font-size:1em;">replace these text with a humerous non serious descrption of you. if you dont have one, one shall be provided for you.</a></span>
</li>
<li>
<a href="#"><img src="style/images/art/roby.jpg" alt="" /></a>
<h4><a href="#">Robyn</a></h4>
<span style="font-size:1em;">replace these text with a humerous non serious descrption of you. if you dont have one, one shall be provided for you.</a></span>
</li>
</ul>
</div>
<!-- End Footer -->
</div>
<!-- End Content -->
</div>
<!-- End Wrapper -->
<div class="clear"></div>
<script type="text/javascript" src="style/js/scripts.js"></script>
<!--[if !IE]> -->
<script type="text/javascript" src="style/js/jquery.corner.js"></script>
<!-- <![endif]-->
</body>
</html>