-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
165 lines (123 loc) · 6.16 KB
/
index.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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IEEE SB SJCET</title>
<link rel="apple-touch-icon" sizes="57x57" href="images/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="images/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="images/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="images/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
<link rel="manifest" href="images/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="images/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/aos.css">
</head>
<body>
<header>
<div class="header">
<nav>
<input id="nav-toggle" type="checkbox">
<div class="logo">
<img src="images/logo.png" style="height: 25px;">
</div>
<ul class="links">
<li><a href="#home">Home</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="#socities">Societies</a>
<li><a href="#execom">Execom</a></li>
<li><a href="#blog">Blog</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<label for="nav-toggle" class="icon-burger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</label>
</nav>
<div class="header-main-content">
<h1 class="we-create" id="wec">
</h1>
<a href="https://kutt.it/ieee" class="joinus">JOIN US!</a>
</div>
</div>
</header>
<div class="about" data-aos="zoom-in">
<div class="about-child1">
<h2 class="about-heading">About IEEE</h2>
<p class="about-content">IEEE is the world’s largest technical professional society dedicated to advancing technology for the benefit of humanity. IEEE brings it’s members access to the industry’s most essential technical Information, networking opportunities, career development tools, and many other exclusive benefits.</p>
</div>
<div class="about-child2">
<h2 class="about-heading">About IEEE SB SJCET</h2>
<p class="about-content">IEEE SB SJCET is one of the most active student brach in Kerala Section with currently upholding the Outstanding Student Branch form Kochi Sub Section 2019 and striving towards making the same in 2020.IEEE SB SJCET is one of the most active student brach in Kerala Section with currently upholding </p>
</div>
</div>
<h1 style="text-align: center;" data-aos="zoom-in">What's new?</h1>
<div class="instaembed">
<div class="tagembed-container" style=" width:100%;height:100%;overflow: auto;"><div class="tagembed-socialwall" data-wall-id="460" view-url="https://app.tagembed.com/e/460"> </div><script src="//web.tagembed.com/app/js/embed.min.js" type="text/javascript"></script></div>
</div>
<section class="footer" data-aos="slide-up">
<div class="grid-wrapper">
<div class="col-4 footer1">
<img src="images/logo.png" style="width: 200px;">
<p>Where Learning Starts</p>
<div class="Social Sites">
<i class="fa fa-facebook"></i>
<i class="fa fa-play"></i>
<i class="fa fa-instagram"></i>
<i class="fa fa-linkedin"></i>
</div>
</div>
<div class="col-4 footer2">
<h1>
Contact Info
</h1>
<h4>IEEE SB SJCET</h4>
<h4>Kerala, India</h4>
<h4>+9173875638</h4>
<h4>[email protected]</h4>
</div>
<div class="col-4 footer3">
<h1>About Us</h1>
<h4>IEEE</h4>
<h4>Aims</h4>
<h4>Events</h4>
<h4>Awards</h4>
</div>
<div class="col-4 footer4">
<h1>Societies</h1>
<h4>Robotics</h4>
<h4>A I</h4>
<h4>WE</h4>
<h4>Git Hub</h4>
</div>
</div>
<hr>
<div class="copyright">
<p>Made with 💙 by IEEE SB SJCET</p>
</div>
</section>
<script src="index.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init({
duration: 1200,
})
</script>
</script>
</body>
</html>