-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexperiments.html
92 lines (92 loc) · 3.79 KB
/
experiments.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
<!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">
<title>Fun Experiments</title>
<script src="https://kit.fontawesome.com/b182c44c0a.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/modules/hover.css">
<link rel="stylesheet" href="css/experiments.css">
</head>
<body>
<main>
<header>
<span>
<h2><a href="index.html">Ben Carpenter</a></h2>
<h2 class="gradient">Fun Experiments</h2>
</span>
<span class="links">
<a href="https://github.com/noclist/" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.twitter.com/afewgoodben" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.facebook.com/spacejam" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/ben-carpenter-2556299/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://www.instagram.com/beneleventwelve/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.strava.com/athletes/45181835" target="_blank"><i class="fab fa-strava"></i></a>
<a href="https://www.last.fm/user/noclist" target="_blank"><i class="fab fa-lastfm"></i></a>
<a href="https://letterboxd.com/benjammin" target="_blank"><img src="images/letterb.png"></a>
</span>
</header>
<div class="vacation hvr-icon-bob">
<a href="/cle-travel.html">
<i class="fad fa-island-tropical hvr-icon"></i>
<h3>Vacation in Cleveland</h3>
</a>
</div>
<div class="library hvr-icon-bob">
<a href="/books.html">
<i class="fad fa-books hvr-icon"></i>
<h3>CSS Grid Library</h3>
</a>
</div>
<div class="tilt hvr-icon-bob">
<a href="/tilt.html">
<i class="fa-duotone fa-arrow-pointer hvr-icon"></i>
<h3>A Tilting Card</h3>
</a>
</div>
<div class="cleveland hvr-icon-bob">
<a href="/terminal.html">
<i class="fad fa-wind-turbine hvr-icon"></i>
<h3>Cleveland Grid</h3>
</a>
</div>
<div class="cube hvr-icon-bob">
<a href="/bounce.html">
<i class="fad fa-cube hvr-icon"></i>
<h3>A 3D Scene</h3>
</a>
</div>
<div class="alien hvr-icon-bob">
<a href="/aliens.html">
<i class="fad fa-alien-monster hvr-icon"></i>
<h3>Aliens!</h3>
</a>
</div>
<div class="cards hvr-icon-bob">
<a href="/cards.html">
<i class="fad fa-cards-blank hvr-icon"></i>
<h3>Flipping Tiles</h3>
</a>
</div>
<div class="turtle hvr-icon-bob">
<a href="/turtles.html">
<i class="fad fa-turtle hvr-icon"></i>
<h3>Ninja Turtle Grid</h3>
</a>
</div>
<div class="maze hvr-icon-bob">
<a href="/lines.html">
<i class="fad fa-wave-square hvr-icon"></i>
<h3>A Responsive Maze</h3>
</a>
</div>
<div class="neighbor hvr-icon-bob">
<a href="/parallax.html">
<i class="fad fa-tree-city hvr-icon"></i>
<h3>The Neighborhoods of Cleveland</h3>
</a>
</div>
</main>
</body>
</html>