-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
91 lines (82 loc) · 3.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>landing page - Code Comands</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Archivo+Black&family=Bebas+Neue&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
</head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sheryjs/dist/Shery.css" />
<link rel="stylesheet" href="landing.css">
<body>
<div id="main">
<div id="back">
<img src="./assets/google-dark-theme.jpg" alt="">
<img src="./assets/github.jpg" alt="">
<img src="./assets/stackoverflow.jpg" alt="">
<img src="./assets/youtube.jpg" alt="">
<img src="./assets/random.jpg" alt="">
</div>
<div id="top">
<div id="workingarea">
<div id="nav">
<div id="left">
<img src="./assets/code comands logo.svg" alt="logo">
</div>
<div id="center">
<span class="material-symbols-outlined">
ads_click
</span>
Click Anywhere!!
</div>
<div id="right">
<a href="./assets/login.html">Log in <span></span></a>
<a href="./assets/online.html">Help <span></span></a>
</div>
</div>
<div id="hero">
<div id="heroleft">
<div class="elem">
<h1>GOOGLE:</h1>
<h1>GITHUB:</h1>
<h1>STACK OVERFLOW:</h1>
<h1>YOUTUBE:</h1>
<h1>OUR WEBSITE:</h1>
</div>
<div class="elem">
<h1>USED TO SEARCH</h1>
<h1>USED FOR</h1>
<h1>USED TO SOLVE</h1>
<h1>USED TO WATCH</h1>
<h1>CAN HELP YOU DO</h1>
</div>
<div class="elem">
<h1>ACROSS WEB</h1>
<h1>OPEN SOURCE PROJECTS</h1>
<h1>PROBLEMS</h1>
<h1>VIDEOS</h1>
<h1>ALL AT ONE PLACE</h1>
</div>
<a href="./assets/login.html"><button>Explore Now</button></a>
</div>
<div id="heroright">
<p>
"A revolutionary search engine designed to make your online search experience more personalized and efficient"
</p>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/0.155.0/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/automat/controlkit.js@master/bin/controlKit.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/sheryjs/dist/Shery.js"></script>
<script src="landing.js"></script>
</div>
</body>
</html>