add website.
Some checks failed
internetmastercz/test/pipeline/head There was a failure building this commit

This commit is contained in:
2021-10-20 02:39:36 +02:00
parent 4483c2a05a
commit 58653e89e7
34 changed files with 1634 additions and 18 deletions

300
less/index.css Normal file
View File

@@ -0,0 +1,300 @@
body {
font-family: Nunito;
background: #232526;
background: -webkit-linear-gradient(to right, #414345, #232526);
background: linear-gradient(to right, #414345, #232526);
}
::-webkit-scrollbar-track {
background-color: #232526;
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #585858;
}
.page-wrapper {
margin-left: 50px;
padding-left: 50px;
margin-top: 100px;
position: relative;
padding-right: 100px;
margin-bottom: 100px;
}
@media only screen and (max-width: 800px) {
.page-wrapper {
padding-right: 50px;
margin-left: 20px;
padding-left: 25px;
}
}
.page-wrapper::before {
content: '';
background-color: #585858;
position: absolute;
width: 3px;
height: calc(100% - 15px);
left: 0;
top: 10px;
border-radius: 5px;
}
.page-wrapper > .project-list {
margin-bottom: 50px;
}
.page-wrapper > .project-list > li {
padding-left: 20px;
border-left: 2px solid #585858;
}
.page-wrapper > .project-list > li:not(:last-child) {
margin-bottom: 20px;
}
.page-wrapper > .project-list > li > .project-item-wrapper {
display: flex;
}
@media only screen and (max-width: 800px) {
.page-wrapper > .project-list > li > .project-item-wrapper {
flex-direction: column;
}
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-left {
display: flex;
flex-direction: column;
align-items: center;
padding-right: 10px;
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-left .project-item-left-icon {
display: flex;
min-width: 200px;
min-height: 200px;
justify-content: center;
align-items: center;
background-color: #444;
color: #666;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 10px;
position: relative;
overflow: hidden;
border-radius: 5px;
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-left .project-item-left-icon > img {
height: 100%;
position: absolute;
transition: 0.3s;
transform: scale(1);
filter: blur(2px);
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-left .project-item-left-icon > img:hover {
filter: blur(0);
transform: scale(1.2);
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-left .project-item-left-icon > .project-item-left-icon-badge {
position: absolute;
right: -35px;
top: 25px;
font-size: 12px;
padding: 5px 29px;
transform: rotate(45deg);
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-left .project-item-left-icon > .project-item-left-icon-badge.open-source {
background: #666;
color: #ccc;
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-left > .project-item-left-link-list {
color: #888;
display: flex;
flex-direction: column;
align-items: center;
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-left > .project-item-left-link-list > li > a.disabled {
opacity: 0.4;
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-left > .project-item-left-link-list > li > a > i {
margin-right: 5px;
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-right > ul > li {
margin-bottom: 10px;
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-right > ul > li .project-item-right-label > h5 {
margin: 0;
color: #999;
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-right > ul > li .project-item-right-content:not(.name) > h4 {
color: #777;
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-right > ul > li .project-item-right-content > h4 {
margin: 0;
max-width: 700px;
color: #ccc;
display: flex;
align-items: center;
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-right > ul > li .project-item-right-content > h4 > .project-item-right-content-status {
color: #616161;
padding-left: 10px;
font-size: 12px;
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-right > ul > li .project-item-right-content.list {
margin-top: 5px;
}
.page-wrapper > .work-list {
margin-bottom: 50px;
position: relative;
}
.page-wrapper > .work-list::before {
content: "";
position: absolute;
left: 0;
top: 10px;
height: calc(100% - 20px);
width: 2px;
background-color: #585858;
}
.page-wrapper > .work-list > li {
color: #888;
padding-left: 20px;
}
.page-wrapper > .work-list > li:first-child {
color: #ccc;
}
.page-wrapper > .work-list > li > .work-item-wrapper > .work-item-wrapper-to {
position: relative;
font-size: 14px;
font-weight: bold;
}
.page-wrapper > .work-list > li > .work-item-wrapper > .work-item-wrapper-info {
position: relative;
padding: 10px;
padding-left: 20px;
display: flex;
}
@media only screen and (max-width: 800px) {
.page-wrapper > .work-list > li > .work-item-wrapper > .work-item-wrapper-info {
flex-direction: column;
}
}
.page-wrapper > .work-list > li > .work-item-wrapper > .work-item-wrapper-info > .work-item-wrapper-info-role {
padding-left: 10px;
opacity: 0.7;
}
.page-wrapper > .work-list > li > .work-item-wrapper > .work-item-wrapper-from {
position: relative;
font-size: 14px;
font-weight: bold;
}
.page-wrapper > .work-list > li > .work-item-wrapper > .work-item-wrapper-from::before,
.page-wrapper > .work-list > li > .work-item-wrapper > .work-item-wrapper-to::before {
content: "";
position: absolute;
left: -24px;
top: 5px;
background-color: #585858;
border-radius: 20px;
width: 10px;
height: 10px;
}
.page-wrapper > .work-list > li > .work-item-wrapper > .work-item-wrapper-from::after,
.page-wrapper > .work-list > li > .work-item-wrapper > .work-item-wrapper-to::after {
content: "";
position: absolute;
left: -22px;
top: 7px;
background-color: #414345;
border-radius: 20px;
width: 6px;
height: 6px;
}
.page-wrapper > h2 {
color: #aaa;
}
.page-wrapper .intro {
margin-bottom: 50px;
}
.page-wrapper .intro h1 {
color: white;
}
.page-wrapper .intro h2,
.page-wrapper .intro h3 {
color: #aaa;
}
.page-wrapper .intro .contact-list {
display: flex;
color: #888;
}
.page-wrapper .intro .contact-list > li {
margin-right: 10px;
}
.page-wrapper .intro .contact-list > li > a {
display: flex;
align-items: center;
}
.page-wrapper .intro .contact-list > li > a > i {
margin-right: 5px;
font-size: 13px;
}
.page-wrapper .skill-wrapper {
display: flex;
align-items: center;
margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
.page-wrapper .skill-wrapper {
flex-direction: column;
align-items: flex-start;
}
}
.page-wrapper .skill-wrapper .skill-caption {
white-space: nowrap;
padding-right: 10px;
margin-bottom: 10px;
margin-top: 0;
}
.skill-list {
display: flex;
flex-wrap: wrap;
}
.skill-list li {
background: #999;
padding: 3px 5px;
border-radius: 5px;
margin-right: 10px;
font-size: 12px;
font-weight: bold;
display: flex;
align-items: center;
margin-bottom: 10px;
}
.skill-list li img,
.skill-list li i {
margin-right: 5px;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
.clickable {
font-weight: bold;
}
.clickable.disabled {
cursor: not-allowed;
}
.clickable:not(.disabled) {
transition: 0.3s;
cursor: pointer;
}
.clickable:not(.disabled):hover {
opacity: 0.6;
}
.footer {
padding-bottom: 10px;
font-size: 14px;
color: #aaa;
}
.footer a {
text-transform: uppercase;
margin-right: 5px;
}
/*# sourceMappingURL=index.css.map */

1
less/index.css.map Normal file
View File

@@ -0,0 +1 @@
{"version":3,"sources":["index.less"],"names":[],"mappings":"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","file":"index.css"}

390
less/index.less Normal file
View File

@@ -0,0 +1,390 @@
body {
font-family: Nunito;
background: #232526;
background: -webkit-linear-gradient(to right, #414345, #232526);
background: linear-gradient(to right, #414345, #232526);
}
::-webkit-scrollbar-track {
background-color: #232526;
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
background-color: #585858;
}
.page-wrapper {
margin-left: 50px;
padding-left: 50px;
margin-top: 100px;
position: relative;
padding-right: 100px;
@media only screen and (max-width: 800px) {
padding-right: 50px;
margin-left: 20px;
padding-left: 25px;
}
margin-bottom: 100px;
&::before {
content: '';
background-color: #585858;
position: absolute;
width: 3px;
height: calc(100% - 15px);
left: 0;
top: 10px;
border-radius: 5px;
}
&>.project-list {
margin-bottom: 50px;
&>li {
padding-left: 20px;
border-left: 2px solid #585858;
&:not(:last-child) {
margin-bottom: 20px;
}
&>.project-item-wrapper {
display: flex;
@media only screen and (max-width: 800px) {
flex-direction: column;
}
&>.project-item-left {
display: flex;
flex-direction: column;
align-items: center;
padding-right: 10px;
& .project-item-left-icon {
display: flex;
min-width: 200px;
min-height: 200px;
justify-content: center;
align-items: center;
background-color: #444;
color: #666;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 10px;
position: relative;
overflow: hidden;
border-radius: 5px;
&>img {
height: 100%;
position: absolute;
transition: 0.3s;
transform: scale(1);
filter: blur(2px);
&:hover {
filter: blur(0);
transform: scale(1.2);
}
}
&>.project-item-left-icon-badge {
position: absolute;
right: -35px;
top: 25px;
font-size: 12px;
padding: 5px 29px;
transform: rotate(45deg);
&.open-source {
background: #666;
color: #ccc;
}
}
}
&>.project-item-left-link-list {
color: #888;
display: flex;
flex-direction: column;
align-items: center;
&>li {
&>a {
&.disabled {
opacity: 0.4;
}
&>i {
margin-right: 5px;
}
}
}
}
}
&>.project-item-right {
&>ul {
&>li {
margin-bottom: 10px;
& .project-item-right-label {
&>h5 {
margin: 0;
color: #999;
}
}
& .project-item-right-content {
&:not(.name) {
&>h4 {
color: #777;
}
}
&>h4 {
margin: 0;
max-width: 700px;
color: #ccc;
display: flex;
align-items: center;
&>.project-item-right-content-status {
color: #616161;
padding-left: 10px;
font-size: 12px;
}
}
&.list {
margin-top: 5px;
}
}
}
}
}
}
}
}
&>.work-list {
margin-bottom: 50px;
position: relative;
&::before {
content: "";
position: absolute;
left: 0;
top: 10px;
height: calc(100% - 20px);
width: 2px;
background-color: #585858;
}
&>li {
color: #888;
&:first-child {
color: #ccc;
}
padding-left: 20px;
&>.work-item-wrapper {
&>.work-item-wrapper-to {
position: relative;
font-size: 14px;
font-weight: bold;
}
&>.work-item-wrapper-info {
position: relative;
padding: 10px;
padding-left: 20px;
display: flex;
@media only screen and (max-width: 800px) {
flex-direction: column;
}
&>.work-item-wrapper-info-role {
padding-left: 10px;
opacity: 0.7;
}
}
&>.work-item-wrapper-from {
position: relative;
font-size: 14px;
font-weight: bold;
}
&>.work-item-wrapper-from,
&>.work-item-wrapper-to {
&::before {
content: "";
position: absolute;
left: -24px;
top: 5px;
background-color: #585858;
border-radius: 20px;
width: 10px;
height: 10px;
}
&::after {
content: "";
position: absolute;
left: -22px;
top: 7px;
background-color: #414345;
border-radius: 20px;
width: 6px;
height: 6px;
}
}
}
}
}
&>h2 {
color: #aaa;
}
& .intro {
margin-bottom: 50px;
h1 {
color: white;
}
h2,
h3 {
color: #aaa;
}
& .contact-list {
display: flex;
color: #888;
&>li {
margin-right: 10px;
&>a {
display: flex;
align-items: center;
&>i {
margin-right: 5px;
font-size: 13px;
}
}
}
}
}
.skill-wrapper {
display: flex;
align-items: center;
margin-bottom: 10px;
@media only screen and (max-width: 800px) {
flex-direction: column;
align-items: flex-start;
}
.skill-caption {
white-space: nowrap;
padding-right: 10px;
margin-bottom: 10px;
margin-top: 0;
}
}
}
.skill-list {
display: flex;
flex-wrap: wrap;
li {
background: #999;
padding: 3px 5px;
border-radius: 5px;
margin-right: 10px;
font-size: 12px;
font-weight: bold;
display: flex;
align-items: center;
margin-bottom: 10px;
img,
i {
margin-right: 5px;
}
}
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
.clickable {
font-weight: bold;
&.disabled {
cursor: not-allowed;
}
&:not(.disabled) {
transition: 0.3s;
cursor: pointer;
&:hover {
opacity: 0.6;
}
}
}
.footer {
padding-bottom: 10px;
font-size: 14px;
color: #aaa;
a {
text-transform: uppercase;
margin-right: 5px;
}
}