Skip to content

Commit

Permalink
styled home page
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jun 10, 2022
1 parent 9bb9b74 commit 203c2da
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
Binary file modified flask_session/2029240f6d1128be89ddc32729463129
Binary file not shown.
Binary file added flask_session/2ac07515b4297c12af0868e6fe0720dd
Binary file not shown.
Binary file added static/sell.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,25 @@ <h5 class="card-title" style="color: white; font-family: 'Comfortaa', cursive; f
<a href="/Clothing&Fashion" class="btn btn-outline-light">Shop Fashion & Clothing</a>
</div>
</div>



<div class="card mb-3" style="text-align:center; margin-top:50px;">
<div class="row g-0">
<div class="col-md-4">
<img src="static/sell.jpg" class="img-fluid rounded-start" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title" style="color:#2fb8d4; font-size:70px; text-align:center; font-family: 'Bebas Neue', cursive;">Sell your own <span style="color:#1d7a8c"> product</span>!</h5>
<p class="card-text" style="font-family: 'Comfortaa', cursive; font-size:20px; text-align:center; color:#0c849c;">Post Your own item here within minutes. </p>
<div class="d-grid gap-2 col-6 mx-auto">
<a href="/sell" class="btn btn-outline-info">Sell Your Product</a>
</div>
</div>
</div>
</div>
</div>
<!--
<div id="carouselExampleDark" class="carousel carousel-dark slide" data-bs-ride="carousel" style="margin-top: 30px ;">
<div class="carousel-indicators">
Expand Down
2 changes: 1 addition & 1 deletion templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!--Google fonts-->
<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=Acme&family=Bangers&family=Comfortaa:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Acme&family=Bangers&family=Bebas+Neue&family=Comfortaa:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>

Expand Down

0 comments on commit 203c2da

Please sign in to comment.