Moved static files
This commit is contained in:
31
staticfiles/css/3-col-portfolio.css
Normal file
31
staticfiles/css/3-col-portfolio.css
Normal file
@@ -0,0 +1,31 @@
|
||||
/*!
|
||||
* Start Bootstrap - 3 Col Portfolio (http://startbootstrap.com/template-overviews/3-col-portfolio)
|
||||
* Copyright 2013-2017 Start Bootstrap
|
||||
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-3-col-portfolio/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
body {
|
||||
padding-top: 54px;
|
||||
font-family: "Arial Black", Gadget, sans-serif;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
body {
|
||||
padding-top: 56px;
|
||||
}
|
||||
}
|
||||
|
||||
.portfolio-item {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.card {
|
||||
width:80%;
|
||||
|
||||
}
|
||||
.achievements{
|
||||
border:5px solid gray;
|
||||
}
|
53
staticfiles/css/app.css
Normal file
53
staticfiles/css/app.css
Normal file
@@ -0,0 +1,53 @@
|
||||
h1, h2 {
|
||||
font-family: 'Orbitron', cursive;
|
||||
}
|
||||
|
||||
.challenges .btn-large, .header h1 {
|
||||
background-color: #3498db;
|
||||
}
|
||||
|
||||
.slogan {
|
||||
color: #3498db;
|
||||
}
|
||||
|
||||
footer, .map {
|
||||
background-color: #34495e !important;
|
||||
}
|
||||
|
||||
.card {
|
||||
width: 300px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.progress {
|
||||
height:10px;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: black;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: black;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #34495e;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: black;
|
||||
}
|
||||
|
||||
ul {
|
||||
font-size: 20px;
|
||||
line-height: 38px;
|
||||
}
|
||||
|
||||
.profile {
|
||||
width:300px;
|
||||
}
|
||||
|
||||
.card.small {
|
||||
height: auto;
|
||||
}
|
1353
staticfiles/css/bootstrap-grid.css
vendored
Normal file
1353
staticfiles/css/bootstrap-grid.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
staticfiles/css/bootstrap-grid.css.map
Normal file
1
staticfiles/css/bootstrap-grid.css.map
Normal file
File diff suppressed because one or more lines are too long
2
staticfiles/css/bootstrap-grid.min.css
vendored
Normal file
2
staticfiles/css/bootstrap-grid.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
staticfiles/css/bootstrap-grid.min.css.map
Normal file
1
staticfiles/css/bootstrap-grid.min.css.map
Normal file
File diff suppressed because one or more lines are too long
330
staticfiles/css/bootstrap-reboot.css
vendored
Normal file
330
staticfiles/css/bootstrap-reboot.css
vendored
Normal file
@@ -0,0 +1,330 @@
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
font-family: sans-serif;
|
||||
line-height: 1.15;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
-ms-overflow-style: scrollbar;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
@-ms-viewport {
|
||||
width: device-width;
|
||||
}
|
||||
|
||||
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
|
||||
display: block;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 1.5;
|
||||
color: #212529;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
[tabindex="-1"]:focus {
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
hr {
|
||||
box-sizing: content-box;
|
||||
height: 0;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin-top: 0;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
abbr[title],
|
||||
abbr[data-original-title] {
|
||||
text-decoration: underline;
|
||||
-webkit-text-decoration: underline dotted;
|
||||
text-decoration: underline dotted;
|
||||
cursor: help;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
address {
|
||||
margin-bottom: 1rem;
|
||||
font-style: normal;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
ol,
|
||||
ul,
|
||||
dl {
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
ol ol,
|
||||
ul ul,
|
||||
ol ul,
|
||||
ul ol {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
dd {
|
||||
margin-bottom: .5rem;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 0 0 1rem;
|
||||
}
|
||||
|
||||
dfn {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
b,
|
||||
strong {
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
sub,
|
||||
sup {
|
||||
position: relative;
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -.25em;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -.5em;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #007bff;
|
||||
text-decoration: none;
|
||||
background-color: transparent;
|
||||
-webkit-text-decoration-skip: objects;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #0056b3;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:not([href]):not([tabindex]) {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:not([href]):not([tabindex]):focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
pre,
|
||||
code,
|
||||
kbd,
|
||||
samp {
|
||||
font-family: monospace, monospace;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
pre {
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: 0 0 1rem;
|
||||
}
|
||||
|
||||
img {
|
||||
vertical-align: middle;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
svg:not(:root) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
a,
|
||||
area,
|
||||
button,
|
||||
[role="button"],
|
||||
input,
|
||||
label,
|
||||
select,
|
||||
summary,
|
||||
textarea {
|
||||
-ms-touch-action: manipulation;
|
||||
touch-action: manipulation;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
caption {
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.75rem;
|
||||
color: #868e96;
|
||||
text-align: left;
|
||||
caption-side: bottom;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
label {
|
||||
display: inline-block;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
button:focus {
|
||||
outline: 1px dotted;
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
}
|
||||
|
||||
input,
|
||||
button,
|
||||
select,
|
||||
optgroup,
|
||||
textarea {
|
||||
margin: 0;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
button,
|
||||
input {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
button,
|
||||
select {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
button,
|
||||
html [type="button"],
|
||||
[type="reset"],
|
||||
[type="submit"] {
|
||||
-webkit-appearance: button;
|
||||
}
|
||||
|
||||
button::-moz-focus-inner,
|
||||
[type="button"]::-moz-focus-inner,
|
||||
[type="reset"]::-moz-focus-inner,
|
||||
[type="submit"]::-moz-focus-inner {
|
||||
padding: 0;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
input[type="radio"],
|
||||
input[type="checkbox"] {
|
||||
box-sizing: border-box;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
input[type="date"],
|
||||
input[type="time"],
|
||||
input[type="datetime-local"],
|
||||
input[type="month"] {
|
||||
-webkit-appearance: listbox;
|
||||
}
|
||||
|
||||
textarea {
|
||||
overflow: auto;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
min-width: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
legend {
|
||||
display: block;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
padding: 0;
|
||||
margin-bottom: .5rem;
|
||||
font-size: 1.5rem;
|
||||
line-height: inherit;
|
||||
color: inherit;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
progress {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
[type="number"]::-webkit-inner-spin-button,
|
||||
[type="number"]::-webkit-outer-spin-button {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
[type="search"] {
|
||||
outline-offset: -2px;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
[type="search"]::-webkit-search-cancel-button,
|
||||
[type="search"]::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
::-webkit-file-upload-button {
|
||||
font: inherit;
|
||||
-webkit-appearance: button;
|
||||
}
|
||||
|
||||
output {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
summary {
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
[hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
/*# sourceMappingURL=bootstrap-reboot.css.map */
|
1
staticfiles/css/bootstrap-reboot.css.map
Normal file
1
staticfiles/css/bootstrap-reboot.css.map
Normal file
File diff suppressed because one or more lines are too long
2
staticfiles/css/bootstrap-reboot.min.css
vendored
Normal file
2
staticfiles/css/bootstrap-reboot.min.css
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
html{box-sizing:border-box;font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}*,::after,::before{box-sizing:inherit}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}
|
||||
/*# sourceMappingURL=bootstrap-reboot.min.css.map */
|
1
staticfiles/css/bootstrap-reboot.min.css.map
Normal file
1
staticfiles/css/bootstrap-reboot.min.css.map
Normal file
File diff suppressed because one or more lines are too long
8185
staticfiles/css/bootstrap.css
vendored
Normal file
8185
staticfiles/css/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
staticfiles/css/bootstrap.css.map
Normal file
1
staticfiles/css/bootstrap.css.map
Normal file
File diff suppressed because one or more lines are too long
7
staticfiles/css/bootstrap.min.css
vendored
Normal file
7
staticfiles/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
staticfiles/css/bootstrap.min.css.map
Normal file
1
staticfiles/css/bootstrap.min.css.map
Normal file
File diff suppressed because one or more lines are too long
69
staticfiles/css/index.css
Normal file
69
staticfiles/css/index.css
Normal file
@@ -0,0 +1,69 @@
|
||||
h1, h2 {
|
||||
font-family: 'Orbitron', cursive;
|
||||
}
|
||||
|
||||
.challenges .btn-large {
|
||||
background-color: #3498db;
|
||||
}
|
||||
|
||||
.headerblock {
|
||||
height: 25em;
|
||||
/*background-image: url("http://robot.itcollege.ee/assets/img/sumoesp-soldered.jpg");*/
|
||||
/*background-size: cover;*/
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.headerblock > div {
|
||||
/*position: relative;*/
|
||||
}
|
||||
|
||||
.headerblock .fadeimage {
|
||||
position: absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
transition: 1s ease;
|
||||
opacity: 0;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
.fadeimage {
|
||||
|
||||
|
||||
}
|
||||
|
||||
.header {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
left:0;
|
||||
bottom:0;
|
||||
background-color: rgba(255,255,255,0.8)
|
||||
}
|
||||
|
||||
.slogan {
|
||||
color: #3498db;
|
||||
}
|
||||
|
||||
footer, .map {
|
||||
background-color: #34495e !important;
|
||||
}
|
||||
|
||||
.card{
|
||||
width: 800px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.progress{
|
||||
height:10px;
|
||||
}
|
||||
.profile{
|
||||
width:300px;
|
||||
}
|
||||
|
||||
ul {
|
||||
font-size: 20px;
|
||||
line-height: 38px;
|
||||
}
|
16
staticfiles/css/materialize.min.css
vendored
Normal file
16
staticfiles/css/materialize.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
staticfiles/favicon.ico
Normal file
BIN
staticfiles/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
staticfiles/fonts/roboto/Roboto-Bold.woff
Normal file
BIN
staticfiles/fonts/roboto/Roboto-Bold.woff
Normal file
Binary file not shown.
BIN
staticfiles/fonts/roboto/Roboto-Bold.woff2
Normal file
BIN
staticfiles/fonts/roboto/Roboto-Bold.woff2
Normal file
Binary file not shown.
BIN
staticfiles/fonts/roboto/Roboto-Light.woff
Normal file
BIN
staticfiles/fonts/roboto/Roboto-Light.woff
Normal file
Binary file not shown.
BIN
staticfiles/fonts/roboto/Roboto-Light.woff2
Normal file
BIN
staticfiles/fonts/roboto/Roboto-Light.woff2
Normal file
Binary file not shown.
BIN
staticfiles/fonts/roboto/Roboto-Medium.woff
Normal file
BIN
staticfiles/fonts/roboto/Roboto-Medium.woff
Normal file
Binary file not shown.
BIN
staticfiles/fonts/roboto/Roboto-Medium.woff2
Normal file
BIN
staticfiles/fonts/roboto/Roboto-Medium.woff2
Normal file
Binary file not shown.
BIN
staticfiles/fonts/roboto/Roboto-Regular.woff
Normal file
BIN
staticfiles/fonts/roboto/Roboto-Regular.woff
Normal file
Binary file not shown.
BIN
staticfiles/fonts/roboto/Roboto-Regular.woff2
Normal file
BIN
staticfiles/fonts/roboto/Roboto-Regular.woff2
Normal file
Binary file not shown.
BIN
staticfiles/fonts/roboto/Roboto-Thin.woff
Normal file
BIN
staticfiles/fonts/roboto/Roboto-Thin.woff
Normal file
Binary file not shown.
BIN
staticfiles/fonts/roboto/Roboto-Thin.woff2
Normal file
BIN
staticfiles/fonts/roboto/Roboto-Thin.woff2
Normal file
Binary file not shown.
25
staticfiles/js/app.js
Normal file
25
staticfiles/js/app.js
Normal file
@@ -0,0 +1,25 @@
|
||||
$(document).ready(function(){
|
||||
$('.parallax').parallax();
|
||||
|
||||
const TIMEOUT = 4000;
|
||||
const LENGTH = 3;
|
||||
|
||||
let n = 2;
|
||||
|
||||
let loopInterval = setInterval(()=> {
|
||||
|
||||
let images = $('.fadeimage');
|
||||
let image = $('.fadeimage:nth-child(' + (n) + ')');
|
||||
let next = n < LENGTH ? n++ : n=1;
|
||||
|
||||
// images.css('opacity', 0)
|
||||
// image.css('opacity', 1)
|
||||
// console.log()
|
||||
// console.log(image);
|
||||
// console.log(image.css('opacity', 1))
|
||||
}, TIMEOUT);
|
||||
|
||||
|
||||
|
||||
|
||||
});
|
3831
staticfiles/js/bootstrap.js
vendored
Normal file
3831
staticfiles/js/bootstrap.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
6
staticfiles/js/bootstrap.min.js
vendored
Normal file
6
staticfiles/js/bootstrap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user