Added new job at Marvell and updated profile picture

This commit is contained in:
2020-03-22 13:13:48 +01:00
parent f72dc5fe1e
commit a85aa49894
4 changed files with 18 additions and 11 deletions

View File

@@ -405,7 +405,7 @@ ul#nav li.current a { color: #11ABB0; }
-webkit-animation: systemc 2s ease;
}
.verilog {
width: 60%;
width: 95%;
-moz-animation: verilog 2s ease;
-webkit-animation: verilog 2s ease;
}
@@ -451,7 +451,7 @@ ul#nav li.current a { color: #11ABB0; }
}
@-moz-keyframes verilog {
0% { width: 0px; }
100% { width: 60%; }
100% { width: 95%; }
}
@-moz-keyframes matlab {
0% { width: 0px; }
@@ -492,7 +492,7 @@ ul#nav li.current a { color: #11ABB0; }
}
@-webkit-keyframes verilog {
0% { width: 0px; }
100% { width: 60%; }
100% { width: 95%; }
}
@-webkit-keyframes matlab {
0% { width: 0px; }