Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
279e23c
Added appointment page
GrowAsguard Jul 14, 2024
b18d848
Added more to appointment page
GrowAsguard Jul 14, 2024
5e12104
added functionalities
GrowAsguard Jul 17, 2024
7a7f2b6
fixed readme, appointments
GrowAsguard Jul 17, 2024
844d776
fixed the boxes
GrowAsguard Jul 17, 2024
f375d9c
Update styles_login.css
lorseee Jul 20, 2024
27d2729
Merge branch 'main' of https://github.com/GrowAsguard/doct into pr/2
lorseee Jul 20, 2024
f35883f
Update login.html
lorseee Jul 20, 2024
1b0e7ea
Update styles_login.css
lorseee Jul 20, 2024
9159180
Update index.html
Mehul-0503 Jul 20, 2024
7803737
Create styles_footer.css
Mehul-0503 Jul 20, 2024
0bc6220
Create register.html
lorseee Jul 20, 2024
aa2b865
Merge branch 'main' of https://github.com/GrowAsguard/doct into pr/2
Mehul-0503 Jul 20, 2024
f74ca71
added styles
GrowAsguard Jul 20, 2024
886f26d
Merge branch 'main' of https://github.com/GrowAsguard/doct
GrowAsguard Jul 20, 2024
05df863
Update appointments.html
Mehul-0503 Jul 20, 2024
c7eb816
Update index.html
Mehul-0503 Jul 20, 2024
4a3af64
Update styles_footer.css
Mehul-0503 Jul 20, 2024
1b302d4
Update register.html
lorseee Jul 21, 2024
d6547df
Create styles_register.css
lorseee Jul 21, 2024
f28f6fd
Update register.html
lorseee Jul 22, 2024
76b3a31
Update styles_register.css
lorseee Jul 22, 2024
b94f4cf
Update styles_register.css
lorseee Jul 22, 2024
58543d3
Update styles.css
lorseee Jul 22, 2024
14070cf
background
lorseee Jul 23, 2024
3c1c930
fixed flexbox of registration
GrowAsguard Oct 17, 2024
15bfdd2
Update styles_footer.css
Mehul-0503 Oct 20, 2024
7b8740f
kvkv
lorseee Oct 20, 2024
a4c3b56
Create icon.jpg
Mehul-0503 Oct 20, 2024
e9fd5be
bg-image
Mehul-0503 Oct 20, 2024
75b1393
Update index.html
lorseee Oct 20, 2024
5d92dcb
Merge branch 'main' of https://github.com/GrowAsguard/doct into pr/2
lorseee Oct 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 36 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,37 @@
# doct
# Project Name

hum dum

## Milestones

### Phase 1: Planning
- [x] Website layout
- [x] Website features
- [x] Website functionalities
- [x] Create project plan

### Phase 2: Design
- [x] Design website layout
- [x] Design UI/UX
- [x] Review and approve design

### Phase 3: Development
- [x] Set up development environment
- [ ] Implement core features
- [ ] Feature 0: Design the website
- [ ] Feature 1: User Authentication
- [ ] Feature 2: User Profile Management
- [ ] Feature 3: Doctor Profile Management
- [ ] Feature 4: Appointments Management
- [ ] Conduct code reviews

### Phase 4: Testing
- [ ] Perform UI/UX testing
- [ ] Conduct functionality testing
- [ ] Execute user tests
- [ ] Fix bugs identified in testing

### Phase 5: Deployment
- [ ] Set up production environment
- [ ] Deploy to production
- [ ] Verify deployment
83 changes: 83 additions & 0 deletions appointments.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Appointments</title>
<link rel="icon" href="/images/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="styles_appointments.css">
<script src="https://kit.fontawesome.com/1165876da6.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="styles_footer.css">

</head>
<body>
<script src="styles.js"></script>
<nav>
<div>
<strong>
<a target="_blank" href="/index.html"> Go home </a>
<a target="_blank"> Help </a>
<select id="language">
<option value="EN"> English </option>
<option value="KA"> Kannada </option>
<option value="HI"> Hindi </option>
</select>
<a target="_blank" href="https://maps.app.goo.gl/4HDrxjRKvi6iWfdJA">
<img src="/images/maps.webp" alt="#" title="Find clinic" id="maps-id">

</a>
</strong>
</div>
</nav>

<div id="big-text" class="big-text-box">
<h1>My Appointments</h1>
</div>

<a href="#" class="sort-dropdown">SORT BY ▼</a>
<ul class="sort-dropdown">
<li><a href="#">Latest appointments</a></li>
<li><a href="#">Oldest appointments</a></li>
<li><a href="#">Scheduled appointments</a></li>
<li><a href="#">Cancelled appointments</a></li>
<li><a href="#">Pending appointments</a></li>
</ul>

<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>

<footer>
<div class="container">
<div class="footer-content">
<h3>Contact Us</h3>
<p>Email:abc@example.com</p>
<p>Phone:+91 8695475650</p>
<p>Address:</p>
<p>AECS Layout, ITPL Main Road,Bengaluru</p>
</div>
<div class="footer-content">
<h3>Quick Links</h3>
<ul class="list">
<li><a href="">Home</a></li>
<li><a href="">About</a></li>
<li><a href="">Services</a></li>
<li><a href="">Products</a></li>
<li><a href="">Contact</a></li>
</ul>
</div>
<div class="footer-content">
<h3>Follow Us</h3>
<ul class="social-icons">
<li><a href=""><i class="fab fa-facebook"></i></a></li>
<li><a href=""><i class="fab fa-twitter"></i></a></li>
<li><a href=""><i class="fab fa-instagram"></i></a></li>
<li><a href=""><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<div class="bottom-bar">
<p></p>
</div>

</footer>
</body>
</html>
Empty file added appointments_script.js
Empty file.
Binary file added images/appointmentdoc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/doc bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
118 changes: 94 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,49 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DOCTORMENT!</title>
<title>Doctorment</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="/images/favicon.png" type="image/x-icon">
<script src="https://kit.fontawesome.com/1165876da6.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="styles_footer.css">

</head>
<body>
<nav>
<div>
<strong>
<a target="_blank"> My Appointments </a>
<a target="_blank"> Help </a>
<a target="_blank" href="/login.html"> Login </a>
<select id="language">
<option value="EN"> English </option>
<option value="KA"> Kannada </option>
<option value="HI"> Hindi </option>
<option value="FR"> FRENCH </option>
</select>
<a target="_blank" href="https://maps.app.goo.gl/4HDrxjRKvi6iWfdJA">
<img src="/images/maps.webp" alt="#" title="Find clinic" id="maps-id">
<strong>
<a target="_blank" href="/appointments.html"> My Appointments </a>
<a target="_blank" href="#"> Help </a>
<a target="_blank" href="/login.html"> Login </a>
<select id="language">
<option value="EN"> English </option>
<option value="KA"> Kannada </option>
<option value="HI"> Hindi </option>
</select>
<a target="_blank" href="https://maps.app.goo.gl/4HDrxjRKvi6iWfdJA">
<img src="/images/maps.webp" alt="#" title="Find clinic" id="maps-id">
</a>
<img src="/images/doctorment-removebg-preview.png" id = "logo">

</a>

</strong>
</div>
</strong>

</nav>


<section id="search-section">
<div>
<img src="/images/doctorment-removebg-preview.png" id = "logo">
</div>


<div id="booking-text">
<h1>DOCTORMENT</h1>
</div>

<div id="bg-image">
<img class="bg" src="/images/icon.jpg" id = "image">
</div>

<div id="subheading">
<h2>Book your appointment in 2 mins!!</h2>
<h2>Book your appointment in 2 minutes!</h2>
</div>

<form id="search-box">
Expand All @@ -51,15 +59,77 @@ <h2>Book your appointment in 2 mins!!</h2>
</section>


<section id="useless-content">
<section id="text-filler">

</section>

<div class="fillerContainer">

<div class="howToBookText">
<h1>How to book?</h1>
<p id="threeSteps">Booking a doctor is just 3 easy steps now!</p>
</div>

<div class="boxesOutside">
<div class="col-lg-4">
<div class="box_feat" id="icon_1">
<span></span>
<h3>SEARCH</h3>
<p>Doctor / Specialization to match specific consultation needs.</p>
</div>
</div>
<div class="col-lg-4">
<div class="box_feat" id="icon_2">
<span></span>
<h3>BOOK</h3>
<p>Request appointments based on slots, date and location.</p>
</div>
</div>
<div class="col-lg-4">
<div class="box_feat" id="icon_3">
<h3>CONFIRM</h3>
<p>Avoid endless back and forth communication; add your details and that's it!</p>
</div>
</div>
</div>

</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>

<footer>
<div class="container">
<div class="footer-content">
<h3>Contact Us</h3>
<p>Email:abc@example.com</p>
<p>Phone:+91 8695475650</p>
<p>Address:</p>
<p>AECS Layout, ITPL Main Road,Bengaluru</p>
</div>
<div class="footer-content">
<h3>Quick Links</h3>
<ul class="list">
<li><a href="">Home</a></li>
<li><a href="">About</a></li>
<li><a href="">Services</a></li>
<li><a href="">Products</a></li>
<li><a href="">Contact</a></li>
</ul>
</div>
<div class="footer-content">
<h3>Follow Us</h3>
<ul class="social-icons">
<li><a href=""><i class="fab fa-facebook"></i></a></li>
<li><a href=""><i class="fab fa-twitter"></i></a></li>
<li><a href=""><i class="fab fa-instagram"></i></a></li>
<li><a href=""><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<div class="bottom-bar">
<p></p>
</div>


</footer>
</body>
</html>


</html>
41 changes: 20 additions & 21 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,36 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login Dashboard</title>
<link rel="stylesheet" href="/styles_login.css">
<link rel="icon" href="/images/favicon.png" type="image/x-icon">
</head>
<body>
<div class="wrapper">
<div class="container">
<div class="box form-box">
<header>LOGIN</header>
<form action="action_page.php" method="post">
<div class="imgcontainer">
<img src="/images/ava.jpg" alt="Avatar" class="avatar">
</div>


<div id="loginText">
<h1>LOGIN</h1>
<div class="field input">
<label for="uname"><b>Username</b></label>
<input type="text" placeholder="Enter Username" name="uname" required>
</div>

<div class="userPassContainer">
<label for="uname"><b>Username</b></label>
<input type="text" placeholder="Enter Username" name="uname" required>

<div class="field input">
<label for="psw"><b>Password</b></label>
<input type="password" placeholder="Enter Password" name="psw" required>
</div>

<div class="loginPageButtons">
<button type="submit">Login</button>
<label>
<input type="checkbox" checked="checked" name="remember"> Remember me
</label>
<div class="field">
<input type="submit" class="button" name="Submit"value="Login" required>
</div>

</div>

<div class="container" style="background-color:#f1f1f1">
<button type="button" class="cancelbtn">Cancel</button>
<span class="psw">Forgot <a href="#">password?</a></span>
</form>
<div class="links">
Don't have account? <a href="register.html">Sign Up Now</a>
</div>
</form>
</div>
</div>

</body>

</html>
Binary file added pop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions register.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Register Dashboard</title>
<link rel="stylesheet" href="/styles_register.css">
<link rel="icon" href="/images/favicon.png" type="image/x-icon">
</head>
<body>
<div class="container">
<div class="box form-box">
<header>Sign up</header>
<form action="action_page.php" method="post">
<div class="field input">
<label for="name"><b>Name</b></label>
<input type="text" placeholder="Enter your name" name="name" autocomplete="off" required>
</div>

<div class="field input">
<label for="email"><b>Email</b></label>
<input type="text" placeholder="Enter your email" name="email" autocomplete="off" required>
</div>

<div class="field input">
<label for="psw"><b>Password</b></label>
<input type="password" placeholder="Enter Password" name="psw" autocomplete="off" required>
</div>

<div class="field input">
<label for="Phone"><b>Mobile</b></label>
<input type="number" placeholder="Enter your mobile-no" name="Phone" autocomplete="off" required>
</div>


<div class="field">
<input type="submit" class="button" name="Submit"value="Sign up" required>
</div>

<div class="links">
Already a member? <a href="login.html">Login Now</a>
</div>

</form>
</div>
</div>

</body>

</html>
Loading