├── ITCWindsor.html ├── Images ├── Blog │ ├── Nature.jpg │ ├── america.png │ ├── australia.png │ ├── images.jpg │ ├── india.png │ ├── london.jpg │ ├── norway.jpg │ └── voyager.jpg ├── Hotels │ ├── oberoifeatures.PNG │ ├── oberoiglance.PNG │ ├── oberoimap.PNG │ ├── reviews.PNG │ ├── tajfeatures.PNG │ ├── tajglance.PNG │ ├── tajmap.PNG │ ├── windsorfeatures.PNG │ ├── windsorglance.PNG │ └── windsormap.PNG ├── Recommendations │ ├── Coorg.jpg │ ├── EastCoastRoad.jpg │ ├── Hassan.jpg │ ├── Jaisalmer.jpg │ ├── KalkaShimla.jpg │ ├── KarjatLonavala.jpg │ ├── MalshejGhats.jpg │ ├── Manali.jpg │ ├── Matheran.jpg │ ├── MountAbu.jpg │ ├── Ooty.jpg │ ├── Pathankot.jpg │ └── PthankotJogindernagar.jpg ├── back.PNG ├── bg-01.jpg ├── logos │ ├── favicon.ico │ └── logo.ico └── others │ ├── ITCGrandChola.jpg │ ├── ITCWindsor.jpg │ ├── JW.jpg │ ├── JWMarriott.jpg │ ├── TajCoromandel.jpg │ ├── TajExotica.jpg │ ├── TajMahalPalace.jpg │ ├── TheGrand.jpg │ ├── TheOberoiMumbai.jpg │ ├── amritsar.jpg │ ├── bangalore.PNG │ ├── chandigarh.jpg │ ├── hyderabad.PNG │ ├── jaipur.jpg │ ├── kolkata.PNG │ ├── lucknow.jpg │ ├── mumbai.PNG │ ├── patna.PNG │ ├── pune.PNG │ └── shimla.PNG ├── Login.html ├── README.md ├── Recommendations.html ├── Snaps ├── Home Page.PNG ├── Hotel View Page 1.PNG ├── Hotel View Page 2.PNG ├── Hotels Section.PNG ├── Log In Page.PNG ├── Recommendations Page.PNG └── Review Section.PNG ├── TajMahalPalace.html ├── TheOberoi.html ├── blogger.html ├── css ├── Hotel.css ├── Recommendations.css ├── header.css ├── index.css ├── login.css ├── materialize.css └── materialize.min.css ├── fonts └── roboto │ ├── Roboto-Bold.woff │ ├── Roboto-Bold.woff2 │ ├── Roboto-Light.woff │ ├── Roboto-Light.woff2 │ ├── Roboto-Medium.woff │ ├── Roboto-Medium.woff2 │ ├── Roboto-Regular.woff │ ├── Roboto-Regular.woff2 │ ├── Roboto-Thin.woff │ └── Roboto-Thin.woff2 ├── index.html └── js ├── index.js ├── materialize.js └── materialize.min.js /ITCWindsor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/ITCWindsor.html -------------------------------------------------------------------------------- /Images/Blog/Nature.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Blog/Nature.jpg -------------------------------------------------------------------------------- /Images/Blog/america.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Blog/america.png -------------------------------------------------------------------------------- /Images/Blog/australia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Blog/australia.png -------------------------------------------------------------------------------- /Images/Blog/images.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Blog/images.jpg -------------------------------------------------------------------------------- /Images/Blog/india.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Blog/india.png -------------------------------------------------------------------------------- /Images/Blog/london.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Blog/london.jpg -------------------------------------------------------------------------------- /Images/Blog/norway.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Blog/norway.jpg -------------------------------------------------------------------------------- /Images/Blog/voyager.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Blog/voyager.jpg -------------------------------------------------------------------------------- /Images/Hotels/oberoifeatures.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Hotels/oberoifeatures.PNG -------------------------------------------------------------------------------- /Images/Hotels/oberoiglance.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Hotels/oberoiglance.PNG -------------------------------------------------------------------------------- /Images/Hotels/oberoimap.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Hotels/oberoimap.PNG -------------------------------------------------------------------------------- /Images/Hotels/reviews.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Hotels/reviews.PNG -------------------------------------------------------------------------------- /Images/Hotels/tajfeatures.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Hotels/tajfeatures.PNG -------------------------------------------------------------------------------- /Images/Hotels/tajglance.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Hotels/tajglance.PNG -------------------------------------------------------------------------------- /Images/Hotels/tajmap.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Hotels/tajmap.PNG -------------------------------------------------------------------------------- /Images/Hotels/windsorfeatures.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Hotels/windsorfeatures.PNG -------------------------------------------------------------------------------- /Images/Hotels/windsorglance.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Hotels/windsorglance.PNG -------------------------------------------------------------------------------- /Images/Hotels/windsormap.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Hotels/windsormap.PNG -------------------------------------------------------------------------------- /Images/Recommendations/Coorg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Recommendations/Coorg.jpg -------------------------------------------------------------------------------- /Images/Recommendations/EastCoastRoad.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Recommendations/EastCoastRoad.jpg -------------------------------------------------------------------------------- /Images/Recommendations/Hassan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Recommendations/Hassan.jpg -------------------------------------------------------------------------------- /Images/Recommendations/Jaisalmer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Recommendations/Jaisalmer.jpg -------------------------------------------------------------------------------- /Images/Recommendations/KalkaShimla.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Recommendations/KalkaShimla.jpg -------------------------------------------------------------------------------- /Images/Recommendations/KarjatLonavala.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Recommendations/KarjatLonavala.jpg -------------------------------------------------------------------------------- /Images/Recommendations/MalshejGhats.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Recommendations/MalshejGhats.jpg -------------------------------------------------------------------------------- /Images/Recommendations/Manali.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Recommendations/Manali.jpg -------------------------------------------------------------------------------- /Images/Recommendations/Matheran.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Recommendations/Matheran.jpg -------------------------------------------------------------------------------- /Images/Recommendations/MountAbu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Recommendations/MountAbu.jpg -------------------------------------------------------------------------------- /Images/Recommendations/Ooty.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Recommendations/Ooty.jpg -------------------------------------------------------------------------------- /Images/Recommendations/Pathankot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Recommendations/Pathankot.jpg -------------------------------------------------------------------------------- /Images/Recommendations/PthankotJogindernagar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/Recommendations/PthankotJogindernagar.jpg -------------------------------------------------------------------------------- /Images/back.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/back.PNG -------------------------------------------------------------------------------- /Images/bg-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/bg-01.jpg -------------------------------------------------------------------------------- /Images/logos/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/logos/favicon.ico -------------------------------------------------------------------------------- /Images/logos/logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/logos/logo.ico -------------------------------------------------------------------------------- /Images/others/ITCGrandChola.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/others/ITCGrandChola.jpg -------------------------------------------------------------------------------- /Images/others/ITCWindsor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/others/ITCWindsor.jpg -------------------------------------------------------------------------------- /Images/others/JW.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/others/JW.jpg -------------------------------------------------------------------------------- /Images/others/JWMarriott.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/others/JWMarriott.jpg -------------------------------------------------------------------------------- /Images/others/TajCoromandel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/others/TajCoromandel.jpg -------------------------------------------------------------------------------- /Images/others/TajExotica.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/others/TajExotica.jpg -------------------------------------------------------------------------------- /Images/others/TajMahalPalace.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/others/TajMahalPalace.jpg -------------------------------------------------------------------------------- /Images/others/TheGrand.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/others/TheGrand.jpg -------------------------------------------------------------------------------- /Images/others/TheOberoiMumbai.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/others/TheOberoiMumbai.jpg -------------------------------------------------------------------------------- /Images/others/amritsar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/others/amritsar.jpg -------------------------------------------------------------------------------- /Images/others/bangalore.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/others/bangalore.PNG -------------------------------------------------------------------------------- /Images/others/chandigarh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/others/chandigarh.jpg -------------------------------------------------------------------------------- /Images/others/hyderabad.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/others/hyderabad.PNG -------------------------------------------------------------------------------- /Images/others/jaipur.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/others/jaipur.jpg -------------------------------------------------------------------------------- /Images/others/kolkata.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/others/kolkata.PNG -------------------------------------------------------------------------------- /Images/others/lucknow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/others/lucknow.jpg -------------------------------------------------------------------------------- /Images/others/mumbai.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/others/mumbai.PNG -------------------------------------------------------------------------------- /Images/others/patna.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/others/patna.PNG -------------------------------------------------------------------------------- /Images/others/pune.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/others/pune.PNG -------------------------------------------------------------------------------- /Images/others/shimla.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Images/others/shimla.PNG -------------------------------------------------------------------------------- /Login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Login.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/README.md -------------------------------------------------------------------------------- /Recommendations.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Recommendations.html -------------------------------------------------------------------------------- /Snaps/Home Page.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Snaps/Home Page.PNG -------------------------------------------------------------------------------- /Snaps/Hotel View Page 1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Snaps/Hotel View Page 1.PNG -------------------------------------------------------------------------------- /Snaps/Hotel View Page 2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Snaps/Hotel View Page 2.PNG -------------------------------------------------------------------------------- /Snaps/Hotels Section.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Snaps/Hotels Section.PNG -------------------------------------------------------------------------------- /Snaps/Log In Page.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Snaps/Log In Page.PNG -------------------------------------------------------------------------------- /Snaps/Recommendations Page.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Snaps/Recommendations Page.PNG -------------------------------------------------------------------------------- /Snaps/Review Section.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/Snaps/Review Section.PNG -------------------------------------------------------------------------------- /TajMahalPalace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/TajMahalPalace.html -------------------------------------------------------------------------------- /TheOberoi.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/TheOberoi.html -------------------------------------------------------------------------------- /blogger.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/blogger.html -------------------------------------------------------------------------------- /css/Hotel.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/css/Hotel.css -------------------------------------------------------------------------------- /css/Recommendations.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/css/Recommendations.css -------------------------------------------------------------------------------- /css/header.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/css/header.css -------------------------------------------------------------------------------- /css/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/css/index.css -------------------------------------------------------------------------------- /css/login.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/css/login.css -------------------------------------------------------------------------------- /css/materialize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/css/materialize.css -------------------------------------------------------------------------------- /css/materialize.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/css/materialize.min.css -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/fonts/roboto/Roboto-Bold.woff -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/fonts/roboto/Roboto-Bold.woff2 -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/fonts/roboto/Roboto-Light.woff -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/fonts/roboto/Roboto-Light.woff2 -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/fonts/roboto/Roboto-Medium.woff -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/fonts/roboto/Roboto-Medium.woff2 -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/fonts/roboto/Roboto-Regular.woff -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/fonts/roboto/Roboto-Regular.woff2 -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Thin.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/fonts/roboto/Roboto-Thin.woff -------------------------------------------------------------------------------- /fonts/roboto/Roboto-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/fonts/roboto/Roboto-Thin.woff2 -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/index.html -------------------------------------------------------------------------------- /js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/js/index.js -------------------------------------------------------------------------------- /js/materialize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/js/materialize.js -------------------------------------------------------------------------------- /js/materialize.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prasang-s/travel-and-tourism-website-HTML-and-CSS-project/HEAD/js/materialize.min.js --------------------------------------------------------------------------------