forked from kintaro10/CMFjs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathteam.html
44 lines (41 loc) · 1.9 KB
/
team.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/home.css" media="screen" title="no title">
<title>Planet vs Rocket: The Space Game</title>
</head>
<body>
<div class="container_team">
<h1 class="title">DésintegratorZ</h1>
<p class="accroche_team">Membres de l'équipage:</p>
<div id="container_avatar">
<div class="cam">
<a href="http://www.camillefrancia.com" title="Click me !" target="_blank"><img src="pics/avatar_cam.png" alt="Camille"></a>
<p>Camille</p>
</div>
<div class="ibni">
<a href="https://nejimaru.github.io/portfolio/" title="Click me !" target="_blank"><img src="pics/avatar_ibni.png" alt="Ibni"></a>
<p>Ibni-Yamine</p>
</div>
<div class="linda">
<a href="https://likhe.github.io/portfolio/" title="Click me !" target="_blank"><img src="pics/avatar_linda.png" alt="Linda"></a>
<p>Linda</p>
</div>
<div class="sophie">
<a href="https://martelsophie.github.io/portfolio-martel-sophie/" target="_blank"><img src="pics/avatar_sophee.png" alt="Sophie"></a>
<p>Sophie</p>
</div>
</div>
<div class="inside_container">
<a id="play" href="home.html">MENU</a>
</div>
<p class="credits">Credits - Music: Galaxy Fleet by Derek & Brandon Fletcher / Fonts: "Zekton" by Typodermic Font & Space Age by Justin Callaghan / Icons: <a href="http://www.doublejdesign.co.uk/"> Double-J designs</a> </p>
<footer class="footer_team">
<p>© Copyright SimplonMars 2017 - All rights reserved</p>
</footer>
</div>
<script src="home.js"></script>
</body>
</html>