web version

This commit is contained in:
Mahdi Dibaiee
2017-04-04 22:34:18 +04:30
parent 6211400a6d
commit bd77c0ba5f
67 changed files with 1671 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View 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
*/

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View 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;
}