Skip to content

Commit

Permalink
added new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
volodkina01 committed Sep 14, 2024
1 parent 903ffed commit 5c943f7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion css/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ body {
}

.logo {
height: 100px;
width: 100px;
}

Expand All @@ -86,6 +85,10 @@ body {
padding-top: 50px;
padding-bottom: 40px;
}

.logo-f {
height: 140px;
}
}

@media (max-width: 768px) {
Expand All @@ -95,8 +98,7 @@ body {
}

.logo {
height: 40px;
width: 40px;
width: 115px;
}

.bg-video {
Expand All @@ -116,6 +118,10 @@ body {
padding-top: 20px;
padding-bottom: 20px;
}

.logo-f {
height: 120px;
}
}

.footer {
Expand Down
Binary file added img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<!-- Navbar -->
<nav class="navbar navbar-expand-lg fixed-top navbar-custom custom-toggler" id="navbar">
<a class="navbar-brand" href="#">
<img src="img/logo.jpg" alt="Logo" class="img-fluid logo" style="height: 80px; width: 80px;">
<img src="img/logo.png" alt="Logo" class="img-fluid logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
Expand Down Expand Up @@ -332,7 +332,7 @@ <h2>C</h2>
<div class="container">
<div class="row">
<div class="col-md-4">
<img src="img/logo.jpg" alt="Brand Logo" class="img-fluid mb-2">
<img src="img/logo.png" alt="Brand Logo" class="img-fluid mb-2 logo-f">
<p>T.Potier offers a collection of women's wedding dresses, ranging from classic styles to extraordinary
designs. Our brand guarantees the high quality and perfection of each product. You can easily place
a wholesale order for any dress design you wish by contacting us; you can find our contact
Expand Down
4 changes: 2 additions & 2 deletions pages/index/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Navbar -->
<nav class="navbar navbar-expand-lg fixed-top navbar-custom custom-toggler" id="navbar">
<a class="navbar-brand" href="#">
<img src="img/logo.jpg" alt="Logo" class="img-fluid logo" style="height: 80px; width: 80px;">
<img src="img/logo.png" alt="Logo" class="img-fluid logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
Expand Down Expand Up @@ -299,7 +299,7 @@ <h2>C</h2>
<div class="container">
<div class="row">
<div class="col-md-4">
<img src="img/logo.jpg" alt="Brand Logo" class="img-fluid mb-2">
<img src="img/logo.png" alt="Brand Logo" class="img-fluid mb-2 logo-f">
<p>T.Potier offers a collection of women's wedding dresses, ranging from classic styles to extraordinary
designs. Our brand guarantees the high quality and perfection of each product. You can easily place
a wholesale order for any dress design you wish by contacting us; you can find our contact
Expand Down

0 comments on commit 5c943f7

Please sign in to comment.