Added website

This commit is contained in:
BuildTools 2021-03-02 14:19:18 +01:00
parent 82f7157259
commit 2a6c827c61
12 changed files with 241 additions and 0 deletions

1
img/.htaccess Normal file
View file

@ -0,0 +1 @@
Redirect http://tronax.xyz

BIN
img/Thumbs.db Normal file

Binary file not shown.

BIN
img/bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

BIN
img/discordlogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

BIN
img/instagramlogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
img/logo.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

BIN
img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

BIN
img/twitchlogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
img/twitterlogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

57
impressum.html Normal file
View file

@ -0,0 +1,57 @@
<!DOCTYPE html>
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Tronax</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="./img/logo.ico">
<link href="https://fonts.googleapis.com/css?family=Roboto:500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu&display=swap" rel="stylesheet">
</head>
<body>
<!-- HEADER ---------------------------------------->
<header>
<div id="logo">
<a href="index.html">
<img src="./img/logo.png" alt="Logo">
</a>
</div>
<nav id="main-nav">
<ul>
<li id="twitch"> <a href="https://www.twitch.tv/tronaxyt"><img src="./img/twitchlogo.png" alt="Twitch"></a> </li>
<li id="twitter"> <a href="https://twitter.com/Tronax"><img src="./img/twitterlogo.png" alt="Twitter"></a> </li>
<li id="instagram"> <a href="https://www.instagram.com/tronax_/"><img src="./img/instagramlogo.png" alt="Instagram"></a> </li>
<li id="discord"> <a href="https://discord.gg/tb3vG9a"><img src="./img/discordlogo.png" alt="Discord"></a> </li>
</ul>
</nav>
</header>
<!-- HOME ---------------------------------------->
<section id="imprint" class="container" class="vertical-center">
<h1>ANGABEN GEMÄSS § 5 TMG </h1>
<p>Janik Dietz</p>
<p>Am Steigfeld 7</p>
<p>93343 Essing</p>
<h1>KONTAKT</h1>
<p>E-Mail: info@janikdietz.de</p>
</section>
<!-- FOOTER ---------------------------------------->
<footer>
<p>
&copy; 2021 Tronax | <a href="impressum.html">Impressum</a>
</p>
</footer>
</body>
</html>

55
index.html Normal file
View file

@ -0,0 +1,55 @@
<!DOCTYPE html>
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Tronax</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="./img/logo.ico">
<link href="https://fonts.googleapis.com/css?family=Roboto:500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu&display=swap" rel="stylesheet">
</head>
<body>
<!-- HEADER ---------------------------------------->
<header>
<div id="logo">
<a href="index.html">
<img src="./img/logo.png" alt="Logo">
</a>
</div>
<nav id="main-nav">
<ul>
<li id="twitch"> <a href="https://www.twitch.tv/tronaxyt"><img src="./img/twitchlogo.png" alt="Twitch"></a> </li>
<li id="twitter"> <a href="https://twitter.com/Tronax"><img src="./img/twitterlogo.png" alt="Twitter"></a> </li>
<li id="instagram"> <a href="https://www.instagram.com/tronax_/"><img src="./img/instagramlogo.png" alt="Instagram"></a> </li>
<li id="discord"> <a href="https://discord.gg/tb3vG9a"><img src="./img/discordlogo.png" alt="Discord"></a> </li>
</ul>
</nav>
</header>
<!-- HOME ---------------------------------------->
<section id="home">
<div id="biglogo">
<img src="./img/logo.png" alt="Logo" align="middle">
</div>
</section>
<!-- FOOTER ---------------------------------------->
<footer>
<p>
&copy; 2021 Tronax | <a href="impressum.html">Impressum</a>
</p>
</footer>
</body>
</html>

128
style.css Normal file
View file

@ -0,0 +1,128 @@
html, body {
margin: 0;
padding: 0;
height: 100%;
text-align: center;
}
section {
height: 100%;
}
a {
text-decoration: none;
}
li {
list-style-type: none;
}
h1, h2, h3, a {
font-family: 'Ubuntu', sans-serif;
font-weight: 500;
color: #494949
text-transform: uppercase;
}
#logo { transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms;}
#biglogo { position: absolute; left: 50%; top:50%; transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms;
transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%);
}
body {
background: rgb(63,94,251);
background: -moz-radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
background: -webkit-radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f5efb",endColorstr="#fc466b",GradientType=1);
background-repeat: no-repeat;
overflow: hidden
}
header {
width: 100%;
height: 65px;
position: fixed;
top: 0;
left: 0;
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
z-index: 1;
background: rgba(0,0,0,0);
}
#logo {
width: 65px;
float: left;
margin: 9px 0 0 10px;
}
#logo:hover {
opacity: 0.5;
}
#logo img {
width: 100%;
}
header nav {
float: right;
margin: 10px 20px 0 0;
}
header nav ul li a {
padding: 12px 11px 12px 11px;
}
header nav ul li {
width: 40px;
height: 40px;
margin: -12.5px 0px 0px 15px;
float: left;
transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms;
}
header nav ul li:hover {
border-radius: 4px;
background: rgba(0, 0, 0, 0.5);
}
header nav ul li a img {
width: 20px;
margin-top: 10px;
}
#biglogo img {
width: 75%;
transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms;
}
#biglogo img:hover {
transform: scale(1.2);
}
footer {
width: 100%;
margin-bottom: 0;
font-family: 'Ubuntu', sans-serif;
font-size: 16px;
font-weight: bold;
position: fixed;
bottom: 0;
left: auto;
box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.2);
z-index: 1;
background: rgba(0,0,0,0);
}
footer a {
text-decoration: none;
text-decoration-color: black;
}
footer a:hover {
text-decoration: underline;
}
#biglogo:hover {
}
#imprint h1 {
font-family: 'Ubuntu', sans-serif;
font-weight: bold;
font-size: 30px;
}
#imprint p {
font-family: 'Ubuntu', sans-serif;
font-weight: bold;
font-size: 15px;
}
#imprint {
padding-top: 10%
}
.container {
height: 300px;
position: relative;
}