-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
159 lines (135 loc) · 4.48 KB
/
Copy pathindex.html
File metadata and controls
159 lines (135 loc) · 4.48 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
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
156
157
158
159
<!DOCTYPE html>
<html lang="en">
<head>
<title>GamerPotion</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
box-sizing: border-box;
}
/* Style the body */
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
}
/* Header/logo Title */
.header {
padding: 50px;
text-align: center;
background: #1abc9c;
color: white;
}
/* Increase the font size of the heading */
.header h1 {
font-size: 40px;
}
/* Style the top navigation bar */
.navbar {
overflow: hidden;
background-color: #333;
}
/* Style the navigation bar links */
.navbar a {
float: left;
display: block;
color: white;
text-align: center;
padding: 14px 20px;
text-decoration: none;
}
/* Right-aligned link */
.navbar a.right {
float: right;
}
/* Change color on hover */
.navbar a:hover {
background-color: #ddd;
color: black;
}
/* Column container */
.row {
display: -ms-flexbox; /* IE10 */
display: flex;
-ms-flex-wrap: wrap; /* IE10 */
flex-wrap: wrap;
}
/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
-ms-flex: 30%; /* IE10 */
flex: 30%;
background-color: #f3f3f3;
padding: 20px;
}
/* Main column */
.main {
-ms-flex: 70%; /* IE10 */
flex: 70%;
background-color: white;
padding: 20px;
}
/* Fake image, just for this example */
.fakeimg {
background-color: #aaa;
width: 100%;
padding: 20px;
}
/* Footer */
.footer {
padding: 20px;
text-align: center;
background: #ddd;
}
/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
.row {
flex-direction: column;
}
}
/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
.navbar a {
float: none;
width: 100%;
}
}
</style>
</head>
<body>
<div class="header">
<h1>GamerPotion</h1>
<p>Creating Minecraft Content</p>
</div>
<div class="row">
<div class="side">
<a href="https://www.patreon.com/gamerpotion"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggtcvOuB4xrsEjYO5XoY8HO_HRrX0aWOVR_7qy88C_bhh6lIM2wG6LK73iK5CEaGGCY3s-rHksPY9rwXK9ArnmiO8d3MuvguW4kT9m_E2crF6Q-BYskffm1FE6rEUZD_rPxw8hxauy3SDQUZeNJ3o4z-j9gKoHcPXe7n9fMjBJkx_a-ZExF7KnFMGi/w640-h192/becomepatron.png" alt="Patreon" width="300"> </a>
<br><br>
Get Your Minecraft server today! <br> Click below or Click <a href="https://www.bisecthosting.com/gamerpotion">Here</a> and use code <b>GamerPotion</b> for 25% Off!
<br><a href="https://www.bisecthosting.com/gamerpotion"><img src="https://media.forgecdn.net/attachments/608/745/bisect-banner-large3.png" alt="Bisect" width="300"></a>
<br><br>
<a href="https://discord.gg/uCPfPBvsRJ"><img src="https://discordapp.com/api/guilds/870825743788158986/widget.png?style=banner4" alt="Discord"></a>
</div>
<div class="main">
<h2>DarkRPG Fabric Modpack</h2>
<h5>A Minecraft Modpack based on RPG and performance.</h5>
<p>Download <a href="https://www.curseforge.com/minecraft/modpacks/darkrpg" >Here</a></p>
<p><a href="https://www.curseforge.com/minecraft/modpacks/darkrpg" ><img src="https://cf.way2muchnoise.eu/full_515345_downloads.svg" alt="DarkRPG"></a></p>
<br>
<h2>Tiny PVP Swords and Tools</h2>
<h5>A Minecraft Resource Pack featuring tiny swords and tools. Good for PVP use.</h5>
<p>Download <a href="https://www.curseforge.com/minecraft/texture-packs/tiny-pvp-swords-and-tools" >Here</a></p>
<p><a href="https://www.curseforge.com/minecraft/texture-packs/tiny-pvp-swords-and-tools" ><img src="https://cf.way2muchnoise.eu/full_564189_downloads.svg" alt="Tiny PVP"></a></p>
<br>
<h2>My Other Projects</h2>
<h5>Check out my other Minecraft projects such as Modpacks, Mods, Resource Packs and Fonts (hosted on CurseForge)</h5>
<p>Click <a href="https://legacy.curseforge.com/members/gamerpotion/projects" >Here</a></p>
</div>
</div>
<div class="footer">
<h2>GamerPotion 2023</h2>
<br>
<a href="https://validator.w3.org/nu/?doc=https%3A%2F%2Fgamerpotion.github.io%2F"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/66/W3C_valid.svg/200px-W3C_valid.svg.png" alt="w3c"></a>
</div>
</body>
</html>