├── .gitignore ├── CODE_OF_CONDUCT.md ├── Calculator ├── INdex.html └── style.css ├── MERN PROJECTS └── New Text Document.txt ├── PROJECT_5 ├── index.html └── style.css ├── Python Projects ├── abc.docx └── utube_vdo_download.py ├── README.md ├── city project ├── .vscode │ └── settings.json ├── home.html ├── image │ ├── download (1).jfif │ ├── download (10).jfif │ ├── download (11).jfif │ ├── download (12).jfif │ ├── download (13).jfif │ ├── download (14).jfif │ ├── download (15).jfif │ ├── download (16).jfif │ ├── download (17).jfif │ ├── download (18).jfif │ ├── download (19).jfif │ ├── download (2).jfif │ ├── download (3).jfif │ ├── download (4).jfif │ ├── download (5).jfif │ ├── download (6).jfif │ ├── download (7).jfif │ ├── download (8).jfif │ ├── download (9).jfif │ ├── download.jfif │ ├── header-image.jpg │ ├── images (1).jfif │ ├── images.jfif │ └── shutterstock_481801648.webp ├── index.html ├── style.css ├── stylebytanuj.css └── thanks.html ├── mongo-config.yaml ├── package-lock.json ├── package.json ├── public ├── favicon.ico ├── index.html ├── manifest.json ├── ms-icon-144x144.png └── robots.txt ├── src ├── About.jsx ├── Alert.js ├── App.css ├── App.jsx ├── Card.jsx ├── Common.jsx ├── Contact.jsx ├── Footer.css ├── Footer.jsx ├── Home.jsx ├── Navbar.css ├── Navbar.jsx ├── Prefooter.css ├── Sdata.jsx ├── Service.jsx ├── about.css ├── card.css ├── chatBot.css ├── chatBot.jsx ├── common.css ├── contact.css ├── data.json ├── images │ ├── about.jpg │ ├── c1.jpg │ ├── c2.jpg │ ├── c3.jpg │ ├── home.jpg │ ├── i1.jpg │ ├── i2.jpg │ ├── i3.jpg │ ├── i4.jpg │ ├── i5.jpg │ ├── i6.jpg │ ├── icons8-send-25.png │ ├── img1.svg │ └── serviceImg.jpg ├── index.css ├── index.js └── reportWebVitals.js └── web page design ├── imagebg.jpg ├── index.html └── style.css /.gitignore: -------------------------------------------------------------------------------- 1 | /node_modules -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Contributor Covenant Code of Conduct 2 | 3 | ## Our Pledge 4 | 5 | We as members, contributors, and leaders pledge to make participation in our 6 | community a harassment-free experience for everyone, regardless of age, body 7 | size, visible or invisible disability, ethnicity, sex characteristics, gender 8 | identity and expression, level of experience, education, socio-economic status, 9 | nationality, personal appearance, race, religion, or sexual identity 10 | and orientation. 11 | 12 | We pledge to act and interact in ways that contribute to an open, welcoming, 13 | diverse, inclusive, and healthy community. 14 | 15 | ## Our Standards 16 | 17 | Examples of behavior that contributes to a positive environment for our 18 | community include: 19 | 20 | * Demonstrating empathy and kindness toward other people 21 | * Being respectful of differing opinions, viewpoints, and experiences 22 | * Giving and gracefully accepting constructive feedback 23 | * Accepting responsibility and apologizing to those affected by our mistakes, 24 | and learning from the experience 25 | * Focusing on what is best not just for us as individuals, but for the 26 | overall community 27 | 28 | Examples of unacceptable behavior include: 29 | 30 | * The use of sexualized language or imagery, and sexual attention or 31 | advances of any kind 32 | * Trolling, insulting or derogatory comments, and personal or political attacks 33 | * Public or private harassment 34 | * Publishing others' private information, such as a physical or email 35 | address, without their explicit permission 36 | * Other conduct which could reasonably be considered inappropriate in a 37 | professional setting 38 | 39 | ## Enforcement Responsibilities 40 | 41 | Community leaders are responsible for clarifying and enforcing our standards of 42 | acceptable behavior and will take appropriate and fair corrective action in 43 | response to any behavior that they deem inappropriate, threatening, offensive, 44 | or harmful. 45 | 46 | Community leaders have the right and responsibility to remove, edit, or reject 47 | comments, commits, code, wiki edits, issues, and other contributions that are 48 | not aligned to this Code of Conduct, and will communicate reasons for moderation 49 | decisions when appropriate. 50 | 51 | ## Scope 52 | 53 | This Code of Conduct applies within all community spaces, and also applies when 54 | an individual is officially representing the community in public spaces. 55 | Examples of representing our community include using an official e-mail address, 56 | posting via an official social media account, or acting as an appointed 57 | representative at an online or offline event. 58 | 59 | ## Enforcement 60 | 61 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 62 | reported to the community leaders responsible for enforcement. 63 | All complaints will be reviewed and investigated promptly and fairly. 64 | 65 | All community leaders are obligated to respect the privacy and security of the 66 | reporter of any incident. 67 | 68 | ## Enforcement Guidelines 69 | 70 | Community leaders will follow these Community Impact Guidelines in determining 71 | the consequences for any action they deem in violation of this Code of Conduct: 72 | 73 | ### 1. Correction 74 | 75 | *Community Impact*: Use of inappropriate language or other behavior deemed 76 | unprofessional or unwelcome in the community. 77 | 78 | *Consequence*: A private, written warning from community leaders, providing 79 | clarity around the nature of the violation and an explanation of why the 80 | behavior was inappropriate. A public apology may be requested. 81 | 82 | ### 2. Warning 83 | 84 | *Community Impact*: A violation through a single incident or series 85 | of actions. 86 | 87 | *Consequence*: A warning with consequences for continued behavior. No 88 | interaction with the people involved, including unsolicited interaction with 89 | those enforcing the Code of Conduct, for a specified period of time. This 90 | includes avoiding interactions in community spaces as well as external channels 91 | like social media. Violating these terms may lead to a temporary or 92 | permanent ban. 93 | 94 | ### 3. Temporary Ban 95 | 96 | *Community Impact*: A serious violation of community standards, including 97 | sustained inappropriate behavior. 98 | 99 | *Consequence*: A temporary ban from any sort of interaction or public 100 | communication with the community for a specified period of time. No public or 101 | private interaction with the people involved, including unsolicited interaction 102 | with those enforcing the Code of Conduct, is allowed during this period. 103 | Violating these terms may lead to a permanent ban. 104 | 105 | ### 4. Permanent Ban 106 | 107 | *Community Impact*: Demonstrating a pattern of violation of community 108 | standards, including sustained inappropriate behavior, harassment of an 109 | individual, or aggression toward or disparagement of classes of individuals. 110 | 111 | *Consequence*: A permanent ban from any sort of public interaction within 112 | the community. 113 | 114 | ## Attribution 115 | 116 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], 117 | version 2.0, available at 118 | https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. 119 | 120 | Community Impact Guidelines were inspired by [Mozilla's code of conduct 121 | enforcement ladder](https://github.com/mozilla/diversity). 122 | 123 | [homepage]: https://www.contributor-covenant.org 124 | 125 | For answers to common questions about this code of conduct, see the FAQ at 126 | https://www.contributor-covenant.org/faq. Translations are available at 127 | https://www.contributor-covenant.org/translations. 128 | -------------------------------------------------------------------------------- /Calculator/INdex.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 |
29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 |
48 |
49 |
50 | 51 |
52 | 53 | 54 | 55 | 56 |
57 |
58 | 59 | 60 | 61 | 62 |
63 |
64 | 65 | 66 | 67 | 68 |
69 |
70 | 71 | 72 | 73 | 74 |
75 |
76 | 77 | 78 | 79 | 80 |
81 |
82 |
83 | 84 | 85 | 86 | 87 | -------------------------------------------------------------------------------- /Calculator/style.css: -------------------------------------------------------------------------------- 1 | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap'); 2 | *{ 3 | margin: 0; 4 | padding: 0; 5 | box-sizing: border-box; 6 | font-family: 'Poppins',sans-serif; 7 | } 8 | body{ 9 | height: 100vh; 10 | width: 100%; 11 | overflow: hidden; 12 | display: flex; 13 | justify-content: center; 14 | align-items: center; 15 | background: linear-gradient(#2196f3 , #e91e63); 16 | } 17 | .bubbles{ 18 | position: absolute; 19 | bottom: -120px; 20 | display: flex; 21 | flex-wrap: wrap; 22 | margin-top: 70px; 23 | width: 100%; 24 | justify-content: space-around; 25 | } 26 | .bubbles span{ 27 | height: 60px; 28 | width: 60px; 29 | background: rgba(255, 255, 255, 0.1); 30 | animation: move 10s linear infinite; 31 | position: relative; 32 | overflow: hidden; 33 | } 34 | @keyframes move { 35 | 100%{ 36 | transform: translateY(-100vh); 37 | } 38 | } 39 | .bubbles span.one{ 40 | animation-delay: 2.2s; 41 | transform: scale(2.15) 42 | } 43 | .bubbles span.two{ 44 | animation-delay: 3.5s; 45 | transform: scale(1.55) 46 | } 47 | .bubbles span.three{ 48 | animation-delay: 0.2s; 49 | transform: scale(0.35) 50 | } 51 | .bubbles span.four{ 52 | animation-delay: 6s; 53 | transform: scale(2.15) 54 | } 55 | .bubbles span.five{ 56 | animation-delay: 7s; 57 | transform: scale(0.5) 58 | } 59 | .bubbles span.six{ 60 | animation-delay: 4s; 61 | transform: scale(2.5) 62 | } 63 | .bubbles span.seven{ 64 | animation-delay: 3s; 65 | 66 | } 67 | .bubbles span:before{ 68 | content: ' '; 69 | position: absolute; 70 | left: 0; 71 | top: 0; 72 | height: 60px; 73 | width: 40%; 74 | transform: skew(45deg) translateX(150px); 75 | background: rgba(255, 255, 255, 0.15); 76 | animation: mirror 3s linear infinite; 77 | } 78 | @keyframes mirror { 79 | 100%{ 80 | transform: translateX(-450px); 81 | } 82 | } 83 | .bubbles span.one:before{ 84 | animation-delay: 1.5s; 85 | } 86 | .bubbles span.two:before{ 87 | animation-delay: 3.5s; 88 | } 89 | .bubbles span.three:before{ 90 | animation-delay: 2.5s; 91 | } 92 | .bubbles span.four:before{ 93 | animation-delay: 7.5s; 94 | } 95 | .bubbles span.five:before{ 96 | animation-delay: 4.5s; 97 | } 98 | .bubbles span.six:before{ 99 | animation-delay: 0.5s; 100 | } 101 | .bubbles span.seven:before{ 102 | animation-delay: 6s; 103 | } 104 | .container{ 105 | z-index: 12; 106 | width: 360px; 107 | padding: 15px; 108 | border-radius: 12px; 109 | background: rgba(255, 255, 255, 0.1); 110 | box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15); 111 | border-top: 1px solid rgba(255, 255, 255, 0.5); 112 | border-left: 1px solid rgba(255, 255, 255, 0.5); 113 | } 114 | .container input[type="text"]{ 115 | width: 100%; 116 | height: 100px; 117 | margin: 0 3px; 118 | outline: none; 119 | border: none; 120 | color: #fff; 121 | font-size: 20px; 122 | text-align: right; 123 | padding-right: 10px; 124 | pointer-events: none; 125 | background: transparent; 126 | } 127 | .container input[type="button"]{ 128 | height: 65px; 129 | color: #fff; 130 | width: calc(100% / 4 - 5px); 131 | background: transparent; 132 | border-radius: 12px; 133 | margin-top: 15px; 134 | outline: none; 135 | border: none; 136 | font-size: 20px; 137 | cursor: pointer; 138 | transition: all 0.3s ease; 139 | } 140 | .container input[type="button"]:hover{ 141 | background: rgba(255, 255, 255, 0.1); 142 | } -------------------------------------------------------------------------------- /MERN PROJECTS/New Text Document.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/MERN PROJECTS/New Text Document.txt -------------------------------------------------------------------------------- /PROJECT_5/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Login Form 9 | 10 | 11 |
12 |

Login

13 |
14 |
15 | 16 |
17 |
18 | 19 |
20 | 21 | 22 |
23 |
24 | 25 | -------------------------------------------------------------------------------- /PROJECT_5/style.css: -------------------------------------------------------------------------------- 1 | @import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&family=Poppins:wght@400;500;600&display=swap"); 2 | 3 | * { 4 | margin: 0; 5 | padding: 0; 6 | box-sizing: border-box; 7 | font-family: "poppins"; 8 | } 9 | 10 | body { 11 | background: linear-gradient(45deg, #2980b9, #100b12); 12 | height: 100vh; 13 | } 14 | 15 | .container { 16 | position: absolute; 17 | top: 50%; 18 | left: 50%; 19 | transform: translate(-50%, -50%); 20 | width: 400px; 21 | height: 450px; 22 | background: #fff; 23 | border-radius: 10px; 24 | } 25 | 26 | .container h1 { 27 | text-align: center; 28 | padding: 20px 0px; 29 | border-bottom: 1px solid #ccc; 30 | } 31 | 32 | .container form { 33 | padding: 0 40px; 34 | box-sizing: border-box; 35 | } 36 | 37 | .container .txt-field { 38 | position: relative; 39 | margin: 30px 0px; 40 | } 41 | 42 | .txt-field input { 43 | width: 100%; 44 | padding: 0px 5px; 45 | height: 40px; 46 | font-size: 16px; 47 | } 48 | 49 | .pass_forget { 50 | margin: -5px 0px 20px 5px; 51 | } 52 | 53 | .pass_forget a { 54 | margin: -5px 0px 20px 5px; 55 | color: #a6a6a6; 56 | cursor: pointer; 57 | text-decoration: none; 58 | } 59 | 60 | .pass_forget:hover { 61 | text-decoration: underline; 62 | } 63 | 64 | input[type="submit"] { 65 | width: 100%; 66 | height: 50px; 67 | border: 1px solid; 68 | background: #2691d9; 69 | border-radius: 25px; 70 | font-size: 18px; 71 | color: #e9f4fb; 72 | font-weight: 700; 73 | outline: none; 74 | cursor: pointer; 75 | transition: 0.3s; 76 | } 77 | 78 | input[type="submit"]:active 79 | { 80 | transform: scale(0.95); 81 | } 82 | 83 | -------------------------------------------------------------------------------- /Python Projects/abc.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/Python Projects/abc.docx -------------------------------------------------------------------------------- /Python Projects/utube_vdo_download.py: -------------------------------------------------------------------------------- 1 | # from pytube import YouTube 2 | # SAVE_PATH = "F:/Courses/" 3 | # link="https://www.youtube.com/watch?v=M576WGiDBdQ" 4 | # try: 5 | # yt = YouTube(link) 6 | # except: 7 | # print("Connection Error") 8 | # mp4files = yt.streams.filter(progressive=True, file_extension='mp4') 9 | # # yt.streams.set_filename('Blockchain_python') 10 | # d_video = yt.(mp4files[-1].extension,mp4files[-1].resolution) 11 | # try: 12 | # d_video.download(SAVE_PATH) 13 | # except: 14 | # print("Some Error!") 15 | # print('Task Completed!') 16 | 17 | 18 | 19 | 20 | from pytube import YouTube 21 | import os 22 | 23 | def downloadYouTube(videourl, path): 24 | 25 | yt = YouTube(videourl) 26 | yt = yt.streams.filter(progressive=True, file_extension='mp4').order_by('resolution').desc().first() 27 | if not os.path.exists(path): 28 | os.makedirs(path) 29 | yt.download(path) 30 | 31 | downloadYouTube('https://www.youtube.com/watch?v=V2zaeqFSSTE', 'E:/DjangoAPI') 32 | 33 | #https://www.youtube.com/watch?v=g1ruWGga_AM&list=PLLz6Bi1mIXhG7SJHsZjI42aKOLkLysjeZ&index=2 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # HacktoberFest is here!! 2 | 3 | Use this repository to make your first and easy contribution to open source world. Create and easy pull request by following the steps given below. 4 | 5 | Celebrate [HacktoberFest](https://hacktoberfest.digitalocean.com/) by getting involved in the Open Source Community by completing some simple tasks in this project. 6 | 7 | This repository is open to all members of the GitHub Community. Any member may contribute to this project without being a collaborator. 8 | 9 | [https://github.com/sbmxc/hacktoberfest](https://github.com/sbmsc/hacktoberfest) 10 | 11 | Also, checkout other repositories of mine if you find you can improve something there. You are more than welcome to make PR there as well. Although, that would only be approved if you enhance the existing apps. 12 | 13 | 14 | ## What is Hacktoberfest and how many times it is organised in a year? 15 | A month-long celebration from October 1st - 31st sponsored by [Digital Ocean](https://hacktoberfest.digitalocean.com/) and [GitHub](https://github.com/blog/2433-celebrate-open-source-this-october-with-hacktoberfest) to get people involved in [Open Source](https://github.com/open-source). Create your very first Pull Request to any Public Repository on GitHub and contribute to the Open Source Developer Community. 16 | 17 | [https://hacktoberfest.digitalocean.com/](https://hacktoberfest.digitalocean.com/) 18 | 19 | 20 | ## How Contribute to This Project 21 | Here is a simple way to contribut to the project. 22 | 23 | 24 | ## Getting Started 25 | * Fork this repository (Click the Fork button in the top right of this page, click your Profile Image) 26 | * Clone your fork down to your local machine 27 | ```markdown 28 | git clone (given in clone or download button) 29 | ``` 30 | * Run in your localhost 31 | ```markdown 32 | npm install 33 | ``` 34 | ```markdown 35 | npm start 36 | ``` 37 | 38 | * Make your changes (Choose from any task below) 39 | * Commit and Push 40 | ```markdown 41 | git add . 42 | git commit -m 'commit message' 43 | go to your forked project and Sync fork 44 | git pull origin branch-name(main/master) 45 | git push origin branch-name(main/master) 46 | ``` 47 | * Create a New Pull Request from your forked repository (Click the New Pull Request button located at the top of your repo) 48 | * Wait for your PR review and merge approval! 49 | * __Star this repository__ for higher chance of merge approval! 50 | 51 | 52 | ## Reference Links 53 | Here is a great tutorial for creating your first Pull Request by [Roshan Jossey](https://github.com/Roshanjossey) 54 | [https://github.com/Roshanjossey/first-contributions](https://github.com/Roshanjossey/first-contributions) 55 | 56 | Managing your Forked Repo [https://help.github.com/articles/fork-a-repo/](https://help.github.com/articles/fork-a-repo/) 57 | 58 | Syncing a Fork [https://help.github.com/articles/syncing-a-fork/](https://help.github.com/articles/syncing-a-fork/) 59 | 60 | Keep Your Fork Synced [https://gist.github.com/CristinaSolana/1885435](https://gist.github.com/CristinaSolana/1885435) 61 | 62 | Checkout this list for README examples - Awesome README [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 63 | 64 | Github-Flavored Markdown [https://guides.github.com/features/mastering-markdown/](https://guides.github.com/features/mastering-markdown/) 65 | 66 | ## Content courtesy 67 | [https://github.com/AliceWonderland/hacktoberfest](https://github.com/AliceWonderland/hacktoberfest) 68 | -------------------------------------------------------------------------------- /city project/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "liveServer.settings.port": 5501 3 | } -------------------------------------------------------------------------------- /city project/home.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | GURUGRAM | HARYANA 11 | 12 | 13 | 14 | 33 | 34 | 35 |
36 |
37 | 38 |
39 |

GURUGRAM

40 |
41 | 42 | 43 |

Welcome to the
CYEBR city
of India

44 | EXPLORE 46 |
47 | Learn More 48 |
49 | 50 | 51 | 52 |
53 |
54 | 55 | 56 | 57 | 58 | 59 |
60 |
61 |
62 |

## TOURISM ##

63 |

Explore all the wonders of Gurugram

64 |

Visit all the best places at your fingertips

65 |

Click the button below to explore

66 | EXPLORE 67 |
68 |
69 | 70 | 71 |
72 | 73 |
74 |
75 | 76 |
77 |
78 |

Kingdom of dream

79 |

The Kingdom of Dreams, also known as KOD
sits majestically in Gurugram (Previously Gurgaon) and is India's first live entertainment, leisure and theatre destination.

80 | EXPLORE 81 |
82 |
83 | 84 | 85 |
86 |
87 |

aravli hills

88 |

The Aravalli Range is a mountain range in Northern-Western India, running approximately 670 km in a south-west direction, starting near Delhi, passing through southern Haryana.

89 | EXPLORE 90 |
91 |
92 | 93 |
94 |
95 | 96 | 97 |
98 |
99 | 100 |
101 |
102 |

The ambiance mall

103 |

It is a shopping mall in Gurgaon, Haryana, India. It contains a built-up area of 21 lakhs square feet and a retail area of 18 lakhs square feet. Most floors have a shopping area of 860 meters.

104 | EXPLORE 105 |
106 |
107 |
108 | 109 | 110 |
111 |
112 |

Damdama lake

113 |

Damdama reservoir in Gurugram district in the Indian state of Haryana. Damdama Lake is a small lake in Haryana and was formed when a stone and earthen dam constructed by the British was commissioned for rain

114 | EXPLORE 115 |
116 |
117 | 118 |
119 |
120 | 121 | 122 |
123 |
124 | 125 |
126 |
127 |

heritage transport museum

128 |

It is India's major museum dealing with the history of human transportation. It is located at Tauru in the Gurgaon, Haryana.It became India's largest private museum in 2013

129 | EXPLORE 130 |
131 | 132 |
133 |
134 | 135 | 136 |
137 |
138 |
139 |

## Food ##

140 |

Explore the traditonal food of Gurugram Haryana

141 |

Eat all the best items at your door-steps

142 |

Click the button below to explore

143 | EXPLORE 144 |
145 |
146 | 147 | 148 |
149 |
150 | 151 |
152 |
153 |
154 | Dahi Vada 155 |

Dahi Vada are a popular street food from North India. “Dahi” means yogurt and “Vada” means deep fried fritters or dumplings

156 |
157 |
158 | EXPLORE 159 |
160 |
161 | 162 | 163 | 164 |
165 |
166 |
167 | Boora Roti 168 |

Boora is normally very fine, white and sweet powder,mixed with ghee and is served with roti,

169 |
170 |
171 | EXPLORE 172 |
173 |
174 | 175 | 176 |
177 |
178 |
179 | Kadhe Pakoda 180 |

Kadhi is the gravy made from sour yoghurt and is thickened using gram flour. Pakoras are added to the gravy, which makes the kadhi so special

181 |
182 |
183 | EXPLORE 184 |
185 |
186 | 187 |
188 | 189 |
190 | 191 |
192 |
193 |
194 | Mal-Pua 195 |

Malpua is an Indian version of pancakes. They are fluffy and are served hot. Malpua is made and garnished in ghee. In some places, malpua is served with rabri.

196 |
197 |
198 | EXPLORE 199 |
200 |
201 | 202 | 203 | 204 |
205 |
206 |
207 | mixed Dal 208 |

Mixed Dal is good for satisfying both - your health and taste buds. It is a protein-rich recipe in which various dals are mixed with spices and are cooked in ghee.

209 |
210 |
211 | EXPLORE 212 |
213 |
214 | 215 | 216 |
217 |
218 |
219 | Khichdi 220 |

Haryana Khichri so popular is that instead of rice, Bajara is used. For preparing, bajara is soaked overnight. Then Moong daal and bajara are washed together and cooked in a pressure cooker.

221 |
222 |
223 | EXPLORE 224 |
225 |
226 | 227 |
228 | 229 | 230 |
231 | 232 |
233 |
234 |
235 | Makkhan 236 |

Butter is a yellowish substance made from cream which you spread on bread or use in cooking.

237 |
238 |
239 | EXPLORE 240 |
241 |
242 | 243 | 244 | 245 |
246 |
247 |
248 | Churma 249 |

Churma wahi wala is a popular Haryanvi.It is coarsely ground wheat crushed and cooked with ghee and sugar. In Haryana, churma is made by mashing up roti in ghee and jaggery.

250 |
251 |
252 | EXPLORE 253 |
254 |
255 | 256 | 257 |
258 |
259 |
260 | Bathua Raita 261 |

Bathua Raita is a yogurt recipe that is very refreshing and gives added benefits to health. Bathua or chenopodium leaves are antioxidants and are rich in many vitamins.

262 |
263 |
264 | EXPLORE 265 |
266 |
267 | 268 |
269 |
270 |
271 | 272 |
273 |
274 |
275 |

## Culture ##

276 |

Haryana is one with the traditional culture in the country

277 |

Haryana is one of the unique states in the country having developed culture and developing economy.

278 |

Click the button below to explore

279 | EXPLORE 280 |
281 |
282 | 283 | 284 |
285 |
286 |
287 |
288 | 289 | 290 | 291 |
292 | 297 | 298 |
299 |
300 | 301 |
302 | 303 |
304 |
305 | 306 | 307 |
308 |
309 | 310 | 311 |
312 |
313 | 314 |
315 | 316 |
317 | 318 | 319 |
320 | 321 | 322 |
323 | 324 |
325 |
326 | 330 | 331 |
332 |

Phone

333 |

91-9599959651 334 |

335 |
336 |
337 | 338 |
339 |
340 |

Location

341 |

Gurugram, Haryana
342 | India 343 |

344 | 352 |
353 | 354 |
355 |
356 |
357 | 358 | 359 | 360 | 386 | 387 | 388 | -------------------------------------------------------------------------------- /city project/image/download (1).jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/download (1).jfif -------------------------------------------------------------------------------- /city project/image/download (10).jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/download (10).jfif -------------------------------------------------------------------------------- /city project/image/download (11).jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/download (11).jfif -------------------------------------------------------------------------------- /city project/image/download (12).jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/download (12).jfif -------------------------------------------------------------------------------- /city project/image/download (13).jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/download (13).jfif -------------------------------------------------------------------------------- /city project/image/download (14).jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/download (14).jfif -------------------------------------------------------------------------------- /city project/image/download (15).jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/download (15).jfif -------------------------------------------------------------------------------- /city project/image/download (16).jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/download (16).jfif -------------------------------------------------------------------------------- /city project/image/download (17).jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/download (17).jfif -------------------------------------------------------------------------------- /city project/image/download (18).jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/download (18).jfif -------------------------------------------------------------------------------- /city project/image/download (19).jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/download (19).jfif -------------------------------------------------------------------------------- /city project/image/download (2).jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/download (2).jfif -------------------------------------------------------------------------------- /city project/image/download (3).jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/download (3).jfif -------------------------------------------------------------------------------- /city project/image/download (4).jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/download (4).jfif -------------------------------------------------------------------------------- /city project/image/download (5).jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/download (5).jfif -------------------------------------------------------------------------------- /city project/image/download (6).jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/download (6).jfif -------------------------------------------------------------------------------- /city project/image/download (7).jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/download (7).jfif -------------------------------------------------------------------------------- /city project/image/download (8).jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/download (8).jfif -------------------------------------------------------------------------------- /city project/image/download (9).jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/download (9).jfif -------------------------------------------------------------------------------- /city project/image/download.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/download.jfif -------------------------------------------------------------------------------- /city project/image/header-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/header-image.jpg -------------------------------------------------------------------------------- /city project/image/images (1).jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/images (1).jfif -------------------------------------------------------------------------------- /city project/image/images.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/images.jfif -------------------------------------------------------------------------------- /city project/image/shutterstock_481801648.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/city project/image/shutterstock_481801648.webp -------------------------------------------------------------------------------- /city project/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | alwar 8 | 9 | 10 | 11 |
12 | 13 | 14 | 48 | 49 | 50 | 51 |
52 |
53 |

alwar

54 |

55 | 56 | 57 |

The singh davar
of rajasthan




58 | explore 59 |
60 | Learn More 61 |
62 | 63 |
64 |
65 | 66 | 67 | 68 | 69 | 70 |
71 |






72 |

## history ##

73 | <

Ancient history

74 |

The ancient name of Alwar is Salva or Salwa (tribe).[2][3]Alwar was a part of the Matsya Kingdom, one of the 16 ancient Mahājanapadas.[4] In late Vedic texts (such as the Jaiminiya Brahmana), the Salva or Salvi tribe is described as a non-Vedic tribe that occupied Kurukshetra and conquered the Kuru Kingdom[5]

75 | 76 |


The Salvas

77 |

The Salvas settled along the Yamuna river and the Alwar province of Rajasthan after attacking the Kuru kingdom, and they later accepted Vedic culture by the end of the Vedic era as they converged with the remaining Kurus and the Surasena mahajanapada, near Matsya kingdom.[6]

78 | 79 |


Medieval history

80 | 81 |

The Darbar of Raja Bakhtawar Singh of Alwar in 1810 82 | From time to time, a different Rajput sub-clan came to rule Alwar. Examples include the Nikumbh, the Khanzada Rajputs, the Badgujar, and finally the Naruka (Kachwaha) Rajputs who took the control over this area. The Maratha Empire also ruled this region for a short period. A Rajput, Partap Singh, took the Alwar Fort from the Jat Raja of Bharatpur and laid down the foundation for modern day Alwar. 83 | 84 | Hemchandra Vikramaditya (Hemu), born in Machari, Rajgarh, a village in Alwar, was a Hindu emperor of North India during the 16th century. This was a period when the Mughals and Afghans were vying for power in the region. Hemu captured Delhi on 7 October, 1556 after defeating the Mughal forces in the Battle of Delhi in the Tughlaqabad area in Delhi, and became the de facto emperor. He won twenty-two battles in succession and became the last Hindu emperor of Delhi. In 1556, after his defeat in the Second Battle of Panipat, he was executed and Mughal regime was restored in North India.

85 | 86 |


Alwar State

87 | 88 |

Neemrana 89 | Alwar State, a princely state established in 1770, was established by a Kachwaha Rajput named Pratap Singh who was earlier a jagirdar of "Dhai Gaon" (two-and-a-half villages) near Machari. His successor "Bakhtawar Singh Kachwaha" was defeated after launching an armed incursion into neighbouring Jaipur State (ruled by their Kachwaha seniors, erstwhile overlords of his predecessor) and being forced to accept the consequent treaty mediated by East India Company prohibiting him from political relations with other states without the consent of the colonial British.[7] According to the "Gazetteer of Ulwar" published by the British raj, Alwar State was subdivided into four regions:

90 | 91 |


Rath region:

current Behror and Neemrana, was ruled by Lah Chauhan rajput zamindar who had descended from Prithviraj Chauhan.[8] Sahesh Mal was a son of Raja Sangat Singh Chauhan. Sangat was the great grandson of Chahir Deo Chauhan, brother of famous king Prithviraj Chauhan.[9] In accordance with the pledge by the raja Sangat Singh Chauhan to his younger queen for marrying her in his old age, her two sons from him were bestowed the Rath area and its headquarter of Mandhan near Neemrana.[8] King Sangat Singh Chauhan's 19 sons from the older queen set out to seek their fortunes.[8] Of the 19 brothers, Harsh Dev Chauhan and Sahesh Mal Chauhan arrived in the Gurgaon district.[8] Lah Chauhan, the ruler of Rath, was a son of raja Sangat Singh Chauhan by the younger Rani whose two sons became inheritors of Raja Sangat Singh's territory of Rath with its headquarter at Mandhan when other 19 sons from the other wives were required to quit the kingdom as per the promise of Raja Sangat.[8][10][11][12] 92 | 93 | New residential Buildings in Neemrana Alwar 94 | Wai region: current Bansur and Thana Ghazi, was ruled by Shekhawat rajput zamindars. 95 | Narukhand region: current Rajgarh and Laxmangarh, was ruled by Naruka sub-branch of Kachwaha rajputs who were from the same branch as the ruling kings of the Alwar State 96 | Mewat region: current Palwal and Nuh districts, had the highest population of the Meo Muslims. 97 | Post-independence 98 | Alwar acceded to the dominion of India following the independence of India in 1947. On 18 March 1948, the state merged with three neighbouring princely states (Bharatpur, Dholpur and Karauli) to form the Matsya Union. On 15 May 1949, it was united with neighbouring princely states[which?] and the territory of Ajmer to form the present-day Indian state of Rajasthan. Alwar was designated as part of the National Capital Region, resulting in additional development projects including rapid-rail to Delhi and drinking water improvements.[13] The military cantonment of Itarana lies on the outskirts of Alwar.

99 |
100 | 101 | 102 | 103 | 104 | 105 |






106 |
107 |

## tourism ##




108 |

Explore all the wonders of alwar

109 |

Visit all the best places at your fingertips

110 |

Click the button below to explore


111 | Explore

112 |
113 |
114 | 115 |
116 |

balakila

117 | 118 |

Bala Quila, also known as the Alwar Fort, towers majestically over the hilltop in the city of Alwar. The fort was built by Hasan Khan Mewati in the year 1550 AD. The monument is famous for its masonry works and grandiose structural designs. There are six distinguished gates, namely Jai Pol, Laxman Pol, Surat Pol, Chand Pol, Andheri Gate and Krishna Gate, leading to the fort.

119 | Explore 120 |
121 |
122 |
123 |
124 | 125 |
126 |
127 |

Moosi Maharani Ki Chhatri

128 |

Moosi Maharani Ki Chhatri is a striking cenotaph of historical significance. This double-storeyed structure was built by Vinay Singh in honour of Maharaja Bakhtawar Singh and his Queen Rani Moosi in the year 1815 AD. The architectural grandeur gives the monument a spectacular view. The elephant structural design based on pillars of red sandstone is an attention grabbing piece in the monument.

129 | Explore 130 |
131 |
132 |
133 |
134 | 135 |
136 |

nandeshwar sharine

137 |

The linga or, lingum symbolizes eternal energy of Lord Shiva. Since ages Hindu temples have witnessed the worship of Lord Shiva in the form of such lingas. The linga is often seen with yoni which symbolizes the Shakti of the womb. Worship of the linga dates back to the Puranic ages. 138 | 139 | In the 18th century, a temple was constructed to shelter a naturally formed Linga in a cave in the hills. It was later became the renowned Naldeshwar shrine.

140 | Explore 141 |
142 |
143 |
144 |
145 | 146 |
147 |
148 |

navodaya vidhalya

149 |

The school campus covers around 27.4 acres of forested hillside with its buildings connected by steep and windy paths and offering spectacular views at every turn. These buildings include the beautiful old Quad, the modern state of art infrastructure and the newly-refurbished student hostels and staff houses. The school is located on the lap of Aravali hills.

150 | Explore 151 |
152 |
153 |
154 | 155 |
156 |

bhangarh

157 |

Hey there peeps . Today I want to share the story of Bahangarh fort which is situated in Rajasthan , India . It comes number one in the list of Asia's haunted places . 158 | It is haunted by the curse of a tantrik(black magician) . He fell in love with the princess of bahangarh which lead to the death of the tantrik . He then cursed the village and till today it is considered haunted and entry is prohibited after 7 P.M .

159 | Explore 160 |
161 |
162 |
163 |






164 |
165 |

## food ##




166 |

Explore the traditonal food of alwar rajasthan



167 |

Eat all the best items at your door-steps


168 |

Click the button below to explore


169 | Explore

170 |
171 |
172 |
173 |
174 | 175 |

Makkhan

176 |

Butter is a yellowish substance made from cream which you spread on bread or use in cooking.

177 | Explore 178 |
179 |
180 | 181 |

Churma

182 |

Churma wahi wala is a popular Haryanvi.It is coarsely ground wheat crushed and cooked with ghee and sugar. In Haryana, churma is made by mashing up roti in ghee and jaggery.

183 | Explore 184 |
185 |
186 | 187 |

Bathua Raita

188 |

Bathua Raita is a yogurt recipe that is very refreshing and gives added benefits to health. Bathua or chenopodium leaves are antioxidants and are rich in many vitamins.

189 | Explore
190 |
191 | 192 |

Dahi Vada

193 |

Dahi Vada are a popular street food from North India. “Dahi” means yogurt and “Vada” means deep fried fritters or dumplings

194 | Explore 195 |
196 |
197 | 198 |

Boora Roti

199 |

Boora is normally very fine, white and sweet powder,mixed with ghee and is served with roti,

200 | Explore 201 |
202 |
203 | 204 |

Kadhi Pakoda

205 |

Kadhi is the gravy made from sour yoghurt and is thickened using gram flour. Pakoras are added to the gravy, which makes the kadhi so special

206 | Explore 207 |
208 |
209 | 210 |

Mal-Pua

211 |

Malpua is an Indian version of pancakes. They are fluffy and are served hot. Malpua is made and garnished in ghee. In some places, malpua is served with rabri.

212 | Explore
213 |
214 | 215 |

mixed Dal

216 |

Mixed Dal is good for satisfying both - your health and taste buds. It is a protein-rich recipe in which various dals are mixed with spices and are cooked in ghee.

217 | Explore
218 |
219 | 220 |

Khichdi

221 |

rajasthan Khichri so popular is that instead of rice, Bajara is used. For preparing, bajara is soaked overnight. Then Moong daal and bajara are washed together and cooked in a pressure cooker. 222 |

223 | Explore
224 |
225 |
226 | 227 | 228 |
229 |
230 |
231 |

## Culture ##

232 |

Haryana is one with the traditional culture in the country

233 |

Haryana is one of the unique states in the country having developed culture and developing economy.

234 |

Click the button below to explore

235 | EXPLORE 236 |
237 |
238 | 239 | 240 |
241 |
242 |
243 | 244 | 245 | 246 | 247 | 248 |
249 | 254 | 255 |
256 |
257 | 258 |
259 | 260 |
261 |
262 | 263 |
264 |
265 |
266 | 267 | 268 |
269 |
270 | 271 |
272 | 273 |
274 | 275 | 276 |
277 | 278 | 279 |
280 | 281 |
282 |
283 | 287 | 288 |
289 |

Phone

290 |

91-9599959651 291 |

292 |
293 |
294 | 295 |
296 |
297 |

Location

298 |

Gurugram, Haryana
299 | India 300 |

301 | 309 |
310 | 311 |
312 |
313 | 314 | -------------------------------------------------------------------------------- /city project/style.css: -------------------------------------------------------------------------------- 1 | *{ 2 | padding: 0; 3 | margin: 0; 4 | box-sizing: border-box; 5 | 6 | } 7 | html{ 8 | font-size: 62.5%; 9 | } 10 | body{ 11 | font-family: Arial, Helvetica, sans-serif; 12 | line-height: 1.7; 13 | background-color: rgba(187, 102, 168, 0.603); 14 | } 15 | 16 | /* ############# utility classes ############ */ 17 | .container{ 18 | max-width: 1200px; 19 | width: 90%; 20 | margin: 0 auto; 21 | } 22 | 23 | .text-black{ 24 | color: black; 25 | 26 | } 27 | .text-white{ 28 | color: white; 29 | } 30 | .text-gray{ 31 | color: gray; 32 | } 33 | .lg-heading{ 34 | font-size: 3.5rem; 35 | font-weight: bold; 36 | text-transform: uppercase; 37 | text-align: center; 38 | }.mg-heading{ 39 | font-size: 2.5rem; 40 | font-weight: bold; 41 | text-transform: uppercase; 42 | } 43 | p{ 44 | font-size: 1.6rem; 45 | } 46 | .btn-primary{ 47 | border: 2px solid white; 48 | border-radius: 0.5rem; 49 | /* background-color: white; */ 50 | margin-top: 2.8rem; 51 | padding: 0.3rem 4rem; 52 | text-decoration: none; 53 | color: white; 54 | text-transform: uppercase; 55 | font-size: 1.3rem; 56 | letter-spacing: 0.3rem; 57 | transition: all 0.5s ease-in-out; 58 | opacity: 0; 59 | animation-name: visible; 60 | animation-duration: 2s; 61 | animation-delay: 1.1s; 62 | animation-fill-mode: forwards; 63 | animation-iteration-count: 1; 64 | 65 | position: relative; 66 | overflow: hidden; 67 | } 68 | .btn-primary:hover{ 69 | background-color: coral; 70 | 71 | } 72 | .primary::before{ 73 | bottom: 0; 74 | border-radius: 50% 50% 0 0; 75 | } 76 | .primary:hover::before{ 77 | height: 180%; 78 | } 79 | .button::before{ 80 | content: ""; 81 | position:absolute; 82 | left: 0; 83 | width: 100%; 84 | height: 0%; 85 | background: royalblue; 86 | z-index: -1; 87 | transition: 0.5s; 88 | 89 | } 90 | .btn-secondary{ 91 | border: 2px solid black; 92 | border-radius: 40px; 93 | background: rgb(139, 184, 138); 94 | font-size: 2.5rem; 95 | padding: 10px; 96 | text-transform: capitalize; 97 | text-align: center; 98 | } 99 | .btn-secondary:hover{ 100 | background-color: coral; 101 | 102 | } 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | .logo{ 112 | float: left; 113 | } 114 | .header{ 115 | height: 90vh; 116 | width: 100vw; 117 | position: relative; 118 | background: url('../image/shutterstock_481801648.webp'); 119 | background-position: center; 120 | background-repeat: no-repeat; 121 | background-size: cover; 122 | } 123 | .navbar{ 124 | position: fixed; 125 | width: 100%; 126 | padding: 1rem; 127 | background: black; 128 | opacity: 0.6; 129 | z-index: 999; 130 | color: white; 131 | 132 | } 133 | .navbar a:link , .navbar a:visited{ 134 | color: white; 135 | } 136 | ul li{ 137 | list-style: none; 138 | } 139 | .nav-items{ 140 | float: right; 141 | } 142 | .nav-item{ 143 | display: inline-block; 144 | text-transform: uppercase; 145 | padding: 1rem ; 146 | } 147 | .navbar::after{ 148 | content: ''; 149 | display: block; 150 | clear: both; 151 | } 152 | a{ 153 | text-decoration: none; 154 | font-size: 1.6rem; 155 | } 156 | .navbar a:hover{ 157 | background-color: rgb(121, 72, 72); 158 | 159 | } 160 | .nav-subitems{ 161 | display: none; 162 | background-color: thistle; 163 | 164 | } 165 | .navbar ul li:hover .nav-subitems{ 166 | display: block; 167 | position: absolute; 168 | } 169 | 170 | 171 | .header-content{ 172 | position: absolute; 173 | top: 50%; 174 | left: 50%; 175 | transform: translate(-50%,-50%); 176 | text-align: center; 177 | 178 | } 179 | 180 | .lineup{ 181 | opacity: 0; 182 | border-top: 2px solid white; 183 | background: white; 184 | width: 30rem; 185 | animation-name: line-grow; 186 | animation-duration: 1s; 187 | animation-fill-mode: forwards; 188 | animation-iteration-count: 1; 189 | animation-delay: 0.5s; 190 | 191 | } 192 | .alwar-heading{ 193 | opacity: 0; 194 | animation-delay: 0.3s; 195 | animation-duration: 1s; 196 | animation-name: guru-head; 197 | animation-fill-mode: forwards; 198 | animation-iteration-count: 1; 199 | 200 | 201 | } 202 | @keyframes guru-head { 203 | 0%{ 204 | opacity: 0; 205 | } 206 | 100%{ 207 | opacity: 1; 208 | } 209 | } 210 | .linedown{ 211 | opacity: 0; 212 | border-top: 2px solid white; 213 | width: 30rem; 214 | margin-top: -0.5rem; 215 | animation-name: line-grow; 216 | animation-duration: 1s; 217 | animation-fill-mode: forwards; 218 | animation-iteration-count: 1; 219 | animation-delay: 0.5s; 220 | 221 | } 222 | @keyframes line-grow{ 223 | from{ 224 | width: 0px; 225 | opacity: 0; 226 | } 227 | to{ 228 | width: 300px; 229 | opacity: 1; 230 | } 231 | } 232 | 233 | .welcome { 234 | margin-top: 2rem; 235 | letter-spacing: 0.3rem; 236 | text-align: center; 237 | font-size: 300; 238 | line-height: 2.5rem; 239 | font-size: 1.5rem; 240 | text-transform: uppercase; 241 | opacity: 0; 242 | animation-name: visible; 243 | animation-duration: 2s; 244 | animation-delay: 1.1s; 245 | animation-fill-mode: forwards; 246 | animation-iteration-count: 1; 247 | 248 | } 249 | @keyframes visible { 250 | from{ 251 | opacity: 0; 252 | } 253 | to{ 254 | opacity: 1; 255 | } 256 | } 257 | .more{ 258 | position: absolute; 259 | text-decoration:none; 260 | color: aliceblue; 261 | bottom: 12%; 262 | left: 50%; 263 | transform: translate(-50%,-50%); 264 | text-transform: uppercase; 265 | font-size: 1.5rem; 266 | transition: all 0.2s ease-out; 267 | 268 | opacity: 0; 269 | animation-name: slide-down; 270 | animation-duration: 1s; 271 | animation-delay: 2.5s; 272 | animation-fill-mode: forwards; 273 | animation-iteration-count: 1; 274 | animation-timing-function: ease-in-out; 275 | } 276 | @keyframes slide-down { 277 | from{ 278 | top: 100%; 279 | opacity: 1; 280 | } 281 | to{ 282 | top: 150%; 283 | opacity: 1; 284 | } 285 | } 286 | .arrow-icon{ 287 | text-decoration: none; 288 | color: aliceblue; 289 | position: absolute; 290 | bottom: 10%; 291 | transition: all 0.2s ease-out; 292 | opacity: 0; 293 | animation-name: slide-down-arrow; 294 | animation-duration: 1s; 295 | animation-delay: 2.5s; 296 | animation-fill-mode: forwards; 297 | animation-iteration-count: 1; 298 | animation-timing-function: ease; 299 | 300 | } 301 | .arrow-icon:hover{ 302 | transform:scale(1.1); 303 | } 304 | 305 | @keyframes slide-down-arrow{ 306 | from{ 307 | top: 77%; 308 | opacity: 1; 309 | } 310 | to{ 311 | top: 85%; 312 | opacity: 1; 313 | } 314 | } 315 | 316 | 317 | 318 | 319 | 320 | 321 | /* ############ tourism ################# */ 322 | 323 | .tourism-heading { 324 | /* background: url('./image/download\ \(18\).jfif'); */ 325 | text-align: center; 326 | } 327 | 328 | .tourism-heading img, .food-heading img,.culture-heading img{ 329 | display: inline-block; 330 | height: 100%; 331 | width: 100%; 332 | object-fit: cover; 333 | } 334 | .row{ 335 | height: 350px; 336 | background: #fff; 337 | box-shadow: 0px 0px 20px 0px #aaa; 338 | } 339 | .row .text-box{ 340 | background: rgb(140, 214, 192); 341 | height: 100%; 342 | text-align: center; 343 | } 344 | .row1 .img-box, .row2 .text-box{ 345 | float: left; 346 | width: 50%; 347 | } 348 | .row2 .img-box, .row1 .text-box{ 349 | float: right; 350 | width: 50%; 351 | } 352 | .row2{ 353 | margin: 10rem 0; 354 | } 355 | .row .img-box{ 356 | height: 100%; 357 | 358 | } 359 | .row .text-box{ 360 | padding: 3rem; 361 | } 362 | .row .img-box img{ 363 | display: inline-block; 364 | width: 100%; 365 | height: 100%; 366 | object-fit: cover; 367 | } 368 | .row::after{ 369 | content: ''; 370 | display: block; 371 | clear: both; 372 | } 373 | 374 | 375 | 376 | 377 | 378 | 379 | /* ############### food ############################ */ 380 | .food-heading{ 381 | /* background: url('./image/download\ \(18\).jfif'); */ 382 | text-align: center; 383 | } 384 | .box-wraper{ 385 | display: flex; 386 | flex-wrap: wrap; 387 | justify-content: space-between; 388 | align-content: space-between; 389 | height: 1500px; 390 | 391 | } 392 | .box{ 393 | width: 250px; 394 | 395 | text-align: center; 396 | } 397 | .box img{ 398 | width: 100%; 399 | height: 40%; 400 | object-fit: cover; 401 | } 402 | 403 | 404 | 405 | 406 | 407 | 408 | /* ############ culture ############### */ 409 | .tour3{ 410 | background: url("./images/pexels-navneet-shanu-672630.jpg"); 411 | border-top: 1px solid black; 412 | height: 70vh; 413 | /* background-position: center; */ 414 | /* background-size: cover; */ 415 | background-repeat: no-repeat; 416 | /* background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)); */ 417 | } 418 | @keyframes content{ 419 | 0%{ 420 | background: url('./image/download\ \(13\).jfif;'); 421 | background-position: center; 422 | background-size: cover; 423 | background-repeat: no-repeat; 424 | 425 | } 426 | 14%{ 427 | background: url('./image/download\ \(14\).jfif'); 428 | background-position: center; 429 | background-size: cover; 430 | background-repeat: no-repeat; 431 | } 432 | 28%{ 433 | background: url('./image/download\ \(3\).jfif'); 434 | background-position: center; 435 | ackground-size: cover; 436 | background-repeat: no-repeat; 437 | } 438 | 42%{ 439 | background: url('./image/download\ \(16\).jfif'); 440 | background-position: center; 441 | background-size: cover; 442 | background-repeat: no-repeat; 443 | } 444 | 56%{ 445 | background: url('./image/download\ \(17\).jfif'); 446 | background-position: center; 447 | background-size: cover; 448 | background-repeat: no-repeat; 449 | } 450 | 70%{ 451 | background: url('./image/download\ \(18\).jfif'); 452 | background-position: center; 453 | background-size: cover; 454 | background-repeat: no-repeat; 455 | } 456 | 84%{ 457 | background: url('./image/download\ \(19\).jfif'); 458 | background-position: center; 459 | background-size: cover; 460 | background-repeat: no-repeat; 461 | } 462 | 98%{ 463 | background: url('./image/download\ \(2\).jfif'); 464 | background-position: center; 465 | background-size: cover; 466 | background-repeat: no-repeat; 467 | } 468 | 100%{ 469 | background: url('./images/1.jfif'); 470 | background-position: center; 471 | background-size: cover; 472 | background-repeat: no-repeat; 473 | 474 | } 475 | } 476 | 477 | .culture-images{ 478 | width: 90%; 479 | height: 90vh; 480 | 481 | animation-name: content; 482 | animation-iteration-count: infinite; 483 | animation-duration: 50s; 484 | border: 10px solid black; 485 | border-radius: 50px; 486 | margin-left:70px; 487 | margin-top: 5vh; 488 | margin-bottom: 3vh; 489 | 490 | } 491 | .cultureback{ 492 | background: url("./images/640990.jpg"); 493 | background-position: center; 494 | background-size:cover; 495 | background-repeat:no-repeat; 496 | /* width:100%; 497 | height:100vh; 498 | position: absolute; 499 | top:0px; */ 500 | 501 | 502 | } 503 | 504 | 505 | 506 | 507 | /* ###################### sign-in ######################### */ 508 | #signin{ 509 | background: #282b34 ; 510 | height: 110vh; 511 | text-align: center; 512 | } 513 | 514 | .why-sign-up{ 515 | border: 2px solid #363941; 516 | padding: 8rem 0 6rem 0; 517 | } 518 | .why-sign-up h2{ 519 | padding-bottom: 2rem; 520 | letter-spacing: 0.2rem; 521 | 522 | } 523 | 524 | .why-sign-up h3,p{ 525 | letter-spacing: 0.2rem; 526 | font-weight: 300; 527 | color: #b1b4b9; 528 | font-size: 1.5rem; 529 | } 530 | 531 | /* ########### Form ######### */ 532 | .form-wrapper{ 533 | display: flex; 534 | justify-content: space-evenly; 535 | margin-top: 6rem; 536 | } 537 | /* .form-group{ 538 | width: 40%; 539 | } */ 540 | .form-section{ 541 | /* border: 2px solid white; */ 542 | 543 | width: 45%; 544 | } 545 | .form{ 546 | display: flex; 547 | flex-wrap: wrap; 548 | flex-direction: column; 549 | justify-content: space-evenly; 550 | /* align-items: center; */ 551 | } 552 | .form-details{ 553 | display: flex; 554 | } 555 | .form-group{ 556 | width: 50%; 557 | } 558 | .add-details{ 559 | border-left: 2px solid #363941; 560 | width: 45%; 561 | } 562 | .form-group input{ 563 | text-decoration: none; 564 | border-radius: 1rem; 565 | width: 90%; 566 | height: 4rem; 567 | margin:1rem 0 1rem 0 ; 568 | box-shadow: none; 569 | border: none; 570 | 571 | } 572 | .form-group input::placeholder{ 573 | padding-left: 2rem; 574 | font-style: italic; 575 | font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 576 | } 577 | .form-group textarea{ 578 | margin-left: 1.7rem; 579 | border-radius: 1rem; 580 | width: 53rem; 581 | height: 10rem; 582 | } 583 | .form-group textarea::placeholder{ 584 | padding-left: 2rem; 585 | font-style: italic; 586 | font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 587 | } 588 | .form-btn{ 589 | border: none; 590 | color: white; 591 | text-transform: uppercase; 592 | letter-spacing: 0.2rem; 593 | border-radius: 1rem;; 594 | margin: 2rem auto; 595 | text-decoration: none; 596 | /* border: 2px solid red; */ 597 | background : red; 598 | height: 4rem; 599 | width: 10rem; 600 | transition: all 0.3s ease-in-out; 601 | } 602 | .form-btn:hover{ 603 | background: rgb(252, 79, 79); 604 | transform: scale(1.1); 605 | } 606 | 607 | /* ############## address details ########## */ 608 | .add-details{ 609 | width: 45%; 610 | } 611 | .mail-head, 612 | .phone-head, 613 | .address-head{ 614 | font-size: 1.6rem; 615 | color: #e97770; 616 | } 617 | .mail-para 618 | ,.phone-para 619 | ,.address-para{ 620 | color: #ffffff80; 621 | font-size: 1.4rem; 622 | } 623 | .mail-para{ 624 | display: flex; 625 | flex-direction: column; 626 | } 627 | .mail-para a{ 628 | text-decoration: none; 629 | color:#ffffff80 ; 630 | } 631 | .wrapper1{ 632 | display: flex; 633 | justify-content: space-evenly; 634 | } 635 | .wrapper2{ 636 | display: flex; 637 | justify-content: space-evenly; 638 | margin-top: 3rem; 639 | } 640 | 641 | -------------------------------------------------------------------------------- /city project/stylebytanuj.css: -------------------------------------------------------------------------------- 1 | @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap"); 2 | 3 | * { 4 | padding: 0; 5 | margin: 0; 6 | box-sizing: border-box; 7 | } 8 | html { 9 | font-size: 62.5%; 10 | } 11 | body { 12 | color: #fff; 13 | font-family: "Open Sans", Helvetica, sans-serif; 14 | font-size: 15pt; 15 | font-weight: 400; 16 | letter-spacing: 0.075em; 17 | line-height: 1.65em; 18 | } 19 | 20 | /* ########################### Utility Classes ########################### */ 21 | .container { 22 | max-width: 1200px; 23 | width: 90%; 24 | margin: auto; 25 | } 26 | h1 { 27 | font-size: 4rem; 28 | font-weight: 500; 29 | letter-spacing: 0.3rem; 30 | } 31 | h2 { 32 | font-size: 3rem; 33 | font-weight: 700; 34 | letter-spacing: 0.3rem; 35 | } 36 | h3 { 37 | font-size: 2rem; 38 | font-weight: 300; 39 | } 40 | 41 | /* ########################### Nav Bar styling ########################### */ 42 | 43 | /* 1. For desktop */ 44 | .navbar input[type="checkbox"], 45 | .navbar .hamburger-lines { 46 | /* we cant see hamburger menu in desktop mode*/ 47 | display: none; 48 | } 49 | 50 | .navbar { 51 | /* box-shadow: 0px 5px 10px #aaa; */ 52 | position: fixed; /*will be visible all the time*/ 53 | width: 100%; /* BY fixed position, it will be out of the flow document, so we have to again resize it*/ 54 | background: #000; 55 | color: whitesmoke; 56 | opacity: 0.6; /* it will be slightly trasnparent*/ 57 | z-index: 999; /*any content will be visible below the navbar*/ 58 | } 59 | 60 | .navbar-container { 61 | display: flex; 62 | justify-content: space-between; /* aligns items in the main axis direction*/ 63 | align-items: center; /* aligns items in the cross axis direction*/ 64 | height: 6.4rem; 65 | } 66 | .menu-items { 67 | display: flex; 68 | } 69 | 70 | .menu-items li { 71 | list-style: none; 72 | margin: 1rem; 73 | font-size: 1.5rem; 74 | } 75 | .logo { 76 | font-size: 3rem; 77 | } 78 | 79 | .navbar a { 80 | color: aliceblue; 81 | text-decoration: none; 82 | transition: all 200ms ease-in-out; 83 | filter: none; 84 | } 85 | .navbar a:hover { 86 | color: rgb(218, 214, 214); 87 | border-bottom: 1px solid white; 88 | } 89 | 90 | /* ===================================== landing page =================================== */ 91 | .landing-page { 92 | /* border: 2px solid red; */ 93 | height: 100vh; 94 | background: url("./images/Gurugram\ home\ pic.jpg"); 95 | /* filter: blur(5px); */ 96 | 97 | background-position: center; 98 | background-repeat: no-repeat; 99 | background-size: cover; 100 | /* text-align: center; */ 101 | } 102 | .inner { 103 | 104 | display: flex; 105 | flex-direction: column; 106 | align-items: center; 107 | justify-content: center; 108 | height: 90%; 109 | background:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)); 110 | } 111 | .guru { 112 | /* margin-top: 1rem; */ 113 | font-weight: 800; 114 | padding: 1.8rem; 115 | width: 30rem; 116 | text-align: center; 117 | 118 | } 119 | .guru-heading{ 120 | opacity: 0; 121 | animation-delay: 0.3s; 122 | animation-duration: 1s; 123 | animation-name: guru-head; 124 | animation-fill-mode: forwards; 125 | animation-iteration-count: 1; 126 | 127 | 128 | } 129 | @keyframes guru-head { 130 | 0%{ 131 | opacity: 0; 132 | } 133 | 100%{ 134 | opacity: 1; 135 | } 136 | } 137 | 138 | .lineup{ 139 | opacity: 0; 140 | border-top: 2px solid white; 141 | background: white; 142 | width: 30rem; 143 | animation-name: line-grow; 144 | animation-duration: 1s; 145 | animation-fill-mode: forwards; 146 | animation-iteration-count: 1; 147 | animation-delay: 0.5s; 148 | 149 | } 150 | .linedown{ 151 | opacity: 0; 152 | border-top: 2px solid white; 153 | width: 30rem; 154 | margin-top: -0.5rem; 155 | animation-name: line-grow; 156 | animation-duration: 1s; 157 | animation-fill-mode: forwards; 158 | animation-iteration-count: 1; 159 | animation-delay: 0.5s; 160 | 161 | } 162 | @keyframes line-grow{ 163 | from{ 164 | width: 0px; 165 | opacity: 0; 166 | } 167 | to{ 168 | width: 300px; 169 | opacity: 1; 170 | } 171 | } 172 | 173 | 174 | 175 | .welcome { 176 | margin-top: 2rem; 177 | letter-spacing: 0.3rem; 178 | text-align: center; 179 | font-size: 300; 180 | line-height: 2.5rem; 181 | font-size: 1.5rem; 182 | text-transform: uppercase; 183 | opacity: 0; 184 | animation-name: visible; 185 | animation-duration: 2s; 186 | animation-delay: 1.1s; 187 | animation-fill-mode: forwards; 188 | animation-iteration-count: 1; 189 | 190 | } 191 | @keyframes visible { 192 | from{ 193 | opacity: 0; 194 | } 195 | to{ 196 | opacity: 1; 197 | } 198 | } 199 | 200 | .button { 201 | border: 2px solid white; 202 | border-radius: 0.5rem; 203 | /* background-color: white; */ 204 | margin-top: 2.8rem; 205 | padding: 0.3rem 4rem; 206 | text-decoration: none; 207 | color: white; 208 | text-transform: uppercase; 209 | font-size: 1.3rem; 210 | letter-spacing: 0.3rem; 211 | transition: all 0.5s ease-in-out; 212 | opacity: 0; 213 | animation-name: visible; 214 | animation-duration: 2s; 215 | animation-delay: 1.1s; 216 | animation-fill-mode: forwards; 217 | animation-iteration-count: 1; 218 | 219 | position: relative; 220 | overflow: hidden; 221 | 222 | } 223 | .button:hover{ 224 | color: white; 225 | } 226 | 227 | .button::before{ 228 | content: ""; 229 | position:absolute; 230 | left: 0; 231 | width: 100%; 232 | height: 0%; 233 | background: royalblue; 234 | z-index: -1; 235 | transition: 0.5s; 236 | 237 | } 238 | .primary::before{ 239 | bottom: 0; 240 | border-radius: 50% 50% 0 0; 241 | } 242 | .primary:hover::before{ 243 | height: 180%; 244 | } 245 | .more{ 246 | position: absolute; 247 | text-decoration:none; 248 | color: aliceblue; 249 | bottom: 12%; 250 | left: 50%; 251 | transform: translate(-50%,-50%); 252 | text-transform: uppercase; 253 | font-size: 1.5rem; 254 | transition: all 0.2s ease-out; 255 | 256 | opacity: 0; 257 | animation-name: slide-down; 258 | animation-duration: 1s; 259 | animation-delay: 2.5s; 260 | animation-fill-mode: forwards; 261 | animation-iteration-count: 1; 262 | animation-timing-function: ease-in-out; 263 | } 264 | @keyframes slide-down { 265 | from{ 266 | top: 75%; 267 | opacity: 1; 268 | } 269 | to{ 270 | top: 82%; 271 | opacity: 1; 272 | } 273 | } 274 | .arrow-icon{ 275 | text-decoration: none; 276 | color: aliceblue; 277 | position: absolute; 278 | bottom: 10%; 279 | transition: all 0.2s ease-out; 280 | opacity: 0; 281 | animation-name: slide-down-arrow; 282 | animation-duration: 1s; 283 | animation-delay: 2.5s; 284 | animation-fill-mode: forwards; 285 | animation-iteration-count: 1; 286 | animation-timing-function: ease; 287 | 288 | } 289 | .arrow-icon:hover{ 290 | transform:scale(1.1); 291 | } 292 | 293 | @keyframes slide-down-arrow{ 294 | from{ 295 | top: 77%; 296 | opacity: 1; 297 | } 298 | to{ 299 | top: 85%; 300 | opacity: 1; 301 | } 302 | } 303 | /* ==================================================== */ 304 | /* ################### Tourism styling ######### */ 305 | /* ======================================================= */ 306 | #tourism{ 307 | background:rgb(231, 227, 227) ; 308 | } 309 | 310 | .tour1{ 311 | height: 90vh ; 312 | background: url("./images/pexels-riccardo-bertolo-4245826.jpg"); 313 | background-position: center; 314 | background-repeat: no-repeat; 315 | background-size:cover ; 316 | color:aliceblue; 317 | 318 | border: 2px solid #4b6cb7; 319 | 320 | } 321 | .show-heading{ 322 | margin-top: 3rem; 323 | } 324 | .main-heading{ 325 | display: flex; 326 | flex-direction: column; 327 | /* border:solid 2px red; */ 328 | align-items: center; 329 | margin-top: 5rem; 330 | } 331 | .wonders, .fingertip, .click{ 332 | margin-top: 1rem; 333 | } 334 | .show-heading{ 335 | text-align: center; 336 | font-size: 3rem; 337 | } 338 | .show-heading { 339 | border-bottom: 2px solid #078d82; 340 | letter-spacing: 0.1rem; 341 | font-size: 2.5rem; 342 | padding-bottom: 2rem; 343 | width: 60rem; 344 | text-transform:uppercase ; 345 | } 346 | 347 | 348 | /* //////////////////// section 1 ///////////////////// */ 349 | /* ################# kingdom of dreams ############# */ 350 | .spotlight{ 351 | display: flex; 352 | padding: 2rem 2rem; 353 | flex-wrap: wrap; 354 | text-align: center; 355 | } 356 | .com-img{ 357 | display: block; 358 | width: 100%; 359 | height: 40rem; 360 | max-width: 100%; 361 | object-fit: cover; 362 | object-position: center; 363 | } 364 | .image{ 365 | width: 50%; 366 | flex: 1 1 40rem ; 367 | 368 | } 369 | .content{ 370 | 371 | background:linear-gradient(126deg,#f2709c, #ff9472); 372 | text-align: center; 373 | width: 50%; 374 | padding: 3rem; 375 | flex: 1 1 40rem; 376 | 377 | 378 | } 379 | .specify-para{ 380 | font-size: 2rem; 381 | color: white; 382 | margin-bottom: 1.5rem; 383 | font-size: 1.5rem; 384 | letter-spacing: 0.3rem; 385 | } 386 | 387 | .specify-head{ 388 | margin: 2rem auto; 389 | text-transform: uppercase ; 390 | padding: 3rem; 391 | } 392 | 393 | /* ################ aaravli hills ############ */ 394 | 395 | .content2{ 396 | background:linear-gradient(126deg,#DC2424, #4A569D); 397 | text-align: center; 398 | width: 50%; 399 | padding: 3rem; 400 | } 401 | .content3{ 402 | background:linear-gradient(126deg,#f857a6, #ff5858); 403 | text-align: center; 404 | width: 50%; 405 | padding: 3rem; 406 | } 407 | .content4{ 408 | background:linear-gradient(126deg,#833ab4, #fd1d1d, #fcb045); 409 | text-align: center; 410 | width: 50%; 411 | padding: 3rem; 412 | } 413 | .content5{ 414 | background:linear-gradient(126deg,#f857a6, #ff5858); 415 | text-align: center; 416 | width: 50%; 417 | padding: 3rem; 418 | } 419 | .button2{ 420 | border: 2px solid white; 421 | border-radius: 0.5rem; 422 | padding: 1rem; 423 | background: #4b6cb7; 424 | color: aliceblue; 425 | text-decoration: none; 426 | text-transform: uppercase; 427 | font-size: 1.3rem; 428 | letter-spacing: 0.3rem; 429 | transition: all 0.3s ease-in-out; 430 | } 431 | .button2:hover{ 432 | background: #38579e; 433 | } 434 | 435 | 436 | /* ######################### FOOD SECTION ################### */ 437 | .tour2{ 438 | margin-top: 0; 439 | margin-bottom: 1rem; 440 | border-top: 2px solid white; 441 | background:url("./images/foodcover.jpg"); 442 | background-position: center; 443 | background-repeat: no-repeat; 444 | background-size: cover; 445 | color: white; 446 | height: 70vh; 447 | } 448 | .main-heading{ 449 | background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); 450 | } 451 | .primary2 { 452 | border: 2px solid royalblue; 453 | border-radius: 0.5rem; 454 | /* background-color: white; */ 455 | margin-top: 2.8rem; 456 | padding: 0.3rem 4rem; 457 | text-decoration: none; 458 | color: royalblue; 459 | text-transform: uppercase; 460 | font-size: 1.3rem; 461 | letter-spacing: 0.3rem; 462 | transition: all 0.5s ease-in-out; 463 | opacity: 0; 464 | animation-name: visible; 465 | animation-duration: 2s; 466 | animation-delay: 1.1s; 467 | animation-fill-mode: forwards; 468 | animation-iteration-count: 1; 469 | 470 | position: relative; 471 | overflow: hidden; 472 | 473 | } 474 | .primary2:hover{ 475 | color: white; 476 | } 477 | 478 | .primary2::before{ 479 | content: ""; 480 | position:absolute; 481 | left: 0; 482 | width: 100%; 483 | height: 0%; 484 | background: royalblue; 485 | z-index: -1; 486 | transition: 0.5s; 487 | 488 | } 489 | .primary2::before{ 490 | bottom: 0; 491 | border-radius: 50% 50% 0 0; 492 | } 493 | .primary2:hover::before{ 494 | height: 180%; 495 | } 496 | 497 | 498 | /* ###################### food section ############### */ 499 | 500 | /* ########### common for all ########### */ 501 | #food{ 502 | background:rgb(235, 233, 233); 503 | } 504 | 505 | 506 | .card{ 507 | display: grid; 508 | width: 23.7%; 509 | height: 50%; 510 | margin: 3rem; 511 | grid-template-columns: 30rem; 512 | grid-template-rows: 21rem 21rem 8rem; 513 | grid-template-areas: "image" "text" "btn"; 514 | color: black; 515 | 516 | font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 517 | border-radius: 1.8rem; 518 | background: white; 519 | box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.5); 520 | text-align: center; 521 | 522 | transition: 0.3s ease-in-out all; 523 | } 524 | .card:hover{ 525 | transform: scale(0.9); 526 | box-shadow: 0.5rem 0.5rem 0.5rem 0.8; 527 | } 528 | 529 | .card-img{ 530 | grid-area: image; 531 | background: url("./images/dahi\ vada.png"); 532 | border-top-right-radius: 1.5rem; 533 | border-top-left-radius: 1.5rem; 534 | background-size: cover; 535 | 536 | } 537 | .card-txt{ 538 | grid-area: text; 539 | margin: 3rem; 540 | } 541 | .card-txt .name{ 542 | color: rgb(225, 7, 110); 543 | font-size: 3rem; 544 | font-weight: 700; 545 | } 546 | .card-txt p{ 547 | color: gray; 548 | font-size: 1.5rem; 549 | font-weight: 300; 550 | line-height: 2rem; 551 | } 552 | .card-txt h2{ 553 | margin-top: 0; 554 | font-size: 2.8rem; 555 | } 556 | .card-btn{ 557 | grid-area: btn ; 558 | background:rgb(225, 7, 110); 559 | border-bottom-left-radius: 1.5rem; 560 | border-bottom-right-radius: 1.5rem; 561 | text-align: center; 562 | 563 | } 564 | .exp-btn{ 565 | display: block; 566 | width: 12rem; 567 | text-decoration: none; 568 | color: white; 569 | border: 2px solid white; 570 | border-radius: 0.5rem; 571 | padding: 0.2rem; 572 | /* margin-top: 1.5rem; 573 | margin-left: 6rem; */ 574 | margin: 2rem 9rem; 575 | transition: 0.2s ease-in-out; 576 | } 577 | .exp-btn:hover{ 578 | background: white; 579 | color: royalblue; 580 | } 581 | .food-btn{ 582 | color: royalblue; 583 | border: 2px solid royalblue; 584 | background: white; 585 | } 586 | .card-wrapper{ 587 | display: flex; 588 | justify-content: center; 589 | } 590 | .c2-img{ 591 | background: url("./images/bora\ roti\ ghee.png"); 592 | background-position: center; 593 | background-size: cover; 594 | } 595 | .c3-img{ 596 | background: url("./images/pakoda.png"); 597 | background-position: center; 598 | background-size: cover; 599 | } 600 | .c4-img{ 601 | background: url("./images/malpua.png"); 602 | background-position: center; 603 | background-size: cover; 604 | } 605 | .c5-img{ 606 | background: url("./images/malai.png"); 607 | background-position: center; 608 | background-size: cover; 609 | } 610 | .c6-img{ 611 | background: url("./images/kichdoi.png"); 612 | background-position: center; 613 | background-size: cover; 614 | } 615 | .c7-img{ 616 | background: url("./images/makkhan.png"); 617 | background-position: center; 618 | background-size: cover; 619 | } 620 | .c8-img{ 621 | background: url("./images/churma.jfif"); 622 | background-position: center; 623 | background-size: cover; 624 | } 625 | .c9-img{ 626 | background: url("./images/bathua.png"); 627 | background-position: center; 628 | background-size: cover; 629 | } 630 | 631 | 632 | /* ################# Culture #################### */ 633 | .tour3{ 634 | background: url("./images/pexels-navneet-shanu-672630.jpg"); 635 | border-top: 1px solid black; 636 | height: 70vh; 637 | /* background-position: center; */ 638 | /* background-size: cover; */ 639 | background-repeat: no-repeat; 640 | /* background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)); */ 641 | } 642 | @keyframes content{ 643 | 0%{ 644 | background: url('./images/1.png'); 645 | background-position: center; 646 | background-size: cover; 647 | background-repeat: no-repeat; 648 | 649 | } 650 | 14%{ 651 | background: url('./images/1.png'); 652 | background-position: center; 653 | background-size: cover; 654 | background-repeat: no-repeat; 655 | } 656 | 28%{ 657 | background: url('./images/2.jfif'); 658 | background-position: center; 659 | ackground-size: cover; 660 | background-repeat: no-repeat; 661 | } 662 | 42%{ 663 | background: url('./images/4.jfif'); 664 | background-position: center; 665 | background-size: cover; 666 | background-repeat: no-repeat; 667 | } 668 | 56%{ 669 | background: url('./images/5.jfif'); 670 | background-position: center; 671 | background-size: cover; 672 | background-repeat: no-repeat; 673 | } 674 | 70%{ 675 | background: url('./images/6.png'); 676 | background-position: center; 677 | background-size: cover; 678 | background-repeat: no-repeat; 679 | } 680 | 84%{ 681 | background: url('./images/7.jfif'); 682 | background-position: center; 683 | background-size: cover; 684 | background-repeat: no-repeat; 685 | } 686 | 98%{ 687 | background: url('./images/8.jfif'); 688 | background-position: center; 689 | background-size: cover; 690 | background-repeat: no-repeat; 691 | } 692 | 100%{ 693 | background: url('./images/1.jfif'); 694 | background-position: center; 695 | background-size: cover; 696 | background-repeat: no-repeat; 697 | 698 | } 699 | } 700 | 701 | .culture-images{ 702 | width: 90%; 703 | height: 90vh; 704 | 705 | animation-name: content; 706 | animation-iteration-count: infinite; 707 | animation-duration: 50s; 708 | border: 10px solid black; 709 | border-radius: 50px; 710 | margin-left:70px; 711 | margin-top: 5vh; 712 | margin-bottom: 3vh; 713 | 714 | } 715 | .cultureback{ 716 | background: url("./images/640990.jpg"); 717 | background-position: center; 718 | background-size:cover; 719 | background-repeat:no-repeat; 720 | /* width:100%; 721 | height:100vh; 722 | position: absolute; 723 | top:0px; */ 724 | 725 | 726 | } 727 | 728 | /* ################################# Signin ################# */ 729 | #signin{ 730 | background: #282b34 ; 731 | height: 110vh; 732 | text-align: center; 733 | } 734 | 735 | .why-sign-up{ 736 | border: 2px solid #363941; 737 | padding: 8rem 0 6rem 0; 738 | } 739 | .why-sign-up h2{ 740 | padding-bottom: 2rem; 741 | letter-spacing: 0.2rem; 742 | 743 | } 744 | 745 | .why-sign-up h3,p{ 746 | letter-spacing: 0.2rem; 747 | font-weight: 300; 748 | color: #b1b4b9; 749 | font-size: 1.5rem; 750 | } 751 | 752 | /* ########### Form ######### */ 753 | .form-wrapper{ 754 | display: flex; 755 | justify-content: space-evenly; 756 | margin-top: 6rem; 757 | } 758 | /* .form-group{ 759 | width: 40%; 760 | } */ 761 | .form-section{ 762 | /* border: 2px solid white; */ 763 | 764 | width: 45%; 765 | } 766 | .form{ 767 | display: flex; 768 | flex-wrap: wrap; 769 | flex-direction: column; 770 | justify-content: space-evenly; 771 | /* align-items: center; */ 772 | } 773 | .form-details{ 774 | display: flex; 775 | } 776 | .form-group{ 777 | width: 50%; 778 | } 779 | .add-details{ 780 | border-left: 2px solid #363941; 781 | width: 45%; 782 | } 783 | .form-group input{ 784 | text-decoration: none; 785 | border-radius: 1rem; 786 | width: 90%; 787 | height: 4rem; 788 | margin:1rem 0 1rem 0 ; 789 | box-shadow: none; 790 | border: none; 791 | 792 | } 793 | .form-group input::placeholder{ 794 | padding-left: 2rem; 795 | font-style: italic; 796 | font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 797 | } 798 | .form-group textarea{ 799 | margin-left: 1.7rem; 800 | border-radius: 1rem; 801 | width: 53rem; 802 | height: 10rem; 803 | } 804 | .form-group textarea::placeholder{ 805 | padding-left: 2rem; 806 | font-style: italic; 807 | font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 808 | } 809 | .form-btn{ 810 | border: none; 811 | color: white; 812 | text-transform: uppercase; 813 | letter-spacing: 0.2rem; 814 | border-radius: 1rem;; 815 | margin: 2rem auto; 816 | text-decoration: none; 817 | /* border: 2px solid red; */ 818 | background : red; 819 | height: 4rem; 820 | width: 10rem; 821 | transition: all 0.3s ease-in-out; 822 | } 823 | .form-btn:hover{ 824 | background: rgb(252, 79, 79); 825 | transform: scale(1.1); 826 | } 827 | 828 | /* ############## address details ########## */ 829 | .add-details{ 830 | width: 45%; 831 | } 832 | .mail-head, 833 | .phone-head, 834 | .address-head{ 835 | font-size: 1.6rem; 836 | color: #e97770; 837 | } 838 | .mail-para 839 | ,.phone-para 840 | ,.address-para{ 841 | color: #ffffff80; 842 | font-size: 1.4rem; 843 | } 844 | .mail-para{ 845 | display: flex; 846 | flex-direction: column; 847 | } 848 | .mail-para a{ 849 | text-decoration: none; 850 | color:#ffffff80 ; 851 | } 852 | .wrapper1{ 853 | display: flex; 854 | justify-content: space-evenly; 855 | } 856 | .wrapper2{ 857 | display: flex; 858 | justify-content: space-evenly; 859 | margin-top: 3rem; 860 | } 861 | 862 | 863 | 864 | 865 | 866 | /* ####################################################################################################### */ 867 | /* ################################ MEDIA QUERRIES ###################################################### */ 868 | /* ################################################################################################### */ 869 | @media (max-width: 720px) { 870 | .navbar{ 871 | opacity: 0.95; 872 | } 873 | .navbar-container input[type="checkbox"], 874 | .navbar-container .hamburger-lines{ 875 | display: block; 876 | } 877 | 878 | .navbar-container { 879 | display: block; 880 | position: relative; 881 | height: 64px; 882 | } 883 | 884 | .navbar-container input[type="checkbox"]{ 885 | position: absolute; 886 | display: block; 887 | height: 32px; 888 | width: 40px; 889 | top: 20px; 890 | left: 20px; 891 | z-index: 5; 892 | opacity: 0; 893 | } 894 | .navbar-container .hamburger-lines{ 895 | display: block; 896 | height: 32px; 897 | width: 40px; 898 | position: absolute; 899 | top: 20px; 900 | left: 20px; 901 | z-index: 2; 902 | display: flex; 903 | flex-direction: column; 904 | justify-content: space-between; 905 | } 906 | .navbar-container .hamburger-lines .line{ 907 | display: block; 908 | height: 4px; 909 | width: 100%; 910 | border-radius: 10px; 911 | background: #fff; 912 | } 913 | .navbar-container .hamburger-lines .line1{ 914 | transform-origin: 0% 0%; 915 | transition: transform 0.4s ease-in-out; 916 | } 917 | .navbar-container .hamburger-lines .line2{ 918 | transition: transform 0.4s ease-in-out; 919 | } 920 | .navbar-container .hamburger-lines .line3{ 921 | transform-origin: 0% 100%; 922 | transition: transform 0.4s ease-in-out; 923 | } 924 | 925 | .navbar .menu-items{ 926 | padding-top:100px; 927 | background: rgb(39, 38, 38); 928 | height: 100vh; 929 | max-width: 300px; 930 | transform : translate(-150%) ; 931 | display: flex; 932 | flex-direction: column; 933 | margin-left: -40px; 934 | padding-left: 50px; 935 | transition: transform 0.5s ease-in-out; 936 | box-shadow: 5px 0 10px 0px #aaa; 937 | } 938 | .navbar .menu-items li{ 939 | margin-bottom: 30px; 940 | font-size: 20px; 941 | font-weight: 500; 942 | 943 | } 944 | .logo{ 945 | position: absolute; 946 | top: 15px; 947 | right: 15px; 948 | font-size: 30px; 949 | } 950 | .navbar-container input[type="checkbox"]:checked ~ .menu-items{ 951 | transform: translateX(0); 952 | } 953 | .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{ 954 | transform: rotate(45deg); 955 | } 956 | .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{ 957 | transform: scaleY(0); 958 | } 959 | .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{ 960 | transform: rotate(-45deg); 961 | } 962 | } 963 | 964 | @media (max-width: 850px){ 965 | .landing-page{ 966 | width: 100%; 967 | background-position: center; 968 | background-size: vover; 969 | } 970 | h1{ 971 | font-size: 1.8rem; 972 | } 973 | h2{ 974 | font-size:1.5rem; 975 | } 976 | h3{ 977 | font-size: 1.5rem; 978 | } 979 | .click{ 980 | background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)); 981 | } 982 | .show-heading{ 983 | /* border: 2px solid red; */ 984 | margin-top: 0.5rem; 985 | } 986 | .main{ 987 | text-align: center; 988 | /* border: 2px solid red; */ 989 | margin-top: 1rem; 990 | } 991 | .main-heading{ 992 | margin-top: 1rem; 993 | } 994 | 995 | 996 | 997 | } 998 | 999 | @media (max-width: 500px) { 1000 | html{ 1001 | font-style: 50%; 1002 | } 1003 | /* food cards */ 1004 | .card-wrapper{ 1005 | display: block; 1006 | text-align: center; 1007 | 1008 | } 1009 | .card{ 1010 | width: 60vw; 1011 | /* border: 2px solid red; */ 1012 | margin-left: 10rem; 1013 | } 1014 | } -------------------------------------------------------------------------------- /city project/thanks.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | contect us 8 | 9 | 10 | 11 |
12 | 13 |
14 | 21 | 22 | 23 |
24 | 25 |

Thanks for regestring!

26 | 27 |
28 |
29 | 30 |
31 |
32 |
33 | 34 |

Secured.

35 |

Your data is secureed.All private information shared with us seaved securly.Your trust is our confidence

36 |
37 | 38 | 39 |
40 | 41 | 42 | -------------------------------------------------------------------------------- /mongo-config.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: v1 2 | kind: ConfigMap 3 | metadata: 4 | name: mongo-config 5 | data: 6 | mongo-url: mongo-service 7 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "website", 3 | "version": "0.1.0", 4 | "private": true, 5 | "dependencies": { 6 | "@emotion/react": "^11.10.4", 7 | "@emotion/styled": "^11.10.4", 8 | "@testing-library/jest-dom": "^5.16.4", 9 | "@testing-library/react": "^13.3.0", 10 | "@testing-library/user-event": "^13.5.0", 11 | "aos": "^2.3.4", 12 | "bootstrap": "^5.2.2", 13 | "react": "^18.1.0", 14 | "react-bootstrap": "^2.5.0", 15 | "react-dom": "^18.1.0", 16 | "react-router-dom": "^6.3.0", 17 | "react-scripts": "5.0.1", 18 | "web-vitals": "^2.1.4" 19 | }, 20 | "scripts": { 21 | "start": "react-scripts start", 22 | "build": "react-scripts build", 23 | "test": "react-scripts test", 24 | "eject": "react-scripts eject" 25 | }, 26 | "eslintConfig": { 27 | "extends": [ 28 | "react-app", 29 | "react-app/jest" 30 | ] 31 | }, 32 | "browserslist": { 33 | "production": [ 34 | ">0.2%", 35 | "not dead", 36 | "not op_mini all" 37 | ], 38 | "development": [ 39 | "last 1 chrome version", 40 | "last 1 firefox version", 41 | "last 1 safari version" 42 | ] 43 | } 44 | } 45 | -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/public/favicon.ico -------------------------------------------------------------------------------- /public/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 12 | 13 | 15 | 16 | 17 | 18 | 22 | 23 | 32 | Adarsh.io 33 | 34 | 35 | 36 |
37 | 47 | 52 | 53 | 54 | 55 | -------------------------------------------------------------------------------- /public/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "short_name": "React App", 3 | "name": "Create React App Sample", 4 | "icons": [ 5 | { 6 | "src": "favicon.ico", 7 | "sizes": "64x64 32x32 24x24 16x16", 8 | "type": "image/x-icon" 9 | }, 10 | { 11 | "src": "logo192.png", 12 | "type": "image/png", 13 | "sizes": "192x192" 14 | }, 15 | { 16 | "src": "logo512.png", 17 | "type": "image/png", 18 | "sizes": "512x512" 19 | } 20 | ], 21 | "start_url": ".", 22 | "display": "standalone", 23 | "theme_color": "#000000", 24 | "background_color": "#ffffff" 25 | } 26 | -------------------------------------------------------------------------------- /public/ms-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adarsh-K21/Development-Projects/0ffa53d90586bf38f288390624623efef0c7d14d/public/ms-icon-144x144.png -------------------------------------------------------------------------------- /public/robots.txt: -------------------------------------------------------------------------------- 1 | # https://www.robotstxt.org/robotstxt.html 2 | User-agent: * 3 | Disallow: 4 | -------------------------------------------------------------------------------- /src/About.jsx: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Web from "../src/images/about.jpg"; 3 | import c1 from "../src/images/c1.jpg"; 4 | import c2 from "../src/images/c2.jpg"; 5 | import c3 from "../src/images/c3.jpg"; 6 | import "../src/about.css" 7 | // import {Link} from "react-router-dom"; 8 | import Common from "./Common"; 9 | 10 | const About = () => { 11 | 12 | return ( 13 | <> 14 |
15 |
16 | 17 | 18 | 19 |
20 |
21 |
22 | Image 23 |
24 |
25 | Image 26 |
27 |
28 | Image 29 |
30 |
31 | 35 | 39 |
40 | 41 | 42 | ); 43 | }; 44 | 45 | export default About; -------------------------------------------------------------------------------- /src/Alert.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | function Alert(props) { 4 | const capatalize = (word) => { 5 | const lower = word.toLowerCase(); 6 | return lower.charAt(0).toUpperCase() + lower.slice(1); 7 | }; 8 | 9 | return ( 10 |
11 | {props.alert && ( 12 |
16 | {capatalize(props.alert.type)}:{props.alert.msg} 17 |
18 | )} 19 |
20 | ); 21 | } 22 | 23 | export default Alert; 24 | -------------------------------------------------------------------------------- /src/App.css: -------------------------------------------------------------------------------- 1 | .App { 2 | text-align: center; 3 | } 4 | 5 | .App-logo { 6 | height: 40vmin; 7 | pointer-events: none; 8 | } 9 | 10 | @media (prefers-reduced-motion: no-preference) { 11 | .App-logo { 12 | animation: App-logo-spin infinite 20s linear; 13 | } 14 | } 15 | 16 | .App-header { 17 | background-color: #282c34; 18 | min-height: 100vh; 19 | display: flex; 20 | flex-direction: column; 21 | align-items: center; 22 | justify-content: center; 23 | font-size: calc(10px + 2vmin); 24 | color: white; 25 | } 26 | 27 | .App-link { 28 | color: #61dafb; 29 | } 30 | 31 | @keyframes App-logo-spin { 32 | from { 33 | transform: rotate(0deg); 34 | } 35 | to { 36 | transform: rotate(360deg); 37 | } 38 | } 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /src/App.jsx: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Home from "./Home"; 3 | import About from "./About"; 4 | import Contact from "./Contact"; 5 | import Service from "./Service"; 6 | import { Routes, Route } from "react-router-dom"; 7 | import Navbar from "./Navbar"; 8 | import data from "./data.json"; 9 | import Footer from "./Footer"; 10 | import ChatBot from "./chatBot" 11 | 12 | const App = () => { 13 | return ( 14 | <> 15 | 16 | 17 | } /> 18 | } /> 19 | } /> 20 | } /> 21 | } /> 22 | } /> 23 | 24 | {/* */} 25 | 26 |