-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
72 lines (68 loc) · 2.49 KB
/
about.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
<!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">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600;800&family=Shrikhand&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="./Cicks Black White2.png" />
<title>Crypto Ccicks | About</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8Z98SXS52E"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-8Z98SXS52E');
</script>
</head>
<body>
<div class="paralax about">
<div class="box small-box second">
<center><h1>THE</h1></center>
<center><h1>✨TEAM✨</h1></center>
</div>
<div class="downarrow">
<div class="left"></div>
<div class="right"></div>
</div>
<div class="box left-box">
<h1>THEO</h1>
<p> </p>
<h2>about</h2>
<p>theo is a high schooler in NYC who loves coding, art and shoes. he started coding at the age of six and has loved it ever since.
</p>
<p> </p>
<h2>role</h2>
<p>theo does all of the nft IT and social media.</p>
</div>
<div class="box right-box">
<h1>TIMMY</h1>
<h2>about</h2>
<p>at the age of 10, timmy is an avid brother. he has a passion for dad jokes and riddles.</p>
<p> </p>
<h2>role</h2>
<p>timmy is the creative partner.</p>
</div>
<div class="right-box two"></div>
</div>
<div class="menu-btn">
<div class="menu-btn-burger"></div>
</div>
<div class="menu-screen">
<a href="./index.html">home</a>
<a href="./mint.html">mint</a>
<a href="./about.html">about</a>
<a href="./contact.html">contact</a>
</div>
<!-- --x----- main content ---x---- -->
<script src="./main.js"></script>
</body>
</html>