-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sangananprayog.html
58 lines (54 loc) · 2.55 KB
/
Sangananprayog.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
<!DOCTYPE html>
<html lang="en">
<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>Sanganan prayog</title>
<link rel="stylesheet" href="style6.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header class="header">
<div class="menu" id="menu">
<div id="mySidebar" class="sidebar">
<h1 class="heading">Tech Addicts.</h1>
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="./index.html">Home</a>
<a href="./updates.html">College Newsfeed</a>
<a href="./intern.html">Projects and Internships</a>
<a href="./maps.html">Campus map</a>
<a href="./studentchapters.html">Student chapters</a>
<a href="./questionpaper.html">Question Papers</a>
</div>
<button class="openbtn" id="openbtn" onclick="openNav()">☰</button>
</div>
<div class="container">
<div class="lo">
<img src="./space.jpeg" alt="sangananprayog" class="logo">
</div>
<div class="info">
<h1 class="title">Information</h1>
<p class="text">It assemble's the students whoare passionate
regarding space science and technology, and
helps them to work on ideas and create new
startup requirement from the mentors under
guidance of faculty which will be beneficial for
students as well as for the nation.
Students have the opportunity to enroll in the
Space Technology Club,which offers
certification courses in astronomy and space
science education.</p>
<h1>Contact Information</h1>
<p class="text">Ganesh</p>
<p class="text">9381577767</p>
</div>
<div class="contact">
<a href="https://instagram.com/sanganan_prayog?igshid=1f69gg1ho8w5q"><i
class="fa fa-instagram fa-2x fon" aria-hidden="true"></i></a>
<a href="https://www.sangananprayog.com/" target="_blank"><i class="fa fa-code fa-2x fon" aria-hidden="true"></i></a>
</div>
</div>
<script src="./main.js"></script>
</body>
</html>