-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
124 lines (121 loc) · 4.26 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="gallery/material-you-gallery.css" />
<link rel="stylesheet" href="css/modpackpoints.css" />
<link rel="stylesheet" href="css/banner.css" />
<link rel="stylesheet" href="css/config.css" />
<link
href="https://fonts.googleapis.com/css?family=Roboto"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Open Sans"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200"
/>
<link rel="stylesheet" href="gallery/themes.css" />
<link
rel="icon"
type="image/x-icon"
href="https://static.wikia.nocookie.net/sun-haven/images/a/a9/Iron_Key.png/revision/latest?cb=20210721024140"
/>
<title>Lost SMP</title>
</head>
<body>
<div id="welcome-div">
<main class="bg"></main>
<main class="bg-transparent"></main>
<p class="text" id="welcometotext">Bem-vindo(a) ao</p>
<h1 class="text" id="lostsmptext">Lost SMP</h1>
<form
action="https://curseforge.com/minecraft/modpacks/lost-smp-modpack"
style="display: inline"
>
<button class="labelbtn">Baixar o modpack</button>
</form>
<form action="#themodpack-div" style="display: inline">
<button class="labelbtn" id="meetthemodpack">Conheça o modpack</button>
</form>
</div>
<div id="themodpack-div">
<p class="text" id="themodpacktext">O modpack</p>
<p id="developedby">
Desenvolvido por
<a href="https://discord.gg/vnG6PwjZ7W" style="display: inline"
>Jonas</a
>
</p>
<p id="pointsp">
Mais de 50 mods
<br /><span class="tooltip" id="pointlore"
>O modpack contém mais de cinquenta mods, incluindo mods de novas
dimensões, qualidade de vida, novos itens e muito mais!</span
><br />
<img src="gallery/90t1r9zud0301.png" alt="" class="pointphoto" />
<img
src="https://motionbgs.com/media/1054/portal-in-minecraft.jpg"
alt=""
class="pointphoto"
/>
</p>
<p id="pointsp">
Novas dimensões
<br /><span class="tooltip" id="pointlore"
>Explore algumas novas dimensões!</span
><br />
<img
src="https://64.media.tumblr.com/ac80ed33ba8e2ac45aab9f57f242bedd/8d9e55c61c6cedad-21/s1280x1920/3d56d81912c5be0ebf704dd6040d997de8ea7a39.png"
alt=""
class="pointphoto"
/>
</p>
<p id="pointsp">
Novos biomas e estruturas <br /><span class="tooltip" id="pointlore"
>Explore novos biomas e estruturas!</span
><br />
<img
src="https://my.mcpedl.com/storage/addons/3956/images/more-simple-structures-v13_23.png"
alt=""
class="pointphoto"
/>
</p>
<p id="pointsp">
Chat de... voz? <br /><span class="tooltip" id="pointlore"
>O modpack contém chat de voz! Apenas pressione Alt e comece a
falar!</span
>
</p>
<p id="otherfeatures">Outras features:</p>
<p id="pointsf">Shaders</p>
<p id="pointsf">Novos blocos</p>
<div id="server">
<p class="text" id="themodpacktext">Parcerias</p>
<p id="parceriatext">
<a href="https://haskhosting.com.br" style="display: inline"
>HaskHosting</a
>
- Hosting do site e da série SMP
</p>
<p id="parceriatext">
<a href="https://m3.material.io" style="display: inline"
>Material Design by Google</a
>
- Linguagem de design do site e paleta de cores
</p>
<p id="developedby">Agradecemos pelo apoio e suporte!</p>
<p id="parceriatext">
Made with ❤️ by
<a href="https://github.com/GuiMar10" style="display: inline"
>GuiMar10</a
>
</p>
</div>
</div>
</body>
</html>