This commit is contained in:
parent
3000cb89ca
commit
1a473db9f8
1 changed files with 7 additions and 1 deletions
|
@ -4,10 +4,11 @@
|
||||||
export let data;
|
export let data;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<Header transparent></Header>
|
<Header transparent></Header>
|
||||||
<img src='/splash.jpeg' alt='splash'>
|
<img src='/splash.jpeg' alt='splash'>
|
||||||
|
|
||||||
<div>
|
<div id='divider'>
|
||||||
<div id='banner'>
|
<div id='banner'>
|
||||||
<p>Percorso <b>{data.name}</b></p>
|
<p>Percorso <b>{data.name}</b></p>
|
||||||
<p id='duration'>Durata {Math.floor(Number(data.duration) / 60)}'</p>
|
<p id='duration'>Durata {Math.floor(Number(data.duration) / 60)}'</p>
|
||||||
|
@ -17,6 +18,11 @@
|
||||||
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
#divider {
|
||||||
|
background: white;
|
||||||
|
margin-top: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in a new issue