-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
226 lines (218 loc) · 9.36 KB
/
Copy pathindex.html
File metadata and controls
226 lines (218 loc) · 9.36 KB
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>ImmuTrack | Home</title>
<link rel="stylesheet" href="css/index.css" />
<script defer src="js/index.js"></script>
</head>
<body class="home">
<header class="nav-bar">
<div class="container">
<p class="open fa fa-bars"><span>Menu</span></p>
<h1 class="branding"><i class="fas fa-syringe"></i>ImmuTrack</h1>
<ul class="nav-links">
<a class="active" href="./index.html"><li>Home</li></a>
<a href="./features.html"><li>Features</li></a>
<a href="./testimonials.html"><li>Stories</li></a>
<a href="./about.html"><li>Our Team</li></a>
<a class="contact" href="#">
<li><i class="far fa-envelope"></i></li>
</a>
</ul>
<div class="action-buttons">
<a href="#" class="join join-button">Join</a>
<a href="https://confident-bardeen-cd396a.netlify.com/login">Login</a>
</div>
</div>
</header>
<section class="card join-popup">
<a class="fa fa-times join-close"></a>
<h1>Please choose one of the following:</h1>
<div>
<a class="join" href="https://confident-bardeen-cd396a.netlify.com/register-patient">
Join
<p>as Patient</p>
</a>
<a class="join" href="https://confident-bardeen-cd396a.netlify.com/register-provider">
Join
<p>as Provider</p>
</a>
</div>
</section>
<nav class="site-nav">
<div class="nav-bar">
<a class="fa fa-times close"></a>
<h1 class="branding"><i class="fas fa-syringe"></i>ImmuTrack</h1>
</div>
<ul class="nav-links">
<a class="active" href="./index.html"><li>Home</li></a>
<a href="./features.html"><li>Features</li></a>
<a href="./testimonials.html"><li>Stories</li></a>
<a href="./about.html"><li>Our Team</li></a>
<a class="contact" href="#">
<li><i class="far fa-envelope"></i></li>
</a>
</ul>
<div class="action-buttons">
<div class="join-stack">
<a class="join" href="https://confident-bardeen-cd396a.netlify.com/register-patient">
Join
<p>as Patient</p>
</a>
<a class="join" href="https://confident-bardeen-cd396a.netlify.com/register-provider">
Join
<p>as Provider</p>
</a>
</div>
<a href="https://confident-bardeen-cd396a.netlify.com/login">Login</a>
</div>
</nav>
<div class="card header">
<section class="call-to-action">
<p>Life can be filled with <span>stress</span>...</p>
<p>Let us help you take a <span>big one</span> off of your list!</p>
</section>
<div class="scroll">
<a class="join">Join Now!</a>
<p>scroll down for more</p>
<i class="fas fa-chevron-down"></i>
</div>
</div>
<div class="tabs">
<div class="card">
<div class="tab-links">
<a class="tab-link active" data-tab="feature">Features</a>
<a class="tab-link" data-tab="testimonial">Testimonials</a>
</div>
<div class="card carousel active" data-tab="feature">
<h1 class="call-tag">How can ImmuTrack help you?</h1>
<article class="slide active" data-tab="feature">
<h1>Less Stress</h1>
<div class="image happy-feeling"></div>
<p>We can help you minimize your personal workload and remove a potential hassle from your daily life by using our service for record keeping.</p>
<a href="./features.html">See More</a>
</article>
<article class="slide" data-tab="feature">
<h1>More Free Time</h1>
<div class="image accept-request"></div>
<p>We can help you increase your efficiency during time consuming tasks, such as getting approval for travel visas.</p>
<a href="./features.html">See More</a>
</article>
<article class="slide" data-tab="feature">
<h1>Improved Quality of Care</h1>
<div class="image file-bundle"></div>
<p>We can help you improve the quality of your care through the confidence that transparency information brings to your medical care.</p>
<a href="./features.html">See More</a>
</article>
<article class="slide" data-tab="feature">
<h1>Healthy & Happy Children</h1>
<div class="image blooming"></div>
<p>We can help you easily maintain records for all of your children in a secure, easy-to-reach, service that can even reduce the strain of things like moving to a new provider.</p>
<a href="./features.html">See More</a>
</article>
<article class="slide" data-tab="feature">
<h1>Streamlined Workflow</h1>
<div class="image timeline"></div>
<p>We can help you streamline your workflow through the removal of standard physical document transfer methods.</p>
<a href="./features.html">See More</a>
</article>
<article class="slide" data-tab="feature">
<h1>Increased Efficiency</h1>
<div class="image setup-wizard"></div>
<p>We can help you increase office efficiency through the removal of extra processes and procedures.</p>
<a href="./features.html">See More</a>
</article>
<article class="slide" data-tab="feature">
<h1>Greater Confidence</h1>
<div class="image online-friends"></div>
<p>You can improve the quality of care provided to your patients by giving them a boost of confidence through transparency.</p>
<a href="./features.html">See More</a>
</article>
<span class="arrow prev fas fa-chevron-circle-left" data-tab="feature"></span>
<span class="arrow next fas fa-chevron-circle-right" data-tab="feature"></span>
</div>
<div class="card carousel" data-tab="testimonial">
<h1 class="call-tag">Check out what these people had to say!</h1>
<article class="slide active" data-tab="testimonial">
<div class="image">
<span class="testimonial guillermo"></span>
</div>
<blockquote>
<p>Using ImmuTrack has greatly improved my quality of life!</p>
<footer>— Guillermo Malo</footer>
</blockquote>
<a href="./testimonials.html">See More</a>
</article>
<article class="slide" data-tab="testimonial">
<div class="image">
<span class="testimonial marty"></span>
</div>
<blockquote>
<p>The process is quick and painless.</p>
<footer>— Marty Vessels</footer>
</blockquote>
<a href="./testimonials.html">See More</a>
</article>
<article class="slide" data-tab="testimonial">
<div class="image">
<span class="testimonial michaela"></span>
</div>
<blockquote>
<p>ImmuTrack has made things so much easier for me.</p>
<footer>— Michaela Amadeus</footer>
</blockquote>
<a href="./testimonials.html">See More</a>
</article>
<article class="slide" data-tab="testimonial">
<div class="image">
<span class="testimonial matheus"></span>
</div>
<blockquote>
<p>ImmuTrack saved our wedding plans!</p>
<footer>— Matheus Ferrari</footer>
</blockquote>
<a href="./testimonials.html">See More</a>
</article>
<article class="slide" data-tab="testimonial">
<div class="image">
<span class="testimonial han"></span>
</div>
<blockquote>
<p>Now I can’t imagine trying to handle all of this info without it.</p>
<footer>— Han Myo When</footer>
</blockquote>
<a href="./testimonials.html">See More</a>
</article>
<article class="slide" data-tab="testimonial">
<div class="image">
<span class="testimonial hyttalo"></span>
</div>
<blockquote>
<p>It has fundamentally changed the way our practice handles vaccinations.</p>
<footer>— Hyttalo Souzen</footer>
</blockquote>
<a href="./testimonials.html">See More</a>
</article>
<article class="slide" data-tab="testimonial">
<div class="image">
<span class="testimonial josh"></span>
</div>
<blockquote>
<p>I’m so thankful to have access to ImmuTrack.</p>
<footer>— Josh Rodrigo</footer>
</blockquote>
<a href="./testimonials.html">See More</a>
</article>
<span class="arrow prev fas fa-chevron-circle-left" data-tab="testimonial"></span>
<span class="arrow next fas fa-chevron-circle-right" data-tab="testimonial"></span>
</div>
</div>
</div>
<footer class="card">
<p>© ImmuTrack <span class="copyright">YEAR</span></p>
</footer>
</body>
</html>