Skip to content

Commit 8bf96f6

Browse files
Sheradyn MikulSheradyn Mikul
authored andcommitted
Updates
1 parent de04dc2 commit 8bf96f6

File tree

2 files changed

+63
-1
lines changed

2 files changed

+63
-1
lines changed

events/coupon.html

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<!-- Required meta tags -->
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
8+
<!-- Bootstrap CSS -->
9+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
10+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Comfortaa:300,400,700">
11+
<link rel="stylesheet" href="css/main.css">
12+
13+
<title>SnowShoe Demos</title>
14+
</head>
15+
<body class="bg_indigo" onclick="location.href='index.html'">
16+
<div class="d-flex w-100 h-100 mx-auto flex-column">
17+
<header class="mb-auto" style="z-index:0;">
18+
<nav class="navbar fixed-top">
19+
<div class="mx-auto">
20+
<span class="navbar-text"><img src="img/logo.svg" class="img-fluid" width="120" onclick="location.href='index.html'"></span>
21+
</div>
22+
</nav>
23+
</header>
24+
<main>
25+
<div class="container text-center">
26+
<div class="row">
27+
<div class="col">
28+
<h1>Coupon</h1>
29+
<p class="lead">Enjoy the conference!</p>
30+
<img src="img/user_check.svg" class="img-fluid" style="max-height: 20vh;">
31+
</div>
32+
</div>
33+
<div class="row mt-4">
34+
<div class="col">
35+
<div class="alert alert-light mb-0" role="alert">
36+
<small>Sponsored by</small>
37+
<img src="img/sponsored_ad.png" class="img-fluid">
38+
</div>
39+
<!-- <button class="btn btn-outline-light btn-lg btn-block my-2" type="button" onclick="location.href='/apps/welcome'">Back to Tickets</button> -->
40+
<!-- <button class="btn btn-outline-light btn-lg btn-block" type="button" onclick="location.href='/apps/'">Done</button> -->
41+
</div>
42+
</div>
43+
</div>
44+
</main>
45+
<footer class="mt-auto" style="z-index:0;">
46+
<nav class="navbar fixed-bottom">
47+
<div class="mx-auto">
48+
<span class="navbar-text">
49+
<!-- <strong>Stamp: </strong>Test -->
50+
</span>
51+
</div>
52+
</nav>
53+
</footer>
54+
</div>
55+
56+
<!-- Optional JavaScript -->
57+
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
58+
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
59+
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
60+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
61+
</body>
62+
</html>

events/welcome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<title>SnowShoe Demos</title>
1414
</head>
15-
<body class="bg_indigo">
15+
<body class="bg_indigo" onclick="location.href='coupon.html'">
1616
<div class="d-flex w-100 h-100 mx-auto flex-column">
1717
<header class="mb-auto" style="z-index:0;">
1818
<nav class="navbar fixed-top">

0 commit comments

Comments
 (0)