Updated various things

This commit is contained in:
2019-06-26 14:44:01 +02:00
parent a0e19c39fd
commit 410fd70288
2 changed files with 31 additions and 81 deletions

View File

@ -325,36 +325,36 @@ ul#nav li.current a { color: #F06000; }
border-radius: 3px 0 0 3px;
}
.data {
width: 75%;
-moz-animation: data 3s ease;
-webkit-animation: data 3s ease;
}
.iot {
width: 80%;
-moz-animation: iot 2s ease;
-webkit-animation: iot 2s ease;
-moz-animation: iot 3s ease;
-webkit-animation: iot 3s ease;
}
.languages {
width: 75%;
-moz-animation: languages 2s ease;
-webkit-animation: languages 2s ease;
}
.systems {
.software {
width: 70%;
-moz-animation: systems 2s ease;
-webkit-animation: systems 2s ease;
-moz-animation: software 3s ease;
-webkit-animation: software 3s ease;
}
.ubicom {
width: 80%;
-moz-animation: ubicom 2s ease;
-webkit-animation: ubicom 2s ease;
-moz-animation: ubicom 3s ease;
-webkit-animation: ubicom 3s ease;
}
@-moz-keyframes data {
0% { width: 0px; }
100% { width: 75%; }
}
@-moz-keyframes iot {
0% { width: 0px; }
100% { width: 80%; }
}
@-moz-keyframes languages {
0% { width: 0px; }
100% { width: 75%; }
}
@-moz-keyframes systems {
@-moz-keyframes software {
0% { width: 0px; }
100% { width: 70%; }
}
@ -363,15 +363,15 @@ ul#nav li.current a { color: #F06000; }
100% { width: 80%; }
}
@-webkit-keyframes data {
0% { width: 0px; }
100% { width: 75%; }
}
@-webkit-keyframes iot {
0% { width: 0px; }
100% { width: 80%; }
}
@-webkit-keyframes languages {
0% { width: 0px; }
100% { width: 75%; }
}
@-webkit-keyframes systems {
@-webkit-keyframes software {
0% { width: 0px; }
100% { width: 70%; }
}