This repository has been archived by the owner on May 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmembers.html
98 lines (71 loc) · 4.42 KB
/
members.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Codesters-Home</title>
<meta name="description" content="We are passionate software developers and hackers from India. Some of us are students and always learning new technologies and tinkering with them. Visit our Projects page to take a look at our currrent projects.">
<meta name="author" content="Codesters">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="style.css">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28214247-1']);
_gaq.push(['_setDomainName', 'codesters.org']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header>
<h1 style="font-size:2.5em">CODESTERS <sub>v 2.2</sub></h1>
</header>
<div id="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a style="background-color:#436eee" href="members.html">Team</a></li>
</ul>
</div>
<div id="main-container">
<article>
<h2>Team</h2>
<p>We have started with a small team of enthusiastic students who love to develop apps and softwares.</p>
<br/>
<ul>
<li>Aksh Vashishth <br/><a href="http://facebook.com/aksh.vashishth" target="blank"><img title="Facebook Profile" src="fb_button.jpg" width="16px" height="16px" /></a> <a href="https://plus.google.com/113707763081089706194" target="blank"><img title="Google Plus Profile" src="gplus_button.png" width="16px" height="16px" /></a> <a href="mailto:[email protected]"><img title="Send E-Mail" src="email.jpg" width="16px" height="16px" /></a></li>
<li>Mayank Jain <br/><a href="http://facebook.com/jainmickey" target="blank"><img title="Facebook Profile" src="fb_button.jpg" width="16px" height="16px" /></a> <a href="https://plus.google.com/102855599094632487509" target="blank"><img title="Google Plus Profile" src="gplus_button.png" width="16px" height="16px" /></a> <a href="mailto:[email protected]"><img title="Send E-Mail" src="email.jpg" width="16px" height="16px" /></a></li>
<li>Karambir Singh Nain <br/><a href="http://facebook.com/akarambir" target="blank"><img title="Facebook Profile" src="fb_button.jpg" width="16px" height="16px" /></a> <a href="https://plus.google.com/116637155382770925675" target="blank"><img title="Google Plus Profile" src="gplus_button.png" width="16px" height="16px" /></a> <a href="mailto:[email protected]"><img title="Send E-Mail" src="email.jpg" width="16px" height="16px" /></a></li>
<li>Karambir Singh Nain <br/><a href="http://facebook.com/pulkitpahwa1" target="blank"><img title="Facebook Profile" src="fb_button.jpg" width="16px" height="16px" /></a> <a href="https://plus.google.com/112408047117770590541" target="blank"><img title="Google Plus Profile" src="gplus_button.png" width="16px" height="16px" /></a> <a href="mailto:[email protected]"><img title="Send E-Mail" src="email.jpg" width="16px" height="16px" /></a></li>
</ul>
<br/>
</article>
<aside>
<h2>Whats New ??</h2><br/>
<p>We have launched our First project as team aiming at college students. Have a look - <a href="http://collegedive.in">CollegeDiveIn</a></p><br/>
<div class="fb-like-box" data-href="http://www.facebook.com/codesterz" data-width="292" data-colorscheme="dark" data-show-faces="true" data-stream="false" data-header="true"></div>
</aside>
<div style="clear:both"></div>
</div>
<footer>
<ul>
<li><a href="about.html">About Us</a></li>
<li><a href="http://codesterz.blogspot.com">Blog</a></li>
<li><a href="http://github.com/codesters">Github</a></li>
<li><a href="http://trello.com/codesters">Trello</a></li>
</ul>
</footer>
</body>
</html>