-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutUs.html
79 lines (71 loc) · 3.29 KB
/
AboutUs.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>About MediTrack</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/AboutUs.css">
</head>
<body>
<header>
<h1>About Meditrack</h1>
</header>
<nav>
<a href="index.html">Home</a>
<a href="AboutUs.html">About Us</a>
<!-- <a href="#features">Features</a> -->
<!-- <a href="#contact">Contact</a> -->
</nav>
<main>
<section id="about-us" class="about-section">
<img src="static/MediConnect_Team.webp" alt="MediConnect Team">
<div class="about-section-content">
<h2>Our Mission</h2>
<p>At MediConnect, our mission is to revolutionize the way healthcare providers and pharmacies manage their medicine stocks. We believe that effortless tracking and monitoring of medicine supplies can lead to better patient care and more efficient operations.</p>
<!-- <a href="#contact">Get in Touch</a> -->
</div>
</section>
<section id="features" class="about-section">
<div class="about-section-content">
<h2>Key Features</h2>
<h1>MediConnect offers a comprehensive suite of features to help you stay on top of your medicine stocks: </h1>
<ul>
<li>Real-time inventory tracking</li>
<!-- <li>Automated expiration date management</li>
<li>Customizable alerts and notifications</li> -->
<li>User-end and Business-end compatibility</li>
<li>Collaborative team management</li>
<li>Detailed reporting and analytics</li>
</ul>
<!-- <a href="#contact">Learn More</a> -->
</div>
<img src="static/MediConnect_Features.webp" alt="MediConnect Features">
</section>
<section id="contact" class="about-section">
<img src="static/MediConnect_Contact.png" alt="MediConnect Contact">
<div class="about-section-content">
<h2>Our Team</h2>
<h1>We Team Potato Coders
are proud developers of this revolutionary website which is medicine repository tracking web-app.
</h1>
<p>
<a href="https://github.com/TechShreyash/MediConnectBackend" target="_blank"><i class="fab fa-github"></i></a>
</p>
</div>
</section>
</main>
<footer>
<p>© 2024 MediConnect. All rights reserved.</p>
<p>
<a href="https://github.com/TechShreyash" target="_blank" style="color: white;">TechShreyash</a> |
<a href="https://github.com/swastikd16" target="_blank" style="color: white;">Swastik Dan</a> |
<a href="https://github.com/priyanshu-matrix" target="_blank" style="color: white;">Priyanshu Matrix</a> |
<a href="https://github.com/Shourya-31" target="_blank" style="color: white;">Shourya 31</a>
</p>
</footer>
</body>
</html>