-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (52 loc) · 2.4 KB
/
Copy pathindex.html
File metadata and controls
52 lines (52 loc) · 2.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BRPEBVLGFH"></script><script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag('js', new Date());gtag('config', 'G-BRPEBVLGFH');</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="webport.ing">
<meta name="description" content="A small team porting games to WebGL.">
<title>webport.ing</title>
<link rel="stylesheet" href="tailwind.css">
<link rel="stylesheet" href="css.css">
<link rel="icon" type="image/webp" href="icons/45.webp">
<script src="site.js" defer></script>
</head>
<body class="flex min-h-screen flex-col overflow-x-hidden bg-[#4c3e6b] text-[#f8f4ff] antialiased">
<nav class="py-6">
<div class="mx-auto flex w-[min(100%-2rem,980px)] items-center justify-between gap-6">
<a class="flex items-center gap-3 font-bold no-underline" href="/">
<img class="h-7 w-7" src="icons/45.webp" alt="">
<span>webport.ing</span>
</a>
<div class="flex items-center gap-5 text-sm font-bold text-[#cbbfdd]">
<a class="text-white underline underline-offset-4" href="/" aria-current="page">home</a>
<a class="hover:text-white" href="projects.html">projects</a>
</div>
</div>
</nav>
<main class="mx-auto w-[min(100%-2rem,980px)] flex-1">
<section class="max-w-2xl py-14 md:py-20">
<h1 class="mb-3 text-5xl font-bold leading-none md:text-6xl">webport.ing</h1>
<p class="mb-5 text-lg text-[#cbbfdd]">4 people porting games to web</p>
<p class="flex gap-5 font-bold text-[#cbbfdd]">
<a class="hover:text-white" href="projects.html">projects</a>
<a class="hover:text-white" href="https://github.com/webporting">github</a>
</p>
</section>
<section>
<h2 class="mb-4 text-xl font-bold">team</h2>
<div class="space-y-2" data-people></div>
</section>
</main>
<footer class="mt-20 py-6 text-[#cbbfdd]">
<div class="mx-auto flex w-[min(100%-2rem,980px)] items-center justify-between gap-5">
<span>webport.ing</span>
<span class="flex gap-5 font-bold">
<a class="hover:text-white" href="https://github.com/webporting">github</a>
<a class="hover:text-white" href="https://discord.gg/UtucjaxGNG">discord</a>
</span>
</div>
</footer>
</body>
</html>