Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
CSS would avoid weird loading times I would imagine mate! Dead easy to do and a little JavaScript to convert a numerical value into those Dom elements (likely spans).
-
Cruiser15018ydon't do images, each is another html request which will slow your site down. use rounded corners in css or look at svg
-
oroys8198yI'd go with svg, no doubt. But I never saw the point in these, what does it mean that someone knows four pips of PHP?
-
🤔 Good point. I was going to add some indication of proficiency like the first circle being "poor", the middle being "average", and the last circle "proficient". @oroys
-
dayo30538yI have never liked this on portfolios as you can't assign a percentage to your coding ability, you should always be learning. Instead it would be better to define your years of experience.
-
Nexion12738yThere is also a Unicode character for a bullet point you could use as well to avoid browser incompatibilities
-
Circles in css are super easy. would take less time to build this than to discuss it.
the fact that this thread exists makes me think your html+css skill rating should be lower than 4/10.
(sorry if Im grumpy, hadn't had coffee yet) -
Nexion12738y@4screendev pro tip: use border-radius: 50%; and you don't need to update it if you change the width
Related Rants
//Not a rant; Just asking for opinions
I'm trying to replicate this on a website. Should I go via the CSS route by making rounded squares or just place a bunch of images of each individual circle? Is there any pros or cons of doing either or? Or is it really all the same at the end? Thanks! 😅
undefined
question
webdev
web
newbie
html
css