Skip to content

Commit

Permalink
fonts and images addes
Browse files Browse the repository at this point in the history
  • Loading branch information
Saim Maqsood committed Oct 4, 2024
1 parent 6a92e16 commit f6704d7
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
Binary file added 32x32.webp
Binary file not shown.
Binary file added Rejouice-Headline (1).woff2
Binary file not shown.
Binary file added Rejouice-Headline (2).woff2
Binary file not shown.
Binary file added Rejouice-Headline.woff2
Binary file not shown.
Binary file added img1.webp
Binary file not shown.
Binary file added img2.webp
Binary file not shown.
Binary file added img3.webp
Binary file not shown.
28 changes: 14 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home | REJOUICE®</title>
<link rel="shortcut icon" href="./32x32.png" type="image/x-icon">
<link rel="shortcut icon" href="./32x32.webp" type="image/x-icon">
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"
Expand Down Expand Up @@ -57,15 +57,15 @@ <h2>& engagement models</h2>
</div>
<div class="page3-elements">
<div class="boxes">
<img src="./img1.avif" alt="">
<img src="./img1.webp" alt="">
<video autoplay loop muted src="./video1.mp4"></video>
</div>
<div class="boxes">
<img src="./img2.avif" alt="">
<img src="./img2.webp" alt="">
<video autoplay loop muted src="./video2.mp4"></video>
</div>
<div class="boxes">
<img src="./img3.avif" alt="">
<img src="./img3.webp" alt="">
<video autoplay loop muted src="./video3.mp4"></video>
</div>
</div>
Expand Down Expand Up @@ -110,18 +110,18 @@ <h1>Get in touch.</h1>
<div class="swiper mySwiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img src="./slider1.avif" alt="">
<img src="./slider2.avif" alt="">
<img src="./slider3.avif" alt="">
<img src="./slider4.avif" alt="">
<img src="./slider5.avif" alt="">
<img src="./slider1.webp" alt="">
<img src="./slider2.webp" alt="">
<img src="./slider3.webp" alt="">
<img src="./slider4.webp" alt="">
<img src="./slider5.webp" alt="">
</div>
<div class="swiper-slide">
<img src="./slider1.avif" alt="">
<img src="./slider2.avif" alt="">
<img src="./slider3.avif" alt="">
<img src="./slider4.avif" alt="">
<img src="./slider5.avif" alt="">
<img src="./slider1.webp" alt="">
<img src="./slider2.webp" alt="">
<img src="./slider3.webp" alt="">
<img src="./slider4.webp" alt="">
<img src="./slider5.webp" alt="">
</div>
</div>

Expand Down
Binary file added slider1.webp
Binary file not shown.
Binary file added slider2.webp
Binary file not shown.
Binary file added slider3.webp
Binary file not shown.
Binary file added slider4.webp
Binary file not shown.
Binary file added slider5.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ nav h4{
}
@font-face {
font-family: rejoy;
src: url(./Rejouice-Headline.ttf);
src: url(./Rejouice-Headline.woff2);
}
.page1-content h1{
position: absolute;
Expand Down

0 comments on commit f6704d7

Please sign in to comment.