-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsplashscreen.html
108 lines (99 loc) · 2.84 KB
/
splashscreen.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
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="assets/css/mdb.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/css-loaders-step2/css/load1.css">
</head>
<body class="main" style="overflow: hidden !important;
">
<div style="background-image:url(./assets/img/bg/Splashscreen.png);
background-repeat: no-repeat;
width: 60%;
margin-left: 20%;
position: absolute;
height: 95vh;
z-index: 2;
overflow: hidden !important;
text-align: center;
padding-top: 20px;
">
<div style="padding: 20px;">
<h1 class="animated fadeIn mb-4">Accounting Assistant</h1>
<div style="color: rgb(105, 105, 105);">
<h5 class="animated fadeIn mb-3">Thank you for using our product. We're glad you're with us.</h5>
<h5 class="animated fadeIn mb-3">Powered by Software Gaints.</h5>
<h5 class="animated fadeIn mb-3">© 2018 Software Gaints.</h5>
</div>
<div class="load1">
<div class="loader"></div>
</div>
</div>
</div>
<div style="background-image:url(./assets/img/bg/Splashscreen.png);
background-repeat: no-repeat;
width: 35%;
transform: rotate(-35deg);
margin-left: 10%;
margin-top: 70px;
position: absolute;
height: 60vh;
overflow: hidden !important;
text-align: center;
padding-top: 30px;
">
</div>
<div style="background-image:url(./assets/img/bg/Splashscreen.png);
background-repeat: no-repeat;
width: 35%;
transform: rotate(-25deg);
margin-left: 15%;
margin-top: 60px;
position: absolute;
height: 70vh;
overflow: hidden !important;
text-align: center;
padding-top: 30px;
">
<div style="padding-left: 70px; color: #ccc;">
<p>Material Design for Bootstrap Thank you for using our product. We're glad you're with us. MDB Team</p>
</div>
</div>
<div style="background-image:url(./assets/img/bg/Splashscreen.png);
background-repeat: no-repeat;
background-position:right;
background-position-y:5px;
width: 35%;
transform: rotate(35deg);
margin-left: 55%;
margin-top: 70px;
position: absolute;
height: 60vh;
overflow: hidden !important;
text-align: center;
padding-top: 30px;
">
<div style="padding-right: 70px; color: #ccc;">
<p>Material Design for Bootstrap Thank you for using our product. We're glad you're with us. MDB Team</p>
</div>
</div>
<div style="background-image:url(./assets/img/bg/Splashscreen.png);
background-repeat: no-repeat;
background-position: right;
background-position-y: 5px;
width: 35%;
transform: rotate(15deg);
margin-left: 45%;
margin-top: 60px;
position: absolute;
height: 70vh;
overflow: hidden !important;
text-align: center;
padding-top: 30px;
">
<div style="padding-right: 70px; color: #ccc;">
<p>Material Design for Bootstrap Thank you for using our product. We're glad you're with us. MDB Team</p>
</div>
</div>
</body>
</html>