-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-english.html
54 lines (54 loc) · 3.41 KB
/
index-english.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
<!DOCTYPE html>
<html>
<head>
<!-- The site has been tweaked to the Astis community. All rights to the game and files belong to the Facepunch game studio. -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rust Legacy</title>
<meta name="Nova theme" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="assets/css/style.css"/>
<link rel="stylesheet" href="assets/css/responsive.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"/>
</head>
<body style="background-color: #3d3d3d;">
<div class="hero-background" style="width: 100%; height: 100%; background-image: url(assets/images/background.png);">
<div>
</div>
<div class="container">
<div class="header-container header">
<a class="navbar-brand logo" target="_blank" href="https://rust.facepunch.com/"> <img class="logo" src="assets/images/logo.png"/></a>
</div>
<div class="hero row" style="margin-top: 50px;">
<div class="hero-right col-sm-6 col-sm-6">
<h1 class="header-headline bold"> Rust Legacy <br></h1>
<h4 class="header-running-text light">The original version of the game:</h4>
<a href="https://github.com/d3adwolf/rustlegacy/releases/download/v1.0/SetupRustLegacy.exe">
<button class="hero-btn" style="background-color: #ce422b;border: none;">Client</button>
</a><a> </a>
<a href="https://github.com/d3adwolf/rustlegacy/releases/download/v1.0/RustLegacyServer.zip">
<button class="hero-btn" style="background-color: #ce422b;border: none;">Server</button>
</a><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<a href="index.html" class="header-running-text light">Русский</a>
<h7 class="header-running-text light"> / </h7>
<h7 href="index-english.html" class="header-running-text light">English</h7>
<br>
<h7 class="header-running-text light">Modules:</h7>
<a href="oxide-english.html" class="header-running-text light">Oxide,</a><a href="rustbuster-english.html" class="header-running-text light"> RustBuster</a>
<br><h7 class="header-running-text light">Contact us:</h7>
<a target="_blank" href="https://discord.io/foreverfunface" class="header-running-text light">Discord</a>
<a target="_blank" href="https://steamcommunity.com/id/d3adwolf" class="header-running-text light">Steam</a>
<a target="_blank" href="https://github.com/d3adwolf" class="header-running-text light">GitHub</a><br>
</div>
<div class="col-sm-6 col-sm-6">
<img class="ipad-screen img-responsive" src="assets/images/player.png" style="margin: auto;-webkit-transform: scaleX(-1);transform: scaleX(-1);"/>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>