-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (59 loc) · 2.27 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Wes' Web Experiments</title>
<link rel="stylesheet" href="css/site.css">
<script src="https://code.jquery.com/jquery-3.6.1.min.js" integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>
</head>
<body>
<main id="content">
<header>
<h1>Wes' Web Experiment Incubator</h1>
<p>An incubator for experimental web projects. Explore creative and interactive experiments!</p>
</header>
<ul>
<li>
<a href="code-prezo">Code Prezo</a>
<div>A tool for formatting, presenting, and styling code snippets for presentations.</div>
</li>
<li>
<a href="faces">Faces</a>
<div>Experiment with face detection and rendering, leveraging JavaScript and AI libraries.</div>
</li>
<li>
<a href="ludic-oracle">Ludic Oracle</a>
<div>A whimsical game idea generator for experimental gameplay concepts.</div>
</li>
<li>
<a href="eye">The Eye</a>
<div>An interactive eye-tracking experiment with face recognition and camera input.</div>
</li>
<li>
<a href="vinyl">Spotify Vinyl Player</a>
<div>Relive the vinyl era with Spotify albums, complete with custom effects and visuals.</div>
</li>
<li>
<a href="wheel-of-programming">Wheel of Programming Chance</a>
<div>An idea generator for programming projects. Take a spin and find your next coding challenge.</div>
</li>
<li>
<a href="glitch">Web Glitch Experiment</a>
<div>Play with visual glitches and web design inspired by the aesthetics of distortion.</div>
</li>
<li>
<a href="clouds">CSS Mario Clouds</a>
<div>A CSS tribute to Cory Arcangel's Mario Clouds. Enjoy scrolling pixel art and nostalgia.</div>
</li>
<li>
<a href="3dmapping">3D Mapping Experiment</a>
<div>Create 3D maps with WebGL and Leaflet. Explore mapping tools and interact with geographic data.</div>
</li>
<li>
<a href="spin">Web Spin Experiment</a>
<div>Spin into a playful homage to "You Spin Me Round" with animations and interactive fun.</div>
</li>
</ul>
</main>
</body>
</html>