-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (64 loc) · 4.07 KB
/
index.html
File metadata and controls
64 lines (64 loc) · 4.07 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
<!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">
<title>Zetta</title>
<link rel="stylesheet" href="/src/css/main.css">
<link rel="shortcut icon" href="https://avatars.githubusercontent.com/u/106468548" type="image/x-icon">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#project">Our Projects</a></li>
<li><a href="#social">Socials</a></li>
</ul>
</nav>
<header>
<h1 id="about">Zetta</h1>
<p>Greetings and welcome to Zetta! We always like to make useful things for people on the internet and we have been doing this since the <strong>29th May, 2022</strong> 🤯 Since then we have been making useful code for everyone!</p>
</header>
<section>
<h1 class="centre" id="project">Our Projects</h1>
<div class="grid">
<div>
<a href="https://github.com/zettaware/zettaware.github.io">
<h2>ZettaWare.github.io</h2>
</a>
<p>This is the source code for the website of Zetta! You can commit to it 'n stuff.</p>
</div>
<div>
<h2>Lorem</h2>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Vitae exercitationem fugiat cumque ad aut, officiis cum doloremque perferendis aliquam similique accusamus autem suscipit, voluptate velit ut quam fugit molestias hic?</p>
</div>
<div>
<h2>Lorem</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus nihil laborum quisquam, error similique molestiae quas voluptatem culpa, numquam, non deserunt earum alias fugit perspiciatis perferendis odio dolore hic in.</p>
</div>
<div>
<h2>Lorem</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus nihil laborum quisquam, error similique molestiae quas voluptatem culpa, numquam, non deserunt earum alias fugit perspiciatis perferendis odio dolore hic in.</p>
</div>
</div>
</section>
<section class="centre">
<h1 id="social">Socials</h1>
<a href="https://twitter.com/polygonalic">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor" width="20">
<path fill-rule="evenodd" d="M9.504 1.132a1 1 0 01.992 0l1.75 1a1 1 0 11-.992 1.736L10 3.152l-1.254.716a1 1 0 11-.992-1.736l1.75-1zM5.618 4.504a1 1 0 01-.372 1.364L5.016 6l.23.132a1 1 0 11-.992 1.736L4 7.723V8a1 1 0 01-2 0V6a.996.996 0 01.52-.878l1.734-.99a1 1 0 011.364.372zm8.764 0a1 1 0 011.364-.372l1.733.99A1.002 1.002 0 0118 6v2a1 1 0 11-2 0v-.277l-.254.145a1 1 0 11-.992-1.736l.23-.132-.23-.132a1 1 0 01-.372-1.364zm-7 4a1 1 0 011.364-.372L10 8.848l1.254-.716a1 1 0 11.992 1.736L11 10.58V12a1 1 0 11-2 0v-1.42l-1.246-.712a1 1 0 01-.372-1.364zM3 11a1 1 0 011 1v1.42l1.246.712a1 1 0 11-.992 1.736l-1.75-1A1 1 0 012 14v-2a1 1 0 011-1zm14 0a1 1 0 011 1v2a1 1 0 01-.504.868l-1.75 1a1 1 0 11-.992-1.736L16 13.42V12a1 1 0 011-1zm-9.618 5.504a1 1 0 011.364-.372l.254.145V16a1 1 0 112 0v.277l.254-.145a1 1 0 11.992 1.736l-1.735.992a.995.995 0 01-1.022 0l-1.735-.992a1 1 0 01-.372-1.364z" clip-rule="evenodd" />
</svg>
@Polygonalic
</a>
<br>
<a href="https://github.com/zettaware">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor" width="20">
<path fill-rule="evenodd" d="M12.316 3.051a1 1 0 01.633 1.265l-4 12a1 1 0 11-1.898-.632l4-12a1 1 0 011.265-.633zM5.707 6.293a1 1 0 010 1.414L3.414 10l2.293 2.293a1 1 0 11-1.414 1.414l-3-3a1 1 0 010-1.414l3-3a1 1 0 011.414 0zm8.586 0a1 1 0 011.414 0l3 3a1 1 0 010 1.414l-3 3a1 1 0 11-1.414-1.414L16.586 10l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd" />
</svg>
Zetta
</a>
</section>
</body>
</html>