-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitcell.html
135 lines (106 loc) · 4.93 KB
/
itcell.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
<!Doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CCA | IT Cell </title>
<!--Fonts Online-->
<link href="https://fonts.googleapis.com/css?family=Titillium+Web" rel="stylesheet">
<!--Styles-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Doppio+One" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
</style>
</head>
<body data-spy="scroll" data-target=".navbar">
<!-- <div id="logo">
<a href="#home"><img id="logo-img" src="images/ccanitdlogo1.png"></a>
</div>-->
<!--NAVBAR-->
<nav class="navbar long">
<div class="container-fluid">
<div class="navbar-header">
<a href="index.html" class="navbar-brand"><img id="logo-img" src="images/ccanitdlogo1.png"></a>
</div>
<div>
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">HOME</a></li>
</ul>
</div>
</div>
</nav>
<!--TOPBAR for mobile screen-->
<div class="container-fluid">
<div class="menu-bar">
<a href="index.html" style="float:left; margin-top: 16px; margin-left: 10px;"><img id="logo-img" src="images/ccanitdlogo1.png"></a>
<div class="menu-button" style="margin-right: 120px; margin-top: 30px;"><h4 style="font-weight: bold">MENU </h4></div>
<div class="menu-list hide">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">HOME</a></li>
<li><a href="core.html">CORE</a></li>
<li><a href="ecell.html">ECELL</a></li>
<li><a href="robo.html">ROBO CELL</a></li>
<li><a href="rdcell.html">R&D CELL</a></li>
</ul>
</div>
</div>
</div>
<div class="cell-landing img-responsive" style="background-image: url(images/IT.jpg)"><p class="cell-name">IT CELL</p>
<div>
<div class="container">
<br><br><br>
<h2 class="title">Welcome To The Technical Cell Of The Club</h2>
<br>
<p class="content"><span class="quote">WE BELIEVE IN DESIGN.DESIGN THAT IS SIMPLE MODERN AND EYE-CATCHING.WE BELIEVE IN OUR DESIGN.</span> <br>
congregation of enthusiastic techno-crats, we manage the technical aspects of the club, to keep it up and running in the cyber front. From designing websites for fests to organising workshops for amateurs, we nurture the creative spurt in the club.</p>
<br><br><br>
<p style="font-size: 14px;">This cell is further subdivided into:</p><br><br>
<h2 class="title">1.Web Development Team</h2>
<br>
<p class="content">This team is responsible for the development, design of the various websites associated with CCA, the Aarohan official website and various online publication and propaganda of the events of the club. It also devises interactive online events, which see about 3000 online participants, for Aarohan, the Annual Techno- Management Fest of CCA.</p>
<br><br>
<h2 class="title">2.Design Team</h2>
<br>
<p class="content">This creative team is entrusted with the development and designing of the various offline propaganda means for CCA as well as for Aarohan-The Annual Techno Management Fest of NIT Durgapur. It designs the sponsorship and talk show brochures for Aarohan, flyers, pamphlets, event posters and flexes for Aarohan.</p>
<br><br><br>
<h3 class="title">MEET THE TEAM</h3>
<br><br>
<div class="row">
<div class="column">
<div class="card ">
<img src="images/Atul.jpg" alt="Atul" style="width:200px; height: auto;">
<h4>ATUL YERRAPRAGADA</h4>
<p class="post">CONVENER</p>
</div>
</div>
<div class="column">
<div class="card ">
<img src="images/Soham.jpg" alt="Soham" style="width:200px; height: auto;">
<h4>SOHAM CHAUDHURI</h4>
<p class="post">GENERAL SECRETARY</p>
</div>
</div>
<div class="column">
<div class="card">
<img src="images/Dheeraj.jpg" alt="Dheeraj" style="width:200px; height: auto;">
<h4>DHEERAJ CHOUDHARY</h4>
<p class="post">TREASURER</p>
</div>
<br><br><br><br><br><br>
</div>
</div>
</div>
<!--FOOTER-->
<div id="back-to-top"><a href="#landing"><i class="fa fa-angle-up"></i></a></div>
<div class="footer">
<p style="font-color:white;">© 2016 Centre For Cognitive Activities. All rights reserved.</p>
</div>
<!--SCRIPTS-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.0/TweenMax.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>