Skip to content

Commit

Permalink
Merge pull request #667 from Vidarbh-Sharma/main
Browse files Browse the repository at this point in the history
i Add Multi-Language Support and and add new function .I hope This is…
  • Loading branch information
tushargupta1504 authored Nov 10, 2024
2 parents f227eae + 74d0dd0 commit 14dcf95
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
25 changes: 18 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,13 +272,13 @@ <h3>Your Health, Our Priority</h3>

<section class="about" id="about">

<h1 class="heading"> <span> about </span> us </h1>


<div class="row">

<div class="video-container" data-aos="zoom-in-up">
<video src="img/about-video.mp4" loop autoplay muted></video>
<h3>who we are</h3>

</div>

<div class="content" data-aos="fade-left" data-aos-duration="500">
Expand Down Expand Up @@ -645,14 +645,14 @@ <h1 class="mb-4">Have Any Query? Please Contact Us!</h1>
<div class="form">
<input type="text" class="form-control" id="name" name="name"
placeholder="Your Name" required>
<label for="name">Your Name</label>

</div>
</div>
<div class="col-md-6">
<div class="form">
<input type="email" class="form-control" id="email" name="email"
placeholder="Your Email" required>
<label for="email">Your Email</label>

</div>
</div>
<div class="col-md-6">
Expand All @@ -667,22 +667,22 @@ <h1 class="mb-4">Have Any Query? Please Contact Us!</h1>
<div class="form">
<input type="text" class="form-control" id="city" name="city"
placeholder="Your City" required>
<label for="city">Your City</label>

</div>
</div>
<div class="col-12">
<div class="form">
<input type="text" class="form-control" id="subject" name="subject"
placeholder="Subject" required>
<label for="subject">Subject</label>

</div>
</div>
<div class="col-12">
<div class="form">
<textarea class="form-control" placeholder="Leave a message here"
id="message" name="message" style="height: 100px ; font-size: 15px;"
required></textarea>
<label for="message">Message</label>

</div>
</div>
<div class="col-12 d-flex justify-content-center">
Expand Down Expand Up @@ -834,6 +834,17 @@ <h3><a class="social-icon__link" href="https://tushargupta1504.github.io/Medical
</main>


<div id="google_translate_element"></div>

<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL}, 'google_translate_element');
}
</script>

<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>





Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ label{
position: absolute;
width: 45px;
height: 22px;
right: 20px;
left: 20px;
top: 20px;
border: 2px solid;
border-radius: 20px;
Expand All @@ -36,7 +36,7 @@ label:before{
width:20px;
height: 20px;
border-radius: 50%;
background: #000;
background: #010101;
cursor: pointer;
transition: 0.4s;
}
Expand Down

0 comments on commit 14dcf95

Please sign in to comment.