-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (42 loc) · 1.45 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
<!doctype html>
<html lang="en">
<head>
<title>POSPEOPLE</title>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.0/css/bulma.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css">
</head>
<body>
<div
class="hero is-fullheight is-primary"
style="
background-color: rgba(0, 0, 0, 0);
background-position: 0% 0%, center center;
background-repeat: repeat, no-repeat;
background-attachment: scroll, fixed;
background-image:
linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url("https://unsplash.it/1200/900?random");
background-size: cover;
background-origin: padding-box, padding-box;
background-clip: border-box, border-box;"
>
<div class="hero-body">
<div class="container">
<div class="column is-offset-3 is-6">
<p class="title has-text-centered">THE POINT OF SALE PEOPLE</p>
<div class="box">Coming Soon...</div>
</div>
</div>
</div>
</div>
<div style="position:fixed; bottom:0; text-align:center; width: 100%;">
<p style="background-color:pink"><em>
children of the past
gifted with the present
to parent the future.
</em></p>
</div>
</body>
</html>