forked from codesters/codesters2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html~
55 lines (45 loc) · 1.94 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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<title>Codesters-Home</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>C O D E S T E R S <sub>v 2.0</sub></h1>
<nav>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="members.html">Members</a></li>
</ul>
</nav>
</header>
<div class="content">
<article>
<p style="font-size:54pt;font-family:MS Sans Serif;color:#CC2900">Learning.</p>
<p style="font-size:54pt;font-family:MS Sans Serif;color:silver">Coding.</p>
<p style="font-size:54pt;font-family:MS Sans Serif;color:darkgreen">Creating.</p>
<br/>
<p>Striving to learn technologies being used to develop web apps, mobile apps and other softwares, our main aim is to share our knowledge and collaborate on different projects and enhance our programming and developing skills.</p>
</article>
<aside>
<h2>Whats New ??</h2>
<p>We are organizing a meetup for students of Amity University, Haryana the coming month of Feb. For more information, you can contact us on our <a href="https://www.facebook.com/Codesterz">Facebook</a> or <a href="https://plus.google.com/u/0/108859583868109504830/">Google+</a> page.
<p>Get started !!!</p>
<h3><a href="https://docs.google.com/spreadsheet/viewform?formkey=dG1teHhVNWMzSzBncUhGcnhINFF2Zmc6MQ">Become a Member</a></h3>
<aside>
</div>
<footer>
<ul>
<li><a href="about.html">About Us</a></li>
<li><a href="http://codesters.org/blog">Blog</li>
<li><a href="#">Github Profile</a></li>
<li><a href="rules.html">Guidlines</a></li>
</ul>
</footer>
</body>
</html>