web version
This commit is contained in:
BIN
web/static/main_files/aylien.png
Normal file
BIN
web/static/main_files/aylien.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
21
web/static/main_files/befea5cf35.css
Normal file
21
web/static/main_files/befea5cf35.css
Normal file
@ -0,0 +1,21 @@
|
||||
/*!
|
||||
* Font Awesome v4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
|
||||
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||
*/
|
||||
@import url('//use.fontawesome.com/releases/v4.7.0/css/font-awesome-css.min.css');
|
||||
/* FONT PATH
|
||||
* -------------------------- */
|
||||
@font-face {
|
||||
font-family: 'FontAwesome';
|
||||
src: url('//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.eot');
|
||||
src: url('//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff2') format('woff2'),
|
||||
url('//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff') format('woff'),
|
||||
url('//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.ttf') format('truetype'),
|
||||
url('//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
/*
|
||||
Embed code befea5cf35
|
||||
*/
|
15
web/static/main_files/befea5cf35.js
Normal file
15
web/static/main_files/befea5cf35.js
Normal file
File diff suppressed because one or more lines are too long
3
web/static/main_files/socket.js
Normal file
3
web/static/main_files/socket.js
Normal file
File diff suppressed because one or more lines are too long
36
web/static/main_files/style.css
Normal file
36
web/static/main_files/style.css
Normal file
@ -0,0 +1,36 @@
|
||||
html, body {
|
||||
color: rgb(50, 50, 50);
|
||||
background: rgb(246, 248, 251);
|
||||
|
||||
font-family: Open Sans, sans-serif;
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a {
|
||||
color: rgb(140, 140, 180);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: rgb(90, 90, 130);
|
||||
}
|
||||
|
||||
.github {
|
||||
font-size: 0;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.github .fa {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
.links {
|
||||
display: flex;
|
||||
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.links a {
|
||||
margin: 0 0.5rem;
|
||||
}
|
Reference in New Issue
Block a user