Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
duylaurent-tran committed Jan 11, 2019
0 parents commit f6ad62b
Show file tree
Hide file tree
Showing 18 changed files with 278 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.DS_STORE
/.idea/
Binary file added image/amalia_salle.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/android-chrome-384x384.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions image/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added image/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/favicon.ico
Binary file not shown.
Binary file added image/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/pariscandance_black_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/pariscandance_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/pariscandance_students.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/pariscandanceshow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 61 additions & 0 deletions image/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions image/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
165 changes: 165 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Spectacle de dance Paris Can Dance organisé par Amalia Salle. Un show qui réunit dans un seul
show, chaque année, les meilleurs chorégraphes français de renommée internationale pour offrir au public
deux heures de danse époustouflantes">
<meta name="keywords" content="Paris Can Dance, hip-hop spectacle, hip-hop show, Amalia Salle, dance show, Paris dance show, Paris dance spectacle, Paris hip-hop">
<meta name="author" content="Amalia Salle, Paris Can Dance">
<meta property="og:title" content="Paris Can Dance Show - Organisé par Amalia SALLE" />
<meta property="og:description" content="Spectacle de dance Paris Can Dance organisé par Amalia Salle">
<meta property="og:url" content="https://www.pariscandance.com/" />
<meta property="og:image" content="https://pariscandance.com/image/pariscandance_students.jpg">
<meta property="og:image:type" content="image/jpg">
<link rel="apple-touch-icon" sizes="180x180" href="image/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="image/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="image/favicon-16x16.png">
<link rel="manifest" href="image/site.webmanifest">
<link rel="mask-icon" href="image/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<title>Paris Can Dance Show - Organisé par Amalia SALLE</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/brands.css" integrity="sha384-VGCZwiSnlHXYDojsRqeMn3IVvdzTx5JEuHgqZ3bYLCLUBV8rvihHApoA1Aso2TZA" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/fontawesome.css" integrity="sha384-GVa9GOgVQgOk+TNYXu7S/InPTfSDTtBalSgkgqQ7sCik56N9ztlkoTr2f/T44oKV" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
<script src="js/jquery.countdown.min.js"></script>
<style>
* {
font-family: 'Roboto', sans-serif;
}

header {
height: 578px;
}

section.container {
max-width: 800px !important;
}

.bg-dark-pcd {
background-color: #010101;
}

.text-dark-pcd {
color: #111111;
}

#buy-ticket {
border: 2px solid #dc3545!important;
color: #dc3545!important;
min-width: 300px;
height: 50px;
}

#pcd-logo {
padding-top: 150px;
}

#amalia-salle-avatar {
height: 250px;
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
opacity: 0; /* make things invisible upon start */
-webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
-moz-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;

-webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;

-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
animation-duration: 1s;
}

</style>
</head>
<body>
<div>
<header class="bg-dark-pcd">
<div class="container">
<div class="fade-in">
<img id="pcd-logo" class="mx-auto d-block" src="image/pariscandance_logo.png"
alt="Paris Can Dance logo">
<h1 class="text-center text-white mt-4 mb-0">Paris Can Dance Show</h1>
<h2 class="text-center text-white h6">organisé par Amalia Salle</h2>
<div id="getting-started" class="text-white h1 text-center"></div>
<script type="text/javascript">
$("#getting-started")
.countdown("2018/07/09", function (event) {
$(this).text(
event.strftime('J-%D')
);
});
</script>
<h3 class="text-center text-danger">COMPLET !</h3>
</div>
</div>
</header>
<img class="img-fluid w-100" src="image/pariscandance_students.jpg" alt="Paris Can Dance students">
<main>
<section class="container mt-3 mb-5">
<h2 class="text-center">08/07/2018</h2>

<p>
De nombreux chor&eacute;graphes internationaux et leurs danseurs partageront la sc&egrave;ne du
magnifique <b>Th&eacute;&acirc;tre du Gymnase Marie Bell</b> avec les &eacute;l&egrave;ves de Paris Can Dance le
<b>dimanche 8
juillet</b> dans le 10e arrondissement de Paris.<br>
Ils seront l&agrave; pour vous r&eacute;galer d'un spectacle de danse plein d'&eacute;motion, d'&eacute;nergie
et de surprises.<br>
Venez admirer leur travail, les soutenir et passer une soir&eacute;e inoubliable.<br><br>

Achetez vos places pour le Paris Can Dance Show en toute s&eacute;curit&eacute; et recevez un ticket
&eacute;lectronique vous permettant d'acc&eacute;der au th&eacute;&acirc;tre le jour du
spectacle.<br><br>
</p>
<p class="text-center">
Horaires : de <b>19H30</b> &agrave; <b>21H30</b>.<br>
Pr&eacute;voyez d'arriver 30 minutes &agrave; l'avance.<br>
Les places ne sont pas num&eacute;rot&eacute;es.
</p>

<div class="text-center">
<button id="buy-ticket" class="btn"><span class="h3 text-danger">SOLD OUT!</span></button>
</div>
</section>

<section class="container">
<hr>
<img id="amalia-salle-avatar" src="image/amalia_salle.jpg" alt="Amalia Salle" class="img-fluid mx-auto d-block mt-4">
<h2 class="text-center mt-2">Amalia Salle</h2>
<hr style="width: 300px">
<p>
Forte de ses acquis en tant que chorégraphe pour divers LABELS tels que Just Dance, Sony Universal,
L’Oréal, et pour des spectacles chorégraphiques et théâtrales en France et à l’étranger, Amalia a été
appelée en tant que juré au World of Dance France 2017 et au Seacon Street Challenge à Bangkok.<br><br>

Elle a crée Paris Can Dance, une entité parisienne qui développe la pédagogie et la culture hip hop
depuis 3 ans et elle en est la directrice artistique. Avec Paris Can Dance elle réunit dans un seul
show, chaque année, les meilleurs chorégraphes français de renommée internationale pour offrir au public
deux heures de danse époustouflantes.
</p>

<footer class="text-center h1">
<a href="https://www.facebook.com/amyjunior.amaliasalle" class="text-dark-pcd"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/amaliasalle" class="text-dark-pcd"><i class="fab fa-instagram"></i></a>
</footer>
</section>
</main>
</div>
</body>
</html>
22 changes: 22 additions & 0 deletions js/jquery.countdown.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f6ad62b

Please sign in to comment.