Patricia S (Talk | contribs) |
Patricia S (Talk | contribs) |
||
(61 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<style> | <style> | ||
Line 83: | Line 6: | ||
@keyframes icon-fade { | @keyframes icon-fade { | ||
+ | 0% {opacity: 0;} | ||
+ | 30% {opacity: 0;} | ||
+ | 100% {opacity: 1;} | ||
+ | } | ||
+ | |||
+ | @keyframes icon-fade-out { | ||
+ | 0% {opacity: 1;} | ||
+ | 30% {opacity: 1;} | ||
+ | 100% {opacity: 0;} | ||
+ | } | ||
+ | |||
+ | @keyframes content-load { | ||
0% {opacity: 0;} | 0% {opacity: 0;} | ||
30% {opacity: 0;} | 30% {opacity: 0;} | ||
Line 94: | Line 29: | ||
#content { | #content { | ||
− | padding-top: | + | padding-top: 205px; |
+ | } | ||
+ | |||
+ | .to-load { | ||
+ | animation-name: content-load; | ||
+ | animation-duration: 3s; | ||
} | } | ||
Line 100: | Line 40: | ||
position: absolute; | position: absolute; | ||
top: 100px; | top: 100px; | ||
+ | } | ||
+ | |||
+ | #hp-header h1 { | ||
+ | top: 60px; | ||
} | } | ||
.header { | .header { | ||
− | + | display: none; | |
} | } | ||
− | . | + | .header-img-txt { |
position: absolute; | position: absolute; | ||
− | top: 80px; | + | right: 10%; |
− | + | top: -20px; | |
+ | } | ||
+ | |||
+ | .top-icon-div, .bottom-icon-div { | ||
+ | position: absolute; | ||
+ | top: 80px; | ||
+ | right: 0px; | ||
+ | height: 160px; | ||
+ | width: 160px; | ||
} | } | ||
Line 122: | Line 74: | ||
top: 10px; | top: 10px; | ||
width: 600px; | width: 600px; | ||
− | right: | + | right: 180px; |
text-align: right; | text-align: right; | ||
float: right; | float: right; | ||
+ | padding-right: 5px; | ||
+ | word-spacing: 15px; | ||
} | } | ||
Line 132: | Line 86: | ||
text-decoration: none; | text-decoration: none; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
− | font-size: | + | font-size: 60px; |
− | + | ||
letter-spacing: -3px; | letter-spacing: -3px; | ||
line-height: 1; | line-height: 1; | ||
Line 143: | Line 96: | ||
border-top: #212121 5px solid; | border-top: #212121 5px solid; | ||
position: absolute; | position: absolute; | ||
− | width: | + | width: 80%; |
− | margin: | + | margin-left: 10%; |
− | top: | + | top: 225px; |
animation-name: line-appear; | animation-name: line-appear; | ||
animation-duration: 1s; | animation-duration: 1s; | ||
Line 161: | Line 114: | ||
#project-shadow-line { | #project-shadow-line { | ||
border-top: #e2de69 3px solid; | border-top: #e2de69 3px solid; | ||
+ | opacity: 0.8; | ||
} | } | ||
Line 168: | Line 122: | ||
#people-shadow-line { | #people-shadow-line { | ||
− | border-top: # | + | border-top: #6ba2c1 3px solid; |
} | } | ||
Line 174: | Line 128: | ||
border-top: #c95d5d 3px solid; | border-top: #c95d5d 3px solid; | ||
opacity: 0.7; | opacity: 0.7; | ||
+ | } | ||
+ | |||
+ | #modelling-shadow-line { | ||
+ | border-top: #9b3131 3px solid; | ||
+ | opacity: 0.7; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 09:49, 15 October 2018