This repository was archived by the owner on Aug 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
183 lines (143 loc) · 7.41 KB
/
index.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
<!DOCTYPE HTML>
<!--
Prologue 1.2 by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>TeamCody | Project Page</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="images/favicon.png" /
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
</noscript>
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie8.css" /><![endif]-->
</head>
<body bgcolor="black">
<!-- Header -->
<div id="header" class="skel-panels-fixed">
<div class="top">
<!-- Logo -->
<div id="logo">
<span class="image avatar48"><img src="images/c-tides.png" alt="" /></span>
<h1 id="title">TeamCody</h1>
<span class="byline">Development Freaks</span>
</div>
<!-- Nav -->
<nav id="nav">
<!--
Prologue's nav expects links in one of two formats:
1. Hash link (scrolls to a different section within the page)
<li><a href="#foobar" id="foobar-link" class="skel-panels-ignoreHref"><span class="fa fa-whatever-icon-you-want">Foobar</span></a></li>
2. Standard link (sends the user to another page/site)
<li><a href="http://foobar.tld"><span class="fa fa-whatever-icon-you-want">Foobar</span></a></li>
-->
<ul>
<li><a href="#top" id="top-link" class="skel-panels-ignoreHref"><span class="fa fa-home">Intro</span></a></li>
<li><a href="#portfolio" id="portfolio-link" class="skel-panels-ignoreHref"><span class="fa fa-th">About Us</span></a></li>
<li><a href="#about" id="about-link" class="skel-panels-ignoreHref"><span class="fa fa-user">Team</span></a></li>
<li><a href="#projects" id="contact-link" class="skel-panels-ignoreHref"><span class="fa fa-envelope">Our Projects</span></a></li>
</ul>
</nav>
</div>
<div class="bottom">
<!-- Social Icons -->
<ul class="icons">
<li><b><a href="https://github.com/team-cody"><u>Github</u></a></b></li>
<li> | </li>
<li><b><a href="https://team-cody.github.io/blog"><u>Blog</u></a></b></li>
</ul>
</div>
</div>
<!-- Main -->
<div id="main">
<!-- Intro -->
<section id="top" class="one">
<div class="container">
<a href="https://github.com/team-cody" class="image featured"><img src="images/front.png" alt="TeamCody" /></a>
<header>
<h2 class="alt">This is <strong>TeamCody</strong>. A team of young and aspiring developers.
</header>
<p><b>You can find our projects, github, and download other works on this website. ;)
Plus, make sure you check our <a href="http://team-cody.github.io/blog">blog</a> as well! :)
</b></p>
<footer>
<a href="#portfolio" class="button scrolly">Begin</a>
</footer>
</div>
</section>
<!-- About Us -->
<section id="portfolio" class="two">
<div class="container">
<header>
<h2>About Us</h2>
</header>
Enter anything. :P
</ul>
</div>
</section>
<!-- Team -->
<section id="about" class="three">
<div class="container">
<header>
<h2>Team</h2>
</header>
<p>Here goes the team in no particular order.</p>
<ul>
<li><b>Vineeth Raj(thewisenerd)</b> | <a href="https://github.com/thewisenerd">Github</a> | <a href="http://forum.xda-developers.com/member.php?u=4869275">XDA</a></li>
<li><b>Umair Khan(omerjerk)</b> | <a href="https://github.com/omerjerk">Github</a> | <a href="http://forum.xda-developers.com/member.php?u=4832023">XDA</a></li>
<li><b>Vaibhav Bhasin(v_superuser)</b> | <a href="https://github.com/v-superuser">Github</a> | <a href="http://forum.xda-developers.com/member.php?u=5044750">XDA</a></li>
<li><b>Kirmani Arslan(KirmaniArslan)</b> | <a href="https://github.com/KirmaniArlsan">Github</a> | <a href="http://forum.xda-developers.com/member.php?u=5158920">XDA</a></li>
<li><b>Dhruman Bhadeshiya(dkbhadeshiya)</b> | <a href="https://github.com/dkbhadeshiya">Github</a> | <a href="http://forum.xda-developers.com/member.php?u=5129534">XDA</a></li>
</div>
</section>
<!-- Our Projects -->
<section id="projects" class="four">
<div class="container">
<header>
<h2>Our Projects</h2>
</header>
<a href="http://forum.xda-developers.com/showthread.php?t=2581328">XDA Discussion Thread.</a>
<br><br>
<br>
<u>Our Works</u>
<ol>
<li><a href="http://forum.xda-developers.com/showthread.php?t=2586317">[KK4.4.2][KVT49L][ROM][TeamCody][OFFICIAL]Omni ROM</a></li>
<li><a href="http://forum.xda-developers.com/showthread.php?t=2583177">[ION][BETA][ROM][ICS][KERNEL][3.0.101][Build#2][14Jan'14][TeamCody]Official CodyROM9.1.0 for Pico</a></li>
<li><a href="http://forum.xda-developers.com/showthread.php?t=2606716">[KK4.4.2][KOT49H][ROM][ION][TeamCody]CarbonROM ▒ BETA 1 ▒ 11 Jan 2014</a></li>
<li><a href="http://forum.xda-developers.com/showthread.php?t=2591275">[KK4.4.2][KOT49H][ROM][ION][TeamCody] Evervolv 4.0.0 ▒ Alpha 1 ▒ 30 Dec 2013</a></li>
<li><a href="http://forum.xda-developers.com/showthread.php?t=2608091">[KK4.4.2][ROM][TeamCody]Beanstalk ▒ BETA 2 ▒ 11 Feb 2014</a></li>
<li><a href="http://forum.xda-developers.com/showthread.php?t=2602938">[KK4.4.2][KOT49H][ROM][ION][TeamCody]ParanoidAndroid (AOSPA-legacy) ▒ BETA 3 ▒ 08 Feb 2014</a></li>
<li><a href="http://forum.xda-developers.com/showthread.php?t=2611381">[ROM][4.4.2][S2W][TeamCody] CyanogenMod 11 Weekly Builds - 21/01/2014</a></li>
<li><a href="http://forum.xda-developers.com/showthread.php?t=2675623">[KK4.4.2][KOT49H][ROM][ION][TeamCody]AOKP ▒ BETA 1 ▒ 03 Jan 2014</a></li>
<li><a href="http://forum.xda-developers.com/showthread.php?t=2606546">[KERNEL]Cody Kernel ~ 19May'14(HTC Pico)</a></li>
<li><a href="http://forum.xda-developers.com/google-nexus-5/development/kernel-cpanel-cody-kernel-t2731861">★|★Cody Kernel★|★[v2] [Gestures] [Kernel cPanel] [DT2W] [S2W] (Nexus 5)</a></li>
<li><a href="http://forum.xda-developers.com/showthread.php?t=2760744"> [ROM][KK 4.4.3][KTU84M][TeamCody] CyanogenMod 11 Weekly Builds [Build#3] - 07/06/2014</a></li> </ol>
</div>
</section>
</div>
<!-- Footer -->
<div id="footer">
<!-- Copyright -->
<div class="copyright">
<p>© 2013 Jane Doe. All rights reserved.</p>
<p>© 2014 TeamCody. All rights reserved.</p>
<ul class="menu">
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
</body>
</html>