-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathminecraft.html
155 lines (141 loc) · 6.2 KB
/
minecraft.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="description" content="Official alex server website" />
<link rel="icon" href="assets/img/logo.png" type="image/png" />
<script async src="https://arc.io/widget.min.js#xhoNFNXp"></script>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://unjown.github.io/alexweb/landing-page/index.html" />
<meta name="og:image" content="assets/img/logo.png" />
<meta name="og:title" content="Official alex server website" />
<meta name="og:description" content= "Official Alex Server Website" />
<title>Alex mindustry official website</title>
<!-- BOOT STRAP CORE STYLE CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet" />
<!-- FONT AWESOME CSS -->
<link href="https://willo.is-a.dev/fontawesome-5-pro/css/all.css" rel="stylesheet" />
<!-- STYLE SWITCHER CSS -->
<link href="assets/css/styleSwitcher.css" rel="stylesheet" />
<!-- CUSTOM STYLE CSS -->
<link href="assets/css/style.css" rel="stylesheet" />
<!--GREEN STYLE VERSION IS BY DEFAULT, USE ANY ONE STYLESHEET FROM TWO STYLESHEETS (green or red) HERE-->
<link href="assets/css/themes/black.css" id="mainCSS" rel="stylesheet" />
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,300' rel='stylesheet' type='text/css' />
<script data-ad-client="ca-pub-3219926648482446" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script src="https://analytics.ahrefs.com/analytics.js" data-key="kB9p6T95HILBnxAEisJpTA" async></script>
</head>
<body >
<!--END STYLE SWITCHER-->
<div class="navbar navbar-inverse navbar-fixed-top move-me" id="menu">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img class="logo-custom" src="assets/img/logo.png" alt="" /></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li ><a href="index.html">BACK</a></li>
<li ><a href="#">MINECRAFT</a></li>
<li><a href="#features">GAMEMODES</a></li>
<li><a href="#guide">GUIDES</a></li>
</ul>
</div>
</div>
</div>
<!--NAVBAR SECTION END-->
<section class="header-sec" id="home" >
<div class="overlay">
<div class="container">
<div class="row text-center" >
<div class="col-lg-8 col-lg-offset-2 col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1">
<h2 data-scroll-reveal="enter from the bottom after 0.1s">
<strong>
Minecraft
</strong>
</h2>
<p data-scroll-reveal="enter from the bottom after 0.8s">
Mine and craft from your world.
</p>
<br />
</div>
</div>
</div>
</div>
</section>
<!--HEADER SECTION END-->
<section class="features" id="features">
<div class="container">
<div class="row text-center" >
<div class="col-lg-8 col-lg-offset-2 col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1">
<h3 data-scroll-reveal="enter from the bottom after 0.1s">
<strong>
Gamemodes
</strong>
</h3>
</div>
</div>
<div class="row text-center just-pad" >
<div class="col-lg-4 col-md-4 col-sm-4" data-scroll-reveal="enter from the left after 0.2s" >
<i class=" fa fa-campfire fa-5x "></i>
<h4 ><strong> Survival </strong></h4>
<p>
This your Journey Begins. you can explore, craft and search foods. go to Alex Inn for survive to next day .
</p>
</div>
</section>
<!--FEATURES SECTION END-->
<section class="testi-sec" >
</section>
<!--TESTIMONIAL SECTION END-->
<!--DEVELOPERS SECTION END-->
<!--PRICING SECTION END-->
<section class="guide" id="guide" >
<div class="container">
<div class="row text-left " >
<div class="col-lg-8 col-lg-offset-2 col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1">
<h3 data-scroll-reveal="enter from the bottom after 0.1s">
<strong> Alex Minecraft Guide </strong>
</h3>
<h5> Beginning</h5>
<ul>
<li>do /register for maing your server account (optional)</li>
<li>if you rejoin after register, you need login, if you dont login you has been kicked from server</li>
<li>do /warp Survival to new journey from your world</li>
</ul>
<h5> Links</h5>
<ul>
<li>Original download: https://www.minecraft.net/en-us/ </li>
<li>Cracked download (Breaking a Minecraft's EULA): https://tlauncher.org/en/ </li>
<li>How to Play: https://www.minecraft.net/en-us/article/how-minecraft </li>
</ul>
</div>
</div>
</div>
</section>
<!--CONTACT SECTION END-->
<section class="contact" id="expboard" >
</section>
<div class="myfooter" >
</div>
<!--FOOTER SECTION END-->
<!-- Jquery Core Script -->
<script src="assets/js/jquery-1.10.2.js"></script>
<!-- Core Bootstrap Script -->
<script src="assets/js/bootstrap.js"></script>
<!-- Scrolling Reveal Script -->
<script src="assets/js/scrollReveal.js"></script>
<!-- Scroll Scripts -->
<script src="assets/js/jquery.easing.min.js"></script>
<!-- Style Switcher Scripts -->
<script src="assets/js/styleSwitcher.js"></script>
<!-- Custom Scripts -->
<script src="assets/js/custom.js"></script>
</body>
</html>