Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoy-12 committed Mar 29, 2024
1 parent 8318f71 commit d10d333
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
Binary file added RAHUL.jpeg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 12 additions & 2 deletions appointment.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,20 @@
<div class="flex flex-wrap formbold--mx-3">
<div class="w-full sm:w-half formbold-px-3">
<div class="formbold-mb-5 w-full">
<label for="date" class="formbold-form-label"> Prefered Appointment Time </label>
<input type="datetime-local" id="date" name="message" class="formbold-form-input" required />
<label for="date" class="formbold-form-label"> Date </label>
<input type="date" id="date" name="date" class="formbold-form-input" required />
</div>
</div>
<div class="w-full sm:w-half formbold-px-3">
<div class="formbold-mb-5">
<label for="time" class="formbold-form-label"> Time </label>
<input type="time" name="time" id="time" class="formbold-form-input" required />
</div>
</div>
</div>
<div class="formbold-mb-5">
<label for="message" class="formbold-form-label"> Reason for Appointment </label>
<input type="message" id="message" name="message" class="formbold-form-input" required />
</div>
<button type="submit" class="formbold-btn">Book Appointment</button>
</form>
Expand Down
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,17 +244,17 @@ <h3 style="color: #ff5500;">Digital Services</h3>
<h1>Meet Our hard working employees</h1>
<div class="wrapper">
<div class="employeecard">
<img src="R.png" alt="Mountain">
<img src="RAHUL.jpeg.jpg" alt="Road">
<div class="info">
<h1>Mountain</h1>
<p>Lorem Ipsum is simply dummy text from the printing and typeseting industry</p>
<h1>Rahul Kumar Singh</h1>
<p>9830285060</p>
</div>
</div>
<div class="employeecard">
<img src="R.png" alt="Road">
<img src="subhankar.jpg" alt="Mountain">
<div class="info">
<h1>Road</h1>
<p>Lorem Ipsum is simply dummy text from the printing and typeseting industry</p>
<h1>Subhankar Swarnakar</h1>
<p>7278305527</p>
</div>
</div>
</div>
Expand Down
Binary file added subhankar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d10d333

Please sign in to comment.