-
Notifications
You must be signed in to change notification settings - Fork 0
/
justdance.html
70 lines (66 loc) · 2.48 KB
/
justdance.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JustDance</title>
<link rel="stylesheet" href="palette.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<img src="Pictures/bannerJD.jpg" alt="Official banner of JustDance">
<h1>JustDance</h1>
</header>
<section class="contenu">
<div class="role">
<h2>My role in the project :</h2>
<p>I did a 6 months internship at Ubisoft Paris, on the project JustDance.</p>
<h2>My tasks :</h2>
<ul>
<li>Supported the Production team</li>
<li>Coordinated the development and closing of a feature</li>
<li>Coordinated credits and age rating</li>
<li>Organised world team meetings</li>
</ul>
</div>
<br>
<div class="github">
<a href="https://www.ubisoft.com/fr-fr/game/just-dance/2024" target="_blank">Link to the project's website</a>
</div>
<!-- <div class="description">
<h2>Description du Projet :</h2>
<p>Description détaillée de votre projet.</p>
</div>
<div class="my-work">
<h2>Some of my work :</h2>
<div class="pdf-link">
<a href="PDFs/Oliver de Vienne.pdf" target="_blank">Olivier de Vienne</a>
</div>
<div class="pdf-link">
<a href="PDFs/Charlemagne card.pdf" target="_blank">Charlemagne</a>
</div>
<div class="pdf-link">
<a href="PDFs/[dd.mm.yy] Internal Playtest template.pdf" target="_blank">Template for internal playtests</a>
</div>
<div class="pdf-link">
<a href="PDFs/Flags UI issue.pdf" target="_blank">UI issue</a>
</div>
<div class="pdf-link">
<a href="PDFs/UI design for external Hot Seat mode.pdf" target="_blank">HotSeat mode</a>
</div>
</div>
</section>
<section class="galerie">
<h2>Galerie d'Images :</h2>
<div class="image-description">
<div class="image">
<img src="Pictures/gamucatex_main.png" alt="Official picture of Tectonicus">
</div>
<div class="description">
<p>Official picture of Tectonicus</p>
</div>
</div>
</section> -->
</body>
</html>