forked from dscgcelt/dscgcelt.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (45 loc) · 1.83 KB
/
index.html
File metadata and controls
45 lines (45 loc) · 1.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Developers students club Government collage of Engineering and Leather technology."/>
<meta name="keywords" content="dsc, gcelt"/>
<meta name="author" content="Spandan Mondal" />
<meta name="robots" content="follow"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="responsive.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.2.0/anime.min.js"></script>
<title>DSC Gcelt</title>
</head>
<body>
<aside class="main-menu hidden" id='mainMenu'>
<div class="section-links">
<a href="#home" id="link-home">HOME</a>
<a href="#what_is_dsc" id='link-what'>WHAT IS DSC?</a>
<a href="#what_we_do" id='link-how'>WHAT WE DO?</a>
</div>
</aside>
<header>
<div class="menu-btn" id='menuBtn'>
<div></div>
<div></div>
<div></div>
</div>
<nav>
<a href="#facebook"><i class="fab fa-facebook-f"></i></a>
<a href="#twitter"><i class="fab fa-twitter"></i></a>
<a href="#linkdin"><i class="fab fa-linkedin-in"></i></a>
<a href="#github"><i class="fab fa-github"></i></a>
</nav>
</header>
<main>
....loading
</main>
<script src="scripts/fetch.js"></script>
<script src="scripts/animation.js"></script>
<script src="scripts/interaction.js"></script>
</body>
</html>