Skip to content

Commit 2d2e6cb

Browse files
adding musique page1 & image for landing page
1 parent ddcae35 commit 2d2e6cb

File tree

7 files changed

+13
-29
lines changed

7 files changed

+13
-29
lines changed

front/src/assets/css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ button:focus-visible {
151151
font-size:45px;
152152
line-height:1.6;
153153
}
154-
154+
/* Garder le scrolling tactile en cas ou on combine les deux!!!
155155
.marquee-wrap-test {
156156
overflow:auto;
157157
margin-left: auto;
@@ -169,6 +169,7 @@ button:focus-visible {
169169
font-size:45px;
170170
line-height:1.6;
171171
}
172+
*/
172173

173174
/* increase duration to speed up scroll */
174175
.marquee{

front/src/assets/images/chaga.png

594 KB
Loading
32.2 MB
Binary file not shown.

front/src/views/Accueil.vue

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
<template>
2-
<section id="intro" :style="{ backgroundImage: `url(${backgroundImage})` }">
3-
<!-- <buton class="text-primary" @click="router.push('/PageTest')">TestPage</buton> -->
4-
<div>
5-
<header>
6-
<h2 style="color:white;">Jardin App.</h2>
7-
</header>
8-
<p style="color:white;">
9-
Bienvenue à
10-
<strong>App name ou Autre!</strong> Lorem ipsum dolor sit amet et sapien sed elementum egestas dolore
11-
condimentum.
12-
Fusce blandit ultrices sapien, in accumsan orci rhoncus eu!
13-
</p>
2+
<section id="intro" :style="{ backgroundImage: `url(${backgroundImage})` }"><br/>
143

4+
<div style="margin-top: 130px;">
155
<ScanQrcode :expected="expected" :qrbox="250" :fps="10" style="width: 400px;height: 400px;" @resultat="onScan"/>
166
<div class="img-pages">
177
<div class="d-flex flex-row justify-content-sm-center align-items-center mt-2">
@@ -76,7 +66,7 @@ import {ref} from 'vue'
7666
// routes
7767
import {useRouter} from 'vue-router'
7868
// medias: images en background
79-
import backgroundImage from "@/assets/images/first.jpg"
69+
import backgroundImage from "@/assets/images/chaga.png"
8070
import backgroundImageOne from "@/assets/images/one.jpg"
8171
import oiseau from "@/assets/images/oiseau_40x40.png"
8272
// icon

front/src/views/Page1.vue

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<audio autoplay>
3-
<source src="@/assets/musiques/test-pg1.mp3">
3+
<source src="@/assets/musiques/ZOIZO_MALOYA_1.wav">
44
</audio>
55
<section id="pg1" class="overflow-hidden" :style="{ backgroundImage: `url(${backgroundImagePg1})` }">
66
<div class="d-flex flex-row justify-content-center mt-2 mb-2">
@@ -13,7 +13,8 @@
1313
</div>
1414
</div>
1515

16-
<div class="marquee-wrap-test">
16+
<div class="marquee-wrap">
17+
<div class="marquee">
1718
<p style="color: white;text-shadow: 3px 3px 4px black;">
1819
<b> Rogue, inconspicuous motes of rock </b>and gas descended from astronomers Sea of Tranquility billions upon
1920
billions star stuff harvesting star light stirred by starlight, Flatland billions upon billions vastness is
@@ -33,16 +34,8 @@
3334
Orion's sword Cambrian explosion, emerged into consciousness, laws of physics tendrils of gossamer clouds
3435
venture. Flatland paroxysm of global
3536
death Jean-François Champollion.<br/>
36-
<b> Rogue, inconspicuous motes of rock </b>and gas descended from astronomers Sea of Tranquility billions upon
37-
billions star stuff harvesting star light stirred by starlight, Flatland billions upon billions vastness is
38-
bearable only through love great turbulent e muse about! Cambrian explosion dispassionate extraterrestrial
39-
observer.
40-
<br/>
41-
and gas realm of the galaxies decipherment tendrils of gossamer clouds at the edge of forever? Worldlets
42-
Orion's sword Cambrian explosion, emerged into consciousness, laws of physics tendrils of gossamer clouds
43-
venture. Flatland paroxysm of global
44-
death Jean-François Champollion.
4537
</p><br/>
38+
</div>
4639
</div>
4740

4841
</section>

platforms/browser/www/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<meta name="color-scheme" content="light dark">
3636
<link rel="icon" href="favicon.ico">
3737
<title>Cordova + vue</title>
38-
<script type="module" crossorigin src="/assets/index.6276cf65.js"></script>
39-
<link rel="stylesheet" href="/assets/index.3e705784.css">
38+
<script type="module" crossorigin src="/assets/index.8a138969.js"></script>
39+
<link rel="stylesheet" href="/assets/index.357d36a2.css">
4040
</head>
4141
<body>
4242
<div id="app" class="container-fluid"></div>

www/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<meta name="color-scheme" content="light dark">
3636
<link rel="icon" href="favicon.ico">
3737
<title>Cordova + vue</title>
38-
<script type="module" crossorigin src="/assets/index.6276cf65.js"></script>
39-
<link rel="stylesheet" href="/assets/index.3e705784.css">
38+
<script type="module" crossorigin src="/assets/index.8a138969.js"></script>
39+
<link rel="stylesheet" href="/assets/index.357d36a2.css">
4040
</head>
4141
<body>
4242
<div id="app" class="container-fluid"></div>

0 commit comments

Comments
 (0)