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
public/assets/css/index.min.css vendored 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 */

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="2500" height="2500" viewBox="0 0 538.584 538.583"><path d="M0 0h538.584v538.583H0V0z" fill="none"/><path d="M405.5 467.454L269.29 504.13l-136.212-36.676-31.432-340.525h335.29L405.5 467.454z" fill="#2062af"/><path d="M269.289 154.511v320.367l.308.084 110.229-29.682 25.443-290.769h-135.98z" fill="#3c9cd7"/><path d="M191.985 76.899V56.631h29.571V34.453h-51.749v62.684h51.749V76.899h-29.571zm82.766-20.268h20.674V34.453h-51.754v22.178c6.924 6.924 10.535 10.238 20.549 20.252-5.854 0-20.549.021-20.549.02v20.234h51.754V76.899l-20.674-20.268zm73.352 0h20.673V34.453H317.02v22.178c6.924 6.924 10.537 10.238 20.551 20.252-5.852 0-20.551.021-20.551.02v20.234h51.757V76.899l-20.674-20.268z"/><path d="M269.168 239.656l-97.49 40.602 3.233 40.199 94.257-40.301 100.265-42.868 4.157-41.122-104.422 43.49z" fill="#fff"/><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="-825.508" y1="1338.301" x2="-825.508" y2="1419.102" gradientTransform="matrix(1 0 0 -1 1045.93 1658.759)"><stop offset=".387" stop-color="#d1d3d4" stop-opacity="0"/><stop offset="1" stop-color="#d1d3d4"/></linearGradient><path d="M171.677 280.258l3.233 40.199 94.257-40.301v-40.5l-97.49 40.602z" fill="url(#a)"/><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="-724.552" y1="1378.602" x2="-724.552" y2="1462.591" gradientTransform="matrix(1 0 0 -1 1045.93 1658.759)"><stop offset=".387" stop-color="#d1d3d4" stop-opacity="0"/><stop offset="1" stop-color="#d1d3d4"/></linearGradient><path d="M373.59 196.167l-104.422 43.489v40.5l100.265-42.868 4.157-41.121z" fill="url(#b)"/><linearGradient id="c" gradientUnits="userSpaceOnUse" x1="-874.103" y1="1302.263" x2="-680.039" y2="1302.263" gradientTransform="matrix(1 0 0 -1 1045.93 1658.759)"><stop offset="0" stop-color="#e8e7e5"/><stop offset="1" stop-color="#fff"/></linearGradient><path d="M171.827 280.258l3.234 40.199 144.625.461-3.235 53.598-47.59 13.398-45.748-11.551-2.772-33.268h-42.508l5.545 64.225 85.945 25.412 85.479-24.951 11.09-127.523H171.827z" fill="url(#c)"/><path d="M269.168 280.258h-97.49l3.233 40.199 94.257.301v-40.5zm0 107.528l-.462.129-45.742-11.551-2.772-33.268h-42.507l5.544 64.225 85.939 25.412v-44.947z" opacity=".05"/><linearGradient id="d" gradientUnits="userSpaceOnUse" x1="-883.032" y1="1442.031" x2="-672.341" y2="1442.031" gradientTransform="matrix(1 0 0 -1 1045.93 1658.759)"><stop offset="0" stop-color="#e8e7e5"/><stop offset="1" stop-color="#fff"/></linearGradient><path d="M162.898 196.167H373.59l-4.157 41.122H167.98l-5.082-41.122z" fill="url(#d)"/><path d="M269.168 196.167h-106.27l5.082 41.122h101.188v-41.122z" opacity=".05"/></svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-11.5 -10.23174 23 20.46348">
<title>React Logo</title>
<circle cx="0" cy="0" r="2.05" fill="#61dafb"/>
<g stroke="#61dafb" stroke-width="1" fill="none">
<ellipse rx="11" ry="4.2"/>
<ellipse rx="11" ry="4.2" transform="rotate(60)"/>
<ellipse rx="11" ry="4.2" transform="rotate(120)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB