Skip to content

Commit

Permalink
added images folder
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirakhlaque committed Sep 3, 2024
1 parent 1915683 commit 9ae2cd6
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
8 changes: 4 additions & 4 deletions SIH/Womens Section/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,25 @@ <h1>Empowering women through knowledge</h1>
<h2>Featured Topics</h2>
<div class="topics">
<div class="topic">
<img src="women 2.png" alt="Domestic Violence">
<img src="images/women 2.png" alt="Domestic Violence">
<h3>Domestic Violence</h3>
<p>What you need to know about domestic violence and how to get help.</p>
<a href="#" class="btn learn-more">Learn...</a>
</div>
<div class="topic">
<img src="women 3.png" alt="Workplace Rights">
<img src="images/women 3.png" alt="Workplace Rights">
<h3>Workplace Rights</h3>
<p>Understanding your rights in the workplace is an important part of being a working woman.</p>
<a href="#" class="btn learn-more">Learn...</a>
</div>
<div class="topic">
<img src="women 4.png" alt="Maternity Benefits">
<img src="images/women 4.png" alt="Maternity Benefits">
<h3>Maternity Benefits</h3>
<p>Learn about your rights and benefits during pregnancy and after childbirth in the workplace.</p>
<a href="#" class="btn learn-more">Learn...</a>
</div>
<div class="topic">
<img src="women 5.png" alt="Sexual Harassment">
<img src="images/women 5.png" alt="Sexual Harassment">
<h3>Sexual Harassment</h3>
<p>Learn what qualifies as sexual harassment, how to report it, and what your rights are.</p>
<a href="#" class="btn learn-more">Learn...</a>
Expand Down
2 changes: 1 addition & 1 deletion SIH/Womens Section/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ nav {

/* Hero Section */
.hero {
background-image: url('main\ women\ .jpg');
background-image: url('images/main\ women\ .jpg');
background-size: cover;
background-position: center;
text-align: center;
Expand Down

0 comments on commit 9ae2cd6

Please sign in to comment.