-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
81 lines (70 loc) · 2.93 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title></title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="" />
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.min.css" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css?family=Google+Sans:100,300,400,500,700,900,100i,300i,400i,500i,700i,900i');
html {
overflow-x: hidden;
width: 100%;
max-width: 100%;
}
body {
overflow-x: hidden;
width: 100%;
max-width: 100%;
}
</style>
<link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.6.4/flowbite.min.css" rel="stylesheet" />
<script>
tailwind.config = {
theme: {
extend: {
colors: {
gred: "#EA4335",
ggreen: "#0F9D58",
gblue: "#4285F4",
gyellow: "#FBBC04",
},
},
},
};
</script>
</head>
<body class="overflow-x-hidden w-screen" data-scroll-container>
<nav class="w-full sticky top-0 flex justify-center backdrop-blur-lg z-50">
<div class="flex justify-between ml-6 md:ml-12">
<div class="flex">
<div class="hidden md:block flex justify-center items-center">
<img src="./banner.png" class="h-14" />
</div>
<div class="md:hidden flex justify-center items-center m-4">
<img src="./gdsc.svg" class="h-10" />
</div>
</div>
</div>
</nav>
<section class="flex items-center justify-center -mt-20 h-screen" data-scroll-section>
<div class="text-4xl font-bold w-auto font-[google_sans] text-center">
<p>
<span class="text-gblue">G</span><span class="text-gred">o</span><span
class="text-gyellow">o</span><span class="text-gblue">g</span><span
class="text-ggreen">l</span><span class="text-gred">e</span>
<span class="text-gblue">W</span><span class="text-ggreen">e</span><span
class="text-gyellow">e</span><span class="text-gred">k</span>
</p>
<p class="text-8xl align-right text-center md:text-right m-3">
<span class="text-gyellow">Web </span><span class="text-gred">D</span><span
class="text-gblue">a</span><span class="text-ggreen">y<span>
</p>
</div>
</section>
<!-- Web Days -->