Skip to content

Commit

Permalink
`Updated dashboard.html template with new background image and minor …
Browse files Browse the repository at this point in the history
…adjustments`
  • Loading branch information
NexusGKSoftwares committed Dec 8, 2024
1 parent 5b1c415 commit 202f1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions freelancer/templates/freelancer/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% block content %}
<div class="container-fluid">
<!-- Banner Section -->
<div class="hero-banner" style="background-image: url('path_to_banner_image.jpg'); background-size: cover; background-position: center; padding: 100px 0; text-align: center; color: white;">
<div class="hero-banner" style="background-image: url('https://cdn.pixabay.com/photo/2021/03/02/13/04/laptop-6062423_960_720.jpg'); background-size: cover; background-position: center; padding: 100px 0; text-align: center; color: white;">
<div class="container">
<h1 class="display-3">Welcome Back, {{ user }}!</h1>
<p class="lead">Explore your opportunities, manage your projects, and grow your career with FreelanceHub</p>
Expand All @@ -14,7 +14,7 @@ <h1 class="display-3">Welcome Back, {{ user }}!</h1>
</a>
</div>
</div>

<!-- Header Section -->
<div class="row mb-4">
<div class="col-12">
Expand Down

0 comments on commit 202f1e0

Please sign in to comment.