-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (43 loc) · 2.64 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
<html>
<head>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<title>Isaiah's Resourcepacks</title>
<style>
* { font-family: "Segoe UI",Arial,sans-serif !important; }
.dalbtns a { background:black; color:white; text-decoration:none; padding: .5rem 1rem .5rem 1rem; }
.w3-button {background:black;color:white;border-radius:.4rem;}
.dlbtns .w3-button::before { content:'MC 1.' }
.mySlides {display:none;}
h3 {border-bottom:1px solid rgb(210,210,210)}
</style>
</head>
<body style="background:#78A7FF;">
<div class="w3-content" id="main" style="margin-top:4vh;min-height:35vh;">
<div style="padding-left:1vw;background:rgba(230,230,230,.9);border:1px solid black;padding-bottom:4vh;border-radius:1rem;">
<h2 style="margin-bottom:0!important;padding-bottom:0!important;">Isaiah's iFaithful Resourcepacks</h2><hr style="padding-top:0;margin:0!important;max-width:50%;">
<div class="w3-container w3-haalf">
<h3>Downloads</h3>
<div class="w3-container dlbtns w3-half">
<h3>128x128 <small style="vertical-align:middle;font-size:12px;background:gray;color:white;padding:2px;padding-left:8px;padding-right:8px;border-radius:12px;">Recommended</small></h3>
<a class="w3-button" href="./x128/out/iFaithfulx128_1.12.zip">12.2</a>
<a class="w3-button" href="./x128/out/iFaithfulx128_1.17.zip">17.1</a>
<a class="w3-button" href="./x128/out/iFaithfulx128_1.18.zip">18.1</a>
</div>
<div class="w3-container dlbtns w3-half">
<h3>512x512</h3>
<a class="w3-button" href="./x512/out/FaithfulHDx512_1.12.zip">12.2</a>
<a class="w3-button" href="./x512/out/FaithfulHDx512_1.17.zip">17.1</a>
<a class="w3-button" href="./x512/out/FaithfulHDx512_1.18.zip">18.1</a>
</div>
</div>
</div>
<div class="w3-footer" style="position:absolute;bottom:2vh;left:.5vw;font-size:12px;background:rgb(130,130,130);border:1px solid black;padding:4px;">
<span>Note: This is not associated<br>with Vattic's Faithful x32</span>
</div>
</div>
<div class="w3-content">
<iframe type="text/html" src="overview.html" style="width:100%;height:61vh;border-top-left-radius:2rem;border-top-right-radius:2rem;"></iframe>
</div>
<img src="bg-compressed.png" style="position:absolute;left:0;bottom:0;z-index:-1;widath:1600px;">
</body>
</html>