Skip to content

Commit

Permalink
v
Browse files Browse the repository at this point in the history
  • Loading branch information
0ba-pia committed Dec 5, 2023
1 parent ae12ed9 commit 9d66e5c
Show file tree
Hide file tree
Showing 16 changed files with 862 additions and 74 deletions.
Binary file removed assets/img/Model-A/V2DJ_73_X-Stand.jpg
Binary file not shown.
File renamed without changes
Binary file removed assets/img/forest/20231015_190809_Edit 3.jpg
Binary file not shown.
628 changes: 628 additions & 0 deletions fr/index2.html

Large diffs are not rendered by default.

85 changes: 50 additions & 35 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,29 +140,6 @@
</nav>

<!-- Masthead-->


<header
style="
padding-top: 10rem;
padding-bottom: calc(10rem - 4.5rem);
">
<div class="containerh-100">
<div class="row gx-4 gx-lg-5 h-100 align-items-center justify-content-center text-center">
<div class="col-lg-12">
<span style="font-size: 40px;">VOYAGE</span>
<h1 style="font-size: x-large;">THE PORTABLE PIANO</h1>
<hr class="divider">
</div>
<div class="col-lg-12">
<img src="assets/img/Piano-de-Voyage_3_Modules_on_table.jpg"/>
</div>
</div>
</div>
</header>

<hr class="divider">

<section class="page-section">
<div class="row gx-4 gx-lg-5 align-items-center justify-content-center text-center"
style="background-color: #f4f1ea;">
Expand All @@ -177,18 +154,56 @@ <h1 style="font-size: x-large;">THE PORTABLE PIANO</h1>
<hr class="divider" />
</div>
</div>
<div class="container px-4 px-lg-5 h-100">
<div class="row gx-4 gx-lg-5 h-100 align-items-center justify-content-center text-center">
<div class="col-lg-8 align-self-end">
<h1 class="text-white font-weight-bold">Your Favorite Place for Free Bootstrap Themes</h1>
<hr class="divider">
</div>
<div class="col-lg-8 align-self-baseline">
<p class="text-white-75 mb-5">Start Bootstrap can help you build better websites using the Bootstrap framework! Just download a theme and start customizing, no strings attached!</p>
<a class="btn btn-primary btn-xl" href="#about">Find Out More</a>
</div>
</div>
</div>

<div class="row" style="background-color: #f4f1ea;">
<div id="carousel" class="carousel slide carousel-fade" data-bs-ride="carousel" ride="false"
style="background-color: #f4f1ea; max-height: 500px;">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carousel" data-bs-slide-to="0" class="active" aria-current="true"
aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="2" aria-label="Slide 3"></button>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="3" aria-label="Slide 4"></button>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="4" aria-label="Slide 5"></button>
</div>
<div class="carousel-inner" style="background-color: #f4f1ea; max-height: 500px;">
<div class="carousel-item active">
<a href="#about">
<img class="d-block w-100" src="assets/img/Piano-de-Voyage_3_Modules_on_table.jpg">
</a>
</div>
<div class="carousel-item">
<a href="#musicians">
<img class="d-block w-100" src="assets/img/Piano-de-Voyage_2_modules_assembly.jpeg">
</a>
</div>
<div class="carousel-item">
<a href="#travel">
<img class="d-block w-100" src="assets/img/Piano de Voyage with bags.jpg">
</a>
</div>
<div class="carousel-item">
<a href="#keys">
<img class="d-block w-100" src="assets/img/Piano de Voyage_Full_73K_Keyboard_.jpg">
</a>
</div>
<div class="carousel-item">
<a href="#features">
<img class="d-block w-100" src="assets/img/Piano de Voyage - back view 20231002_122503.jpg">
</a>
</div>
</div>

<button class="carousel-control-prev" type="button" data-bs-target="#carousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>

</div>
</div>
</section>

Expand Down
223 changes: 184 additions & 39 deletions index2.html

Large diffs are not rendered by default.

0 comments on commit 9d66e5c

Please sign in to comment.