Skip to content

Commit

Permalink
some chane
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jun 10, 2022
1 parent 203c2da commit dc13667
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
Binary file modified flask_session/2029240f6d1128be89ddc32729463129
Binary file not shown.
Binary file added flask_session/c8414199052f6f872a13201405863707
Binary file not shown.
24 changes: 11 additions & 13 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,7 @@
{% endblock %}

{% block main %}
<div class="card" id="fashion-card">
<h5 class="card-header" style="color: white;">Featured</h5>
<div class="card-body" id="fashion-card">
<h5 class="card-title" style="color: white; font-family: 'Comfortaa', cursive; font-size:xx-large; color:rgb(219, 219, 219)">Give Your Life A New Style!</h5>
<p class="card-text" style="color: white; font-family: 'Comfortaa', cursive; font-size:larger; color: rgb(219, 219, 219)">"Fashion is what you're offered four times a year by designers. And style is what you choose."
—Lauren Hutton</p>
<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="card mb-3" style="text-align:center;">
<div class="row g-0">
<div class="col-md-4">
<img src="static/sell.jpg" class="img-fluid rounded-start" alt="...">
Expand All @@ -33,6 +21,16 @@ <h5 class="card-title" style="color:#2fb8d4; font-size:70px; text-align:center;
</div>
</div>
</div>
<div class="card" id="fashion-card" style="margin-top:50px;">
<h5 class="card-header" style="color: white;">Featured</h5>
<div class="card-body" id="fashion-card">
<h5 class="card-title" style="color: white; font-family: 'Comfortaa', cursive; font-size:xx-large; color:rgb(219, 219, 219)">Give Your Life A New Style!</h5>
<p class="card-text" style="color: white; font-family: 'Comfortaa', cursive; font-size:larger; color: rgb(219, 219, 219)">"Fashion is what you're offered four times a year by designers. And style is what you choose."
—Lauren Hutton</p>
<a href="/Clothing&Fashion" class="btn btn-outline-light">Shop Fashion & Clothing</a>
</div>
</div>

<!--
<div id="carouselExampleDark" class="carousel carousel-dark slide" data-bs-ride="carousel" style="margin-top: 30px ;">
<div class="carousel-indicators">
Expand Down

0 comments on commit dc13667

Please sign in to comment.