From 9ae2cd64ced9b2bae9e4b538bd540a8c26f95fb9 Mon Sep 17 00:00:00 2001 From: Yasir Akhlaque Date: Tue, 3 Sep 2024 22:50:08 +0530 Subject: [PATCH] added images folder --- SIH/Womens Section/{ => images}/main women .jpg | Bin SIH/Womens Section/{ => images}/women 2.png | Bin SIH/Womens Section/{ => images}/women 3.png | Bin SIH/Womens Section/{ => images}/women 4.png | Bin SIH/Womens Section/{ => images}/women 5.png | Bin SIH/Womens Section/index.html | 8 ++++---- SIH/Womens Section/style.css | 2 +- 7 files changed, 5 insertions(+), 5 deletions(-) rename SIH/Womens Section/{ => images}/main women .jpg (100%) rename SIH/Womens Section/{ => images}/women 2.png (100%) rename SIH/Womens Section/{ => images}/women 3.png (100%) rename SIH/Womens Section/{ => images}/women 4.png (100%) rename SIH/Womens Section/{ => images}/women 5.png (100%) diff --git a/SIH/Womens Section/main women .jpg b/SIH/Womens Section/images/main women .jpg similarity index 100% rename from SIH/Womens Section/main women .jpg rename to SIH/Womens Section/images/main women .jpg diff --git a/SIH/Womens Section/women 2.png b/SIH/Womens Section/images/women 2.png similarity index 100% rename from SIH/Womens Section/women 2.png rename to SIH/Womens Section/images/women 2.png diff --git a/SIH/Womens Section/women 3.png b/SIH/Womens Section/images/women 3.png similarity index 100% rename from SIH/Womens Section/women 3.png rename to SIH/Womens Section/images/women 3.png diff --git a/SIH/Womens Section/women 4.png b/SIH/Womens Section/images/women 4.png similarity index 100% rename from SIH/Womens Section/women 4.png rename to SIH/Womens Section/images/women 4.png diff --git a/SIH/Womens Section/women 5.png b/SIH/Womens Section/images/women 5.png similarity index 100% rename from SIH/Womens Section/women 5.png rename to SIH/Womens Section/images/women 5.png diff --git a/SIH/Womens Section/index.html b/SIH/Womens Section/index.html index d15bfe4..1237462 100644 --- a/SIH/Womens Section/index.html +++ b/SIH/Womens Section/index.html @@ -40,25 +40,25 @@

Empowering women through knowledge

Featured Topics

- Domestic Violence + Domestic Violence

Domestic Violence

What you need to know about domestic violence and how to get help.

Learn...
- Workplace Rights + Workplace Rights

Workplace Rights

Understanding your rights in the workplace is an important part of being a working woman.

Learn...
- Maternity Benefits + Maternity Benefits

Maternity Benefits

Learn about your rights and benefits during pregnancy and after childbirth in the workplace.

Learn...
- Sexual Harassment + Sexual Harassment

Sexual Harassment

Learn what qualifies as sexual harassment, how to report it, and what your rights are.

Learn... diff --git a/SIH/Womens Section/style.css b/SIH/Womens Section/style.css index ac5b26f..550b20f 100644 --- a/SIH/Womens Section/style.css +++ b/SIH/Womens Section/style.css @@ -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;