forked from mitsmahalingam/varnam
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphoto.html
71 lines (63 loc) · 3.29 KB
/
photo.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
<html lang="en">
<head>
<title>Varnam Photo Stream</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<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>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<center><img src="https://drive.google.com/uc?id=1MTJGp9HQcMpMiAfWftAjGkmk_NScCGbQ" alt="Image1" style="width:100%;height:100%"></center>
</div>
<div class="item">
<center><img src="https://drive.google.com/uc?id=1JDPutSMJGIBvCaKgU21CpRB0OqmqVQhN" alt="Image1" style="width:100%;height:100%"></center>
</div>
<div class="item">
<center><img src="https://drive.google.com/uc?id=1HY16quZAB8fmaeSBz1r32Vf_ryEvtnHt" alt="Image1" style="width:100%;height:100%"></center>
</div>
<div class="item">
<center><img src="https://drive.google.com/uc?id=1GYVUOl5GgpqL2Eb7CwSuQDviOZGheYkR" alt="Image1" style="width:100%;height:100%"></center>
</div>
<div class="item">
<center><img src="https://drive.google.com/uc?id=1bfN9PzA2JoZkzNeACNmFRbsMi0lpQVV2" alt="Image1" style="width:100%;height:100%"></center>
</div>
<div class="item">
<center><img src="https://drive.google.com/uc?id=1I4l8UpctDszgPQeVkYPqoVlfSeF_AmHV" alt="Image1" style="width:100%;height:100%"></center>
</div>
<div class="item">
<center> <img src="https://drive.google.com/uc?id=1WRh75h35rY258nWdNw64hWoiDXMHaljr" alt="Image2" style="height:100%;width:100%;"></center>
</div>
<div class="item">
<center> <img src="https://drive.google.com/uc?id=1rOiE2xj6ajMJjFW15z0O1oo_mRbD03U1" alt="Image3" style="width:100%;height:100%;"></center>
</div>
<div class="item">
<center> <img src="https://drive.google.com/uc?id=1Dv5RBcFMrUZ9Ua2y-qZZ3XZGuWRQFveg" alt="Image4" style="height:100%;width:100%;"></center>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<span style="position:absolute;bottom:0px;right:5px;"><img src="https://drive.google.com/uc?id=1GqicxXfJ5XQ5fXG-LOx1Y-FvQhftANL2" alt="QR" width="200px">
<br/>or go <a href="https://drive.google.com/open?id=1XjURx8GWjFeLVFwHC6hpq_qpWrYhLxjE" target="_blank">here</a></span>
</body>
</html>