-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (61 loc) · 3.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Backdrop</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<main>
<div class="jumbotron jumbotron-fluid p-5 mb-0" style="min-height: 100vh;">
<h1 class="display-3">Athagoras Backdrop</h1>
<p class="lead">Simple background for any events.</p>
<hr class="my-4" />
<p>Built in 1 hour, great with interactive.</p>
<ul>
<li><a href="sit.html">SIT KMUTT - Simple Corperate Identity</a></li>
<li><a href="waikhru.html">SIT KMUTT - Teacher Respection Ceremony 2017 (Wai Khru)</a></li>
</ul>
<p class="lead">
<a class="btn btn-primary btn-lg" href="" role="button" data-toggle="modal" data-target="#credit"><i class="fa fa-certificate" aria-hidden="true"></i> Credits</a>
<a class="btn btn-default btn-lg" href="https://github.com/athagoras/backdrop" role="button"><i class="fa fa-github" aria-hidden="true"></i> Source Code</a>
</p>
</div>
</main>
<div class="modal fade" id="credit">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Credits</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<ul>
<li>General
<ul>
<li>Interactive Particles from <a href="https://github.com/VincentGarreau/particles.js/">Particles.js</a></li>
</ul>
</li>
<li>SIT KMUTT - Teacher Respection Ceremony 2017 (Wai Khru)
<ul>
<li>Background from Phanuphong Phunklam.</li>
</ul>
</li>
</ul>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<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.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
</body>
</html>