-
Notifications
You must be signed in to change notification settings - Fork 1
/
ironman.htm
58 lines (53 loc) · 3.36 KB
/
ironman.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
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/default.css"/>
<title>Iron Man Face</title>
<meta name="description" content="Handcrafted Iron Man head">
<meta name="keywords" content="handcraft, cardboard, Iron Man, HallC, ENSEEIHT, N7">
<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" 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" class="currentpage" 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>Giant Iron Man face</h1>
<hr>
<h2>Cardboard Iron Man face with glowing eyes made for the <em>Hall Comics</em> party at ENSEEIHT</h2>
<img src="img/ironman/1.jpg" alt="img"/>
<img src="img/ironman/2.jpg" alt="img"/>
<p>The different pieces have been designed by Clément Robert (standing on the right of the upper photo). Most of the assembly has been done by him, Guillaume Royer (on the left) and I.</p>
<img src="img/ironman/3.jpg" alt="img"/>
<img src="img/ironman/4.jpg" alt="img"/>
<p>The glowing eyes' brightness was saw-toothed and featured instant fade-in and slow fade-out. This was achieved by two oscillating transistors wich signal was amplified by a field-effect transistor after having been throught a one-way low-pass capacitive filter shortcut by a diode.</p>
<img src="img/ironman/5.jpg" alt="img"/>
<img src="img/ironman/profil.jpg" alt="img"/>
<img src="img/ironman/BDA.jpg" alt="img"/>
<img src="img/ironman/zoom.jpg" alt="img"/>
<p>
Here comes the BDA (<em>Bureau Des Arts</em>) team of ENSEEIHT Students Association, whose people spent hours cutting out and painting the different parts of the structure after drawing those on large cardboard panels, thanks to an overhead projector.<br/>
The last three photos were taken by <a href="http://www.bde.enseeiht.fr/clubs/photo/" target="_new">Photo7</a>, the ENSEEIHT photography club. All rights on these belong to them.
</p>
</article>
<footer>
<p><small>© 2020 Robin Beilvert</small></p>
</footer>
</div><!--wrapper-->
</body>
</html>