Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
EngJurado authored Jul 15, 2024
1 parent 838abf5 commit 2764fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
<!-- Creates a centered row for layout -->
<div class="row justify-content-center">
<!-- Defines a column for the main content, adjusting its size for larger screens -->
<div class="col-12 col-lg-4">
<div class="col-12 col-lg-6">
<!-- Creates a card with dark background and centered text -->
<div class="card text-bg-dark text-center m-2 p-2">
<!-- Ensures content within the card is centered -->
<div class="row justify-content-center">
<!-- Displays the name variable as the card title -->
<h1 class="card-title">{{ name }}</h1>
<!-- Defines a column for the profile image, adjusting its size for larger screens -->
<div class="col-10 col-lg-8">
<div class="col-10 col-lg-6">
<div>
<!-- Displays the profile image, with the source path and alt text dynamically set -->
<img src="{{ url_for('static', filename = 'img/profile.webp') }}" class="w-100 rounded-circle" alt="{{ name }}">
Expand Down

0 comments on commit 2764fe4

Please sign in to comment.