-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththank-you.html
62 lines (47 loc) · 1.83 KB
/
thank-you.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Available Elections - Voting</title>
<link href="css/semantic.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<style type="text/css">
body{background-color:#DADADA;}
body>.grid{height:100%;}
.image{margin-top:-100px;}
.column{max-width:550px;}
.text { font-size: 1.2rem;}
div.ui.very.relaxed.divided.list { text-align: left; }
.fixed.bottom.menu { bottom: 0; top: auto;}
.container.footer {font-size: 0.9rem !important; padding: 10px 0;}
</style>
</head>
<body class="page page-default">
<div class="ui middle aligned center aligned grid">
<div class="column">
<div id="stepthree" class="steps stepthree">
<h2 class="ui huge header">
<div class="ui black huge header">Thank you!</div>
</h2>
<div class="ui huge stackable very padded segment">
<div class="ui very relaxed divided huge list" id="elections">
<div class="item">
<div class="content">
<a class="header"></a>
<div class="description">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illum beatae necessitatibus quam esse aliquam voluptatem!</div>
</div>
</div>
</div>
</div>
<div class="ui fixed bottom menu">
<div class="ui text container footer">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illum beatae necessitatibus quam esse aliquam voluptatem, quis incidunt quia aspernatur <a href="index.html">Clear Session</a></div>
</div>
</div>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/semantic.min.js"></script>
<script src="js/ui.js"></script>
</body>