Frontend Dev Skillset

Size
2,835 Kb
Views
28,336

How do I make an frontend dev skillset?

Prototype for the skills section of my personal websiteBuilt with the awesome charts.js http://www.chartjs.org/. What is a frontend dev skillset? How do you make a frontend dev skillset? This script and codes were developed by Christian Fleschhut on 11 August 2022, Thursday.

Frontend Dev Skillset Previews

Frontend Dev Skillset - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Frontend Dev Skillset</title> <script src="http://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class='container'> <h2> Skills </h2> <div class='row'> <div class='col-sm-4'> <figure> <canvas height='150' id='html_css' width='150'></canvas> <figcaption> Semantic HTML5 & CSS3 </figcaption> </figure> </div> <div class='col-sm-4'> <figure> <canvas height='150' id='sass' width='150'></canvas> <figcaption> Sass </figcaption> </figure> </div> <div class='col-sm-4'> <figure> <canvas height='150' id='jquery' width='150'></canvas> <figcaption> jQuery </figcaption> </figure> </div> </div> <div class='row'> <div class='col-sm-4'> <figure> <canvas height='150' id='rails' width='150'></canvas> <figcaption> Ruby on Rails </figcaption> </figure> </div> <div class='col-sm-4'> <figure> <canvas height='150' id='backbone' width='150'></canvas> <figcaption> Backbone.js </figcaption> </figure> </div> <div class='col-sm-4'> <figure> <canvas height='150' id='photoshop' width='150'></canvas> <figcaption> Photoshop/Sketch </figcaption> </figure> </div> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/Chart.js/0.2.0/Chart.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Frontend Dev Skillset - Script Codes CSS Codes

figure { margin: 0 0 20px; text-align: center;
}

Frontend Dev Skillset - Script Codes JS Codes

var options = { //segmentShowStroke: false, percentageInnerCutout: 70, //animation: true, animationEasing: 'easeOutQuint', //animateRotate: false, animateScale: true
};
var data = { html_css: [ { value: 95, color: "hsl(120, 39%, 54%)" }, { value: 5, color: "hsl(120, 10%, 90%)" } ], sass: [ { value: 90, color: "hsl(120, 39%, 54%)" }, { value: 10, color: "hsl(120, 10%, 90%)" } ], jquery: [ { value: 90, color: "hsl(120, 39%, 54%)" }, { value: 10, color: "hsl(120, 10%, 90%)" } ], rails: [ { value: 66, color: "hsl(120, 39%, 54%)" }, { value: 34, color: "hsl(120, 10%, 90%)" } ], backbone: [ { value: 75, color: "hsl(120, 39%, 54%)" }, { value: 25, color: "hsl(120, 10%, 90%)" } ], photoshop: [ { value: 66, color: "hsl(120, 39%, 54%)" }, { value: 34, color: "hsl(120, 10%, 90%)" } ]
};
var offset = 0;
$.each(data, function(key, data) { var canvas = document.querySelector('#' + key); if(canvas) { offset += 250; setTimeout(function() { var ctx = canvas.getContext('2d'); var chart = new Chart(ctx); chart.Doughnut(data, options); }, offset); }
});
Frontend Dev Skillset - Script Codes
Frontend Dev Skillset - Script Codes
Home Page Home
Developer Christian Fleschhut
Username cfleschhut
Uploaded August 11, 2022
Rating 4.5
Size 2,835 Kb
Views 28,336
Do you need developer help for Frontend Dev Skillset?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Christian Fleschhut (cfleschhut) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!