forked from Vinay-Khanagavi/Cyberbear.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomepage.html
115 lines (112 loc) · 3.43 KB
/
homepage.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<link rel="stylesheet" href="./css/global.css" />
<link rel="stylesheet" href="./css/homepage.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;800&display=swap"
/>
</head>
<body>
<div class="homepage1">
<div class="cyber-fit-container">
<h2 class="cyber-fit1">CYBER-FIT</h2>
</div>
<section class="top-giphy-row">
<div class="left-giphy-column">
<div class="first-giphy-set">
<div class="level-animation-block">
<div class="level-one">
<div class="level-11">LEVEL- 1</div>
<div class="level-one-animation">
<img
class="animation-1716828621477-11"
loading="lazy"
alt=""
src="./public/[email protected]"
/>
</div>
</div>
</div>
<img
class="giphy-1-11"
loading="lazy"
alt=""
src="./public/[email protected]"
/>
</div>
<div class="middle-giphy-column">
<div class="second-giphy-set">
<img
class="giphy-2-11"
loading="lazy"
alt=""
src="./public/[email protected]"
/>
<div class="level-two-block">
<div class="level-two">
<div class="level-21">LEVEL- 2</div>
<div class="level-two-animation">
<img
class="animation-1716828621477-21"
loading="lazy"
alt=""
src="./public/[email protected]"
/>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="bottom-giphy-row">
<div class="third-giphy-column">
<div class="third-giphy-set">
<div class="level-three-block">
<div class="level-31">LEVEL- 3</div>
<div class="level-three-animation">
<img
class="animation-1716828621477-31"
loading="lazy"
alt=""
src="./public/[email protected]"
/>
</div>
</div>
</div>
<img
class="giphy-3-11"
loading="lazy"
alt=""
src="./public/[email protected]"
/>
</div>
</section>
<section class="fourth-giphy-column">
<img
class="giphy-4-11"
loading="lazy"
alt=""
src="./public/[email protected]"
/>
<div class="level-four-block">
<div class="level-four">
<div class="level-41">LEVEL- 4</div>
<div class="level-four-animation">
<img
class="animation-1716828621477-41"
loading="lazy"
alt=""
src="./public/[email protected]"
/>
</div>
</div>
</div>
</section>
</div>
</body>
</html>