Remove legal stuff (we don't need 'em) and refine some stuff, getting ready for production
This commit is contained in:
parent
b5ebcd5f72
commit
4b7d804f57
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
*.css
|
||||
.*~
|
||||
*.kate-swp
|
||||
|
@ -14,17 +14,17 @@ h1 {font-size:32px}
|
||||
h2 {font-size:14px}
|
||||
|
||||
a {
|
||||
color: average(contrast(@bg), @bg);
|
||||
color: contrast(@bg);
|
||||
text-decoration: none;
|
||||
&[href]:hover,
|
||||
&[href].highlight {
|
||||
&:hover,
|
||||
&.highlight {
|
||||
color: @color;
|
||||
}
|
||||
&[href].highlight:hover {
|
||||
&.highlight:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
&[href] {
|
||||
color: contrast(@bg);
|
||||
&:not([href]) {
|
||||
color: average(contrast(@bg), @bg);
|
||||
}
|
||||
transition: cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
|
||||
}
|
||||
@ -60,9 +60,9 @@ html {
|
||||
top: 0;
|
||||
position: fixed;
|
||||
z-index: 2;
|
||||
.header {
|
||||
background:
|
||||
background:
|
||||
linear-gradient(180deg, fade(darken(@bg,10%), 80%) 50%, transparent);
|
||||
.header {
|
||||
height: 50px;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
@ -118,11 +118,7 @@ html {
|
||||
flex-direction: row;
|
||||
div.item {
|
||||
margin: 14px 0;
|
||||
font-size: 20px;
|
||||
h4 {font-size: 24px;}
|
||||
div.date {
|
||||
width: 100%;
|
||||
text-align:right;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
57
index.html
57
index.html
@ -5,11 +5,11 @@
|
||||
<!--Styles and meta-->
|
||||
<title>RedXen Community</title>
|
||||
<meta name="description" content="The community that empowers gamers.">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
<meta name="keywords" content="rx,redxen,community,game,games,server,discord,pmbot,forum">
|
||||
<meta name="author" content="caskd">
|
||||
<meta name="theme-color" content="#d22">
|
||||
<link rel="icon" sizes="222x222" href="res/logowhite.png">
|
||||
<meta name="theme-color" content="#e11">
|
||||
<link rel="icon" sizes="321x300" href="res/logo2.png">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="UTF-8">
|
||||
<link href="css/main.css" rel="stylesheet">
|
||||
@ -17,13 +17,19 @@
|
||||
|
||||
<body>
|
||||
<!--These endless wrappers might be unnecessary now but could be useful later-->
|
||||
<!--
|
||||
Looking to help us achieve more?
|
||||
Mail me at caskd@gmx.de or contact me directly over on Telegram and we can discuss ideas.
|
||||
-->
|
||||
<div class="headwrap">
|
||||
<div class="header">
|
||||
<a>Services</a>
|
||||
<a>Platform</a>
|
||||
<a href="https://cloud.redxen.eu">Cloud</a>
|
||||
<a href="https://yagpdb.redxen.eu">PMBot</a>
|
||||
<a title="Coming soon...">Gameservers</a>
|
||||
<img alt="logo" src="res/logo.png">
|
||||
<a>Community</a>
|
||||
<a class="highlight">Get active</a>
|
||||
<a href="https://webgit.redxen.eu">Git</a>
|
||||
<a href="https://stats.redxen.eu">Status</a>
|
||||
<a href="https://t.me/rxtelegram" class="highlight">Join RedXen!</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bodywrap">
|
||||
@ -31,21 +37,16 @@
|
||||
<img alt="logo" class="logo" src="https://redxen.eu/res/logo.png">
|
||||
<div class="banner">
|
||||
<div class="overflow">
|
||||
<img src="https://i.imgur.com/CWD6QdZ.gif" alt="item">
|
||||
<img src="https://31.media.tumblr.com/c3c25409c3c3510eb320e30ad980343a/tumblr_mgyw3wGaUV1s3s77no1_250.gif" alt="tooltipicon">
|
||||
</div>
|
||||
<p>Placeholder showcase</p>
|
||||
<p>Minecraft server coming up in the following months.<br>If you feel creative, join us to be one of the first people test-playing on it!</p>
|
||||
</div>
|
||||
<div class="news textbody">
|
||||
<h3>News</h3>
|
||||
<div class="item">
|
||||
<h4>Server maintenance complete</h4>
|
||||
<p>The server maintenance was completed successfully and the services are back to normal.</p>
|
||||
<div class="date">01.08.2019</div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<h4>Something went wrong</h4>
|
||||
<a href="something">Read more</a>
|
||||
<div class="date">01.01.1970</div>
|
||||
<h4>Network maintenance complete</h4>
|
||||
<p>The network maintenance was completed successfully and the services are back to normal.</p>
|
||||
<div class="date">05.09.2019</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -61,23 +62,30 @@
|
||||
<span>Resources</span>
|
||||
<li><a href="https://prism-break.org">Prism Break</a></li>
|
||||
<li><a href="https://rfc-editor.org/rfc-index.html">IETF RFC</a></li>
|
||||
<li><a href="https://w3.org">W3C</a></li>
|
||||
<li><a href="https://eff.org/">EFF</a></li>
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col">
|
||||
<ul>
|
||||
<span>Project libraries</span>
|
||||
<span>Cool peeps</span>
|
||||
<li><a href="https://fuwafuwa.moe">Fuwafuwa</a></li>
|
||||
<li><a href="https://2f30.org/">/0</a></li>
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col">
|
||||
<ul>
|
||||
<span>Libraries</span>
|
||||
<li><a href="https://fonts.google.com">Google Fonts</a></li>
|
||||
<li><a href="https://lesscss.org">Less CSS</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col">
|
||||
<ul>
|
||||
<span>Legal</span>
|
||||
<li><a>Terms of service</a></li>
|
||||
<li><a href="legal/privacypolicy.html">Privacy Policy</a></li>
|
||||
<li><a>Contact</a></li></div>
|
||||
<span>Contact</span>
|
||||
<li><a href="mailto:caskd@gmx.de">Mail</a></li>
|
||||
<li><a href="https://t.me/casKd_dev">Telegram</a></li>
|
||||
<li><a href="mumble://dc.redxen.eu:2200">Mumble</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -85,5 +93,4 @@
|
||||
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
@ -5,11 +5,11 @@
|
||||
"display": "standalone",
|
||||
"orientation": "portrait-primary",
|
||||
"theme_color": "red",
|
||||
"background_color": "#e22",
|
||||
"background_color": "#e11",
|
||||
"description": "The Community that empowers gamers!",
|
||||
"icons": [{
|
||||
"src": "res/logowhite.png",
|
||||
"sizes": "222x222",
|
||||
"src": "res/logo2.png",
|
||||
"sizes": "321x300",
|
||||
"type": "image/png"
|
||||
}]
|
||||
}
|
||||
|
BIN
res/logo2.png
Normal file
BIN
res/logo2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue
Block a user