-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (68 loc) · 4 KB
/
index.html
File metadata and controls
82 lines (68 loc) · 4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="A Minecraft Modpack aimed at people who like tech, to automate stuff and to build.">
<title>ModBlock - A Minecraft mod pack</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="main.css">
</head>
<body>
<header class="headerimage">
<div class="text">
<img class="logo" src="images/modblock-logo.png">
</div>
</header>
<main class="container" style="margin-top:15px;">
<a class="noexternal" href="https://www.curseforge.com/minecraft/modpacks/modblock-2" target="_blank"><btn class="btn btn-primary btn-lg curseforge">CurseForge</btn></a>
<h1>ModBlock</h1>
<div class="modblock-nav">
<a href="/modblock" class="modblock-navlink"><b>Home</b></a>
<a href="/modblock/about.html" class="modblock-navlink">About</a>
<a href="/modblock/changelog.html" class="modblock-navlink">Changelogs</a>
<a title="Modpack Issue tracker" href="https://github.com/TechnicProblem/modblock/issues" class="modblock-navlink">Issues</a>
<a href="https://minecraft.curseforge.com/projects/modblock-2/relations/dependencies" class="modblock-navlink">Modlist</a>
</div>
<p>A custom lightweight kitchen-sink Minecraft modpack for 1.12.2.</p>
<hr>
<p>Welcome to the website for ModBlock. ModBlock is a Minecraft modpack made by <a href="https://minecraft.curseforge.com/members/technicproblem2" target="_blank">TechnicProblem</a>. It is a <a style="text-decoration:underline;" data-toggle="tooltip" data-placement="top" title='Lots of mods "thrown into a kitchen sink", no quests, do whatever you want'>kitchen-sink</a> lightweight tech modpack.</p><br>
<p>If you want a mod to be added or something to be changed, make an issue on the issue tracker and I will look into it!</p>
<h4><a href="/modblock/install-guide.html">Installation Guide</a></h4>
<h4>New <a href="/modblock/blog.html">Blog</a> about the development of ModBlock!</h4>
<div class="currentversion">
<h4>Current Version:</h4>
<strong><a class="noexternal" href="https://minecraft.curseforge.com/projects/modblock-2" target="_blank">1.2.2</a></strong>
</div>
<br>
<!--<div class="currentversion">
<p>Alternate download links if CurseForge goes offline:</p><b><a href="#" target="_blank">1.2.2</a></b>
</div>-->
</main>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br>
<div style="background-color:#eeeeee; position:relative; bottom:0; padding:5px;" class="footer">© ModBlock<small>/TechnicProblem</small> 2018-2022. <a style="float:right;" href="https://technicproblem.github.io" target="_blank">technicproblem.github.io</a></div>
<!--<script>
function randomImage(){
var images = [
'bg.png',
'bg2.png',
'bg3.png'];
var size = images.length;
var x = Math.floor(size * Math.random());
console.log(x);
var element = document.getElementsByClassName('headerimage');
console.log(element);
element[0].style["background-image"] = "url("+ images[x] + ")";
}
document.addEventListener("DOMContentLoaded", randomImage);
</script>-->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script> $(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>
</body>
</html>