-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (104 loc) · 5.05 KB
/
index.html
File metadata and controls
106 lines (104 loc) · 5.05 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Robotics Society</title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Gloria+Hallelujah" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<div class="common">
<figure class="ham-icon">
<img class="icon" src="img/hamburger-icon-white.png" width="50px">
</figure>
<div class="nav-links">
<a class="page-links">Introduction</a>
<a class="page-links">About Us</a>
<a class="page-links">Vision</a>
</div>
<div class="panel">
<figure>
<img src="img/robosoc.png" width="200px">
</figure>
<ul class="link">
<li class="links">Home</li>
<li class="links">
<span>Activities</span>
<ul class="sub-links">
<a><li>Robocon</li></a>
<a><li>Weekend Talks</li></a>
<a><li>Workshops</li></a>
</ul>
</li>
<li class="links">
<span>Projects</span>
<ul class="sub-links">
<a><li>Long-term</li></a>
<a><li>Nimbus@NIT-H</li></a>
</ul>
</li>
<li class="links">Sponsor Us</li>
<li class="links">Gallery</li>
<li class="links">
People
<ul class="sub-links">
<a><li>Members</li></a>
<a><li>Volunteers</li></a>
</ul>
</li>
</ul>
<div class="contact">
<ul>
<li class="contact-links"></li>
<li class="contact-links"></li>
<li class="contact-links"></li>
</ul>
</div>
</div>
</div>
<section class="intro">
<div class="date">
<time datetime="2015-03-15"><span>2015/Mar/15</span></time>
<br>
<p>Establishment Date</p>
</div>
<div class="main-content">
<h1>Robotics Society</h1>
<h3>NIT-Hamirpur</h3>
</div>
<img class="logo" src="img/robosoc.png" alt="logo" width="400px">
<div class="founders">
<p>Founders</p>
<span>Mr. Kashish Verma</span><span>Late Lamyanba Heisnam</span>
</div>
</section>
<!-- About Section -->
<section class="about">
<div class="about-us">
<h2 class="about-us-head">About Us</h2>
</div>
<div class="about-us-content">
<p class="content">Robotics Society is a platform where students from various branches work together to nurture their technical understanding and culture their innovative ideas and dreams about robotics into reality .We would like to take all steps to excite and accelerate the interest of robotics among the students. We facilitate indispensable guidance through workshops and tutorials. It helps students to take up challenges from day to day life scenarios, orient the challenges to feasible solution form, stimulate the thought process of students and let them convert their ideas to prototypes by their technical skills, and creativity.</p>
</div>
</section>
<!-- Faculty Cordinator -->
<section class="fac-co">
<h2><u>A Message from Faculty Cordinator</u></h2>
<article>
<div class="fac-co-content">
<p class="content">Robotics Society at NIT Hamirpur believes in helping and guiding students to understand and use the knowledge of robotics in shaping the future of our nation. Students are provided a platform to learn and explore the robots through various activities. We believe in learning by doing and aim at gaining the experience and exposure in the field of robotics. The society encourages students to think globally and spread their wings to take off for the new horizons in their respective domains.<br/>I personally know about the continuous efforts being put by the members and believe that their endeavours will lead our institution to incredible heights.</p>
</div>
<div class="fac-co-head">
<figure>
<img alt="Dr. Rajesh Sharma">
<figcaption>Dr.Rajesh Sharma<br/>Faculty Cordinator</figcaption>
</figure>
</div>
</article>
</section>
<script src="js/index.js"></script>
</body>
</html>