Ha
114
cs/index.html
Normal file
@ -0,0 +1,114 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="../css/master.css">
|
||||
<link rel="stylesheet" href="../css/bootstrap.min.css">
|
||||
<link rel="shortcut icon" src="../img/sin_favicon.ico" type="image/vnd.microsoft.icon" />
|
||||
<title>Sincoolka</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav id="overlay">
|
||||
<img src="../img/close-menu.svg" class="close-btn" id="close-menu">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#">DOMŮ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">KALENDÁŘ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">AKTUALITY</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">ČLENSTVÍ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">SEKCE</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">EN</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<header>
|
||||
<div class="navbar-strip">
|
||||
<div class="navbar-container">
|
||||
<div class="navbar-grid">
|
||||
<div class="navbar-grid-col -left">
|
||||
<h1 class="title left">Sincoolka</h1>
|
||||
</div>
|
||||
<div class="navbar-grid-col -right">
|
||||
<img src="../img/nav-menu.svg" class="menu-btn" id="open-menu">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
<section class="home">
|
||||
<a href="#"><img src="../img/arrow-down.svg" class="arrow-down" alt="arrow down"></a>
|
||||
</section>
|
||||
<section class="about">
|
||||
<h1 class="title">O nás</h1>
|
||||
<article class="about-us-1">
|
||||
<h3 class="title">Kdo jsme</h3>
|
||||
<p class="article">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</p>
|
||||
</article>
|
||||
<article class="about-us-2">
|
||||
<h3 class="title">Co děláme</h3>
|
||||
<p class="article">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</p>
|
||||
</article>
|
||||
</section>
|
||||
<section class="gallery-in">
|
||||
<h1 class="title">Galerie</h1>
|
||||
<div class="gallery">
|
||||
<img src="../img/sunset.jpg" alt="Sunset">
|
||||
</div>
|
||||
</section>
|
||||
<section class="team">
|
||||
<h1 class="title">Tým klubu</h1>
|
||||
<section class="people">
|
||||
<section class="member">
|
||||
<img src="../img/Photo.svg" alt="Photo" class="member-photo">
|
||||
<h3 class="title">Name</h3>
|
||||
<p class="article">Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur.</p>
|
||||
</section>
|
||||
<section class="member">
|
||||
<img src="../img/Photo.svg" alt="Photo" class="member-photo">
|
||||
<h3 class="title">Name</h3>
|
||||
<p class="article">Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur.</p>
|
||||
</section>
|
||||
<section class="member">
|
||||
<img src="../img/Photo.svg" alt="Photo" class="member-photo">
|
||||
<h3 class="title">Name</h3>
|
||||
<p class="article">Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur.</p>
|
||||
</section>
|
||||
<section class="member">
|
||||
<img src="../img/Photo.svg" alt="Photo" class="member-photo">
|
||||
<h3 class="title">Name</h3>
|
||||
<p class="article">Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur.</p>
|
||||
</section>
|
||||
</section>
|
||||
<section class="member-last">
|
||||
<img src="../img/Photo.svg" alt="Photo" class="member-photo">
|
||||
<h3 class="title">Name</h3>
|
||||
<p class="article">Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur.</p>
|
||||
</section>
|
||||
</section>
|
||||
<section class="contact-us">
|
||||
<h1 class="title">Kontaktuj nás</h1>
|
||||
<form class="contact-form" action="#" method="post">
|
||||
|
||||
</form>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script type="text/javascript" src="../js/bootstrap.bundle.js"></script>
|
||||
<script type="text/javascript" src="../js/navbar.js"></script>
|
||||
</body>
|
||||
</html>
|
3719
css/bootstrap-grid.css
vendored
Normal file
1
css/bootstrap-grid.css.map
Normal file
7
css/bootstrap-grid.min.css
vendored
Normal file
1
css/bootstrap-grid.min.css.map
Normal file
331
css/bootstrap-reboot.css
vendored
Normal file
@ -0,0 +1,331 @@
|
||||
/*!
|
||||
* Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2019 The Bootstrap Authors
|
||||
* Copyright 2011-2019 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
|
||||
*/
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
line-height: 1.15;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
|
||||
display: block;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.5;
|
||||
color: #212529;
|
||||
text-align: left;
|
||||
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: 0.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;
|
||||
-webkit-text-decoration-skip-ink: none;
|
||||
text-decoration-skip-ink: none;
|
||||
}
|
||||
|
||||
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: 700;
|
||||
}
|
||||
|
||||
dd {
|
||||
margin-bottom: .5rem;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 0 0 1rem;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #0056b3;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:not([href]):not([tabindex]) {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:not([href]):not([tabindex]):focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
pre,
|
||||
code,
|
||||
kbd,
|
||||
samp {
|
||||
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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 {
|
||||
overflow: hidden;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
caption {
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.75rem;
|
||||
color: #6c757d;
|
||||
text-align: left;
|
||||
caption-side: bottom;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
label {
|
||||
display: inline-block;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
button {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
select {
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
button,
|
||||
[type="button"],
|
||||
[type="reset"],
|
||||
[type="submit"] {
|
||||
-webkit-appearance: button;
|
||||
}
|
||||
|
||||
button:not(:disabled),
|
||||
[type="button"]:not(:disabled),
|
||||
[type="reset"]:not(:disabled),
|
||||
[type="submit"]:not(:disabled) {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
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-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
::-webkit-file-upload-button {
|
||||
font: inherit;
|
||||
-webkit-appearance: button;
|
||||
}
|
||||
|
||||
output {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
summary {
|
||||
display: list-item;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
[hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
/*# sourceMappingURL=bootstrap-reboot.css.map */
|
1
css/bootstrap-reboot.css.map
Normal file
8
css/bootstrap-reboot.min.css
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*!
|
||||
* Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2019 The Bootstrap Authors
|
||||
* Copyright 2011-2019 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
|
||||
*/*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;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;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}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}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}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:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",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{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}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}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[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-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}
|
||||
/*# sourceMappingURL=bootstrap-reboot.min.css.map */
|
1
css/bootstrap-reboot.min.css.map
Normal file
10038
css/bootstrap.css
vendored
Normal file
1
css/bootstrap.css.map
Normal file
7
css/bootstrap.min.css
vendored
Normal file
1
css/bootstrap.min.css.map
Normal file
235
css/master.css
Normal file
@ -0,0 +1,235 @@
|
||||
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
|
||||
body, html {
|
||||
font-family: 'Open Sans', sans-serif !important;
|
||||
margin: 0;
|
||||
}
|
||||
body a, html a {
|
||||
margin: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
h1.title{
|
||||
font-weight: 700;
|
||||
font-size: 5em;
|
||||
margin-bottom: .4rem
|
||||
}
|
||||
h1.left{
|
||||
text-align: left;
|
||||
padding-top: .25em;
|
||||
font-size: 4em;
|
||||
font-weight: 400;
|
||||
}
|
||||
h2.title{
|
||||
font-size: 3.5em;
|
||||
font-weight: 400;
|
||||
}
|
||||
h3.title{
|
||||
font-size: 3em;
|
||||
font-weight: 700;
|
||||
}
|
||||
p.article{
|
||||
font-size: 2.5em;
|
||||
}
|
||||
section.home {
|
||||
padding: 4em;
|
||||
min-height: 100vh;
|
||||
background: #EEEEEE;
|
||||
background-image: url('../img/logo.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 28em;
|
||||
}
|
||||
a img.arrow-down{
|
||||
width: 3.5em;
|
||||
position: absolute;
|
||||
top: calc(100vh - 4em);
|
||||
left: calc(50% - 1.75em);
|
||||
|
||||
}
|
||||
section.about{
|
||||
background: #FFF;
|
||||
height: auto;
|
||||
padding: 6em 7.6em;
|
||||
}
|
||||
section h1{
|
||||
text-align: center;
|
||||
}
|
||||
section.about article.about-us-1 , article.about-us-2{
|
||||
padding-top: 4em;
|
||||
}
|
||||
/* FUTURE PLANS FOR INCONS
|
||||
article.about-us-1 h3.title::before{
|
||||
content: "Whaaat";
|
||||
}
|
||||
*/
|
||||
section.gallery-in{
|
||||
background: #EEEEEE;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 2.1em;
|
||||
|
||||
}
|
||||
div.gallery{
|
||||
padding: 2.1em;
|
||||
}
|
||||
div.gallery img{
|
||||
width: 100%;
|
||||
}
|
||||
section.team , section.contact-us{
|
||||
background: #FFF;
|
||||
padding: 3em 7.6em;
|
||||
}
|
||||
section.people{
|
||||
padding-top: 2em;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2,50%);
|
||||
grid-gap: 3em;
|
||||
grid-template-rows: repeat(2,auto);
|
||||
justify-content: space-evenly;
|
||||
text-align: center;
|
||||
}
|
||||
section.member{
|
||||
margin: 2em 0;
|
||||
}
|
||||
section.member-last{
|
||||
padding-top: 2em;
|
||||
width: 50%;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
img.member-photo{
|
||||
padding: 1em;
|
||||
width: 75%;
|
||||
}
|
||||
footer{
|
||||
background-color: #4A4A4A;
|
||||
padding: 3em 7.6em;
|
||||
}
|
||||
/* <--- NAVIGATION ---> */
|
||||
nav {
|
||||
position: fixed;
|
||||
background: #EEEEEE;
|
||||
padding: 3em;
|
||||
width: calc(100%);
|
||||
height: calc(100vh);
|
||||
z-index: +101;
|
||||
transform: scaleX(0);
|
||||
transform-origin: right;
|
||||
}
|
||||
nav ul {
|
||||
list-style-type: none;
|
||||
margin: 20% auto 0 auto;
|
||||
display: grid;
|
||||
grid-template-rows: repeat(6,20%);
|
||||
justify-content: space-evenly;
|
||||
text-align: center;
|
||||
width: 80%;
|
||||
}
|
||||
nav ul a{
|
||||
color:#0E404D;
|
||||
font-weight: bold;
|
||||
font-size: 4.5em;
|
||||
}
|
||||
nav ul li {
|
||||
opacity: 0;
|
||||
animation: show-x .7s 1s forwards;
|
||||
}
|
||||
nav ul a:hover{
|
||||
color:#0E404D;
|
||||
text-decoration: none;
|
||||
}
|
||||
img.close-btn {
|
||||
opacity: 0;
|
||||
width: 4.2em;
|
||||
position: fixed;
|
||||
top: 4em;
|
||||
right: 3.5em;
|
||||
cursor: pointer;
|
||||
}
|
||||
img.menu-btn {
|
||||
position: relative;
|
||||
padding-top: 1.5em;
|
||||
width: 5.5em;
|
||||
cursor: pointer;
|
||||
}
|
||||
header{
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: +100;
|
||||
}
|
||||
div.navbar-strip{
|
||||
margin-top: 3em;
|
||||
}
|
||||
div.navbar-container{
|
||||
padding: 0 3em;
|
||||
}
|
||||
div.navbar-grid{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2,auto);
|
||||
}
|
||||
div.-right{
|
||||
text-align: right;
|
||||
}
|
||||
.inactive{
|
||||
animation: r-slide-menu .4s ease-out forwards;
|
||||
}
|
||||
.active{
|
||||
display: block;
|
||||
animation: slide-menu .4s ease-in forwards;
|
||||
}
|
||||
.active .close-btn{
|
||||
animation: show-x .4s .7s forwards;
|
||||
}
|
||||
.active li:nth-of-type(1){
|
||||
animation: menu-item .25s forwards .45s ease-in-out;
|
||||
}
|
||||
.active li:nth-of-type(2){
|
||||
animation: menu-item .25s forwards .55s ease-in-out;
|
||||
}
|
||||
.active li:nth-of-type(3){
|
||||
animation: menu-item .25s forwards .65s ease-in-out;
|
||||
}
|
||||
.active li:nth-of-type(4){
|
||||
animation: menu-item .25s forwards .75s ease-in-out;
|
||||
}
|
||||
.active li:nth-of-type(5){
|
||||
animation: menu-item .25s forwards .85s ease-in-out;
|
||||
}
|
||||
.active li:nth-of-type(6){
|
||||
animation: menu-item .25s forwards .95s ease-in-out;
|
||||
}
|
||||
/* <--- ANIMATIONS ---> */
|
||||
@keyframes slide-menu {
|
||||
from{
|
||||
transform: scaleX(0);
|
||||
}
|
||||
to{
|
||||
transform: scaleX(1);
|
||||
}
|
||||
}
|
||||
@keyframes r-slide-menu {
|
||||
from{
|
||||
transform: scaleX(1);
|
||||
}
|
||||
to{
|
||||
transform: scaleX(0);
|
||||
}
|
||||
}
|
||||
@keyframes show-x {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
to{
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
@keyframes menu-item {
|
||||
from{
|
||||
transform: translateY(60%);
|
||||
opacity: 0;
|
||||
}
|
||||
to{
|
||||
transform: translateY(0);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
3
img/Photo.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="85.27" height="85.27" viewBox="0 0 85.27 85.27">
|
||||
<circle id="Photo_1" data-name="Photo #1" cx="42.635" cy="42.635" r="42.635" transform="translate(0)" fill="#eee"/>
|
||||
</svg>
|
After Width: | Height: | Size: 221 B |
42
img/SU-logo-col.svg
Normal file
@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<!-- Creator: CorelDRAW -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:odm="http://product.corel.com/CGS/11/cddns/" xmlns:corel-charset="http://product.corel.com/CGS/11/cddns/" xml:space="preserve" width="8.26772in" height="11.6929in" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd"
|
||||
viewBox="0 0 8268 11692">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
.fil0 {fill:#CC3300}
|
||||
]]>
|
||||
</style>
|
||||
</defs>
|
||||
<g id="Vrstva_x0020_1">
|
||||
<g>
|
||||
<path class="fil0" d="M2202 6486l32 0c7,21 18,37 34,49 15,12 34,18 55,18 24,0 43,-7 58,-21 15,-14 22,-31 22,-51 0,-17 -5,-31 -16,-42 -11,-11 -37,-24 -77,-40 -2,-1 -6,-3 -11,-5 -33,-13 -55,-25 -67,-35 -11,-10 -20,-22 -26,-35 -6,-14 -9,-28 -9,-44 0,-33 11,-59 34,-80 23,-21 52,-31 88,-31 21,0 41,3 61,9 20,6 38,15 55,26l0 76 -29 0c-8,-23 -19,-40 -33,-52 -15,-11 -32,-17 -53,-17 -20,0 -36,6 -49,18 -13,11 -20,26 -20,44 0,30 26,55 77,73 7,3 13,5 18,7 39,14 67,31 83,50 17,19 25,43 25,72 0,37 -11,67 -35,89 -24,23 -56,34 -95,34 -22,0 -43,-3 -63,-9 -20,-6 -40,-15 -59,-27l0 -76z"/>
|
||||
<path class="fil0" d="M2633 6589c-37,0 -60,-4 -69,-13 -9,-9 -13,-32 -13,-68l0 -184 -53 0 0 -36 53 0 0 -80 51 0 0 80 68 0 0 36 -68 0 0 186c0,21 2,33 8,37 5,4 17,7 37,7l23 0 0 35 -37 0z"/>
|
||||
<path class="fil0" d="M2949 6589l-52 0 0 -21 -6 -1c-11,11 -23,19 -35,24 -12,4 -26,7 -41,7 -20,0 -37,-5 -51,-15 -15,-10 -25,-24 -33,-43 -2,-6 -4,-15 -5,-26 -1,-11 -2,-31 -2,-62l0 -164 51 0 0 183c0,32 4,54 12,66 9,12 23,17 42,17 11,0 22,-2 33,-6 11,-5 23,-12 35,-23l0 -237 52 0 0 301z"/>
|
||||
<path class="fil0" d="M3257 6589l-51 0 0 -23 -6 -3c-11,13 -23,22 -34,27 -11,6 -24,8 -36,8 -34,0 -61,-14 -81,-43 -21,-28 -31,-67 -31,-116 0,-49 10,-87 30,-116 21,-29 47,-43 80,-43 14,0 26,2 37,8 12,5 24,14 35,25l6 -1 0 -144 51 0 0 421m-51 -67l0 -167c-11,-10 -22,-18 -32,-23 -11,-5 -21,-8 -32,-8 -23,0 -41,10 -53,29 -11,19 -17,48 -17,86 0,37 6,66 18,85 12,19 29,29 52,29 11,0 22,-3 32,-8 11,-5 21,-13 32,-23z"/>
|
||||
<path class="fil0" d="M3566 6444l0 9 -186 0c0,33 7,58 21,75 14,16 35,25 63,25 15,0 29,-3 42,-8 12,-5 25,-14 39,-26l21 0 0 51c-20,10 -38,18 -54,22 -17,4 -32,6 -48,6 -45,0 -79,-13 -103,-40 -23,-26 -35,-65 -35,-116 0,-51 12,-91 35,-119 22,-29 54,-43 93,-43 34,0 61,10 82,32 20,22 30,52 30,89l0 43m-50 -35c0,-33 -5,-57 -15,-72 -10,-14 -26,-21 -49,-21 -23,0 -40,8 -53,25 -12,17 -18,42 -19,75l136 1 0 -8z"/>
|
||||
<path class="fil0" d="M3634 6288l52 0 0 20 5 2c12,-11 24,-19 37,-24 11,-4 25,-6 40,-6 30,0 52,9 68,28 15,19 23,47 23,83l0 34 0 164 -51 0 0 -183c0,-32 -4,-53 -12,-66 -9,-11 -22,-17 -42,-17 -11,0 -22,2 -33,6 -11,5 -23,12 -35,22l0 238 -52 0 0 -301z"/>
|
||||
<path class="fil0" d="M4049 6589c-38,0 -61,-4 -69,-13 -9,-9 -13,-32 -13,-68l0 -184 -53 0 0 -36 53 0 0 -80 51 0 0 80 67 0 0 36 -67 0 0 186c0,21 2,33 7,37 6,4 18,7 38,7l22 0 0 35 -36 0z"/>
|
||||
<path class="fil0" d="M4119 6519l26 0c8,13 18,23 30,30 12,6 26,10 42,10 17,0 32,-5 42,-14 11,-9 16,-20 16,-35 0,-22 -22,-41 -68,-55l-5 -1c-29,-10 -49,-21 -62,-35 -13,-13 -19,-30 -19,-51 0,-26 9,-47 29,-63 20,-16 45,-24 78,-24 13,0 28,2 42,5 14,3 29,7 45,13l0 60 -24 0c-8,-15 -18,-26 -29,-33 -11,-7 -24,-10 -40,-10 -14,0 -25,4 -35,12 -10,9 -14,19 -14,31 0,13 4,24 13,31 8,8 28,16 60,24 27,8 47,19 60,34 14,15 20,33 20,54 0,29 -9,51 -29,69 -20,18 -45,27 -77,27 -20,0 -40,-2 -57,-6 -17,-4 -32,-10 -44,-18l0 -55z"/>
|
||||
<path class="fil0" d="M4389 6168l52 0 0 202c0,11 -1,21 -2,31 0,10 -2,20 -3,29l12 6c6,-11 12,-20 17,-28 4,-8 9,-15 13,-20l72 -100 62 0 -105 127 0 7c8,9 17,21 26,35 1,2 2,4 2,5l78 127 -64 0 -71 -145 -13 0 -24 29 0 116 -52 0 0 -421z"/>
|
||||
<path class="fil0" d="M4811 6562c-11,11 -24,20 -37,26 -14,6 -29,9 -45,9 -26,0 -47,-9 -64,-26 -16,-17 -25,-39 -25,-66 0,-29 10,-51 31,-67 21,-16 57,-29 108,-39l32 -5 0 -25c0,-15 -6,-26 -16,-34 -11,-8 -25,-12 -44,-12 -13,0 -26,3 -37,10 -12,6 -23,15 -32,26l-25 0 0 -60c17,-6 32,-11 47,-13 15,-3 29,-5 44,-5 38,0 67,9 86,25 19,17 28,42 28,77l0 206 -51 0 0 -27m0 -134c-43,8 -73,18 -90,30 -18,11 -26,26 -26,44 0,15 5,27 15,36 11,10 24,15 40,15 10,0 20,-3 30,-7 10,-4 21,-11 31,-20l0 -98m41 -304l0 19c-20,10 -38,22 -55,35 -17,13 -32,26 -45,41l-34 0 0 -12c14,-11 26,-24 37,-37 12,-14 22,-30 32,-46l65 0z"/>
|
||||
<path class="fil0" d="M5326 6589l-53 0 0 -21 -5 -1c-12,11 -24,19 -36,24 -12,4 -25,7 -41,7 -19,0 -36,-5 -51,-15 -14,-10 -25,-24 -32,-43 -3,-6 -4,-15 -6,-26 -1,-11 -1,-31 -1,-62l0 -164 51 0 0 183c0,32 4,54 12,66 8,12 22,17 42,17 10,0 22,-2 32,-6 11,-5 23,-12 36,-23l0 -237 52 0 0 301z"/>
|
||||
<path class="fil0" d="M5410 6288l52 0 0 20 6 2c11,-11 23,-19 35,-24 12,-4 26,-6 41,-6 29,0 52,9 67,28 16,19 24,47 24,83l0 34 0 164 -51 0 0 -183c0,-32 -4,-53 -13,-66 -8,-11 -22,-17 -41,-17 -12,0 -22,2 -33,6 -11,5 -23,12 -35,22l0 238 -52 0 0 -301z"/>
|
||||
<path class="fil0" d="M5716 6168l66 0 0 50 -66 0 0 -50m57 120l0 301 -53 0 0 -301 53 0z"/>
|
||||
<path class="fil0" d="M6088 6444l0 9 -186 0c0,33 7,58 21,75 14,16 35,25 63,25 15,0 29,-3 42,-8 13,-5 26,-14 39,-26l21 0 0 51c-20,10 -38,18 -54,22 -16,4 -32,6 -48,6 -45,0 -79,-13 -102,-40 -23,-26 -35,-65 -35,-116 0,-51 11,-91 34,-119 23,-29 54,-43 94,-43 34,0 61,10 81,32 21,22 30,52 30,89l0 43m-50 -35c0,-33 -4,-57 -14,-72 -11,-14 -27,-21 -49,-21 -24,0 -41,8 -53,25 -12,17 -19,42 -20,75l136 1 0 -8z"/>
|
||||
<path class="fil0" d="M3776 7278c-22,17 -43,29 -65,37 -21,9 -42,13 -63,13 -53,0 -94,-18 -122,-55 -28,-37 -42,-91 -42,-160 0,-70 14,-123 42,-159 28,-36 69,-55 122,-55 18,0 38,4 60,12 21,8 44,19 68,34l0 75 -33 0c-9,-27 -22,-46 -38,-58 -15,-13 -34,-19 -58,-19 -35,0 -61,14 -79,43 -17,28 -26,70 -26,127 0,54 9,95 27,124 18,28 44,42 78,42 24,0 43,-6 59,-19 16,-13 28,-32 37,-58l33 0 0 76z"/>
|
||||
<path class="fil0" d="M3819 6907l62 0 68 247c4,16 8,32 11,48 4,16 7,32 10,49l8 0c3,-18 6,-34 10,-51 3,-15 7,-31 11,-46l68 -247 61 0 -131 412 -46 0 -132 -412z"/>
|
||||
<path class="fil0" d="M4243 6907l0 254c0,42 7,73 20,91 14,19 36,29 67,29 30,0 52,-10 66,-29 13,-18 20,-48 20,-91l0 -254 54 0 0 250c0,61 -10,105 -33,131 -22,27 -57,40 -107,40 -50,0 -86,-13 -108,-40 -22,-26 -34,-70 -34,-131l0 -250 55 0z"/>
|
||||
<path class="fil0" d="M4642 6955l-119 0 0 -48 292 0 0 48 -119 0 0 364 -54 0 0 -364z"/>
|
||||
<path class="fil0" d="M3636 6828l16 0c6,-16 13,-29 22,-39 10,-10 21,-18 35,-23l30 0 0 19c-13,8 -25,18 -35,32 -11,13 -20,28 -28,44l-65 0c-9,-19 -19,-34 -30,-48 -11,-13 -22,-23 -32,-28l0 -19 31 0c13,5 25,13 34,23 8,10 16,23 22,39z"/>
|
||||
<path class="fil0" d="M4461 3969l-1 -14 -2 -13 -2 -13 -5 -13 -4 -13 -6 -12 -7 -12 -8 -10 -9 -11 -9 -9 -10 -9 -12 -8 -11 -7 -12 -6 -13 -5 -13 -4 -13 -2 -13 -2 -14 -1 -13 1 -14 2 -13 2 -13 4 -12 5 -12 6 -12 7 -11 8 -10 9 -10 9 -8 11 -8 10 -7 12 -6 12 -5 13 -4 13 -2 13 -3 13 0 14 0 13 3 13 2 14 4 13 5 12 6 12 7 12 8 11 8 10 10 10 10 9 11 7 12 7 12 6 12 5 13 4 13 3 14 1 13 1 14 -1 13 -1 13 -3 13 -4 13 -5 12 -6 11 -7 12 -7 10 -9 9 -10 9 -10 8 -11 7 -12 6 -12 4 -12 5 -13 2 -14 2 -13 1 -13z"/>
|
||||
<path class="fil0" d="M4874 4432l-22 -22 -24 -21 -24 -20 -25 -19 -25 -18 -27 -17 -26 -16 -28 -15 -28 -14 -28 -12 -29 -12 -30 -11 -29 -9 -30 -8 -31 -7 -31 -6 -31 -5 -31 -4 -31 -2 -31 -1 -31 0 -31 1 -32 2 -31 4 -31 5 -30 6 -31 7 -30 8 -30 9 -29 11 -29 12 -29 12 -28 14 -27 15 -27 16 -26 17 -26 18 -25 19 -24 20 -23 21 -22 22 126 126 20 -19 21 -18 22 -17 22 -17 23 -15 24 -15 25 -13 24 -12 26 -12 26 -10 26 -8 27 -8 27 -7 27 -5 27 -4 28 -3 28 -2 27 -1 28 1 28 2 27 3 28 4 27 5 27 7 27 8 26 8 26 10 25 12 25 12 24 13 24 15 23 15 23 17 21 17 21 18 20 19 127 -126z"/>
|
||||
<path class="fil0" d="M5064 5357l0 -13 -2 -14 -3 -13 -4 -13 -4 -12 -6 -12 -7 -12 -8 -11 -9 -10 -9 -10 -11 -9 -10 -7 -12 -7 -12 -6 -13 -5 -13 -4 -13 -3 -14 -1 -13 -1 -13 1 -14 1 -13 3 -13 4 -12 5 -12 6 -12 7 -11 7 -10 9 -10 10 -9 10 -7 11 -7 12 -6 12 -5 12 -4 13 -3 13 -2 14 0 13 0 13 2 14 3 13 4 13 5 13 6 12 7 11 7 11 9 11 10 9 10 9 11 8 12 7 12 6 12 4 13 4 13 3 14 2 13 0 13 0 14 -2 13 -3 13 -4 13 -4 12 -6 12 -7 10 -8 11 -9 9 -9 9 -11 8 -11 7 -11 6 -12 4 -13 4 -13 3 -13 2 -14 0 -13z"/>
|
||||
<path class="fil0" d="M3560 5186l-1 -14 -1 -13 -3 -13 -4 -13 -5 -13 -6 -12 -7 -11 -8 -11 -8 -11 -10 -9 -10 -9 -11 -8 -11 -6 -13 -7 -12 -4 -13 -4 -13 -3 -13 -2 -14 -1 -14 1 -13 2 -13 3 -13 4 -13 4 -12 7 -11 6 -11 8 -11 9 -9 9 -9 11 -8 11 -7 11 -5 12 -5 13 -4 13 -3 13 -2 13 0 14 0 13 2 14 3 13 4 13 5 12 5 12 7 12 8 11 9 10 9 10 11 8 11 8 11 7 12 6 13 5 13 4 13 3 13 1 14 1 14 -1 13 -1 13 -3 13 -4 12 -5 13 -6 11 -7 11 -8 10 -8 10 -10 8 -10 8 -11 7 -12 6 -12 5 -12 4 -13 3 -13 1 -14 1 -13z"/>
|
||||
<path class="fil0" d="M4128 5296l-42 158 -30 -9 -30 -9 -29 -11 -29 -12 -28 -14 -28 -14 -27 -15 -27 -16 -26 -18 -25 -18 -25 -19 -24 -21 -23 -21 -22 -22 -21 -22 -21 -24 -19 -24 -19 -26 -18 -25 -16 -27 -16 -27 -14 -28 -14 -28 -12 -28 -12 -29 -10 -30 -9 -30 -8 -30 -6 -31 -6 -30 -4 -31 -4 -31 -2 -32 -1 -31 1 -31 1 -31 3 -31 4 -31 5 -31 7 -31 7 -30 174 46 -7 27 -5 27 -5 28 -2 28 -2 27 -1 28 1 28 2 27 2 28 5 27 5 27 7 28 7 26 9 27 10 25 12 26 12 25 13 24 15 24 15 23 16 22 18 22 18 21 19 20 20 19 21 18 22 18 22 16 23 16 24 14 25 13 24 13 26 11 26 10 26 9 27 8 -47 173 42 -158z"/>
|
||||
<path class="fil0" d="M4212 5625l30 -8 30 -10 29 -11 28 -12 29 -13 28 -15 27 -15 27 -16 25 -17 26 -19 25 -19 23 -20 24 -21 22 -22 21 -23 21 -24 19 -24 19 -25 18 -26 16 -27 16 -26 14 -28 14 -29 12 -28 12 -29 10 -30 9 -30 8 -30 7 -30 5 -31 4 -31 3 -31 3 -31 1 -32 -1 -31 -1 -31 -3 -31 -4 -31 -6 -31 -6 -31 -8 -30 -173 47 7 26 5 28 5 27 3 28 1 27 1 28 -1 28 -1 28 -3 27 -5 28 -5 27 -7 27 -7 27 -9 26 -10 26 -12 25 -12 25 -13 24 -15 24 -15 23 -16 23 -18 21 -18 21 -19 20 -20 19 -21 19 -22 17 -22 16 -24 16 -23 14 -24 13 -25 13 -26 11 -26 10 -26 9 -27 8 47 173z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 9.5 KiB |
BIN
img/Sgo.png
Normal file
After Width: | Height: | Size: 299 KiB |
5
img/arrow-down.svg
Normal file
@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="33.314" height="19.485" viewBox="0 0 33.314 19.485">
|
||||
<g id="Arrow_down" data-name="Arrow down" transform="translate(1.414 -15.586)" opacity="0.3">
|
||||
<path id="Path_1" data-name="Path 1" d="M636.717,1295.229l15.243,15.243,15.243-15.243" transform="translate(-636.717 -1278.229)" fill="none" stroke="#4a4a4a" stroke-width="4"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 391 B |
3
img/arrow-left.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="30.633" height="52.781" viewBox="0 0 30.633 52.781">
|
||||
<path id="Left" d="M1695.808,2178.462l-24.269,24.269L1695.808,2227" transform="translate(-1667.296 -2176.341)" fill="none" stroke="#707070" stroke-width="6"/>
|
||||
</svg>
|
After Width: | Height: | Size: 268 B |
3
img/arrow-right.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="30.568" height="52.651" viewBox="0 0 30.568 52.651">
|
||||
<path id="Right" d="M1671.539,2178.462l24.2,24.2-24.2,24.2" transform="translate(-1669.417 -2176.341)" fill="none" stroke="#707070" stroke-width="6"/>
|
||||
</svg>
|
After Width: | Height: | Size: 260 B |
6
img/close-menu.svg
Normal file
@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="28.915" height="28.943" viewBox="0 0 28.915 28.943">
|
||||
<g id="Close" transform="translate(-1613.836 -142.942)">
|
||||
<path id="Path_33" data-name="Path 33" d="M3605.25,144.357l26.084,26.084" transform="translate(-1990)" fill="none" stroke="#0e404d" stroke-width="4"/>
|
||||
<path id="Path_34" data-name="Path 34" d="M3605.25,169.493l26.086-26.086" transform="translate(-1990 0.978)" fill="none" stroke="#0e404d" stroke-width="4"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 489 B |
BIN
img/facebook.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
img/instagram.png
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
img/logo.png
Normal file
After Width: | Height: | Size: 41 KiB |
7
img/nav-menu.svg
Normal file
@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="46.25" height="27.155" viewBox="0 0 46.25 27.155">
|
||||
<g id="Nav_Menu" data-name="Nav Menu" transform="translate(0 2)">
|
||||
<path id="Path_30" data-name="Path 30" d="M1537.7,1123.4h46.25" transform="translate(-1537.701 -1123.401)" fill="none" stroke="#0e404d" stroke-width="4"/>
|
||||
<path id="Path_31" data-name="Path 31" d="M1537.7,1123.4h46.25" transform="translate(-1537.701 -1111.823)" fill="none" stroke="#0e404d" stroke-width="4"/>
|
||||
<path id="Path_32" data-name="Path 32" d="M1537.7,1123.4h46.25" transform="translate(-1537.701 -1100.245)" fill="none" stroke="#0e404d" stroke-width="4"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 657 B |
BIN
img/sin_favicon.ico
Normal file
After Width: | Height: | Size: 25 KiB |
42
img/su-logo.svg
Normal file
@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<!-- Creator: CorelDRAW -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:odm="http://product.corel.com/CGS/11/cddns/" xmlns:corel-charset="http://product.corel.com/CGS/11/cddns/" xml:space="preserve" width="8.26772in" height="11.6929in" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd"
|
||||
viewBox="0 0 8268 11692">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
.fil0 {fill:#CC3300}
|
||||
]]>
|
||||
</style>
|
||||
</defs>
|
||||
<g id="Vrstva_x0020_1">
|
||||
<g>
|
||||
<path class="fil0" d="M2202 6486l32 0c7,21 18,37 34,49 15,12 34,18 55,18 24,0 43,-7 58,-21 15,-14 22,-31 22,-51 0,-17 -5,-31 -16,-42 -11,-11 -37,-24 -77,-40 -2,-1 -6,-3 -11,-5 -33,-13 -55,-25 -67,-35 -11,-10 -20,-22 -26,-35 -6,-14 -9,-28 -9,-44 0,-33 11,-59 34,-80 23,-21 52,-31 88,-31 21,0 41,3 61,9 20,6 38,15 55,26l0 76 -29 0c-8,-23 -19,-40 -33,-52 -15,-11 -32,-17 -53,-17 -20,0 -36,6 -49,18 -13,11 -20,26 -20,44 0,30 26,55 77,73 7,3 13,5 18,7 39,14 67,31 83,50 17,19 25,43 25,72 0,37 -11,67 -35,89 -24,23 -56,34 -95,34 -22,0 -43,-3 -63,-9 -20,-6 -40,-15 -59,-27l0 -76z"/>
|
||||
<path class="fil0" d="M2633 6589c-37,0 -60,-4 -69,-13 -9,-9 -13,-32 -13,-68l0 -184 -53 0 0 -36 53 0 0 -80 51 0 0 80 68 0 0 36 -68 0 0 186c0,21 2,33 8,37 5,4 17,7 37,7l23 0 0 35 -37 0z"/>
|
||||
<path class="fil0" d="M2949 6589l-52 0 0 -21 -6 -1c-11,11 -23,19 -35,24 -12,4 -26,7 -41,7 -20,0 -37,-5 -51,-15 -15,-10 -25,-24 -33,-43 -2,-6 -4,-15 -5,-26 -1,-11 -2,-31 -2,-62l0 -164 51 0 0 183c0,32 4,54 12,66 9,12 23,17 42,17 11,0 22,-2 33,-6 11,-5 23,-12 35,-23l0 -237 52 0 0 301z"/>
|
||||
<path class="fil0" d="M3257 6589l-51 0 0 -23 -6 -3c-11,13 -23,22 -34,27 -11,6 -24,8 -36,8 -34,0 -61,-14 -81,-43 -21,-28 -31,-67 -31,-116 0,-49 10,-87 30,-116 21,-29 47,-43 80,-43 14,0 26,2 37,8 12,5 24,14 35,25l6 -1 0 -144 51 0 0 421m-51 -67l0 -167c-11,-10 -22,-18 -32,-23 -11,-5 -21,-8 -32,-8 -23,0 -41,10 -53,29 -11,19 -17,48 -17,86 0,37 6,66 18,85 12,19 29,29 52,29 11,0 22,-3 32,-8 11,-5 21,-13 32,-23z"/>
|
||||
<path class="fil0" d="M3566 6444l0 9 -186 0c0,33 7,58 21,75 14,16 35,25 63,25 15,0 29,-3 42,-8 12,-5 25,-14 39,-26l21 0 0 51c-20,10 -38,18 -54,22 -17,4 -32,6 -48,6 -45,0 -79,-13 -103,-40 -23,-26 -35,-65 -35,-116 0,-51 12,-91 35,-119 22,-29 54,-43 93,-43 34,0 61,10 82,32 20,22 30,52 30,89l0 43m-50 -35c0,-33 -5,-57 -15,-72 -10,-14 -26,-21 -49,-21 -23,0 -40,8 -53,25 -12,17 -18,42 -19,75l136 1 0 -8z"/>
|
||||
<path class="fil0" d="M3634 6288l52 0 0 20 5 2c12,-11 24,-19 37,-24 11,-4 25,-6 40,-6 30,0 52,9 68,28 15,19 23,47 23,83l0 34 0 164 -51 0 0 -183c0,-32 -4,-53 -12,-66 -9,-11 -22,-17 -42,-17 -11,0 -22,2 -33,6 -11,5 -23,12 -35,22l0 238 -52 0 0 -301z"/>
|
||||
<path class="fil0" d="M4049 6589c-38,0 -61,-4 -69,-13 -9,-9 -13,-32 -13,-68l0 -184 -53 0 0 -36 53 0 0 -80 51 0 0 80 67 0 0 36 -67 0 0 186c0,21 2,33 7,37 6,4 18,7 38,7l22 0 0 35 -36 0z"/>
|
||||
<path class="fil0" d="M4119 6519l26 0c8,13 18,23 30,30 12,6 26,10 42,10 17,0 32,-5 42,-14 11,-9 16,-20 16,-35 0,-22 -22,-41 -68,-55l-5 -1c-29,-10 -49,-21 -62,-35 -13,-13 -19,-30 -19,-51 0,-26 9,-47 29,-63 20,-16 45,-24 78,-24 13,0 28,2 42,5 14,3 29,7 45,13l0 60 -24 0c-8,-15 -18,-26 -29,-33 -11,-7 -24,-10 -40,-10 -14,0 -25,4 -35,12 -10,9 -14,19 -14,31 0,13 4,24 13,31 8,8 28,16 60,24 27,8 47,19 60,34 14,15 20,33 20,54 0,29 -9,51 -29,69 -20,18 -45,27 -77,27 -20,0 -40,-2 -57,-6 -17,-4 -32,-10 -44,-18l0 -55z"/>
|
||||
<path class="fil0" d="M4389 6168l52 0 0 202c0,11 -1,21 -2,31 0,10 -2,20 -3,29l12 6c6,-11 12,-20 17,-28 4,-8 9,-15 13,-20l72 -100 62 0 -105 127 0 7c8,9 17,21 26,35 1,2 2,4 2,5l78 127 -64 0 -71 -145 -13 0 -24 29 0 116 -52 0 0 -421z"/>
|
||||
<path class="fil0" d="M4811 6562c-11,11 -24,20 -37,26 -14,6 -29,9 -45,9 -26,0 -47,-9 -64,-26 -16,-17 -25,-39 -25,-66 0,-29 10,-51 31,-67 21,-16 57,-29 108,-39l32 -5 0 -25c0,-15 -6,-26 -16,-34 -11,-8 -25,-12 -44,-12 -13,0 -26,3 -37,10 -12,6 -23,15 -32,26l-25 0 0 -60c17,-6 32,-11 47,-13 15,-3 29,-5 44,-5 38,0 67,9 86,25 19,17 28,42 28,77l0 206 -51 0 0 -27m0 -134c-43,8 -73,18 -90,30 -18,11 -26,26 -26,44 0,15 5,27 15,36 11,10 24,15 40,15 10,0 20,-3 30,-7 10,-4 21,-11 31,-20l0 -98m41 -304l0 19c-20,10 -38,22 -55,35 -17,13 -32,26 -45,41l-34 0 0 -12c14,-11 26,-24 37,-37 12,-14 22,-30 32,-46l65 0z"/>
|
||||
<path class="fil0" d="M5326 6589l-53 0 0 -21 -5 -1c-12,11 -24,19 -36,24 -12,4 -25,7 -41,7 -19,0 -36,-5 -51,-15 -14,-10 -25,-24 -32,-43 -3,-6 -4,-15 -6,-26 -1,-11 -1,-31 -1,-62l0 -164 51 0 0 183c0,32 4,54 12,66 8,12 22,17 42,17 10,0 22,-2 32,-6 11,-5 23,-12 36,-23l0 -237 52 0 0 301z"/>
|
||||
<path class="fil0" d="M5410 6288l52 0 0 20 6 2c11,-11 23,-19 35,-24 12,-4 26,-6 41,-6 29,0 52,9 67,28 16,19 24,47 24,83l0 34 0 164 -51 0 0 -183c0,-32 -4,-53 -13,-66 -8,-11 -22,-17 -41,-17 -12,0 -22,2 -33,6 -11,5 -23,12 -35,22l0 238 -52 0 0 -301z"/>
|
||||
<path class="fil0" d="M5716 6168l66 0 0 50 -66 0 0 -50m57 120l0 301 -53 0 0 -301 53 0z"/>
|
||||
<path class="fil0" d="M6088 6444l0 9 -186 0c0,33 7,58 21,75 14,16 35,25 63,25 15,0 29,-3 42,-8 13,-5 26,-14 39,-26l21 0 0 51c-20,10 -38,18 -54,22 -16,4 -32,6 -48,6 -45,0 -79,-13 -102,-40 -23,-26 -35,-65 -35,-116 0,-51 11,-91 34,-119 23,-29 54,-43 94,-43 34,0 61,10 81,32 21,22 30,52 30,89l0 43m-50 -35c0,-33 -4,-57 -14,-72 -11,-14 -27,-21 -49,-21 -24,0 -41,8 -53,25 -12,17 -19,42 -20,75l136 1 0 -8z"/>
|
||||
<path class="fil0" d="M3776 7278c-22,17 -43,29 -65,37 -21,9 -42,13 -63,13 -53,0 -94,-18 -122,-55 -28,-37 -42,-91 -42,-160 0,-70 14,-123 42,-159 28,-36 69,-55 122,-55 18,0 38,4 60,12 21,8 44,19 68,34l0 75 -33 0c-9,-27 -22,-46 -38,-58 -15,-13 -34,-19 -58,-19 -35,0 -61,14 -79,43 -17,28 -26,70 -26,127 0,54 9,95 27,124 18,28 44,42 78,42 24,0 43,-6 59,-19 16,-13 28,-32 37,-58l33 0 0 76z"/>
|
||||
<path class="fil0" d="M3819 6907l62 0 68 247c4,16 8,32 11,48 4,16 7,32 10,49l8 0c3,-18 6,-34 10,-51 3,-15 7,-31 11,-46l68 -247 61 0 -131 412 -46 0 -132 -412z"/>
|
||||
<path class="fil0" d="M4243 6907l0 254c0,42 7,73 20,91 14,19 36,29 67,29 30,0 52,-10 66,-29 13,-18 20,-48 20,-91l0 -254 54 0 0 250c0,61 -10,105 -33,131 -22,27 -57,40 -107,40 -50,0 -86,-13 -108,-40 -22,-26 -34,-70 -34,-131l0 -250 55 0z"/>
|
||||
<path class="fil0" d="M4642 6955l-119 0 0 -48 292 0 0 48 -119 0 0 364 -54 0 0 -364z"/>
|
||||
<path class="fil0" d="M3636 6828l16 0c6,-16 13,-29 22,-39 10,-10 21,-18 35,-23l30 0 0 19c-13,8 -25,18 -35,32 -11,13 -20,28 -28,44l-65 0c-9,-19 -19,-34 -30,-48 -11,-13 -22,-23 -32,-28l0 -19 31 0c13,5 25,13 34,23 8,10 16,23 22,39z"/>
|
||||
<path class="fil0" d="M4461 3969l-1 -14 -2 -13 -2 -13 -5 -13 -4 -13 -6 -12 -7 -12 -8 -10 -9 -11 -9 -9 -10 -9 -12 -8 -11 -7 -12 -6 -13 -5 -13 -4 -13 -2 -13 -2 -14 -1 -13 1 -14 2 -13 2 -13 4 -12 5 -12 6 -12 7 -11 8 -10 9 -10 9 -8 11 -8 10 -7 12 -6 12 -5 13 -4 13 -2 13 -3 13 0 14 0 13 3 13 2 14 4 13 5 12 6 12 7 12 8 11 8 10 10 10 10 9 11 7 12 7 12 6 12 5 13 4 13 3 14 1 13 1 14 -1 13 -1 13 -3 13 -4 13 -5 12 -6 11 -7 12 -7 10 -9 9 -10 9 -10 8 -11 7 -12 6 -12 4 -12 5 -13 2 -14 2 -13 1 -13z"/>
|
||||
<path class="fil0" d="M4874 4432l-22 -22 -24 -21 -24 -20 -25 -19 -25 -18 -27 -17 -26 -16 -28 -15 -28 -14 -28 -12 -29 -12 -30 -11 -29 -9 -30 -8 -31 -7 -31 -6 -31 -5 -31 -4 -31 -2 -31 -1 -31 0 -31 1 -32 2 -31 4 -31 5 -30 6 -31 7 -30 8 -30 9 -29 11 -29 12 -29 12 -28 14 -27 15 -27 16 -26 17 -26 18 -25 19 -24 20 -23 21 -22 22 126 126 20 -19 21 -18 22 -17 22 -17 23 -15 24 -15 25 -13 24 -12 26 -12 26 -10 26 -8 27 -8 27 -7 27 -5 27 -4 28 -3 28 -2 27 -1 28 1 28 2 27 3 28 4 27 5 27 7 27 8 26 8 26 10 25 12 25 12 24 13 24 15 23 15 23 17 21 17 21 18 20 19 127 -126z"/>
|
||||
<path class="fil0" d="M5064 5357l0 -13 -2 -14 -3 -13 -4 -13 -4 -12 -6 -12 -7 -12 -8 -11 -9 -10 -9 -10 -11 -9 -10 -7 -12 -7 -12 -6 -13 -5 -13 -4 -13 -3 -14 -1 -13 -1 -13 1 -14 1 -13 3 -13 4 -12 5 -12 6 -12 7 -11 7 -10 9 -10 10 -9 10 -7 11 -7 12 -6 12 -5 12 -4 13 -3 13 -2 14 0 13 0 13 2 14 3 13 4 13 5 13 6 12 7 11 7 11 9 11 10 9 10 9 11 8 12 7 12 6 12 4 13 4 13 3 14 2 13 0 13 0 14 -2 13 -3 13 -4 13 -4 12 -6 12 -7 10 -8 11 -9 9 -9 9 -11 8 -11 7 -11 6 -12 4 -13 4 -13 3 -13 2 -14 0 -13z"/>
|
||||
<path class="fil0" d="M3560 5186l-1 -14 -1 -13 -3 -13 -4 -13 -5 -13 -6 -12 -7 -11 -8 -11 -8 -11 -10 -9 -10 -9 -11 -8 -11 -6 -13 -7 -12 -4 -13 -4 -13 -3 -13 -2 -14 -1 -14 1 -13 2 -13 3 -13 4 -13 4 -12 7 -11 6 -11 8 -11 9 -9 9 -9 11 -8 11 -7 11 -5 12 -5 13 -4 13 -3 13 -2 13 0 14 0 13 2 14 3 13 4 13 5 12 5 12 7 12 8 11 9 10 9 10 11 8 11 8 11 7 12 6 13 5 13 4 13 3 13 1 14 1 14 -1 13 -1 13 -3 13 -4 12 -5 13 -6 11 -7 11 -8 10 -8 10 -10 8 -10 8 -11 7 -12 6 -12 5 -12 4 -13 3 -13 1 -14 1 -13z"/>
|
||||
<path class="fil0" d="M4128 5296l-42 158 -30 -9 -30 -9 -29 -11 -29 -12 -28 -14 -28 -14 -27 -15 -27 -16 -26 -18 -25 -18 -25 -19 -24 -21 -23 -21 -22 -22 -21 -22 -21 -24 -19 -24 -19 -26 -18 -25 -16 -27 -16 -27 -14 -28 -14 -28 -12 -28 -12 -29 -10 -30 -9 -30 -8 -30 -6 -31 -6 -30 -4 -31 -4 -31 -2 -32 -1 -31 1 -31 1 -31 3 -31 4 -31 5 -31 7 -31 7 -30 174 46 -7 27 -5 27 -5 28 -2 28 -2 27 -1 28 1 28 2 27 2 28 5 27 5 27 7 28 7 26 9 27 10 25 12 26 12 25 13 24 15 24 15 23 16 22 18 22 18 21 19 20 20 19 21 18 22 18 22 16 23 16 24 14 25 13 24 13 26 11 26 10 26 9 27 8 -47 173 42 -158z"/>
|
||||
<path class="fil0" d="M4212 5625l30 -8 30 -10 29 -11 28 -12 29 -13 28 -15 27 -15 27 -16 25 -17 26 -19 25 -19 23 -20 24 -21 22 -22 21 -23 21 -24 19 -24 19 -25 18 -26 16 -27 16 -26 14 -28 14 -29 12 -28 12 -29 10 -30 9 -30 8 -30 7 -30 5 -31 4 -31 3 -31 3 -31 1 -32 -1 -31 -1 -31 -3 -31 -4 -31 -6 -31 -6 -31 -8 -30 -173 47 7 26 5 28 5 27 3 28 1 27 1 28 -1 28 -1 28 -3 27 -5 28 -5 27 -7 27 -7 27 -9 26 -10 26 -12 25 -12 25 -13 24 -15 24 -15 23 -16 23 -18 21 -18 21 -19 20 -20 19 -21 19 -22 17 -22 16 -24 16 -23 14 -24 13 -25 13 -26 11 -26 10 -26 9 -27 8 47 173z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 9.5 KiB |
BIN
img/sunset.jpg
Normal file
After Width: | Height: | Size: 527 KiB |
BIN
img/twitter.png
Normal file
After Width: | Height: | Size: 14 KiB |
7013
js/bootstrap.bundle.js
vendored
Normal file
1
js/bootstrap.bundle.js.map
Normal file
7
js/bootstrap.bundle.min.js
vendored
Normal file
1
js/bootstrap.bundle.min.js.map
Normal file
4435
js/bootstrap.js
vendored
Normal file
1
js/bootstrap.js.map
Normal file
7
js/bootstrap.min.js
vendored
Normal file
1
js/bootstrap.min.js.map
Normal file
10
js/navbar.js
Normal file
@ -0,0 +1,10 @@
|
||||
var overlay = document.getElementById('overlay');
|
||||
var closeMenu = document.getElementById('close-menu');
|
||||
document.getElementById('open-menu').addEventListener('click', function() {
|
||||
overlay.classList.remove('inactive');
|
||||
overlay.classList.add('active');
|
||||
});
|
||||
document.getElementById('close-menu').addEventListener('click', function() {
|
||||
overlay.classList.remove('active');
|
||||
overlay.classList.add('inactive');
|
||||
});
|