-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from doxa-tech/waykup-update-link
Update Layout for Waykup
- Loading branch information
Showing
2 changed files
with
35 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,33 +9,33 @@ | |
<meta name="description" content="Waykup youth group"> | ||
<meta name="author" content="EEBulle"> | ||
|
||
<link rel="stylesheet" href="../assets/stylesheets/application.css"> | ||
<script type="text/javascript" src="../assets/javascripts/application.js"></script> | ||
<link rel="stylesheet" href="assets/stylesheets/application.css"> | ||
<script type="text/javascript" src="assets/javascripts/application.js"></script> | ||
|
||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;500&display=swap" rel="stylesheet"> | ||
|
||
<!-- Favicon stuff --> | ||
<link rel="apple-touch-icon" sizes="57x57" href="../assets/images/favicons/apple-touch-icon-57x57.png"> | ||
<link rel="apple-touch-icon" sizes="60x60" href="../assets/images/favicons/apple-touch-icon-60x60.png"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="../assets/images/favicons/apple-touch-icon-72x72.png"> | ||
<link rel="apple-touch-icon" sizes="76x76" href="../assets/images/favicons/apple-touch-icon-76x76.png"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="../assets/images/favicons/apple-touch-icon-114x114.png"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="../assets/images/favicons/apple-touch-icon-120x120.png"> | ||
<link rel="apple-touch-icon" sizes="144x144" href="../assets/images/favicons/apple-touch-icon-144x144.png"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="../assets/images/favicons/apple-touch-icon-152x152.png"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="../assets/images/favicons/apple-touch-icon-180x180.png"> | ||
<link rel="icon" type="image/png" href="../assets/images/favicons/favicon-32x32.png" sizes="32x32"> | ||
<link rel="icon" type="image/png" href="../assets/images/favicons/android-chrome-192x192.png" sizes="192x192"> | ||
<link rel="icon" type="image/png" href="../assets/images/favicons/favicon-96x96.png" sizes="96x96"> | ||
<link rel="icon" type="image/png" href="../assets/images/favicons/favicon-16x16.png" sizes="16x16"> | ||
<link rel="manifest" href="../assets/images/favicons/manifest.json"> | ||
<link rel="mask-icon" href="../assets/images/favicons/safari-pinned-tab.svg" color="#5bbad5"> | ||
<link rel="shortcut icon" href="../assets/images/favicons/favicon.ico"> | ||
<link rel="apple-touch-icon" sizes="57x57" href="assets/images/favicons/apple-touch-icon-57x57.png"> | ||
<link rel="apple-touch-icon" sizes="60x60" href="assets/images/favicons/apple-touch-icon-60x60.png"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="assets/images/favicons/apple-touch-icon-72x72.png"> | ||
<link rel="apple-touch-icon" sizes="76x76" href="assets/images/favicons/apple-touch-icon-76x76.png"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="assets/images/favicons/apple-touch-icon-114x114.png"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="assets/images/favicons/apple-touch-icon-120x120.png"> | ||
<link rel="apple-touch-icon" sizes="144x144" href="assets/images/favicons/apple-touch-icon-144x144.png"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="assets/images/favicons/apple-touch-icon-152x152.png"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicons/apple-touch-icon-180x180.png"> | ||
<link rel="icon" type="image/png" href="assets/images/favicons/favicon-32x32.png" sizes="32x32"> | ||
<link rel="icon" type="image/png" href="assets/images/favicons/android-chrome-192x192.png" sizes="192x192"> | ||
<link rel="icon" type="image/png" href="assets/images/favicons/favicon-96x96.png" sizes="96x96"> | ||
<link rel="icon" type="image/png" href="assets/images/favicons/favicon-16x16.png" sizes="16x16"> | ||
<link rel="manifest" href="assets/images/favicons/manifest.json"> | ||
<link rel="mask-icon" href="assets/images/favicons/safari-pinned-tab.svg" color="#5bbad5"> | ||
<link rel="shortcut icon" href="assets/images/favicons/favicon.ico"> | ||
<meta name="msapplication-TileColor" content="#da532c"> | ||
<meta name="msapplication-TileImage" content="../assets/images/favicons/mstile-144x144.png"> | ||
<meta name="msapplication-config" content="../assets/images/favicons/browserconfig.xml"> | ||
<meta name="msapplication-TileImage" content="assets/images/favicons/mstile-144x144.png"> | ||
<meta name="msapplication-config" content="assets/images/favicons/browserconfig.xml"> | ||
<meta name="theme-color" content="#ffffff"> | ||
|
||
<!-- Mobile compatibility --> | ||
|
@@ -46,12 +46,12 @@ | |
|
||
<nav class="navbar"> | ||
<div class="nav"> | ||
<a href="../index.html#Waykup">Accueil</a> | ||
<a href="../index.html#Vision">Mission</a> | ||
<a href="../index.html#Programme">Programme</a> | ||
<a href="../boutique.html">Boutique</a> | ||
<a href="../event.html">Event</a> | ||
<a href="../index.html#Contact">Contact</a> | ||
<a href="index.html#Waykup">Accueil</a> | ||
<a href="index.html#Vision">Mission</a> | ||
<a href="index.html#Programme">Programme</a> | ||
<a href="boutique.html">Boutique</a> | ||
<a href="event.html">Event</a> | ||
<a href="index.html#Contact">Contact</a> | ||
</div> | ||
<div class="burger"> | ||
<div class="line l1"></div> | ||
|
@@ -64,7 +64,7 @@ | |
<h1>I nostri prossimi eventi</h1> | ||
<div class="button-language"> | ||
<div class="button center"> | ||
<a href="../event.html">Français</a> | ||
<a href="event.html">Français</a> | ||
</div> | ||
<div class="button center"> | ||
<a href="">Italiano</a> | ||
|
@@ -88,7 +88,7 @@ <h2>MoveUp Camp 2023</h2> | |
<p>Vivremo un campo con i giovani delle Chiese apostoliche Svizzere e Italiane dal 6 al 13 agosto 2023 a Udine, Italia. Il campo "MoveUp" è un campo di evangelizzazione.</p> | ||
<p>Ecco un breve video che vi darà maggiori informazioni sul campo.</p> | ||
<video controls class="video"> | ||
<source src="../assets/images/event/MoveUpVideo-IT.mp4" type="video/mp4"> | ||
<source src="assets/images/event/MoveUpVideo-IT.mp4" type="video/mp4"> | ||
</video> | ||
<div class="info"> | ||
<h4>Informazioni importanti:</h4> | ||
|
@@ -108,8 +108,8 @@ <h4>Informazioni importanti:</h4> | |
</p> | ||
<h4>Contatta persone:</h4> | ||
<ul> | ||
<li>Marco Ventura: [email protected]</li> | ||
<li>Sarah Zbinden: [email protected]</li> | ||
<li>Marco Ventura: [email protected] (Italiano)</li> | ||
<li>Sarah Zbinden: [email protected] (Francese)</li> | ||
</ul> | ||
</div> | ||
<p>Se desideri partecipare a questo campo, puoi registrarti facendo clic sul pulsante in basso.<br> | ||
|
@@ -120,10 +120,10 @@ <h4>Contatta persone:</h4> | |
</div> | ||
</div> | ||
<div class="image-half left logoEvent"> | ||
<img src="../assets/images/event/moveup_recto.jpg" alt="MoveUp Camp" /> | ||
<img src="assets/images/event/moveup_recto.jpg" alt="MoveUp Camp" /> | ||
</div> | ||
<div class="image-half right logoEvent"> | ||
<img src="../assets/images/event/moveup_verso.jpg" alt="MoveUp Camp" /> | ||
<img src="assets/images/event/moveup_verso.jpg" alt="MoveUp Camp" /> | ||
</div> | ||
</div> | ||
<div id="MoveUpPartner-IT" class="event-container"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,7 @@ <h1>Nos prochains événements</h1> | |
<a href="event.html">Français</a> | ||
</div> | ||
<div class="button center"> | ||
<a href="it/event.html">Italiano</a> | ||
<a href="event-it.html">Italiano</a> | ||
</div> | ||
</div> | ||
</section> | ||
|
@@ -108,8 +108,8 @@ <h4>Informations importantes :</h4> | |
</p> | ||
<h4>Personnes de contact:</h4> | ||
<ul> | ||
<li>Sarah Zbinden: [email protected]</li> | ||
<li>Marco Ventura: [email protected]</li> | ||
<li>Sarah Zbinden: [email protected] (Français)</li> | ||
<li>Marco Ventura: [email protected] (Italien)</li> | ||
</ul> | ||
</div> | ||
<p>Si tu souhaites participer à ce camp, tu peux t'inscrire en cliquant sur le bouton ci-dessous.<br> | ||
|