|
| 1 | + |
| 2 | +/* PRESENTION PAGE */ |
| 3 | + |
| 4 | +/* Section Components */ |
| 5 | + |
| 6 | +.presentation-page{ |
| 7 | + overflow-x: hidden; |
| 8 | +} |
| 9 | + |
| 10 | +.section-components .title{ |
| 11 | + margin-top: 60px; |
| 12 | + margin-bottom: 5px; |
| 13 | +} |
| 14 | +.section-components .description{ |
| 15 | + margin-top: 35px; |
| 16 | +} |
| 17 | + |
| 18 | +.section-components .image-container{ |
| 19 | + height: 560px; |
| 20 | + position: relative; |
| 21 | +} |
| 22 | + |
| 23 | +.section-components .components-macbook{ |
| 24 | + width: auto; |
| 25 | + left: -100px; |
| 26 | + top: 0; |
| 27 | + height: 100%; |
| 28 | + position: absolute; |
| 29 | +} |
| 30 | + |
| 31 | +.section-components .table-img, |
| 32 | +.section-components .share-btn-img, |
| 33 | +.section-components .coloured-card-btn-img, |
| 34 | +.section-components .coloured-card-img, |
| 35 | +.section-components .social-img, |
| 36 | +.section-components .pin-btn-img{ |
| 37 | + position: absolute; |
| 38 | + box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); |
| 39 | +} |
| 40 | +.section-components .coloured-card-img{ |
| 41 | + left: 90%; |
| 42 | + top: 11%; |
| 43 | + height: 90px; |
| 44 | + border-radius: 2px; |
| 45 | +} |
| 46 | +.section-components .social-img{ |
| 47 | + left: 70%; |
| 48 | + top: 67%; |
| 49 | + height: 40px; |
| 50 | + |
| 51 | +} |
| 52 | +.section-components .coloured-card-btn-img{ |
| 53 | + left: 35%; |
| 54 | + top: 2%; |
| 55 | + height: 125px; |
| 56 | + border-radius: 6px; |
| 57 | +} |
| 58 | +.section-components .table-img{ |
| 59 | + left: -13%; |
| 60 | + top: 27%; |
| 61 | + height: 175px; |
| 62 | + border-radius: 2px; |
| 63 | +} |
| 64 | +.section-components .pin-btn-img{ |
| 65 | + left: 0%; |
| 66 | + top: 68%; |
| 67 | + height: 25px; |
| 68 | + border-radius: 3px; |
| 69 | +} |
| 70 | +.section-components .share-btn-img{ |
| 71 | + left: 3%; |
| 72 | + top: -3%; |
| 73 | + height: 25px; |
| 74 | + |
| 75 | +} |
| 76 | + |
| 77 | +/* Section Content */ |
| 78 | + |
| 79 | +.section-content .section-description{ |
| 80 | + margin-top: 100px; |
| 81 | +} |
| 82 | +.section-content .title{ |
| 83 | + margin-bottom: 5px; |
| 84 | +} |
| 85 | + |
| 86 | +.section-content .section-description .title + .description{ |
| 87 | + margin-top: 0; |
| 88 | +} |
| 89 | +.section-content .description{ |
| 90 | + margin-top: 35px; |
| 91 | +} |
| 92 | + |
| 93 | +.section-content .image-container{ |
| 94 | + max-width: 900px; |
| 95 | + position: relative; |
| 96 | +} |
| 97 | +.section-content .image-container .ipad-img{ |
| 98 | + width: 100%; |
| 99 | + transition: transform .6s .9s; |
| 100 | + z-index: 2; |
| 101 | +} |
| 102 | +.section-content .image-container .area-img, |
| 103 | +.section-content .image-container .info-img{ |
| 104 | + position: absolute; |
| 105 | + box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); |
| 106 | + opacity: 0; |
| 107 | + transform: translate3D(0px, 100px, 0px); |
| 108 | + -webkit-transform: translate3D(0px, 100px, 0px); |
| 109 | +} |
| 110 | +.section-content .image-container .area-img{ |
| 111 | + top: 10%; |
| 112 | + left: 60%; |
| 113 | + height: 300px; |
| 114 | + width: 250px; |
| 115 | + z-index: 2; |
| 116 | + -webkit-transition: all 1s ease-out 0s; |
| 117 | + -moz-transition: all 1s ease-out 0s; |
| 118 | + -o-transition: all 1s ease-out 0s; |
| 119 | + -ms-transition: all 1s ease-out 0s; |
| 120 | + transition: all 1s ease-out 0s; |
| 121 | +} |
| 122 | +.section-content .image-container .info-img{ |
| 123 | + top: 50%; |
| 124 | + left: 0%; |
| 125 | + height: 200px; |
| 126 | + width: 300px; |
| 127 | + -webkit-transition: all 1s ease-out 0s; |
| 128 | + -moz-transition: all 1s ease-out 0s; |
| 129 | + -o-transition: all 1s ease-out 0s; |
| 130 | + -ms-transition: all 1s ease-out 0s; |
| 131 | + transition: all 1s ease-out 0s; |
| 132 | +} |
| 133 | +.animated{ |
| 134 | + transform: translate3D(0px, 0px, 0px) !important; |
| 135 | + -webkit-transform: translate3D(0px, 0px, 0px) !important; |
| 136 | + opacity: 1 !important; |
| 137 | +} |
| 138 | + |
| 139 | + |
| 140 | +/* animated images */ |
| 141 | + |
| 142 | +@-webkit-keyframes Floatingy{ |
| 143 | + from {-webkit-transform:translate(0, 0px);} |
| 144 | + 65% {-webkit-transform:translate(50px, 0);} |
| 145 | + to {-webkit-transform: translate(0, -0px);} |
| 146 | +} |
| 147 | +@-moz-keyframes Floatingy{ |
| 148 | + from {-moz-transform:translate(0, 0px);} |
| 149 | + 65% {-moz-transform:translate(50px, 0);} |
| 150 | + to {-moz-transform: translate(0, -0px);} |
| 151 | +} |
| 152 | +@-webkit-keyframes Floatingx{ |
| 153 | + from {-webkit-transform:translate(50px, 0px);} |
| 154 | + 65% {-webkit-transform:translate(0, 0);} |
| 155 | + to {-webkit-transform: translate(50px, -0px);} |
| 156 | +} |
| 157 | +@-moz-keyframes Floatingx{ |
| 158 | + from {-moz-transform:translate(50px, 0px);} |
| 159 | + 65% {-moz-transform:translate(0, 0);} |
| 160 | + to {-moz-transform: translate(50px, -0px);} |
| 161 | +} |
| 162 | + |
| 163 | + |
| 164 | +.table-img, .coloured-card-img, .coloured-card-btn-img, .pin-btn-img, .share-btn-img, .social-img{ |
| 165 | + -webkit-animation-iteration-count: infinite; |
| 166 | + -webkit-animation-timing-function: ease-in-out; |
| 167 | + -moz-animation-iteration-count: infinite; |
| 168 | + -moz-animation-timing-function: ease-in-out; |
| 169 | + -webkit-animation-name: Floatingy; |
| 170 | + -moz-animation-name: Floatingy; |
| 171 | + float: left; |
| 172 | +} |
| 173 | +.table-img{ |
| 174 | + -webkit-animation-duration: 14s; |
| 175 | + -moz-animation-duration: 14s; |
| 176 | + -webkit-animation-name: Floatingx; |
| 177 | + -moz-animation-name: Floatingx; |
| 178 | +} |
| 179 | + |
| 180 | +.coloured-card-img{ |
| 181 | + -webkit-animation-duration: 10s; |
| 182 | + -moz-animation-duration: 10s; |
| 183 | + -webkit-animation-name: Floatingx; |
| 184 | + -moz-animation-name: Floatingx; |
| 185 | +} |
| 186 | + |
| 187 | +.coloured-card-btn-img{ |
| 188 | + -webkit-animation-duration: 18s; |
| 189 | + -moz-animation-duration: 18s; |
| 190 | +} |
| 191 | +.pin-btn-img{ |
| 192 | + -webkit-animation-duration: 15s; |
| 193 | + -moz-animation-duration: 15s; |
| 194 | +} |
| 195 | +.share-btn-img{ |
| 196 | + -webkit-animation-duration: 11s; |
| 197 | + -moz-animation-duration: 11s; |
| 198 | +} |
| 199 | +.social-img{ |
| 200 | + -webkit-animation-duration: 16s; |
| 201 | + -moz-animation-duration: 16s; |
| 202 | + -webkit-animation-name: Floatingx; |
| 203 | + -moz-animation-name: Floatingx; |
| 204 | +} |
| 205 | + |
| 206 | +/* Presentation Page OnScroll Animation */ |
| 207 | + |
| 208 | +.animated { |
| 209 | + animation-duration: 1s; |
| 210 | + animation-fill-mode: both; |
| 211 | +} |
| 212 | + |
| 213 | +.animated.infinite { |
| 214 | + animation-iteration-count: infinite; |
| 215 | +} |
| 216 | + |
| 217 | +.animated.hinge { |
| 218 | + animation-duration: 2s; |
| 219 | +} |
| 220 | + |
| 221 | +.animated.flipOutX, |
| 222 | +.animated.flipOutY, |
| 223 | +.animated.bounceIn, |
| 224 | +.animated.bounceOut { |
| 225 | + animation-duration: .75s; |
| 226 | +} |
| 227 | + |
| 228 | +@keyframes bounce { |
| 229 | + from, 20%, 53%, 80%, to { |
| 230 | + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); |
| 231 | + transform: translate3d(0, 0, 0); |
| 232 | + } |
| 233 | + 40%, 43% { |
| 234 | + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); |
| 235 | + transform: translate3d(0, -30px, 0); |
| 236 | + } |
| 237 | + 70% { |
| 238 | + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); |
| 239 | + transform: translate3d(0, -15px, 0); |
| 240 | + } |
| 241 | + 90% { |
| 242 | + transform: translate3d(0, -4px, 0); |
| 243 | + } |
| 244 | +} |
| 245 | +.bounce { |
| 246 | + animation-name: bounce; |
| 247 | + transform-origin: center bottom; |
| 248 | +} |
| 249 | + |
| 250 | +@keyframes flash { |
| 251 | + from, 50%, to { |
| 252 | + opacity: 1; |
| 253 | + } |
| 254 | + 25%, 75% { |
| 255 | + opacity: 0; |
| 256 | + } |
| 257 | +} |
| 258 | +.flash { |
| 259 | + animation-name: flash; |
| 260 | +} |
| 261 | + |
| 262 | + |
| 263 | +.fixed-section{ |
| 264 | + top: 90px; |
| 265 | + max-height: 71vh; |
| 266 | + overflow: scroll; |
| 267 | + border-bottom: 1px solid rgba(220,220,220, .8); |
| 268 | +} |
| 269 | +.fixed-section ul li{ |
| 270 | + list-style: none; |
| 271 | +} |
| 272 | +.fixed-section li a{ |
| 273 | + font-size: 14px; |
| 274 | + padding: 2px; |
| 275 | + display: block; |
| 276 | + color: #666666; |
| 277 | +} |
| 278 | +.fixed-section li a.active{ |
| 279 | + color: #00bbff; |
| 280 | +} |
| 281 | +.fixed-section.float{ |
| 282 | + position: fixed; |
| 283 | + top: 100px; |
| 284 | + width: 200px; |
| 285 | + margin-top: 0; |
| 286 | +} |
| 287 | +@media (max-width: 991px) { |
| 288 | + .fixed-section.affix { |
| 289 | + position: relative; |
| 290 | + margin-bottom: 100px; |
| 291 | + } |
| 292 | +} |
| 293 | + |
| 294 | +#images h4{ |
| 295 | + margin-bottom: 30px; |
| 296 | +} |
| 297 | +#javascriptComponents{ |
| 298 | + padding-bottom: 0; |
| 299 | +} |
| 300 | +#javascriptComponents .btn-raised{ |
| 301 | + margin: 10px 0px; |
| 302 | +} |
0 commit comments