-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
185 lines (177 loc) · 7.45 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Open+Sans:ital,wght@0,400;0,600;1,400&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="css/site.css">
<title>Fwend.nl - home</title>
</head>
<body>
<div class="container">
<header class="header">
<nav aria-label="main menu">
<a class="logo" href="#">fwend.nl</a>
<a href="#" class="current-page">home</a>
<a href="about.html">about me</a>
</nav>
</header>
<main class="main">
<h1>Some Javascript Fun</h1>
<p>Most of the things here were originally written in Java, but since applets are no longer supported by present
day browsers, I've translated them to vanilla Javascript, a mixture of
<abbr title="EcmaScript version 5">ES5</abbr> and
<abbr title="EcmaScript version 6">ES6</abbr>. Javascript has matured
much since it was first introduced, and has become quite a dominant force on the internet. Javascript also
loads faster and integrates better in the webpage than Java has ever done.</p>
<p>The triumph of Javascript is primarily driven by <abbr title="Asynchronous JavaScript and XML">AJAX</abbr>
and node.js, but the introduction of the HTML5 canvas was also significant, as the following pages will
illustrate.</p>
<nav class="mosaic">
<figure>
<a href="features/pythagorastree.html">
<div><img src="img/pythagorastree.gif" alt="pythagoras tree"></div>
</a>
<figcaption>Pythagoras Tree</figcaption>
</figure>
<figure>
<a href="features/pentaflake.html">
<div><img src="img/pentaflake.gif" alt="pentaflake"></div>
</a>
<figcaption>Pentaflake</figcaption>
</figure>
<figure>
<a href="features/plasma.html">
<div><img src="img/plasma.png" alt="plasma"></div>
</a>
<figcaption>Plasma</figcaption>
</figure>
<figure>
<a href="features/polyspiral.html">
<div><img src="img/polyspiral.gif" alt="polyspiral"></div>
</a>
<figcaption>Polyspiral</figcaption>
</figure>
<figure>
<a href="features/barnsleyfern.html">
<div><img src="img/barnsleyfern.gif" alt="barnsley fern"></div>
</a>
<figcaption>Barnsley Fern</figcaption>
</figure>
<figure>
<a href="features/cuboid.html">
<div><img src="img/cuboid.gif" alt="cuboid"></div>
</a>
<figcaption>Cuboid</figcaption>
</figure>
<figure>
<a href="features/digitalclock.html">
<div><img src="img/digitalclock.gif" alt="digital clock"></div>
</a>
<figcaption>Digital Clock</figcaption>
</figure>
<figure class="desktop-only">
<a href="features/tetris.html">
<div><img src="img/tetris.png" alt="tetris"></div>
</a>
<figcaption>Tetris</figcaption>
</figure>
<figure>
<a href="features/carpet.html">
<div><img src="img/carpet.gif" alt="carpet"></div>
</a>
<figcaption>Carpet</figcaption>
</figure>
<figure>
<a href="features/gravity.html">
<div><img src="img/gravity.gif" alt="gravity"></div>
</a>
<figcaption>Gravity</figcaption>
</figure>
<figure>
<a href="features/clock.html">
<div><img src="img/clock.gif" alt="clock"></div>
</a>
<figcaption>Analog Clock</figcaption>
</figure>
<figure>
<a href="features/wolframca.html">
<div><img src="img/wolframca.gif" alt="wolfram ca"></div>
</a>
<figcaption>Wolfram CA</figcaption>
</figure>
<figure>
<a href="features/fifteen.html">
<div><img src="img/fifteen.png" alt="slider puzzle"></div>
</a>
<figcaption>Slider Puzzle</figcaption>
</figure>
<figure>
<a href="features/cesaro.html">
<div><img src="img/cesaro.png" alt="cesaro curve"></div>
</a>
<figcaption>Cesaro Curve</figcaption>
</figure>
<figure>
<a href="features/attraction.html">
<div><img src="img/attraction.png" alt="attraction"></div>
</a>
<figcaption>Attraction</figcaption>
</figure>
<figure>
<a href="features/floodfill.html">
<div><img src="img/floodfill.gif" alt="floodfill"></div>
</a>
<figcaption>Floodfill</figcaption>
</figure>
<figure>
<a href="features/springforce.html">
<div><img src="img/springforce.gif" alt="springforce"></div>
</a>
<figcaption>Spring Force</figcaption>
</figure>
<figure>
<a href="features/moire.html">
<div><img src="img/moire.gif" alt="moire"></div>
</a>
<figcaption>Moire</figcaption>
</figure>
<figure>
<a href="features/evolution.html">
<div><img src="img/evolution.gif" alt="evolution"></div>
</a>
<figcaption>Evolution</figcaption>
</figure>
<figure>
<a href="features/maze.html">
<div><img src="img/maze.gif" alt="maze"></div>
</a>
<figcaption>Maze</figcaption>
</figure>
<figure>
<a href="features/pentomino.html">
<div><img src="img/pentomino.gif" alt="pentomino"></div>
</a>
<figcaption>Pentomino</figcaption>
</figure>
</nav>
</main>
<footer class="footer">
<img class="portrait" src="img/site/photo.png" alt="author">
<div class="colophon">
<em>Jos van Uden</em>
<div class="location"><img src="img/site/location.png" alt="location">Tilburg, The Netherlands</div>
</div>
<div class="icons">
<a href="https://github.com/fwend/Site"><img src="img/site/GitHub-Mark-Light-64px.png" alt="github"></a>
<a href="https://www.linkedin.com/in/fwend/"><img src="img/site/linkedin.png" alt="linkedin"></a>
<a href="https://stackoverflow.com/users/531312/fwend"><img src="img/site/stackoverflow.png"
alt="stackoverflow"></a>
</div>
</footer>
</div>
</body>
</html>