-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
158 lines (126 loc) · 5.91 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
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" charset="utf-8">
<title>ARGreetings</title>
<link rel="icon" href="images\logo.png">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat|Ubuntu" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
<!-- CSS Stylesheets -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="css/styles.css">
<!-- Font Awesome -->
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
<!-- Bootstrap Scripts -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<!--for database-->
<!-- <script src="https://code.jquery.com/jquery-2.2.3.min.js"></script> -->
<script src="https://argreet-d8b3.restdb.io/assets/js/eventsource.min.js"></script>
<script src="https://argreet-d8b3.restdb.io/rest/_jsapi.js?plainjs=true"></script>
<!-- <link rel="stylesheet" href="effects.js">-->
</head>
<body>
<section class="colored-section" id="title">
<div class="container-fluid">
<!-- Title -->
<div class="row">
<div class="col-lg-6 padding-class">
<h1 class="big-heading"><span style="font-size: 7rem; font-family: 'Lobster', 'cursive'; ">AR </span>Greetings</h1>
<h5 class="About-text">In just one single click, wish your family and friends with these beautiful, next-generation Augmented Reality greeting cards and share love! <i class="fa fa-heart" aria-hidden="true"></i></h5>
</div>
<div class="col-lg-6">
<div class="card NewYear-card box">
<div class="card-header">
<h2 id="card-name">New Year</h2>
</div>
<div class="card-body">
<img class="displayImages" src="images/NewYear.jpeg" alt="NewYear-img">
<p class="cards-style">Have a sparkling New Year!</p>
<section class = "box">
<label style="color:#000;"> Enter name:
<input id="copyText"class="input-name" type="text" placeholder="Type name"name="value">
</label>
<label style="color:#000;"> Your AR Link:
<input id="path" type="text" name="generated">
</label>
</section>
<button id="copyButton" class="btn btn-lg btn-block btn-dark input-button" type="button">Generate link <i class="fa fa-clipboard" aria-hidden="true"></i></button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Carousel Section -->
<section class="colored-section" id="testimonials">
<h2 class="gallery-heading">Our Gallery</h2>
<div class="container-fluid carousel-holder no-padding">
<div class="col-lg-12 no-padding">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel" data-interval="2000" data-wrap="true">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img class="carousel-image" src="images/img1.jpg" class="d-block w-100" alt="image1">
</div>
<div class="carousel-item">
<img class="carousel-image" src="images/img2.jpg" class="d-block w-100" alt="image2">
</div>
<div class="carousel-item">
<img class="carousel-image" src="images/img3.jpg" class="d-block w-100" alt="image3">
</div>
</div>
<!-- Carousel control -->
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</section>
<!-- Footer section -->
<footer class="footer-section" id="footer">
<div class="container-fluid footer-container ">
<h6 class="Copyright">© Copyright 2020 Team Gamient</h6>
</div>
</footer>
<!-- Animation- confetti -->
<script src="javascript/confetti.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<!-- For hashgenerator -->
<script src="javascript/hashgenerator.js"></script>
<script>
///confetti
confetti.maxCount = 150;
const startit = () => {
setTimeout(function() {
console.log("start");
confetti.start();
}, 1000);
};
const stopit = () => {
setTimeout(function() {
console.log("stop");
confetti.stop();
}, 6000);
};
startit();
stopit();
</script>
</body>
</html>