forked from jtl-elisa/JTorleonStudios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
awesome_dungeon.html
85 lines (71 loc) · 5.04 KB
/
awesome_dungeon.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="https://media.forgecdn.net/avatars/130/458/636460205549127215.png">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JTorLeon Studios - Bridge issues</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;800&display=swap');
</style>
<style>
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
footer,img{width:100%}button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:'Poppins', sans-serif;;font-size:1em}a{background-color:transparent;color:rgb(var(--jtl));opacity:.9;text-decoration:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}:root{--jtl:239,82,101;--bg:236,236,236;--bg-1:200,200,200;--bg-2:226,226,226;--fg:30,30,30}@media (prefers-color-scheme:dark){:root{--bg:30,30,30;--bg-1:15,15,15;--bg-2:49,49,49;--fg:236,236,236}}@media (prefers-color-scheme:light){:root{--bg:175,176,176;--bg-1:200,200,200;--bg-2:226,226,226;--fg:30,30,30}}body,html{margin:0;height:100%;font-family:DsWhitney,"Helvetica Neue",Helvetica,Arial,sans-serif}body{background-color:rgba(var(--bg));max-width:50%;margin:auto;color:rgb(var(--fg));font-family:Garamond,serif}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{background:rgb(var(--bg))}::-webkit-scrollbar-thumb{background:rgb(var(--fg))}::-webkit-scrollbar-thumb:hover{background:rgb(var(--bg))}footer{z-index:2;padding:15px;position:fixed;left:0;bottom:0;background:rgba(var(--bg-1),.3);backdrop-filter:blur(5px)}
</style>
</head>
<body>
<div style="width:100%">
<img
src="https://gitlab.com/scs_torleon/hub-awesome-dungeon/-/raw/main/assets/BH_JTL_Header2.png"
alt="banner jtorleon Studios" />
<h1>Select your preferred choice</h1>
<p style="text-align:justify;">
To satisfy all members of the community, we decided to create this web page where you can
choose your favorite site for talk about your problem, issues, suggestions with the <b>JTorLeon
Studios</b> team. Below you have the buttons to be redirected to the different services.
</p>
<p>
Thank you for your support and love!
</p>
</div>
<div style="text-align:center;width:100%;">
<h2>
<a href="https://gitlab.com/scs_torleon/hub-awesome-dungeon/-/issues" class="btn"
title="🔗 Open the redirection to GitLab website">
Open issue on GitLab [click here]
</a>
</h2>
<br>
<h2>
<a href="https://github.com/jtorleonstudios/HUB-Awesome-Dungeon/issues" class="btn"
title="🔗 Open the redirection to GitHub website">
Open issue on GitHub [click here]
</a>
</h2>
<br>
<h2>
<a href="https://discord.gg/pvb4XfYg94" class="btn"
title="🔗 Open the redirection to discord server">
Discuss issue on Discord [click here]
</a>
</h2>
</div>
<div style="width:100%;margin-top: 55px;">
<h3>Bisechosting partner 💕</h3>
<p style="text-align:justify;">
We present you <b>Bisechosting</b> our official <b>partner</b> who supports us in our process
of creating
content for the Minecraft modded. A big thank you to the BisecHosting team for the help
</p>
<a href="https://www.bisecthosting.com/jtlelisa" target="_blank"
title="open the BisecHosting website">
<img src="https://gitlab.com/scs_torleon/hub-awesome-dungeon/-/raw/main/assets/bisec.png"
alt="banner Bisechosting">
</a>
</div>
<footer>
<b>JTorLeon Studios</b> - All Rights Reserved
</footer>
</body>
</html>