Updated skills and descriptions on CV. Added Download resume button

This commit is contained in:
2018-08-16 17:13:27 +02:00
parent db8eca0f94
commit 14af5eebf1
2 changed files with 75 additions and 54 deletions

View File

@@ -365,28 +365,33 @@ ul#nav li.current a { color: #11ABB0; }
border-radius: 3px 0 0 3px;
}
.cpp {
width: 80%;
-moz-animation: cpp 2s ease;
-webkit-animation: cpp 2s ease;
}
.c {
width: 70%;
width: 85%;
-moz-animation: c 2s ease;
-webkit-animation: c 2s ease;
}
.cpp {
width: 70%;
-moz-animation: cpp 2s ease;
-webkit-animation: cpp 2s ease;
}
.rust {
width: 80%;
-moz-animation: rust 2s ease;
-webkit-animation: rust 2s ease;
}
.tkinter {
width: 85%;
width: 80%;
-moz-animation: tkinter 2s ease;
-webkit-animation: tkinter 2s ease;
}
.python {
width: 85%;
width: 80%;
-moz-animation: python 2s ease;
-webkit-animation: python 2s ease;
}
.systemc {
width: 75%;
width: 85%;
-moz-animation: systemc 2s ease;
-webkit-animation: systemc 2s ease;
}
@@ -411,25 +416,29 @@ ul#nav li.current a { color: #11ABB0; }
-webkit-animation: fpga 2s ease;
}
@-moz-keyframes cpp {
0% { width: 0px; }
100% { width: 80%; }
}
@-moz-keyframes c {
0% { width: 0px; }
100% { width: 85%; }
}
@-moz-keyframes cpp {
0% { width: 0px; }
100% { width: 70%; }
}
@-moz-keyframes rust {
0% { width: 0px; }
100% { width: 80%; }
}
@-moz-keyframes python {
0% { width: 0px; }
100% { width: 85%; }
100% { width: 80%; }
}
@-moz-keyframes tkinter {
0% { width: 0px; }
100% { width: 85%; }
100% { width: 80%; }
}
@-moz-keyframes systemc {
0% { width: 0px; }
100% { width: 75%; }
100% { width: 85%; }
}
@-moz-keyframes verilog {
0% { width: 0px; }
@@ -448,26 +457,29 @@ ul#nav li.current a { color: #11ABB0; }
100% { width: 40%; }
}
@-webkit-keyframes cpp {
0% { width: 0px; }
100% { width: 80%; }
}
@-webkit-keyframes c {
0% { width: 0px; }
100% { width: 85%; }
}
@-webkit-keyframes cpp {
0% { width: 0px; }
100% { width: 70%; }
}
@-webkit-keyframes tkinter {
@-webkit-keyframes rust {
0% { width: 0px; }
100% { width: 85%; }
100% { width: 80%; }
}
@-webkit-keyframes python {
0% { width: 0px; }
100% { width: 85%; }
100% { width: 80%; }
}
@-webkit-keyframes tkinter {
0% { width: 0px; }
100% { width: 80%; }
}
@-webkit-keyframes systemc {
0% { width: 0px; }
100% { width: 75%; }
100% { width: 85%; }
}
@-webkit-keyframes verilog {
0% { width: 0px; }
@@ -485,6 +497,7 @@ ul#nav li.current a { color: #11ABB0; }
0% { width: 0px; }
100% { width: 40%; }
}
/* ------------------------------------------------------------------ */
/* e. Portfolio Section
/* ------------------------------------------------------------------ */