mirror of
https://github.com/ConjureETS/Site.git
synced 2026-03-24 01:30:58 +00:00
94 lines
4.2 KiB
HTML
94 lines
4.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="site web du club conjure de l'école de technologie supérieure ÉTS à Montréal" />
|
|
<meta name="keywords" content="Conjure, Laboratoire de médias interactifs, Club Conjure, ÉTS, École de technologie supérieure, jeu vidéo, médias interactifs" />
|
|
<meta name="author" content="Club Conjure" />
|
|
|
|
<title>Club Conjure</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="../../public/css/main.min.css">
|
|
</head>
|
|
<body>
|
|
<header class="logo-container">
|
|
<a href="#"><img src="../../public/img/conjure-logo.png" alt="Conjure Logo"></a>
|
|
</header>
|
|
|
|
<nav class="menu">
|
|
<input type="checkbox" class="menu-open" name="menu-open" id="menu-open" />
|
|
<label class="menu-open-button" for="menu-open">
|
|
<span class="hamburger"></span>
|
|
<span class="hamburger"></span>
|
|
<span class="hamburger"></span>
|
|
</label>
|
|
<a href="#apropos" class="menu-item has-tooltip-text">
|
|
<span>À propos</span>
|
|
<img src="../../public/img/icons/profile.png" alt="À Propos"/>
|
|
</a>
|
|
<a href="#activites" class="menu-item has-tooltip-text">
|
|
<span>Activitiés</span>
|
|
<img src="../../public/img/icons/medal.png" alt="Activitiés / Compétitions"/>
|
|
</a>
|
|
<a href="#partenaires" class="menu-item has-tooltip-text">
|
|
<span>Partenaires</span>
|
|
<img src="../../public/img/icons/sponsor.png" alt="Partenaires"/>
|
|
</a>
|
|
<a href="../en" class="menu-item-always-open language-icon">
|
|
<span>EN</span>
|
|
</a>
|
|
<a href="https://www.facebook.com/ConjureETS/" class="menu-item-always-open">
|
|
<img src="../../public/img/icons/facebook.png" alt="Facebook"/>
|
|
</a>
|
|
<a href="mailto:conjure@ens.etsmtl.ca" class="menu-item-always-open">
|
|
<img src="../../public/img/icons/email.png" alt="Courriel"/>
|
|
</a>
|
|
</nav>
|
|
|
|
<main>
|
|
<section class="section full-height" id="splashscreen">
|
|
<div class="bg-img full-height full-width"></div>
|
|
<div class="splashscreen-text-container full-width">
|
|
<h1>Laboratoire de médias interactifs</h1>
|
|
<div class="border-seperator"></div>
|
|
</div>
|
|
</section>
|
|
<section class="section" id="apropos"></section>
|
|
<section class="section" id="activites">
|
|
<div class="full-height full-width columns is-full sub-section">
|
|
<div class="bg-img gala-img full-height full-width"></div>
|
|
<div class="content column is-two-fifths-desktop is-half-tablet is-three-quarters-mobile full-height">
|
|
<p></p>
|
|
<button class="button is-info is-outlined is-medium">Fermer</button>
|
|
</div>
|
|
<div class="headline">
|
|
<h2>Gala Conjure</h2>
|
|
<p></p>
|
|
<button class="button is-info is-outlined is-medium">En savoir plus</button>
|
|
</div>
|
|
</div>
|
|
<div class="full-height full-width is-full columns animation-inversed sub-section">
|
|
<div class="bg-img mtlgj-img full-height full-width"></div>
|
|
<div class="headline is-headline-inversed">
|
|
<h2>Montréal Game Jam</h2>
|
|
<p></p>
|
|
<button class="button is-info is-outlined is-medium">En savoir plus</button>
|
|
</div>
|
|
<div class="content column is-two-fifths-desktop is-half-tablet is-three-quarters-mobile full-height">
|
|
<p></p>
|
|
<button class="button is-info is-outlined is-medium">Fermer</button>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="section" id="competitions"></section>
|
|
<section class="section" id="partenaires"></section>
|
|
</main>
|
|
|
|
<footer class="full-width">
|
|
<p>Copyright © Conjure</p>
|
|
</footer>
|
|
|
|
<script type="application/javascript" src="../../public/js/main.min.js"></script>
|
|
</body>
|
|
</html> |