507 lines
8.2 KiB
SCSS
507 lines
8.2 KiB
SCSS
$primary: #fea500;
|
|
@import "bootstrap/scss/bootstrap";
|
|
$icomoon-font-path: "../font";
|
|
@import "icons/style";
|
|
|
|
body {
|
|
color: #000;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
header {
|
|
position: relative;
|
|
height: 100vh;
|
|
width: 100%;
|
|
background-image: url(../img/sp-codes.png);
|
|
background-color: transparent;
|
|
background-size: cover;
|
|
background-attachment: fixed;
|
|
background-position: 0 0;
|
|
|
|
.overlay {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background: rgba(254, 165, 0, 0.9);
|
|
}
|
|
|
|
.profile-thumb {
|
|
height: 300px;
|
|
width: 300px;
|
|
margin: 0 auto;
|
|
border-radius: 50%;
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
|
|
ul.social-icons {
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
li {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
display: inline-block;
|
|
|
|
a {
|
|
color: #000;
|
|
}
|
|
}
|
|
}
|
|
|
|
.vh-100 {
|
|
height: 100vh;
|
|
}
|
|
|
|
section {
|
|
padding: 7em 0;
|
|
clear: both;
|
|
}
|
|
|
|
.bg-primary {
|
|
background: $primary;
|
|
}
|
|
|
|
.heading {
|
|
margin-bottom: 5em;
|
|
}
|
|
|
|
.info {
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 90%;
|
|
float: left;
|
|
|
|
li {
|
|
width: 100%;
|
|
float: left;
|
|
list-style: none;
|
|
padding: 10px 0;
|
|
|
|
&:first-child {
|
|
padding-top: 0;
|
|
}
|
|
|
|
.first-block {
|
|
width: 30%;
|
|
display: inline-block;
|
|
float: left;
|
|
color: #000;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.second-block {
|
|
width: 70%;
|
|
display: inline-block;
|
|
color: rgba(0, 0, 0, 0.5);
|
|
}
|
|
}
|
|
}
|
|
|
|
.timeline {
|
|
list-style: none;
|
|
padding: 20px 0 20px;
|
|
position: relative;
|
|
|
|
&::before {
|
|
top: 20px;
|
|
bottom: 0;
|
|
position: absolute;
|
|
content: " ";
|
|
width: 2px;
|
|
background-color: #e6e6e6;
|
|
left: 50%;
|
|
margin-left: 0;
|
|
}
|
|
|
|
li {
|
|
margin-bottom: 20px;
|
|
position: relative;
|
|
|
|
&.timeline-unverted {
|
|
text-align: right;
|
|
}
|
|
|
|
&.timeline-inverted > .timeline-panel {
|
|
float: right;
|
|
}
|
|
|
|
.timeline-badge {
|
|
color: #fff;
|
|
width: 44px;
|
|
height: 44px;
|
|
line-height: 50px;
|
|
font-size: 1.4em;
|
|
text-align: center;
|
|
position: absolute;
|
|
top: 40px;
|
|
left: 50%;
|
|
margin-left: -21px;
|
|
background-color: $primary;
|
|
z-index: 100;
|
|
display: table;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.timeline-panel {
|
|
width: 45%;
|
|
float: left;
|
|
margin-bottom: 0;
|
|
position: relative;
|
|
border-radius: 4px;
|
|
|
|
.duration {
|
|
display: block;
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
color: #aaaaaa;
|
|
}
|
|
|
|
.timeline-title {
|
|
margin-top: 0;
|
|
|
|
.degree {
|
|
display: block;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
color: $primary;
|
|
}
|
|
}
|
|
|
|
.company {
|
|
display: block;
|
|
margin-bottom: 20px;
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
color: #aaaaaa;
|
|
}
|
|
|
|
.timeline-body > p, .timeline-body > ul {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
&::before, &::after {
|
|
content: " ";
|
|
display: table;
|
|
}
|
|
|
|
&::after {
|
|
clear: both;
|
|
}
|
|
}
|
|
}
|
|
|
|
.timeline-heading > div h3 {
|
|
display: inline-block;
|
|
padding: 7px 15px;
|
|
font-size: 18px;
|
|
text-transform: uppercase;
|
|
letter-spacing: 5px;
|
|
font-weight: bold;
|
|
background: #e6e6e6;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.feature-left {
|
|
color: #000 !important;
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
.icon {
|
|
display: flex;
|
|
text-align: center;
|
|
width: 100px;
|
|
height: 100px;
|
|
background: #fff;
|
|
margin: 0 auto 20px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.circular {
|
|
height: 160px;
|
|
width: 160px;
|
|
position: relative;
|
|
margin-bottom: 2rem;
|
|
|
|
.inner {
|
|
position: absolute;
|
|
z-index: 6;
|
|
top: 50%;
|
|
left: 50%;
|
|
height: 150px;
|
|
width: 150px;
|
|
margin: -75px 0 0 -75px;
|
|
background: #ffffff;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.number {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
z-index: 10;
|
|
color: #000;
|
|
display: flex;
|
|
flex-direction: column;
|
|
text-align: center;
|
|
}
|
|
|
|
.bar {
|
|
position: absolute;
|
|
height: 100%;
|
|
width: 100%;
|
|
background: #eeeeee;
|
|
-webkit-border-radius: 100%;
|
|
clip: rect(0px, 160px, 160px, 80px);
|
|
}
|
|
|
|
.circle .bar .progress {
|
|
position: absolute;
|
|
height: 100%;
|
|
width: 100%;
|
|
-webkit-border-radius: 100%;
|
|
clip: rect(0px, 80px, 160px, 0px);
|
|
background: $primary;
|
|
}
|
|
|
|
.circle .left .progress {
|
|
transform: rotate(180deg);
|
|
z-index: 1;
|
|
}
|
|
|
|
.circle .right {
|
|
transform: rotate(180deg);
|
|
z-index: 3;
|
|
}
|
|
|
|
.circle .right .progress-95 {
|
|
transform: rotate(162deg);
|
|
}
|
|
|
|
.circle .right .progress-90 {
|
|
transform: rotate(144deg);
|
|
}
|
|
|
|
.circle .right .progress-85 {
|
|
transform: rotate(126deg);
|
|
}
|
|
|
|
.circle .right .progress-80 {
|
|
transform: rotate(108deg);
|
|
}
|
|
|
|
.circle .right .progress-75 {
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
.circle .right .progress-70 {
|
|
transform: rotate(72deg);
|
|
}
|
|
|
|
.circle .right .progress-65 {
|
|
transform: rotate(54deg);
|
|
}
|
|
|
|
.circle .right .progress-60 {
|
|
transform: rotate(36deg);
|
|
}
|
|
|
|
.circle .right .progress-55 {
|
|
transform: rotate(18deg);
|
|
}
|
|
|
|
.circle .right .progress-50 {
|
|
transform: rotate(0deg);
|
|
}
|
|
}
|
|
|
|
.progress-wrap {
|
|
width: 100%;
|
|
float: left;
|
|
margin-bottom: 10px;
|
|
|
|
.progress {
|
|
overflow: hidden;
|
|
margin-bottom: 20px;
|
|
background-color: #eeeeee;
|
|
//border-radius: 4px;
|
|
width: 100%;
|
|
height: 5px;
|
|
|
|
.progress-bar {
|
|
background-color: $primary !important;
|
|
height: 5px;
|
|
display: block;
|
|
box-shadow: none;
|
|
|
|
&.progress-95 {
|
|
width: 95%;
|
|
}
|
|
|
|
&.progress-90 {
|
|
width: 90%;
|
|
}
|
|
|
|
&.progress-85 {
|
|
width: 85%;
|
|
}
|
|
|
|
&.progress-80 {
|
|
width: 80%;
|
|
}
|
|
|
|
&.progress-75 {
|
|
width: 75%;
|
|
}
|
|
|
|
&.progress-70 {
|
|
width: 70%;
|
|
}
|
|
|
|
&.progress-65 {
|
|
width: 65%;
|
|
}
|
|
|
|
&.progress-60 {
|
|
width: 60%;
|
|
}
|
|
|
|
&.progress-55 {
|
|
width: 55%;
|
|
}
|
|
|
|
&.progress-50 {
|
|
width: 50%;
|
|
}
|
|
|
|
&.progress-45 {
|
|
width: 45%;
|
|
}
|
|
|
|
&.progress-40 {
|
|
width: 40%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.work {
|
|
background-size: cover;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-color: #fff;
|
|
position: relative;
|
|
height: 270px;
|
|
width: 100%;
|
|
display: table;
|
|
overflow: hidden;
|
|
text-decoration: none !important;
|
|
color: #000;
|
|
|
|
.desc {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
height: 270px;
|
|
background: #fff;
|
|
opacity: 0;
|
|
-webkit-transition: 0.3s;
|
|
-o-transition: 0.3s;
|
|
transition: 0.3s;
|
|
|
|
h3 {
|
|
font-size: 20px;
|
|
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
|
|
transition: transform 0.3s, opacity 0.3s;
|
|
-webkit-transform: translate3d(0, -15px, 0);
|
|
transform: translate3d(0, -15px, 0);
|
|
}
|
|
|
|
span {
|
|
display: block;
|
|
color: lighten(#000, 60%);
|
|
font-size: 14px;
|
|
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
|
|
transition: transform 0.3s, opacity 0.3s;
|
|
-webkit-transform: translate3d(0, 15px, 0);
|
|
transform: translate3d(0, 15px, 0);
|
|
}
|
|
}
|
|
|
|
&:hover {
|
|
.desc {
|
|
opacity: 1;
|
|
|
|
h3 {
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0);
|
|
}
|
|
|
|
span {
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.video {
|
|
display: table;
|
|
width: 50%;
|
|
background-size: cover;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
position: relative;
|
|
display: -webkit-box;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.choose {
|
|
width: 50%;
|
|
padding: 4em;
|
|
}
|
|
|
|
.form-control {
|
|
box-shadow: none;
|
|
background: transparent;
|
|
border: 2px solid rgba(0, 0, 0, 0.1);
|
|
height: 54px;
|
|
font-size: 18px;
|
|
font-weight: 300;
|
|
|
|
&:active, &:focus {
|
|
outline: none;
|
|
box-shadow: none;
|
|
border-color: $primary;
|
|
}
|
|
}
|
|
|
|
.btn {
|
|
border-radius: 30px;
|
|
box-shadow: none !important;
|
|
outline: none !important;
|
|
}
|
|
|
|
.btn-primary {
|
|
color: #000 !important;
|
|
background-color: $primary !important;
|
|
border-color: $primary !important;
|
|
}
|
|
|
|
footer {
|
|
padding: 50px 0;
|
|
|
|
a {
|
|
color: #000;
|
|
}
|
|
}
|