-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
109 lines (92 loc) · 3.2 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="./assets/k42v.png" />
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>waves</title>
</head>
<body>
<canvas id="bg"></canvas>
<!-- Modify text to come in from sides and better colour scheme -->
<main>
<header>
<h1 class="k42">👩🚀 K42 👩🚀</h1>
<p> Full Stack Web3 Developer </p>
<!-- <p> Welcome to my Portfolio! </p> -->
<script>
function playAudio() {
var x = document.getElementById("myAudio");
x.play();
}
</script>
<audio id="myAudio" src="./assets/kk.mp3"></audio>
<button class="play" onclick="playAudio()">👽 Push me 👽</button>
</header>
<blockquote>
<p>Build and create, No matter what.</p>
</blockquote>
<section>
<h2>🕸 Founderz-DAO</h2>
<p>
<a href="https://github.com/FounderzDAO/Founderz-dao">Project-Repository</a>
</p>
<p>
Here I built this project, as a Full-stack Developer, using Next.js,
Soldity, hardhat, three.js. As the lead developer, but the team made
the dream work.
</p>
<p>
<a href="https://founderz-dao-git-testing-contracts-founderz-dao.vercel.app/">Founderz-DAO</a>
</p>
</section>
<section class="light">
<h2>Crypto-stats UI💫</h2>
<p>
<a href="https://leafy-zabaione-f925e7.netlify.app/">Project-Link</a>
</p>
<p>
A UI display made to showcase crypto-metrics, built with React and
Redux, deployed with Netlify.
</p>
</section>
<blockquote>
<p>Build, actualise, synergise<br />-K42</p>
</blockquote>
<section class="left">
<h2>More Projects, made for the user 🌚</h2>
<p>
<a href="https://crystallinebutterfly.github.io/Capstone-project-1/">Web3 Conference Site 🦉</a>
</p>
<p>
<a href="https://dao-tutorial-psi.vercel.app/">My First DAO 🦉 </a>
</p>
<p>
<a href="https://de-fi-exchange-tau.vercel.app/">DeFI-Exchange🦉 </a>
</p>
<p>
<a href="https://htm-lighthouse-dapp.vercel.app/">HTM 3.0 Hackathon Project 🦉 </a>
</p>
<p>
<a href="https://linktr.ee/crystalline_butterfly">My Linktree to connect 🙏 </a>
</p>
<script>
function playAudioVibe() {
var x = document.getElementById("Vibe");
x.play();
}
</script>
<audio id="Vibe" src="./assets/alive.mp3"></audio>
<button class="playv1" onclick="playAudioVibe()"> 🦋 </button>
</section>
<blockquote>
<p>Build, actualise, synergise<br />-K42</p>
</blockquote>
<section class="right">
<h2> 🙏 Blessings and light 4 you 2 you 🙏 </h2>
</section>
</main>
<script type="module" src="/main.js"></script>
</body>
</html>