-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
131 lines (107 loc) · 4.51 KB
/
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!--use the lines 44 and 72 for the use of new image path thats it-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>MedConnect</title>
<meta name="description" content="Webpage">
<meta name="keywords" content="MedConnet ">
<meta name="author" content="SOFTWARE ENGG. TEAM 3">
<!-- Mobile meta tag -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="HTML5 Template">
<!-- Start Header styles -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/jquery.fullPage.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/style.css">
<!-- End Header styles-->
<!--Fonts -->
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100&subset=latin,latin-ext,cyrillic' rel='stylesheet' type='text/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=Stick+No+Bills&display=swap" rel="stylesheet">
</head>
<body>
<!-- Start Header -->
<header class='page-header' id='page-header'>
<div class='container-full'>
<div>
<div class='navbar-header'>
<!-- Logo -->
<a class='logo animated onstart' data-animation-delay='200' data-animation='fadeInDown' href="">
<img src="photos/logo.png" alt="LOGO" height="90px" width="90px">
</div>
<strong><span class="highlight f-bold"></span></strong>
</a>
</div>
<!-- Social navigation -->
<div class='social-nav'>
<ul>
<li><a href="#"></a> </li>
<li><a href="#">Bookings</a> </li>
<li><a href="#">Tracking</a> </li>
<li><a href="#">Support</a> </li>
<li><a href="#">Contact us</a> </li>
</ul>
</div>
<!-- End Social navigation -->
</div>
</div>
</header>
<!-- End Header -->
<div class='page-wrap' id='fullpage'>
<!-- Particles Background -->
<canvas class='bg-particles' id='bg-particles'></canvas>
<body background="/Users/rahuljain/Downloads/website/bg.jpeg"></body>
<!-- Start Welcome -->
<section class='welcome section-content section background-parallax bg-image-1'>
<div class='overlay'></div>
<div class='container'>
<div class='row'>
<div class='col-sm-12'>
<h1 class='section-title'>
MedConnect-Pro
<h3>A Holistic Healthcare Management Application</h3>
</h1>
<div id='clock'></div>
<div class='mg-t'>
<a class='btn btn-color btn-lg js-to-slide animated onstart' data-animation-delay='300' data-animation='fadeInUp' data-slide='4' href='login/index.html'>
LOGIN
</a>
</div>
</div>
</div>
</div>
</section>
<!-- End Welcome -->
</div>
<!-- Start Scripts -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootsrap plugins -->
<script src="js/bootstrap.min.js"></script>
<!-- Countdown -->
<script src="js/jquery.countdown.js"></script>
<!-- Others -->
<script src="js/jquery.fullPage.min.js"></script>
<script src="js/jquery.appear.js"></script>
<script src="js/jquery.fitvids.js"></script>
<script src="js/jquery.backstretch.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<!-- Mailchimp -->
<script src="js/jquery.ajaxchimp.js"></script>
<!-- Particles -->
<script src="js/particles.js"></script>
<!-- Moment -->
<script src="js/moment.js"></script>
<!-- Magnific popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- Main -->
<script src="js/main.js"></script>
<!-- End Scripts -->
</body>
</html>