-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (88 loc) · 3.74 KB
/
Copy pathindex.html
File metadata and controls
91 lines (88 loc) · 3.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="page_type" content="np-template-header-footer-from-plugin" />
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Mulish:wght@800&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap" rel="stylesheet" />
<!-- CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous" />
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css" />
<link rel="stylesheet" href="homepage.css" />
</head>
<body id="body">
<!-- Landing Page -->
<div class="home">
<div class="title">
<h1 class="mheading">IEEE Industry Applications</h1>
<h1 class="mheading1">Society</h1>
</div>
<br />
<div class="title2">
<h2>
<a href="" class="typewrite" data-period="2000" data-type='[ "Your Potential, our Passion ","Linking Research to Practice" ]'>
<span class="wrap"></span>
</a>
</h2>
</div>
<div class="vimage">
<img src="vector.png" alt="" />
</div>
<div class="gear">
<div class="gearmoving">
<div class="gear-container">
<ul class="center-circle">
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
</ul>
<div class="ring"></div>
</div>
<div class="gear-container2">
<ul class="center-circle2">
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
</ul>
<div class="ring2"></div>
</div>
<div class="gear-container3">
<ul class="center-circle3">
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
<li class="tooth"></li>
</ul>
<div class="ring3"></div>
</div>
</div>
</div>
</div>
<!-- Landing Page Ending -->
<script src="homepage.js"></script>
</body>
</html>