-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcarousel.html
More file actions
238 lines (202 loc) · 11.3 KB
/
Copy pathcarousel.html
File metadata and controls
238 lines (202 loc) · 11.3 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
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<!--
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
-->
<title>Carousel Template for Bootstrap</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
<!-- <link rel="stylesheet" href="/css/bootstrap.min.css"> -->
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link href="/css/carousel.css" rel="stylesheet">
</head>
<!-- NAVBAR
================================================== -->
<body>
<div class="navbar-wrapper">
<div class="container">
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">IDoctor</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">English<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">Russian</a></li>
<!-- <li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li class="dropdown-header">Nav header</li>
<li><a href="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li>
-->
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img src="/img/slide3.jpg" alt="First slide">
<div class="container">
<div class="carousel-caption">
<h1>Background</h1>
<p><a class="btn btn-lg btn-primary" href="#about" role="button">Learn more</a></p>
</div>
</div>
</div>
<div class="item">
<img src="/img/slide2.jpg" alt="Second slide">
<div class="container">
<div class="carousel-caption">
<h1>Our Vision</h1>
<p><a class="btn btn-lg btn-primary" href="#vision" role="button">Learn more</a></p>
</div>
</div>
</div>
<div class="item">
<img src="/img/slide1.jpg" alt="Third slide">
<div class="container">
<div class="carousel-caption">
<h1>Our Mission</h1>
<p><a class="btn btn-lg btn-primary" href="#mission" role="button">Learm more</a></p>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
<a class="right carousel-control" href="#myCarousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
</div><!-- /.carousel -->
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<!--
<div class="row">
<div class="col-lg-4">
<img class="img-circle" data-src="holder.js/140x140" alt="Generic placeholder image">
<h2>Heading</h2>
<p>Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod. Nullam id dolor id nibh ultricies vehicula ut id elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna.</p>
<p><a class="btn btn-default" href="#" role="button">View details »</a></p>
</div>
<div class="col-lg-4">
<img class="img-circle" data-src="holder.js/140x140" alt="Generic placeholder image">
<h2>Heading</h2>
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh.</p>
<p><a class="btn btn-default" href="#" role="button">View details »</a></p>
</div>
<div class="col-lg-4">
<img class="img-circle" data-src="holder.js/140x140" alt="Generic placeholder image">
<h2>Heading</h2>
<p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
<p><a class="btn btn-default" href="#" role="button">View details »</a></p>
</div>
</div>
-->
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div id="about" class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Background. </h2>
<p class="lead indent">With communication technologies becoming more readily accessible and affordable – we are now seeing an array of telehealth applications emerging with potential benefit for patients and clinicians – particularly where health services are traditionally limited or non-existent – or difficult to access (GT 2012). </p>
<p class="lead indent">
Thus, we have joined our best efforts, united the most qualified specialists and founded iDoctor. At our headquarters in Moscow top doctors and IT experts are striving to implement an innovative service into to Russian healthcare system by creating a two-front virtual-and-real clinic.
</p>
<p class="lead indent"> iDoctor is currently one of its kind national resource and promoter of the use of advanced remote medical technologies. </p>
</div>
<div class="col-md-5">
<img src="/img/pic1.jpg" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div id="vision" class="row featurette">
<div class="col-md-6">
<img src="/img/pic2.jpg" alt="Generic placeholder image">
</div>
<div class="col-md-6">
<h2 class="featurette-heading">Vision Statement </h2>
<p class="lead indent">Our studies have shown that the integration of telemedicine into healthcare systems will improve quality and patient satisfaction, access and affordability of healthcare in Russia.
Because healthcare issues are similar throughout the world, just slightly a bigger deal in countries like ourselves, we set out to make our highest commitment to consumer needs and experience. </p>
<p class="lead indent"> A reduction of wait times and immediate access are other very important characteristics of the service provided at our two-front virtual-and-real clinic. </p>
<p class="lead indent">We guarantee:</p>
<ul>
<li class="lead indent"> A selection by preference, from a wide range of nationally certified doctors, and scheduling tools for virtual visits; and</li>
<li class="lead indent"> An informed referral to our own specialists at our brick-and-mortar clinic. </li>
</ul>
<p class="lead indent">
Cooperation with independent laboratories and established national pharmacy networks allows us to diagnose and treat patients quicker and better. Prescriptions and medical tests are no longer associated with life-time waits, frustrating queues and lost results.
</P>
<p class="lead indent"> Finally, medical and health records in electronic form are another massive bonus of telemedical integration into healthcare system. Russian healthcare providers and payers can now all work in such an organized and managed manner, that they have never dreamt of before. </p>
</div>
</div>
<hr class="featurette-divider">
<div id="mission" class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Mission Statement </h2>
<p class="lead indent">iDoctor’s main mission is to improve healthcare delivery in Russia. </p>
<p class="lead indent">But we are also striving to educate and engage the government, payers and the public about telemedicine: its benefits and implications. </p>
<p class="lead indent">We would like to provide a friendly, encouraging and welcoming platform for healthcare professionals to join. In so doing, we hope to establish networking and collaboration among allied interests in medicine and technology.</p>
<p class="lead indent">On the other hand, creating consumer awareness, achieving their support, satisfaction and loyalty is at the top of our mission list. </p>
</div>
<div class="col-md-5">
<img src="/img/pic3.jpg" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
<!-- FOOTER -->
<footer>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>© 2014 IDoctor · <a href="#">Privacy</a> · <a href="#">Terms</a></p>
</footer>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster-->
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
<!--
<script src="/js/jquery-1.10.2.min.js"></script>
<script src="/js/bootstrap.min.js"></script> -->
<script src="/js/docs.min.js"></script>
</body>
</html>