Skip to content

Commit

Permalink
Fix Images
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaamostafa74 committed Sep 8, 2024
1 parent 03912f4 commit 57079c7
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
<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=Noto+Kufi+Arabic:[email protected]&family=Shrikhand&display=swap" rel="stylesheet">
<link rel="icon" href="./images/watania.png" type="image/png">
<link rel="icon" href="./images/watania.webp" type="image/png">
</head>
<body>
<div class="home_page">
<div class="grid-container">
<div class="header_image">
<img src="./images/Group111.png" alt="header_image">
<img src="./images/Group111.webp" alt="header_image">
</div>
<div class="sign_image">
<div class="header-logo">
<img src="./images/Group93.png" alt="headline">
<img src="./images/Group93.webp" alt="headline">
<div class="content">
<h2>September Prizes</h2>
<img src="./images/Group 94.png" alt="">
<img src="./images/Group94.webp" alt="Group94">
</div>
<p>Enter Client Data To Win</p>
</div>
Expand Down
Binary file removed images/Group 94.png
Binary file not shown.
Binary file removed images/Group111.png
Binary file not shown.
Binary file added images/Group111.webp
Binary file not shown.
Binary file removed images/Group93.png
Binary file not shown.
Binary file added images/Group93.webp
Binary file not shown.
Binary file added images/Group94.webp
Binary file not shown.
Binary file removed images/image_1872.png
Binary file not shown.
Binary file added images/image_1872.webp
Binary file not shown.
Binary file added images/watania.webp
Binary file not shown.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<link href="https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:[email protected]&family=Shrikhand&display=swap" rel="stylesheet">

</head>
<link rel="icon" href="./images/watania.png" type="image/png">
<link rel="icon" href="./images/watania.webp" type="image/png">

<body>
<div class="first_page">
<div class="container">
<div class="deal-wheel">
<div class="logo-container">
<img src="./images/watania.png" class="logo" alt="Watania Logo">
<img src="./images/watania.webp" class="logo" alt="Watania Logo">
</div>
<div class="spinner"></div>
<button class="btn-spin" style="display: none;"></button>
Expand All @@ -33,10 +33,10 @@

<div class="">
<div class="header-logo">
<img src="./images/Group93.png" alt="headline">
<img src="./images/Group93.webp" alt="headline">
<div class="content">
<h2>September Prizes</h2>
<img src="./images/Group 94.png" alt="">
<img src="./images/Group94.webp" alt="">
</div>
<p>welcome</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ body {
width: 40px;
height: 40px;
background: none;
background-image: url('./images/image_1872.png');
background-image: url('./images/image_1872.webp');
background-size: cover;
background-position: center;
cursor: pointer;
Expand Down

0 comments on commit 57079c7

Please sign in to comment.