-
Notifications
You must be signed in to change notification settings - Fork 1
/
kickarcade.htm
50 lines (44 loc) · 2.09 KB
/
kickarcade.htm
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/default.css"/>
<title>Arcade machine</title>
<meta name="description" content="Homemade arcade machine">
<meta name="keywords" content="electronics, arcade, games, retro">
<meta name="author" content="Robin Beilvert">
<meta charset="UTF-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
</head>
<body>
<div class="wrapper">
<header>
<h1>Robin Beilvert - Projects gathering blog</h1>
</header>
<aside>
<button type="button" onclick="location.href='index.htm'">Home</button>
<hr>
<button type="button" onclick="location.href='arcade7.htm'">Arcade7</button>
<button type="button" class="currentpage" onclick="location.href='kickarcade.htm'">KickArcade</button>
<button type="button" onclick="location.href='frenchroboticscup.htm'">FR Robotics Cup</button>
<button type="button" onclick="location.href='ledcube.htm'">LED Cube</button>
<button type="button" onclick="location.href='carnavalinp.htm'">Toulouse Carnival</button>
<button type="button" onclick="location.href='ironman.htm'">Iron Man Face</button>
<button type="button" onclick="location.href='ledstrip.htm'">LED Strip</button>
<button type="button" onclick="location.href='art.htm'">Art</button>
</aside>
<article>
<h1>Homemade arcade machine</h1>
<hr>
<div align="center"><img src="img/arcade/kickarcade/kickarcade.png" alt="Arcade Machine banner" style="height: 180px"/></div>
<hr>
<h2>Designed over the structure of a dead upright piano</h2>
<p>
More photos to come...
</p>
</article>
<footer>
<p><small>© 2020 Robin Beilvert</small></p>
</footer>
</div><!--wrapper-->
</body>
</html>