-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks.html
44 lines (37 loc) · 1.65 KB
/
thanks.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>:: AWSOMEDAY 2018 :: Seoul Summit</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="static/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="static/css/awsomeday.css" rel="stylesheet">
<!-- Fontawesome for vectorized icons -->
<script defer src="static/js/all.js"></script>
</head>
<body class="bg-dark">
<div class="container py-5">
<div class="row">
<div class="col-md-12">
<h2 class="text-center text-white mb-4"><i class="fab fa-aws"></i> <strong>AWS</strong>OME<strong>DAY</strong> 2018</h2>
<p>
<h2 class="text-center text-white mb-4">THANK YOU!</h2>
</p>
<!--/row-->
</div>
<!--/col-->
</div>
<!--/row-->
<p class="text-center text-white mb-4">Powered by Amazon <a href="https://aws.amazon.com/ko/s3/index.html" target="_blank">S3</a>, <a href="https://aws.amazon.com/ko/cognito/" target="_blank">Cognito</a> and <a href="https://aws.amazon.com/ko/dynamodb/index.html" target="_blank">DynamoDB</a></p>
</div>
<!--/container-->
<!-- jQuery JavaScript -->
<script src="static/js/jquery-3.3.1.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script src="static/js/bootstrap.bundle.min.js"></script>
</body>
</html>