-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
81 lines (66 loc) · 5.16 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 lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7VR0XV3PF9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7VR0XV3PF9');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>codebyte</title>
<link rel="stylesheet" href="./styles/tailwind.css">
<link rel="stylesheet" href="./styles/custom.css">
<link rel="icon" href="./images/favicon.ico" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/circular-std-book" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css" />
<meta name="description" content="codebyte is a Gen Z research and development team. We're working towards creating applications that help connect the internet further." />
<meta name="keywords" content="discord bots, best discord bots, discord music bots, how to add bots to discord, bots for discord, music bots discord, fun discord bots, bots discord, music bots for discord, discord bots mee6, cool discord bots, how to add discord bots, discord game bots, how to add bots on discord, add bots to discord" />
<meta name="author" content="codebyte">
<meta name="title" content="codebyte" />
<meta property="image" content="https://i.ibb.co/0CmHL9w/embed.png" />
<meta property="og:title" content="codebyte">
<meta property="og:image" content="https://i.ibb.co/0CmHL9w/embed.png" />
<meta property="og:description" content="codebyte is a Gen Z research and development team. We're working towards creating applications that help connect the internet further.">
<meta property="og:url" content="https://codebyte.team/">
<meta property="twitter:url" content="https://codebyte.team" />
<meta property="twitter:title" content="codebyte" />
<meta property="twitter:description" content="codebyte is a Gen Z research and development team. We're working towards creating applications that help connect the internet further." />
<meta name="twitter:image" content="https://i.ibb.co/0CmHL9w/embed.png" />
<meta property="twitter:card" content="summary_large_image" />
</head>
<body class="bg-black overflow-x-hidden">
<nav id="nav" class="flex flex-row items-center justify-between overflow-x-hidden">
<div id="left" class="flex flex-row items-center justify-center pl-5 md:pl-20 py-5">
<a href="/" class="text-white hover:text-gray-500 transition-colors duration-500 text-2xl md:text-3xl font-semibold">home</a>
<a href="/" class="text-white hover:text-gray-500 transition-colors duration-500 text-2xl md:text-3xl font-semibold pl-4 md:pl-8">projects</a>
</div>
<div id="right" class="flex flex-row flex-row items-center justify-center pr-5 md:pr-20 py-5">
<a href="https://discord.gg/JdZbBNc" target="_blank" class="text-white hover:text-gray-500 transition-colors duration-500 text-2xl md:text-3xl pr-4"><i class="fab fa-discord"></i></a>
<a href="https://twitter.com/teamcodebyte" target="_blank" class="text-white hover:text-gray-500 transition-colors duration-500 text-2xl md:text-3xl pr-4"><i class="fab fa-twitter"></i></a>
<a href="https://github.com/teamcodebyte" target="_blank" class="text-white hover:text-gray-500 transition-colors duration-500 text-2xl md:text-3xl"><i class="fab fa-github"></i></a>
</div>
</nav>
<div class="flex flex-col items-center justify-center pb-20">
<div id="info" class="flex flex-col items-center justify-center pt-56 pb-64 text-center">
<span class="text-white text-6xl md:text-7xl font-circular">codebyte</span>
<span class="text-white text-3xl md:text-4xl font-roboto font-thin">Gen Z R&D Team</span>
</div>
<div id="team" class="flex flex-col md:flex-row flex-wrap items-center justify-center">
<div id="merc" class="flex flex-col items-center justify-center my-5 md:my-0 md:mx-5 lg:mx-10">
<img src="./images/tm.png" class="avatar rounded-full border-4 border-xblue select-none" draggable="false" />
<a class="text-white text-2xl font-inter pt-2">TrustedMercury</a>
<div class="flex flex-row items-center justify-center mt-2">
<a href="https://github.kevinthomas.codes/" target="_blank"><i class="fab fa-github text-2xl text-white hover:text-gray-500 transition-colors duration-500"></i></a>
<a href="https://kevinthomas.codes/" target="_blank"><i class="fas fa-globe text-2xl text-white hover:text-gray-500 transition-colors duration-500 mx-3"></i></a>
<a href="https://discord.kevinthomas.codes/" target="_blank"><i class="fab fa-discord text-2xl text-white hover:text-gray-500 transition-colors duration-500"></i></a>
</div>
</div>
</div>
</div>
</body>
</html>