-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
140 lines (111 loc) · 5.46 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
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />
<title>MSR Design Expo'13</title>
<!-- Included CSS Files (Uncompressed) -->
<!--
<link rel="stylesheet" href="stylesheets/foundation.css">
-->
<!-- Included CSS Files (Compressed) -->
<link rel="stylesheet" href="fonts/mathlete/stylesheet.css">
<link rel="stylesheet" href="fonts/candela/stylesheet.css">
<link rel="stylesheet" href="stylesheets/foundation.css">
<link rel="stylesheet" href="stylesheets/fc-webicons.css">
<script src="javascripts/modernizr.foundation.js"></script>
</head>
<body>
<div class="row">
<div class="three columns">
<h1 class="fontface"><a href="index.html">Team Tandem</a></h1>
</div>
<div class="nine columns">
<ul class="nav-bar right">
<li><a href="index.html">Home</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="downloads.html">Downloads</a></li>
</ul>
</div>
<hr/>
</div>
<div class="row">
<div class="eight columns">
<h3 class="style2">The Team</h3>
</div>
</div>
<div class="row">
<div class="twelve columns">
<ul class="block-grid four-up">
<li>
<a href="#"><img src="http://graph.facebook.com/rasagy/picture?width=140&height=110"></a>
<h5><a href="http://rasagy.in">Rasagy </a></h5>
<a href="http://facebook.com/rasagy/" class="fc-webicon facebook small"></a>
<a href="http://twitter.com/rasagy" class="fc-webicon twitter small"></a>
<a href="http://rasagy.in/blog/" class="fc-webicon wordpress small"></a>
<p>
That lean fellow who dreams in generative art. Aka “Data”.
</p>
</li>
<li>
<a href="#"><img src="http://graph.facebook.com/amy.creations/picture?width=140&height=110"></a>
<h5><a href="#">Amrita</a></h5>
<a href="http://facebook.com/amy.creations/" class="fc-webicon facebook small"></a>
<p>
She wanted her email to be [email protected]. Nice try, girl.
</p>
</li>
<li>
<a href="#"><img src="http://graph.facebook.com/carnet.mystry/picture?width=140&height=110"></a>
<h5><a href="#">Noopur</a></h5>
<a href="http://facebook.com/carnet.mystry/" class="fc-webicon facebook small"></a>
<p>
Still thinking of one line that can define her.
</p>
</li>
<li>
<a href="#"><img src="http://graph.facebook.com/kennethmdesouza/picture?width=140&height=110"></a>
<h5><a href="http://kenneth.dsouza.im">Kenneth</a></h5>
<a href="http://facebook.com/kennethmdesouza/" class="fc-webicon facebook small"></a>
<a href="http://twitter.com/kenneth" class="fc-webicon twitter small"></a>
<a href="http://aninosaintlife.wordpress.com/" class="fc-webicon wordpress small"></a>
<p>
The Evil Genius, The Mad Hunter, The “Face of IID”, Tea-addict.
</p>
</li>
</ul>
</div>
</div>
<footer class="row">
<div class="twelve columns">
<hr />
<div class="row">
<div class="six columns">
<p>© Copyright Team Tandem.</p>
</div>
<div class="six columns">
<ul class="link-list right">
<li><a href="index.html">Home</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="downloads.html">Download</a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Included JS Files (Uncompressed) -->
<!--
<script src="javascripts/jquery.js"></script><script src="javascripts/jquery.foundation.mediaQueryToggle.js"></script><script src="javascripts/jquery.foundation.forms.js"></script><script src="javascripts/jquery.foundation.reveal.js"></script><script src="javascripts/jquery.foundation.orbit.js"></script><script src="javascripts/jquery.foundation.navigation.js"></script><script src="javascripts/jquery.foundation.buttons.js"></script><script src="javascripts/jquery.foundation.tabs.js"></script><script src="javascripts/jquery.foundation.tooltips.js"></script><script src="javascripts/jquery.foundation.accordion.js"></script><script src="javascripts/jquery.placeholder.js"></script><script src="javascripts/jquery.foundation.alerts.js"></script><script src="javascripts/jquery.foundation.topbar.js"></script><script src="javascripts/jquery.foundation.joyride.js"></script><script src="javascripts/jquery.foundation.clearing.js"></script><script src="javascripts/jquery.foundation.magellan.js"></script>
-->
<!-- Included JS Files (Compressed) -->
<script src="javascripts/jquery.js"></script>
<script src="javascripts/foundation.min.js"></script>
<!-- Initialize JS Plugins -->
<script src="javascripts/app.js"></script>
</body>
</html>