diff --git a/assets/css/main.css b/assets/css/main.css index 1e1ecbd..1cfeddc 100755 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1134,3 +1134,43 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { .navbar-name { color: #ccc; } +/* SECTION FOR COMPETENCIES*/ +.competency-item { + border: solid 2px #aaa; + border-radius: 20px; + width:200px; + height:40px; + display: flex; /* contexte sur le parent */ +} + +.competency-item .image { + height:70%; + width: 35%; + margin: auto 0px; + display: flex; + overflow:hidden; +} + +.competency-item .image img{ + height: 100%; + overflow:hidden; + margin: 0px auto; +} +.score{ + height:70%; + width: auto; + margin: auto 0px; + display: inline flex; +} + +.score-dot{ + border: solid 3px #7b7b7b; + width: 15px; + height: 15px; + margin: auto 2px; + border-radius: 10px; +} + +.full{ + background-color: #00b4d9; +} diff --git a/assets/js/main.js b/assets/js/main.js index 6f17b99..096df72 100755 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -7,7 +7,11 @@ /* MixitUp ========================================================================== */ - $('#portfolio').mixItUp(); + $('#portfolio').mixItUp({ + layout: { + display: 'flex' + } + }); /* One Page Navigation & wow js @@ -91,4 +95,4 @@ }); -}(jQuery)); \ No newline at end of file +}(jQuery)); diff --git a/index.html b/index.html index 0ba745c..3bf6564 100755 --- a/index.html +++ b/index.html @@ -320,7 +320,7 @@
-

My Remarkable Works

+

Panel de compétences

@@ -343,6 +343,19 @@
+
+
+ Splunk +
+
+ + + + + +
+
+