generated from mmistakes/mm-github-pages-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (69 loc) · 2.95 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
<!DOCTYPE html>
<html id="page">
<head>
<title>SFS - Ethereal Land</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge;"/>
<link href="/assets/css/cirrus.min.css" type="text/css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet"/>
<link rel="stylesheet" href="/assets/css/fontawesome.css" />
<script src="/assets/css/jquery-2.2.4.min.js" ></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-668LEPPHZJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-668LEPPHZJ');
</script>
</head>
<body>
<style>
body {
background-image: url(/assets/images/background.png);
background-size: cover;
background-repeat: no-repeat;
}
.intro-card {
background-color: rgba(255, 255, 255, 0.9);
max-width: 80%;
min-width: 350px
}
.logo {
width: 150px
}
</style>
<div class="header header-fixed u-unselectable header-animated" style="background-color:#343a40">
<div class="header-brand">
<div class="nav-item no-hover">
<a><h6 class="title text-white">SFS Studio</h6></a>
</div>
<div class="nav-item nav-btn" id="header-btn">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
<div id="splash-img" class="hero fullscreen hero-img parallax-img">
<div class="hero-body">
<div class="content u-text-center">
<h1 class="uppercase text-gray title">Ethereal Land</h1><br>
<h3 class="text-gray sub-title u-opacity-70">Immerse in a poetic oriental ink world in VR</h3>
<h3 class="text-gray sub-title u-opacity-70">Find your own inner peace</h3>
<a href="https://www.oculus.com/experiences/quest/4809129509173884" class="utb utb-LR">Get from MetaQuest Store</a>
</div>
</div>
</div>
<footer class="footer" style="margin-top: 0;padding: 2rem 0 1rem 0;">
<h6 class="footer__title text-white uppercase">Made with Love by SFS Studio</h6>
<div class="content">
<div class="divider"></div>
<p class="subtitle">Market: contact@shufeishu-inc.com | Join us: hr@shufeishu-inc.com</p>
<p class="subtitle">© 2022 SFS INC. Hangzhou, CN.</p>
</div>
</footer>
</body>
</html>