-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcore.html
142 lines (112 loc) · 4.92 KB
/
core.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>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CCA | Core 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</i></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="ecell.html">ECELL</a></li>
<li><a href="itcell.html">IT CELL</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 id="#landing" class="cell-landing img-responsive" style="background-image: url(images/texti-bg.jpg)"><p class="cell-name">CORE CELL</p>
<div>
<div class="container">
<br><br><br>
<h2 class="title">Welcome To The Core Cell Of The Club</h2>
<br>
<p class="content"><span class="quote">"Management is doing things right; Leadership is doing right things."</span>- Peter Drucker<br>
Motivating, along with leading is a task well known by these robust people. Engaged throughout the year, working behind the scenes,the core cell excels in cooperating with the other cells to get things done.</p>
<br><br><br>
<h2 class="title">AIM</h2>
<br>
<p class="content">Our aim is to carry out the smooth functioning of the club. Filled with well-disciplined people we try to get out the best from everyone indulged in the club's activities.</p>
<br><br><br>
<h2 class="title">RESPONSIBILITIES</h2>
<br>
<p class="content">
<ul class="content" style="list-style-type: none">
<li>1.Overseeing the activities of the club.</li>
<li>2.Arranging as well as conducting various technical and managements workshops/events round the clock throughout the year inside and outside the college.</li>
<li>3.Arranging for sponsorships and monetary aids for the club and the annual techno-management fest of NITD-'AAROHAN'.</li>
<li>4.Publicising our events.</li>
</ul>
</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>