-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.html
69 lines (60 loc) · 2.34 KB
/
sample.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="master.css">
<title>NISB</title>
</head>
<body>
<div class="h1">NIE IEEE Student Branch</div>
<img src="c1.jpg" alt="NISB image" class="banner">
<div class="nav">
<ul class="navbar">
<li class="navele"><a href="sample.html">Home</a></li>
<li class="navele"><a href="#about">About</a></li>
<li class="navele"><a href="http://blog.nisb.in/" target="_blank">Blog</a></li>
<li class="navele"><a href="#events">Events</a></li>
<li class="navele"><a href="#contact">Contact</a></li>
</ul>
</div>
<div id="about" >
<div class="h3">About</div>
<div class="container">
<div class="log">
<a href="sample.html">
<img src="logo.png" class="logo" alt="nisblogo.png">
</a>
</div>
<div class="para">
<p class="content">
NISB is the IEEE student branch of National Institute of Engineering. It is one of the largest and
most active student branches of Karnataka.Having been active for a decade, we have been honoured and
humbled with numerous awards and accolades over time, including "The Best Student Chapter" of Region
10 Bangalore. We organize and host a wide range of technical workshops and events. We have our odd sem
fest ADROIT and even sem fest ANKURA. Electronika , IPL are few our signature events.
</p>
</div>
</div>
</div>
<div id="events">
<div class="h3">Events</div>
<h5>Upcoming Events</h5>
<ol>
<li>Software Focus Group Session 1</li>
<li>Hardware Focus Group Session 1</li>
</ol>
<h5>Recent Events</h5>
<ol>
<li>Electronika</li>
<li>Hackathon</li>
</ol>
</div>
<div id="contact">
<div class="h3">Contact</div>
<h5>Address</h5>
<p>NIE IEEE Student Branch<br>The National Institue of Engineering<br>Mysore</p>
<h5>Phone/E-mail</h5>
<p>xyz@ieee.org<br>9876598765</p>
</div>
</body>
<div class="bottom"><a href="https://www.instagram.com/nie_ieee_student_branch" target="_blank">Instagram</a></div>
</html>