This repository has been archived by the owner on Oct 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathKawaiie.html
107 lines (88 loc) · 3.16 KB
/
Kawaiie.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link rel="icon" href="images/Icones/favicon.JPG">
<link rel="stylesheet" href="reset.css" />
<link rel="stylesheet" href="style.css" />
<title>Kawaiie</title>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="container">
<header>
<a id="logo" href="Kawaiie.html"></a>
<div id="menu">
<ul>
<li>
<a href="Kawaiie.html" class="accueil">
<span>Accueil</span>
</a>
</li>
<li>
<a class = "bibliotheque" href="Bibliotheque.html">
<span>Bibli</span>
</a>
</li>
<li>
<a class = "proj" href="Proj.html">
<span>Proj</span>
</a>
</li>
<li>
<a class = "contact" href="#">
<span>Contact</span>
</a>
</li>
</ul>
</div>
</header>
<div id="navbar">
<div id="kawaiie">
</div>
</div>
<div id="main">
<div id="column_middle">
<article>
<h1>Manga, BD, Comics and more !</h1>
<p>Bienvenue à toi sur le site du club Kawaiie : le club Manga, BD, comics de l'ENSIIE Strasbourg.</p>
<br/>
<p>Notre activité ne se résume cependant pas à acheter des bouquins, régulièrement nous organisons des proj de films (choisis par les élèves) dans l'enceinte de l'école.</p>
<p>Tu pourras trouver sur ce site le détail de ces proj ainsi que tout l'arsenal de manga, bd et comics dont nous disposons.</p>
<br/>
<p>Bonne visite !</p>
</article>
<article>
<h1>Onepunchman ça roxe !</h1>
<p>Voici une vidéo présentant un nouveua manga, Onepunchman, et le moins que l'on puisse dire c'est que ça envoie de la cagette !</p>
<br>
<object type="application/x-mplayer2" style="width: 700px; height: 420px;" data="videos/NO_WAY_IN_HELL.mp4">
<param name="FileName" value="http://www.youtube.com/watch?v=GWPgPWIXwlE">
<param name='AutoStart' value="0">
</object>
<!--
<embed type="audio/x-pn-realaudio-plugin" src="videos/NO WAY IN HELL.mp4" height="420px" width="700px" controls="all" console="video"/> -->
<!-- <object type="video/quicktime" style="width: 700px; height: 420px;" data="videos/NO WAY IN HELL.mp4">
<param name="src" value="monfichierexemple.mov"/> -->
</object>
</article>
</div>
<!-- close #main content -->
</div>
<!-- close #container -->
</div>
<footer>
<div id="ensiie">
<h1>IIE Strasbourg</h1>
<ul>
<li><a href="http://strasbourg.bde-ensiie.fr/" target="_blank">le BDE</a></li>
<li><a href="http://iiens.eu/" target="_blank">l'Intranet</a></li>
<li><a href="http://dailiieplanet.free.fr/index.php/journal/ancien_numero" target="_blank">le Dailiie Planet</a></li>
<li><a href="http://ragots.iiens.eu/" target="_blank">les Ragots</a></li>
</ul>
</div>
</footer>
</body>
</html>