Compare commits

...

33 Commits
master ... v4

Author SHA1 Message Date
Alex D. f51842f5f4 Newest version changes 2019-06-13 16:38:28 +02:00
Alex D. c440e22ffa Remove breaking changes on Firefox 2018-11-18 10:54:05 +01:00
Alex D. 5b34ac42e8 Fallback for webp
Trash support, easy fallback :D
2018-11-17 15:24:54 +01:00
Alex D. 42d63ae27a Better spacing and do not select text 2018-10-04 15:42:22 +02:00
Alex D. 034f731ca3 Keep up to date with avalaible services 2018-10-03 23:05:47 +02:00
Alex D. fce5f31b29 Merge branch 'dev' 2018-09-03 22:27:27 +02:00
Alex D. 24e3b95d66 Wrong name 2018-09-03 22:14:47 +02:00
Alex D. a8d5b89799 Rebranding and slight changes 2018-09-03 22:11:16 +02:00
Alex D. 9a9b63324a More customizing 2018-09-01 13:54:22 +02:00
Alex b843678f46
Merge pull request #5 from RXCommunity/dev
Merge to Master
2018-08-28 16:12:38 +02:00
Alex D. 1b573736db More fallbacks and support 2018-08-28 15:51:13 +02:00
Alex D. e19c0e4008 Background Fallback 2018-08-28 15:31:21 +02:00
Alex e89facb676
Merge pull request #3 from RXCommunity/dev
Merge into Master and live from development
2018-08-02 21:43:18 +02:00
Alex D. c6e55467de Small tweaks 2018-08-02 21:42:13 +02:00
Alex D. 95916f1b63 Make sure the content is over the background. 2018-08-02 12:54:09 +02:00
Alex D. 195c0ec175 Support for Older Browsers and other minor changes 2018-08-02 12:44:20 +02:00
Alex 5997d66ad2
Update README.md 2018-08-01 16:24:24 +02:00
Alex cc7f65eda7
Update README.md 2018-08-01 16:23:45 +02:00
Alex 61a84096d8
Merge pull request #2 from casKd-dev/v3
Merge current progress in master
2018-08-01 12:32:58 +02:00
Alex D. 0718336402 Keep git repo up to date 2018-08-01 12:30:57 +02:00
Alex D. 5cc50968c4 Some fixes and making it look nice 2018-07-05 18:19:19 +02:00
Alex D. 52639f70f1 Path Quickfix 2018-07-01 01:52:45 +02:00
Alex D. 2f6de7457f Improved code readability
Also added few features
2018-07-01 01:46:34 +02:00
Alex D. ffaef4a72b Fixed bugs, improved content responsiveness etc. 2018-06-30 18:30:25 +02:00
Alex D. 3a49532357 Quick Fix Viewport 2018-06-27 16:41:50 +02:00
Alex D. 9b1f843da7 Revamp 2018-06-27 16:10:12 +02:00
Alex D. 0616d7946a Added sourceban and news 2018-06-14 09:39:18 +02:00
Alex D. a9dbb24eb1 Last fix 2018-06-13 19:45:32 +02:00
Alex D. a30b7b1fda Mobile improvement and fitting 2018-06-13 19:38:10 +02:00
Alex D. 09b037a5c7 Tweaked stuff around 2018-06-13 19:12:17 +02:00
Alex D. 9b299894df Added functionality
Added jQuery for performance improvement
Moved DOM elements by priority
Moved header below banner
Swapped sides for easier css adapting
2018-06-13 17:36:29 +02:00
Alex D. 6d1274354b Merge branch 'master' of https://github.com/casKd-dev/RXHomepage 2018-06-10 19:29:31 +02:00
Alex 5faec60ab6
Update README.md 2018-06-07 18:50:02 +02:00
17 changed files with 960 additions and 380 deletions

0
LICENSE Normal file → Executable file
View File

16
README.md Normal file → Executable file
View File

@ -1,11 +1,17 @@
# RedXen Homepage
## What is this?
The portal for the community where everything is linked. It is supposed to be as lightweight and well-functioning as possible.
Well, nothing special...
This is just the homepage i use for the community i am running [here](http://redxen.dynu.net)
## How does this work?
It is based around flexboxes mostly to ensure efficiency and good support.
## Why do i host it on GitHub?
It has no good support for inferior browsers at the moment, and not planning to support them either, gonna support only current stable versions and some previous ones if needed.
If anyone wants to contribute, see my code practices or something similar, then here it is.
It is also easier to check on something or manage changes.
## What formats does it use?
- WebP - Images
- SVG - Graphics
- Woff2 - Fonts
## AJAX Usage
We use AJAX calls to load content on demand and not on load.

279
css/main.css Normal file
View File

@ -0,0 +1,279 @@
html,
body {
width: 100%;
height: 100%;
overflow: hidden;
}
::selection {
background: #c11;
}
img.logo {
border-radius: 50%;
width: 50px;
height: 50px;
position: absolute;
bottom: 0;
right: 0;
margin: 10px;
}
img.logo:hover {
opacity: 0.5;
}
body {
margin: 0;
background: url("/res/red-space.png") no-repeat;
background-size: cover;
backdrop-filter: blur(20px);
color: #eee;
font-family: 'Oswald', sans-serif;
}
div.slide.container {
height: 100%;
width: 80%;
box-sizing: border-box;
position: fixed;
display: block;
background-color: #111;
}
div.slide.container::after {
content: " ";
position: absolute;
display: block;
height: 100%;
top: 0;
left: 0;
z-index: -1;
background: inherit;
transform-origin: bottom left;
}
.main {
display: flex;
margin: auto;
padding: 10px;
box-sizing: border-box;
width: 100%;
height: 100%;
overflow: hidden;
}
.main .links {
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
min-height: 2em;
min-width: 3em;
}
.main .links ul {
opacity: 0;
position: absolute;
}
.main .links span {
opacity: 1;
transform: rotate(-90deg);
}
.main .links ul,
.main .links span {
transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.main .links:hover ul {
opacity: 1;
transform: translateX(0px);
}
.main .links:hover span {
opacity: 0;
}
.main .content {
margin: 0 20px;
display: flex;
flex-direction: column;
width: 100%;
box-sizing: border-box;
overflow-y: auto;
overflow-x: hidden;
}
.main .content .text {
padding: 0 10px;
scroll-behavior: smooth;
text-align: left;
}
.main .content .text a {
text-decoration: underline #eee;
}
.main .content .text a:hover {
text-decoration: none;
}
.main .content .text .prst {
overflow: hidden;
width: 100%;
}
.main .content .text .prst::after {
content: "the community that empowers you";
animation: slideThrough 30s cubic-bezier(0, 1, 0, 1) forwards;
display: inline-block;
}
.main .content .head {
display: flex;
align-items: center;
justify-content: center;
height: 100px;
min-height: 100px;
margin: 20px 0;
}
.main .content .head .column {
margin: auto 10px;
}
.main .content .head .column h1,
.main .content .head .column p {
margin: 0;
}
ul {
padding-inline-start: 0;
}
ul li {
list-style: none;
}
a {
transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
color: #3c3c3c;
text-decoration: none;
}
a[href] {
color: #eee;
}
a[href]:hover {
color: #e22;
}
div.links a[href]:hover::after {
transform: translateX(6px);
opacity: 1;
}
div.links a:hover {
cursor: pointer;
}
div.links a::after {
content: ">";
position: absolute;
opacity: 0;
transform: translateX(0px);
transition: transform cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
::-webkit-scrollbar {
display: none;
}
.shadow {
filter: drop-shadow(0px 3px 4px #010101);
}
@media only screen and (min-width: 900px) {
div.slide.container {
width: 80%;
}
div.slide.container::after {
width: 100%;
transform: skew(-10deg, 0deg);
}
.links ul {
transform: translateX(-40px);
}
.links:hover span {
transform: translateX(-40px) rotate(-90deg);
}
}
@media only screen and (max-width: 900px) {
img.logo {
width: 30px;
height: 30px;
top: 0;
}
div.slide.container {
background-color: rgba(17, 17, 17, 0.5);
width: 100%;
}
div.slide.container::after {
opacity: 0;
}
.content .text h2 {
margin: 2px 0;
}
.main {
flex-direction: column;
}
.main .content {
order: 1;
margin: 0;
}
.main .links {
order: 2;
text-align: center;
margin: 6px 0;
}
.main .links ul {
opacity: 1;
position: relative;
}
.main .links ul li {
display: inline;
margin: 0 6px;
}
.main .links ul li a::after {
display: none;
}
.main .links span {
display: none;
}
}
@keyframes slideThrough {
0%,
11%,
21%,
31%,
41%,
51% {
transform: translateX(-10px);
opacity: 0;
}
2%,
7%,
12%,
17%,
22%,
27%,
32%,
37%,
42%,
47%,
52%,
100% {
transform: translateY(0);
opacity: 1;
}
9%,
19%,
29%,
39%,
49% {
transform: translateX(10px);
opacity: 0;
}
0% {
content: "where you game";
}
10% {
content: "where you are free";
}
20% {
content: "where you have fun";
}
30% {
content: "where the competition starts";
}
40% {
content: "the free community";
}
50% {
content: "the open community";
}
60%,
100% {
content: "the community that empowers you";
}
}

308
css/main.less Normal file
View File

@ -0,0 +1,308 @@
@slide-duration: 0.5s;
@slide-width: 80%;
@textdef: #eee;
@vibrant: #e22;
@dark: #c11;
@contentbg: #111;
@inkdark: #010101;
html,
body {
width: 100%;
height: 100%;
overflow: hidden;
}
::selection {
background: @dark;
}
img.logo {
border-radius: 50%;
width: 50px;
height: 50px;
position: absolute;
bottom: 0;
right: 0;
margin: 10px;
&:hover {
opacity: 0.5;
}
}
body {
margin: 0;
background: url("/res/red-space.png") no-repeat;
background-size: cover;
backdrop-filter: blur(20px);
color: @textdef;
font-family: 'Oswald', sans-serif;
}
div.slide.container {
&::after {
content: " ";
position: absolute;
display: block;
height: 100%;
top: 0;
left: 0;
z-index: -1;
background: inherit;
transform-origin: bottom left;
}
height: 100%;
width: @slide-width;
box-sizing: border-box;
position: fixed;
display: block;
background-color: @contentbg;
}
.main {
.links {
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
min-height: 2em;
min-width: 3em;
ul {
opacity: 0;
position: absolute;
}
span {
opacity: 1;
transform: rotate(-90deg);
}
ul,
span {
transition: cubic-bezier(0.215, 0.610, 0.355, 1) 0.4s;
}
&:hover {
ul {
opacity: 1;
transform: translateX(0px);
}
span {
opacity: 0;
}
}
}
.content {
.text {
padding: 0 10px;
scroll-behavior: smooth;
text-align: left;
a {
text-decoration: underline #eee;
&:hover {
text-decoration: none;
}
}
.prst {
overflow: hidden;
width: 100%;
&::after {
content: "the community that empowers you";
animation: slideThrough 30s cubic-bezier(0,1,0,1) forwards;
display: inline-block;
}
}
}
.head {
.column {
margin: auto 10px;
h1,
p {
margin: 0;
}
}
display: flex;
align-items: center;
justify-content: center;
height: 100px;
min-height: 100px;
margin: 20px 0;
}
margin: 0 20px;
display: flex;
flex-direction: column;
width: 100%;
box-sizing: border-box;
overflow-y: auto;
overflow-x: hidden;
}
display: flex;
margin: auto;
padding: 10px;
box-sizing: border-box;
width: 100%;
height: 100%;
overflow: hidden;
}
ul {
li {
list-style: none;
}
padding-inline-start: 0;
}
a {
transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
color: darken(@textdef, 70%);
text-decoration: none;
&[href] {
color: @textdef;
&:hover {
color: @vibrant;
}
}
}
div.links a {
&[href] {
&:hover {
&::after {
transform: translateX(6px);
opacity: 1;
}
}
}
&:hover {
cursor: pointer;
}
&::after {
content: ">";
position: absolute;
opacity: 0;
transform: translateX(0px);
transition: transform cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
}
::-webkit-scrollbar {
display: none;
}
.shadow {
filter: drop-shadow(0px 3px 4px @inkdark);
}
@media only screen and (min-width: 900px) {
div.slide.container {
&::after {
width: 100%;
transform: skew(-10deg, 0deg);
}
width: @slide-width;
}
.links {
ul {
transform: translateX(-40px);
}
&:hover {
span {
transform: translateX(-40px) rotate(-90deg);
}
}
}
}
@media only screen and (max-width: 900px) {
img.logo {
width: 30px;
height: 30px;
top: 0;
}
div.slide.container {
&::after {
opacity: 0;
}
background-color: fade(@contentbg, 50%);
width: 100%;
}
.content {
.text {
h2 {
margin: 2px 0;
}
}
}
.main {
.content {
order: 1;
margin: 0;
}
.links {
order: 2;
text-align: center;
margin: 6px 0;
ul {
opacity: 1;
position: relative;
li {
display: inline;
margin: 0 6px;
a {
&::after {
display: none;
}
}
}
}
span {
display: none;
}
}
flex-direction: column;
}
}
@keyframes slideThrough {
0%,11%,21%,31%,41%,51% {transform: translateX(-10px); opacity: 0;}
2%,7%,12%,17%,22%,27%,32%,37%,42%,47%,52%,100% {transform: translateY(0); opacity: 1;}
9%,19%,29%,39%,49% {transform: translateX(10px); opacity: 0;}
0% {content: "where you game";}
10% {content: "where you are free";}
20% {content: "where you have fun";}
30% {content: "where the competition starts";}
40% {content: "the free community";}
50% {content: "the open community";}
60%,100% {content: "the community that empowers you";}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 298 KiB

View File

@ -1,101 +1,64 @@
<html>
<head>
<!--Styles and such-->
<link rel="stylesheet" href="res/web.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Dosis" rel="stylesheet">
<link rel="shortcut icon" href="/favicon.ico">
<!--Meta and tracking-->
<meta name="author" content="caskd">
<meta charset="UTF-8">
<meta name="description" content="The homepage of the RedXen Community">
<title>RedXen Community</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120536610-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-120536610-1');
</script>
</head>
<body>
<div class="interface">
<div class="header">
<span id="logo-header">
<img src="res/logo.png" alt="logo">
</span>
<span id="links-header">
<a href="https://forum.redxen.eu">Forum</a>
<a href="https://steamcommunity.com/groups/redxengaming">Steam</a>
<a href="/discord">Discord</a>
<a href="https://yagpdb.redxen.eu">PMBot</a>
</span>
</div>
<div class="content">
<div id="banner">
<img id="logobig" src="res/logo.png" alt="logo">
<h1>RedXen Gaming</h1>
</div>
<div id="text">
<h2>About us</h2>
<div id="forum" class="category">
<div class="left">
<img alt="discourse" src="res/discourse.png">
</div>
<div class="right">
<h3>RedXen Forum</h3>
<p>Our forum is a easy-to-browse forum that is fast and reliable, it is powered by Discourse and it is one of the best community forums!</p>
</div>
</div>
<div id="discord" class="category">
<div class="left">
<img alt="discord" src="res/discord.png">
</div>
<div class="right">
<h3>Discord Server</h3>
<p>Due to the reliability that Discord offers, most of the people join us on our server to communicate about topics they have in common, support is also given pretty quick there.</p>
</div>
</div>
<div id="yagpdb" class="category">
<div class="left">
<img alt="yagpdb" src="res/yagpdb.png">
</div>
<div class="right">
<h3>PMBot</h3>
<p>We also host a slightly customized version of YAGPDB called PMBot that can moderate your servers, you can add him to your server!</p>
</div>
</div>
<h2>News</h2>
<div id="news" class="text-field">
<div class="row">
<h3>June 2018</h3>
Created this webpage and added meta tags for SEO's<br>
Now hosting server on DigitalOcean with improved bandwidth
</div>
<div class="row">
<h3>May 2018</h3>
Added reaction roles to the discord server<br>
Adapted the homepage to almost all viewports<br>
Updated homepage to a better one<br>
Discord revamp with new channels, categories and roles
</div>
</div>
</div>
<div id=footer>
<div class="row">
Made by caskd!<br>
<a href="https://steamcommunity.com/id/caskd"><i class="fab fa-steam"></i></a>
<a href="https://github.com/casKd-dev"><i class="fab fa-github"></i></a>
<a href="https://soundcloud.com/caskd"><i class="fab fa-soundcloud"></i></a>
</div>
<div id="footer-r" class="row">
This website was made with tons of love, trial and time. If you appreciate what i have done or want to give me feedback or such, <a href="mailto:caskd@gmx.de">contact</a> me here.
</div>
</div>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<!--Styles and meta-->
<title>RedXen Community</title>
<meta name="description" content="The community that empowers gamers.">
<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="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<link href="css/main.css" rel="stylesheet">
</head>
<body style="background-color:#111">
<div class="slide container shadow">
<div class="main">
<div class="links">
<span>LINKS</span>
<ul>
<li><a title="Soon available...">Forum</a></li>
<li><a href="https://redxen.eu/discord">Discord</a></li>
<li><a href="https://cloud.redxen.eu">Cloud</a></li>
<li><a href="https://yagpdb.redxen.eu"">PMBot</a></li>
<li><a href="https://stats.redxen.eu">Servers</a></li>
<li><a title="Not available yet...">Status</a></li>
<li><a href="https://steamcommunity.com/groups/redxengaming">Steam</a></li>
<li><a href="https://github.com/RXCommunity">GitHub</a></li>
<li><a href="https://fonts.google.com">GFonts</a></li>
<li><a title="Not available yet...">Contact</a></li>
<li><a title="Not available yet....">Legal</a></li>
</ul>
</div>
<div class="content">
<div class="head">
<div class="column">
<h1>RedXen Community</h1>
<p>The community that empowers gamers</p>
</div>
</div>
<div class="text">
<h2 class="prst">RedXen is&nbsp;</h2>
<p>Making sure to respect many of the newest standards, being transparent, <a href="https://prism-break.org">private</a> and having no censorship is what shapes us as a community.</p>
<p>We offer a multitude of services ranging from on-premise cloud storage with full control to gameserver hosting, we have everything you would wish for.</p>
<h2>Fast</h2>
<p>With the help of <a href="https://cloudflare.com">CloudFlare</a>'s <a href="https://www.cloudflare.com/learning/cdn/what-is-caching/">caching technologies</a> and their <a href="https://www.cloudflare.com/learning/cdn/what-is-a-cdn/">content distribution network</a>, most of the pages are loaded in a span of a few seconds, <i title="Depends on your own internet speed">no matter where</i> you are.</p>
<h2>Reliable</h2>
<p>Our staff always makes sure to be as precautious as possible, making sure that your data is safe and all your services, we offer highly available hosted services in <a href="https://docs.docker.com/engine/swarm#feature-highlights">Enterprise-level containers</a> for a small price.</p>
<p>Would it be either a small seedbox or a huge web application, we make sure that it runs un-interrupted and performs well.</p>
<h2>Private</h2>
<p>Your data is not sold to any third-parties, ever. The only tracked things are your IP address and countries from which you access, with no relation to your private identity. How could you believe us? The only way is knowing about how we operate our services which i myself can gladly tell you <a href="mailto:caskd@gmx.de">here</a>.</p>
</div>
</div>
</div>
</div>
<img class="logo shadow" src="res/logo.svg">
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<link rel="manifest" href="/manifest.json">
</body>
</html>

15
manifest.json Executable file
View File

@ -0,0 +1,15 @@
{
"name": "RedXen Community",
"short_name": "RX Community",
"start_url": ".",
"display": "standalone",
"orientation": "portrait-primary",
"theme_color": "red",
"background_color": "#e22",
"description": "The Community that empowers gamers!",
"icons": [{
"src": "res/logowhite.png",
"sizes": "222x222",
"type": "image/png"
}]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 760 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

283
res/logo.svg Normal file
View File

@ -0,0 +1,283 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="60mm"
height="60mm"
viewBox="0 0 60 60"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="logo.svg">
<title
id="title5858">RedXen Logo</title>
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient6724">
<stop
style="stop-color:#111111;stop-opacity:1"
offset="0"
id="stop6720" />
<stop
style="stop-color:#222222;stop-opacity:1"
offset="1"
id="stop6722" />
</linearGradient>
<inkscape:path-effect
effect="bspline"
id="path-effect4821"
is_visible="true"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false" />
<linearGradient
id="Background"
inkscape:collect="always">
<stop
id="stop5809"
offset="0"
style="stop-color:#780a0a;stop-opacity:1" />
<stop
id="stop5811"
offset="1"
style="stop-color:#e03333;stop-opacity:1" />
</linearGradient>
<inkscape:path-effect
effect="spiro"
id="path-effect5763"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect5759"
is_visible="true" />
<inkscape:path-effect
effect="bspline"
id="path-effect5751"
is_visible="true"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect5747"
is_visible="true"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect5377"
is_visible="true"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect5373"
is_visible="true"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect5287"
is_visible="true"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false" />
<linearGradient
inkscape:collect="always"
xlink:href="#Background"
id="linearGradient5802"
x1="9.9999981"
y1="247"
x2="70"
y2="247"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,1.5,-9.9999983,-103.49999)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6724"
id="linearGradient6726"
x1="29.999998"
y1="259"
x2="0"
y2="297"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2"
inkscape:cx="233.32499"
inkscape:cy="168.39291"
inkscape:document-units="mm"
inkscape:current-layer="layer2"
showgrid="false"
inkscape:window-width="1920"
inkscape:window-height="1018"
inkscape:window-x="0"
inkscape:window-y="32"
inkscape:window-maximized="1"
inkscape:snap-bbox="true"
inkscape:bbox-paths="false"
inkscape:bbox-nodes="false"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:pagecheckerboard="false" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>RedXen Logo</dc:title>
<dc:creator>
<cc:Agent>
<dc:title>caskd</dc:title>
</cc:Agent>
</dc:creator>
<dc:rights>
<cc:Agent>
<dc:title>caskd</dc:title>
</cc:Agent>
</dc:rights>
<dc:publisher>
<cc:Agent>
<dc:title>caskd</dc:title>
</cc:Agent>
</dc:publisher>
<dc:source>https://redxen.eu</dc:source>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Background Bottom" />
<g
inkscape:label="Background"
inkscape:groupmode="layer"
id="layer1"
style="display:inline"
transform="translate(0,-237)">
<flowRoot
xml:space="preserve"
id="flowRoot5815"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
transform="scale(0.26458333)"><flowRegion
id="flowRegion5817"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Roboto;-inkscape-font-specification:Roboto"><rect
id="rect5819"
width="215.66757"
height="53.740116"
x="41.719299"
y="1027.0603"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Roboto;-inkscape-font-specification:Roboto" /></flowRegion><flowPara
id="flowPara5821" /></flowRoot> <rect
id="rect10"
width="60"
height="60"
x="0"
y="237"
style="display:inline;opacity:1;fill:url(#linearGradient5802);fill-opacity:1;stroke-width:0.20192306;stroke:none"
ry="0"
rx="0" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Background Hill"
style="display:inline"
transform="translate(0,-237)" />
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Foreground Hill"
style="display:inline;opacity:1"
transform="translate(0,-237)">
<flowRoot
xml:space="preserve"
id="flowRoot5823"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
transform="scale(0.26458333)"><flowRegion
id="flowRegion5825"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Roboto;-inkscape-font-specification:Roboto"><rect
id="rect5827"
width="117.41467"
height="54.695965"
x="37.795269"
y="1009.1339"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Roboto;-inkscape-font-specification:Roboto" /></flowRegion><flowPara
id="flowPara5829">RedXemndss</flowPara></flowRoot> <flowRoot
xml:space="preserve"
id="flowRoot5831"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
transform="scale(0.26458333)"><flowRegion
id="flowRegion5833"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:1;font-family:Roboto;-inkscape-font-specification:Roboto"><rect
id="rect5835"
width="143.18912"
height="14.142109"
x="38.537319"
y="1042.9702"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:1;font-family:Roboto;-inkscape-font-specification:Roboto" /></flowRegion><flowPara
id="flowPara5837">RX</flowPara></flowRoot> <path
style="display:inline;fill:url(#linearGradient6726);fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0"
d="M 0,297 H 59.999998 V 259 C 46.436069,259 41.273209,271.14135 30.588997,272 20.083594,272.84428 14.904049,264 0,264 Z"
id="path4790"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccacc" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Text"
style="opacity:0.03"
transform="translate(0,-237)">
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.52777767px;line-height:1.25;font-family:Oswald;-inkscape-font-specification:'Oswald, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="25.172283"
y="292.97177"
id="text5845"><tspan
sodipodi:role="line"
id="tspan5843"
x="25.172283"
y="292.97177"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.52777767px;line-height:1.25;font-family:Oswald;-inkscape-font-specification:'Oswald, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332">RedXen</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

BIN
res/logowhite.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
res/red-space.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

View File

@ -1,274 +0,0 @@
html {
margin: 0;
top: 0;
left: 0;
font-family: 'Oswald', sans-serif;
background: rgb(10, 10, 10);
min-height: 300px;
}
.header {
height: 50px;
width: 100%;
top: 0;
left: 0;
position: fixed;
background-color: rgba(10, 10, 10, 0.4);
z-index: 20;
display: flex;
overflow: hidden;
}
#logo-header img {
display: flex;
height: 40px;
padding: 5px;
}
#links-header {
display: flex;
height: 50px;
line-height: 50px;
flex: 1 1 0;
justify-content: flex-end;
}
#links-header a {
line-height: 50px;
color: #eee;
text-align: center;
padding-right: 10px;
padding-left: 10px;
text-decoration: none;
font-size: 20px;
font-family: 'Dosis', sans-serif;
}
.header a:hover {
background-color: rgba(255 ,255 ,255, 0.5);
color: #a11;
}
.content {
width: 100%;
min-height: 100%;
top: 0;
left: 0;
display: flex;
position: absolute;
flex-wrap: wrap;
flex-direction: column;
}
#banner {
/*Sizing*/
height: 400px;
width: 100%;
color: #fff;
overflow: hidden;
font-size: 40px;
transition: ease-in-out 0.2s;
/*Flexbox content*/
justify-content: center;
align-items: center;
display: flex;
/*Background settings*/
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(bg.jpg);
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
}
#banner img {
width: 220px;
filter: drop-shadow(-5px 6px 3px rgba(0,0,0,.7));
transition: ease-in-out 0.2s;
}
#text {
display: flex;
flex-wrap: wrap;
width: 100%;
max-width: 1700px;
min-height: 100px;
background-color: rgba(70, 70, 70, 0.4);
color: #fff;
align-self: center;
}
#text h2 {
text-align: center;
width: 100%;
font-size: 60px;
line-height: 100px;
background-color: rgba(10, 10, 10, 0.4);
transition: ease-in-out 0.2s;
}
/*Category of descriptions*/
.category {
padding: 70px 0 0 0;
display: flex;
flex-wrap: nowrap;
width: 100%;
overflow: hidden;
transition: ease-in 200ms;
filter: saturate(0%);
color: #fff;
box-shadow: 0 4px 8px -2px #000;
}
.category:hover {
color: #c22;
box-shadow: 0 10px 8px -2px #000;
}
.category:hover { filter: saturate(100%); }
.category img {
width: 40%;
max-width: 900px;
padding: 5% 5% 5% 5%;
transition: ease-in-out 0.2s;
}
h2 { color: #F33;}
#news {margin-bottom: 20px;}
.text-field {
width: 100%;
justify-content: center;
display: flex;
padding: 20px;
background-color: rgba(10, 10, 10, 0.4);
max-width: 1200px;
margin: 1 auto;
flex-direction: row;
flex: 1;
font-size: 20px;
flex-wrap: wrap;
align-items: flex-start;
text-align: center;
font-family: 'Dosis', sans-serif;
}
.row {
width: 50%;
}
.text-field h3 {
font-size: 25px;
margin: 0;
}
/*Left Side settings*/
.left {
background-color: rgba(0, 0, 0, 0.5);
width: 30%;
display: flex;
justify-content: center;
align-items: center;
min-width: 200px;
transition: ease-in-out 0.2s;
}
/*Right side settings*/
.right {
background-color: rgba(10, 10, 10, 0.4);
width: 70%;
display: flex;
flex-direction: column;
padding: 50px 50px 50px 30px;
justify-content: center;
transition: ease-in-out 0.2s;
}
.right h3 {
font-size: 40px;
margin: 0;
}
.right p {
font-style: italic;
font-family: 'Open Sans Condensed', sans-serif;
}
/*Webpage footer*/
#footer {
color: #fff;
display: flex;
max-width: 1700px;
width: 80%;
font-size: 20px;
height: 200px;
text-align: center;
align-items: center;
overflow: hidden;
margin: 1 auto;
}
#footer a {
color: #f22;
text-decoration: none;
padding: 0 10px 0 10px;
font-size: 30px;
}
#footer-r, #footer-r a {
font-size: 20px;
padding: 0;
font-style: italic;
}
/*Adaptive content using media queries*/
@media screen and (max-width: 730px) {
.header {
height: 50px;
}
#banner {
font-size: 20px;
height: 300px;
}
#text h2 {
font-size: 30px;
line-height: 50px;
}
#banner img {
width: 110px;
}
.category {
flex-wrap: wrap;
}
.category img {
width: 30%;
}
.left, .right {
width: 100%;
}
.right {
padding: 10px 25px 10px 25px;
}
.right h3 {
font-size: 30px;
}
.right p {
font-size: 15px;
margin: 0;
}
.row {
width: 100%;
margin: 10px 0;
}
.text-field {
font-size: 10px;
padding: 10px;
justify-content: space-between;
}
.text-field h3 {
font-size: 20px;
}
#footer {
width: 90%;
font-size: 15px;
height: auto;
flex-flow: wrap;
}
#footer a {
font-size: 25px;
padding: 0 7px 0 7px;
}
#footer-r, #footer-r a {
font-size: 15px;
padding: 0;
}
#footer-r {
padding: 0 0 10px 0;
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

0
robots.txt Normal file → Executable file
View File