updated skills section
This commit is contained in:
140
css/layout.css
140
css/layout.css
@@ -325,86 +325,86 @@ ul#nav li.current a { color: #F06000; }
|
||||
border-radius: 3px 0 0 3px;
|
||||
}
|
||||
|
||||
.photoshop {
|
||||
.windows {
|
||||
width: 75%;
|
||||
-moz-animation: windows 2s ease;
|
||||
-webkit-animation: windows 2s ease;
|
||||
}
|
||||
.linux {
|
||||
width: 65%;
|
||||
-moz-animation: linux 2s ease;
|
||||
-webkit-animation: linux 2s ease;
|
||||
}
|
||||
.csharp {
|
||||
width: 65%;
|
||||
-moz-animation: csharp 2s ease;
|
||||
-webkit-animation: csharp 2s ease;
|
||||
}
|
||||
.php {
|
||||
width: 50%;
|
||||
-moz-animation: php 2s ease;
|
||||
-webkit-animation: php 2s ease;
|
||||
}
|
||||
.powershell {
|
||||
width: 70%;
|
||||
-moz-animation: powershell 2s ease;
|
||||
-webkit-animation: powershell 2s ease;
|
||||
}
|
||||
.checkpoint {
|
||||
width: 60%;
|
||||
-moz-animation: photoshop 2s ease;
|
||||
-webkit-animation: photoshop 2s ease;
|
||||
}
|
||||
.illustrator {
|
||||
width: 55%;
|
||||
-moz-animation: illustrator 2s ease;
|
||||
-webkit-animation: illustrator 2s ease;
|
||||
}
|
||||
.wordpress {
|
||||
width: 50%;
|
||||
-moz-animation: wordpress 2s ease;
|
||||
-webkit-animation: wordpress 2s ease;
|
||||
}
|
||||
.css {
|
||||
width: 90%;
|
||||
-moz-animation: css 2s ease;
|
||||
-webkit-animation: css 2s ease;
|
||||
}
|
||||
.html5 {
|
||||
width: 80%;
|
||||
-moz-animation: html5 2s ease;
|
||||
-webkit-animation: html5 2s ease;
|
||||
}
|
||||
.jquery {
|
||||
width: 50%;
|
||||
-moz-animation: jquery 2s ease;
|
||||
-webkit-animation: jquery 2s ease;
|
||||
-moz-animation: checkpoint 2s ease;
|
||||
-webkit-animation: checkpoint 2s ease;
|
||||
}
|
||||
|
||||
@-moz-keyframes photoshop {
|
||||
@-moz-keyframes windows {
|
||||
0% { width: 0px; }
|
||||
100% { width: 75%; }
|
||||
}
|
||||
@-moz-keyframes linux {
|
||||
0% { width: 0px; }
|
||||
100% { width: 65%; }
|
||||
}
|
||||
@-moz-keyframes csharp {
|
||||
0% { width: 0px; }
|
||||
100% { width: 65%; }
|
||||
}
|
||||
@-moz-keyframes php {
|
||||
0% { width: 0px; }
|
||||
100% { width: 50%; }
|
||||
}
|
||||
@-moz-keyframes powershell {
|
||||
0% { width: 0px; }
|
||||
100% { width: 70%; }
|
||||
}
|
||||
@-moz-keyframes checkpoint {
|
||||
0% { width: 0px; }
|
||||
100% { width: 60%; }
|
||||
}
|
||||
@-moz-keyframes illustrator {
|
||||
0% { width: 0px; }
|
||||
100% { width: 55%; }
|
||||
}
|
||||
@-moz-keyframes wordpress {
|
||||
0% { width: 0px; }
|
||||
100% { width: 50%; }
|
||||
}
|
||||
@-moz-keyframes css {
|
||||
0% { width: 0px; }
|
||||
100% { width: 90%; }
|
||||
}
|
||||
@-moz-keyframes html5 {
|
||||
0% { width: 0px; }
|
||||
100% { width: 80%; }
|
||||
}
|
||||
@-moz-keyframes jquery {
|
||||
0% { width: 0px; }
|
||||
100% { width: 50%; }
|
||||
}
|
||||
|
||||
@-webkit-keyframes photoshop {
|
||||
@-webkit-keyframes windows {
|
||||
0% { width: 0px; }
|
||||
100% { width: 75%; }
|
||||
}
|
||||
@-webkit-keyframes linux {
|
||||
0% { width: 0px; }
|
||||
100% { width: 65%; }
|
||||
}
|
||||
@-webkit-keyframes csharp {
|
||||
0% { width: 0px; }
|
||||
100% { width: 65%; }
|
||||
}
|
||||
@-webkit-keyframes php {
|
||||
0% { width: 0px; }
|
||||
100% { width: 50%; }
|
||||
}
|
||||
@-webkit-keyframes powershell {
|
||||
0% { width: 0px; }
|
||||
100% { width: 70%; }
|
||||
}
|
||||
@-webkit-keyframes checkpoint {
|
||||
0% { width: 0px; }
|
||||
100% { width: 60%; }
|
||||
}
|
||||
@-webkit-keyframes illustrator {
|
||||
0% { width: 0px; }
|
||||
100% { width: 55%; }
|
||||
}
|
||||
@-webkit-keyframes wordpress {
|
||||
0% { width: 0px; }
|
||||
100% { width: 50%; }
|
||||
}
|
||||
@-webkit-keyframes css {
|
||||
0% { width: 0px; }
|
||||
100% { width: 90%; }
|
||||
}
|
||||
@-webkit-keyframes html5 {
|
||||
0% { width: 0px; }
|
||||
100% { width: 80%; }
|
||||
}
|
||||
@-webkit-keyframes jquery {
|
||||
0% { width: 0px; }
|
||||
100% { width: 50%; }
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------------ */
|
||||
/* e. Portfolio Section
|
||||
|
Reference in New Issue
Block a user