├── Hero1 ├── img.jpg ├── index.html └── style.css ├── Hero10 ├── images │ ├── banner.jpg │ ├── img-1.jpg │ ├── img-2.jpg │ └── img-3.jpg ├── index.html └── style.css ├── Hero2 ├── 01.webp ├── index.html └── style.css ├── Hero3 ├── index.html ├── photographer.jpg └── style.css ├── Hero4 ├── girl.jpg ├── index.html └── style.css ├── Hero5 ├── img │ ├── 1.jpg │ ├── 2.jpg │ └── 3.jpg ├── index.html └── style.css ├── Hero6 ├── img │ └── 14.png └── index.html ├── Hero7 ├── img │ ├── bgheader.svg │ └── globe.png ├── index.html └── style.css ├── Hero8 ├── img │ └── intro-bg.jpg ├── index.html └── style.css ├── Hero9 ├── car-bg.jpg ├── index.html └── style.css └── README.md /Hero1/img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero1/img.jpg -------------------------------------------------------------------------------- /Hero1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero1/index.html -------------------------------------------------------------------------------- /Hero1/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero1/style.css -------------------------------------------------------------------------------- /Hero10/images/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero10/images/banner.jpg -------------------------------------------------------------------------------- /Hero10/images/img-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero10/images/img-1.jpg -------------------------------------------------------------------------------- /Hero10/images/img-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero10/images/img-2.jpg -------------------------------------------------------------------------------- /Hero10/images/img-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero10/images/img-3.jpg -------------------------------------------------------------------------------- /Hero10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero10/index.html -------------------------------------------------------------------------------- /Hero10/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero10/style.css -------------------------------------------------------------------------------- /Hero2/01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero2/01.webp -------------------------------------------------------------------------------- /Hero2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero2/index.html -------------------------------------------------------------------------------- /Hero2/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero2/style.css -------------------------------------------------------------------------------- /Hero3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero3/index.html -------------------------------------------------------------------------------- /Hero3/photographer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero3/photographer.jpg -------------------------------------------------------------------------------- /Hero3/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero3/style.css -------------------------------------------------------------------------------- /Hero4/girl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero4/girl.jpg -------------------------------------------------------------------------------- /Hero4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero4/index.html -------------------------------------------------------------------------------- /Hero4/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero4/style.css -------------------------------------------------------------------------------- /Hero5/img/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero5/img/1.jpg -------------------------------------------------------------------------------- /Hero5/img/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero5/img/2.jpg -------------------------------------------------------------------------------- /Hero5/img/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero5/img/3.jpg -------------------------------------------------------------------------------- /Hero5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero5/index.html -------------------------------------------------------------------------------- /Hero5/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero5/style.css -------------------------------------------------------------------------------- /Hero6/img/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero6/img/14.png -------------------------------------------------------------------------------- /Hero6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero6/index.html -------------------------------------------------------------------------------- /Hero7/img/bgheader.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero7/img/bgheader.svg -------------------------------------------------------------------------------- /Hero7/img/globe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero7/img/globe.png -------------------------------------------------------------------------------- /Hero7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero7/index.html -------------------------------------------------------------------------------- /Hero7/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero7/style.css -------------------------------------------------------------------------------- /Hero8/img/intro-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero8/img/intro-bg.jpg -------------------------------------------------------------------------------- /Hero8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero8/index.html -------------------------------------------------------------------------------- /Hero8/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero8/style.css -------------------------------------------------------------------------------- /Hero9/car-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero9/car-bg.jpg -------------------------------------------------------------------------------- /Hero9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero9/index.html -------------------------------------------------------------------------------- /Hero9/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/Hero9/style.css -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enrituraj/20-Modern-Hero-Section-/HEAD/README.md --------------------------------------------------------------------------------