-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
93 lines (93 loc) · 3.26 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
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
<!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">
<meta name="description" content="SoftVenue: the best Web and Android development team in Algeria">
<meta name="theme-color" content="#005bea"/>
<title>SoftVenue: coming soon...</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.4/css/bulma.min.css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<style>
body{
background-image: linear-gradient(180deg, #000026 0%, #4052dd 100%) !important;
height: 95vh;
font-family: 'Source Sans Pro', sans-serif;
padding-top: 120px;
z-index: 9;
text-align: center;
}
body::before{
background: transparent url("wave.svg") top center no-repeat;
background-size: auto;
background-size: auto;
-webkit-background-size: 3000px 151px;
background-size: 3000px 151px;
left: 0;
content: '';
display: block;
height: 151px;
position: absolute;
bottom: 20px;
width: 100%;
transform: rotateX(-180deg);
z-index: 10;
}
h1{
color: #f0b708;
transition: 0.2s all;
font-weight: 200;
font-size: 60px;
}
.field{
justify-content: center !important;
}
.tag:not(body){
font-size: 14px;
}
@media(max-width: 768px){
body::before{ display: none;}
}
a{
color :#f0b708;
font-size: 22px;
font-weight: 400;
}
a:hover{
color: #f4b908;
}
</style>
</head>
<body>
<div class="container">
<div class="columns">
<div class="column">
<h1 class="has-text-centered">Coming Soon</h1>
<br>
<div class="field is-grouped is-grouped-multiline">
<div class="control">
<a href="http://fb.com/softvenue">
<div class="tags has-addons">
<span class="tag is-link"><span class="fab fa-facebook-f "></span></span>
<span class="tag">SoftVenue</span>
</div>
</a>
</div>
<div class="control">
<a href="mailto:[email protected]">
<div class="tags has-addons">
<span class="tag is-warning"><span class="far fa-envelope"></span></span>
<span class="tag">[email protected]</span>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>