-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
108 lines (105 loc) · 5.77 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE HTML>
<html>
<head>
<title>Teamcrafting</title>
<link rel="icon" type="image/png" href="images/favicon.png">
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- modernizr enables HTML5 elements and feature detects -->
<script type="text/javascript" src="js/modernizr-1.5.min.js"></script>
<script type="text/javascript" src="js/jquery.js"></script>
<script src="js/insertcontent.js"></script>
</head>
<body>
<div id="main">
<div id="header"></div>
<div id="site_content">
<div class="gallery">
<ul class="images">
<li class="show"><img width="950" height="300" src="images/1.jpg" alt="scr0" /></li>
<li><img width="950" height="300" src="images/2.jpg" alt="scr1" /></li>
<li><img width="950" height="300" src="images/3.jpg" alt="scr2" /></li>
<li><img width="950" height="300" src="images/4.jpg" alt="scr3" /></li>
<li><img width="950" height="300" src="images/5.jpg" alt="scr4" /></li>
<li><img width="950" height="300" src="images/6.jpg" alt="scr5" /></li>
<li><img width="950" height="300" src="images/7.jpg" alt="scr6" /></li>
<li><img width="950" height="300" src="images/8.jpg" alt="scr7" /></li>
</ul>
</div>
<div id="sidebar_container">
<div class="sidebar">
<h3>Discord проекта</h3>
<iframe src="https://discord.com/widget?id=602796045306429450&theme=dark" width="350" height="500"
allowtransparency="true" frameborder="0"
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</div>
<div class="sidebar">
<h3>Useful Links</h3>
<ul>
<li><a href="#">First Link</a></li>
<li><a href="#">Another Link</a></li>
<li><a href="#">And Another</a></li>
<li><a href="#">One More</a></li>
<li><a href="#">Last One</a></li>
</ul>
</div>
</div>
<div class="content">
<h1>А что это вообще???</h1>
<p>
<h4>Teamcrafting - это игровой проект по майнкрафту. </h4>
<br />Цель проекта - сделать сетевую игру интересной, повыживать в индустриальном мире (Похожим на мир игры
Factorio), понаслаждаться геймплеем.
<br />Здесь вы найдёте популярные (и не только) индустриальные моды, а также много разных плюшек. Например, мод
на экологию, заставляющий заботится о выбросах промышленности.
<h4><br />Вот аспекты геймплея:</h4>
<ul>
<li>Мало гринда.</li>
<li>Совместное выживание.</li>
<li>Взаимодействие с игроками.</li>
<li>Торговля.</li>
<li>Разрешено PvP.</li>
<li>Автоматизация.</li>
<li>Разрешен багоюз (Для всего что угодно, лишь бы не ломало сервер и не
портило игру другим обитателям сервера. <strong>Речь не идёт о читах!</strong>).</li>
</ul>
<hr>
<br />
<h4>Ну а что же касается автоматизации? А вот что:</h4>
<ul>
<li>Всем нижеперечисленным может заправлять мод OpenComputers! Даже поезда катать!!!</li>
<li>На сервере есть immersive engineering (и аддоны immersive petroleum, immersive tech), который даже на
начальном позволит этапе упростить обработку, изготовление, добычу чего-либо.</li>
<li>Есть система транспорта - мод immersive railroading, добавляющий локомотивы, вагоны, способные тащить
ресурсы на огромные расстояния.</li>
<li>Не обойтись и без Applied Energistics 2.</li>
<li>Ну и, Forestry, конечно.</li>
<li>Третий пункт</li>
</ul>
</p>
<hr>
<p>This template is written entirely in <strong>HTML5</strong> and <strong>CSS3</strong>. The photos shown in
this template were taken by me. You can view more free CSS3 web templates <a
href="http://www.css3templates.co.uk">here</a>.</p>
<p>This template is a fully documented 5 page website, with an <a href="examples.html">examples</a> page that
gives examples of all the styles available with this design. There is also a working PHP contact form on the
contact page. All of the photos were taken by me - use as you wish.</p>
</div>
</div>
<div id="footer"></div>
</div>
<p> </p>
<!-- javascript at the bottom for fast page loading -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.easing-sooper.js"></script>
<script type="text/javascript" src="js/jquery.sooperfish.js"></script>
<script type="text/javascript" src="js/image_fade.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('ul.sf-menu').sooperfish();
});
</script>
</body>
</html>