-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathE-Vote-Card.html
262 lines (226 loc) · 7.35 KB
/
E-Vote-Card.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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="Landing Page/images/Logo Pemira UI Verical.png" />
<title>E-voting</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href='http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<style>
@media only screen and (max-width: 600px) {
* {
margin: 0%;
padding: 0%;
list-style: none;
font-family: Lato;
outline: none;
}
.card-detail {
border: 2px solid #C4C4C4;
box-sizing: border-box;
border-radius: 10px;
margin: 5%;
padding: 3%;
}
.card-detail h1 {
font-weight: 900;
font-size: 32px;
line-height: 78px;
color: #000000;
}
.card-detail .detail li p {
font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
color: #000000;
}
.card-detail .detail {
margin: 2% 0px;
}
.card-detail .detail p {
font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 18px;
}
.card-vote {
border: 3.54px solid #EE9F19;
border-radius: 15px;
margin: 6%;
padding: 5%;
}
.card-vote .col-md-4 {
display: flex;
justify-content: center;
}
.card-vote .col-md-4 img {
width: 60%;
display: flex;
justify-content: center;
margin: 5%;
}
.card-vote .col-md h1 {
font-family: Lato;
font-style: normal;
font-weight: bold;
text-align: center;
font-size: 16px;
line-height: 39px;
color: #000000;
}
.card-vote .row .col-md {
margin: 0px 2%;
}
.card-vote .row .col-md p {
text-align: center;
}
.card-vote .row .col-md a.btn {
display: flex;
justify-content: center;
background: #FFDB0D;
color: white;
}
.card-vote .row .col-md a.btn:hover {
background-color: #EE9F19;
color: white;
}
}
@media only screen and (min-width: 600px) {
* {
margin: 0%;
padding: 0%;
list-style: none;
font-family: Lato;
outline: none;
}
.card-detail {
border: 2px solid #C4C4C4;
box-sizing: border-box;
border-radius: 10px;
margin: 5%;
padding: 3%;
}
.card-detail h1 {
font-weight: 900;
font-size: 48px;
line-height: 78px;
color: #000000;
}
.card-detail .detail {
margin: 2% 0px;
}
.card-detail .detail p {
font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 18px;
}
.card-vote {
border: 3.54px solid #EE9F19;
border-radius: 15px;
margin: 6%;
padding: 5%;
}
.card-vote .col {
display: flex;
justify-content: center;
}
.card-vote .col-md-4{
vertical-align: middle;
text-align: center;
display: table-cell;
}
.card-vote .col-md-4 img {
max-height: 100%;
max-width: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.card-vote .col-md h1 {
font-family: Lato;
font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 39px;
color: #000000;
}
.card-vote .row .col-md {
margin: 0px 2%;
}
.card-vote .row .col-md p {
text-align: left;
}
.card-vote .row .col-md a.btn {
background: #FFDB0D;
color: white;
}
.card-vote .row .col-md a.btn:hover {
background-color: #EE9F19;
color: white;
}
}
</style>
</head>
<body>
<div class="container">
<div class="card-detail">
<h1>E-Voting Card
<span style="font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
color: #222222;">1 atemp
</span>
</h1>
<div class="detail">
<li>
<p>Nama : Rayhan Maulana Akbar</p>
</li>
<li>
<p>Fakultas : Ilmu Komputer</p>
</li>
<li>
<p>NPM : 190920129</p>
</li>
</div>
<div class="check">
<p>Patikan data diatas benar, jika terjadi kesalahan data silahkan <span><a style="color: #9C9C9C;"
href="#">kesini</a></span>
</p>
</div>
</div>
<div class="card-vote">
<div class="row">
<div class="col-md-4">
<img src="Landing Page/images/Logo Pemira UI 2020.png" alt="">
</div>
<div class="col-md">
<h1>Pemilihan Tingkat Universitas</h1>
<p>Status : <span style="color: red;">Belum Memilih</span> </p>
<a href="#" class="btn">Vote Now</a>
</div>
</div>
</div>
<div class="card-vote">
<div class="row">
<div class="col-md-4">
<img src="Landing Page/images/LogoFasilkom.png" alt="">
</div>
<div class="col-md">
<h1>Pemilihan Tingkat Fakultas</h1>
<p>Status : <span style="color: green;">Sudah Memilih</span> </p>
<a href="#" class="btn">Vote Now</a>
</div>
</div>
</div>
</div>
</body>
</html>