-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
142 lines (123 loc) · 4.55 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
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>NCS-Clubs</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link href="css-api/font-awesome.min.css" rel="stylesheet"/>
<link rel="shortcut icon" type="image/png" href="img/smal_ncs.png"/>
</head>
<body link="#ecf0f1" vlink="#ecf0f1" alink="#ecf0f1">
<header>
<div id="header-inner">
<a href="index.html" id="logo" class="shadowfilter"></a>
<nav>
<a href="#" id="menu-icon"></a>
<ul>
<li><a href="index.html" class="current" style="text-decoration: none;">Home</a></li>
<li><a href="#" style="text-decoration: none;">Upcoming</a></li>
<li><a href="#" style="text-decoration: none;">Contribution</a></li>
<li><a href="#" style="text-decoration: none;">Out Team</a></li>
<li><a href="#" style="text-decoration: none;">Contact</a></li>
</ul>
</nav>
</div>
</header>
<section class="banner">
<div class="banner-inner">
<div id="fading" style="position:relative;">
<img src="img/design.png" style="position:relative;top:0px;left:0px;z-index:0;"/>
<img class="vapour" src="img/vapour.png" style="position:absolute;top:0px;left:0px;z-index:1000;"/></div>
</div>
</section>
<section class="one-forth" id="programming">
<td><img class="icons" src="img/icons/pro2.png"></td>
<h3>PROGRAMMING</h3>
</section>
<section class="one-forth" id="web">
<td><img class="icons" src="img/icons/web2.png"></td>
<h3>WEB</h3>
</section>
<section class="one-forth" id="design">
<td><img class="icons" src="img/icons/design3.png"></td>
<h3>DESIGN</h3>
</section>
<section class="one-forth" id="technical">
<td><img class="icons" src="img/icons/technical2.png"></td>
<h3>TECHNICAL</h3>
</section>
<section class="inner-wrapper">
<article id="pro_add">
<img src="img/pro_add.png">
</article>
<aside id="pro_add2">
<h2>{..PROGRAMMING CLUB..}</h2><hr>
<p>We are a bunch of people who love to find easy workaround and easy solutions to real life problems.
We brainstorm on logics, deal with database and provide solutions for efficiently solving the problems. We are an array of programmers...who love to provide codes FOR the problem IF one is struck..ELSE we learn..WHILE coding using STRING.
</p>
</aside>
</section>
<section class="inner-wrapper-2">
<article id="web_add">
<h2></ WEB CLUB ></h2><hr>
<p>
We don’t hunt for spiders at web club…… seriously!!!! Our members are mostly involved in development of both frontend and backend parts of web based application.
We implement and showcase the complete project on the internet
and bring it to functionality.
</p>
</article>
<aside class="web_add">
<img src="img/web_add.png">
</aside>
</section>
<section class="inner-wrapper">
<article>
<img src="img/design_add.png">
</article>
<aside id="design_add">
<h2>DESIGN~CLUB</h2><hr>
<p>
We are a bunch of creative headed geeks who love to create digital art and designs….. Photoshop, Illustrator etc are the canvas for our imaginations.
We add the crisp to old, classy trends by providing new
logos, posters, icons etc. and enhancing the UI & UX.
</p>
</aside>
</section>
<section class="inner-wrapper-2">
<article id="tech_add">
<h2>>>TECHNICAL CLUB</h2><hr>
<p>We manage the system tools, requirements, repair damaged
components and made required tweaks to get the task done. We are Open
source geeks contributing to this community ..Github is our Workplace/Home ..Languages/Idea are our tools for developing open
source products.
</p>
</article>
<aside>
<img src="img/tech_add.png">
</aside>
</section>
<section class="inner-wrapper-3"></section>
<section class="one-third" id="address">
<h3>ADDRESS: AB-1 LAB-3, JSSATE, NOIDA</h3>
</section>
<section class="one-third" id="college">
<h3><a href="http://www.jssaten.ac.in/" style="text-decoration: none" target="_blank">JSSATE, NOIDA</a></h3>
</section>
<section id="smiley">
<div class="wrap">
<div class="new">; )</div>
<div class="old">: )</div>
</div>
</section>
<footer>
<ul class="social">
<li><a href="https://www.facebook.com/nibblecomputersociety" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCGtCARzP02cMp7-SXTKFTSA" target="_blank"><i class="fa fa-youtube"></i></a></li>
<li><a href="https://github.com/ncs-jss" target="_blank"><i class="fa fa-github"></i></a></li>
</ul>
</footer>
<footer class="second">
<p><a href="hackncs.com" style="text-decoration: none" target="_blank">© Nibble Computer Society</a></p>
</footer>
</body>
</html>