All Projects → codemzy → codebadges

codemzy / codebadges

Licence: other
Code badges to display your progress on FreeCodeCamp, CodeSchool, Codecademy, CodeWars, GitHub etc.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to codebadges

coding-untuk-semua
Coding untuk semua, kumpulan materi-materi untuk belajar coding/pemrograman.
Stars: ✭ 18 (-25%)
Mutual labels:  learn-to-code
theodorusclarence.com
💠 Personal website and blog made using Next.js, TypeScript, Tailwind CSS, MDX Bundler, FaunaDB, and Preact.
Stars: ✭ 205 (+754.17%)
Mutual labels:  portfolio
Portfolio
I have created this portfolio in React and used tailwind for styling. In this portfolio, I have my 5 best projects to display. A contact form, which is in progress to post. You can email me through my email id which is at the bottom after the contact form. All the social icons are connected to my social profiles.
Stars: ✭ 16 (-33.33%)
Mutual labels:  portfolio
portfolio
My personal portfolio and resume page.
Stars: ✭ 18 (-25%)
Mutual labels:  portfolio
prathimacode-hub
Hello everyone, Welcome to my GitHub README profile. Glad to see you here! Check out this repository to view my work and learn more about me. Don't just star it, fork it as well.📢✌️
Stars: ✭ 53 (+120.83%)
Mutual labels:  badges
dev-cover
🌐 Get and publish your developer portfolio with just your username
Stars: ✭ 155 (+545.83%)
Mutual labels:  portfolio
Badges-for-GitHub
A Curated list of badges used in GitHub
Stars: ✭ 58 (+141.67%)
Mutual labels:  badges
gsurma.github.io
Greg's Portfolio 🌎.
Stars: ✭ 24 (+0%)
Mutual labels:  portfolio
portfolio
My personal portfolio website, proudly built with Next.js, TypeScript and Tailwind
Stars: ✭ 165 (+587.5%)
Mutual labels:  portfolio
AMYs-Portfolio
This project is for HTML & CSS practice. AMY is a fictional character. She is a freelance web designer. We made this nice portfolio for her with mainly HTML & CSS. Though we used few lines of js but the main purpose of this project is to practice HTML & CSS
Stars: ✭ 68 (+183.33%)
Mutual labels:  portfolio
crypto-portfolio
A CLI Cyrptocurrency Portfolio Tracker
Stars: ✭ 12 (-50%)
Mutual labels:  portfolio
argon-portfolio
The latest and greatest portfolio site leveraging nuxt.js and argon design system
Stars: ✭ 16 (-33.33%)
Mutual labels:  portfolio
Syk-Houdeib
My full front-end portfolio; web development skills, examples of my projects, contact links, and a bit about me.
Stars: ✭ 12 (-50%)
Mutual labels:  portfolio
frontend.ro
Open-source tutorials and a community of developers which will help you get better.
Stars: ✭ 41 (+70.83%)
Mutual labels:  learn-to-code
minvio
Minvio is a Lightweight Java framework for developing graphical applications.
Stars: ✭ 26 (+8.33%)
Mutual labels:  learn-to-code
caglarturali.github.io
Personal portfolio website repository.
Stars: ✭ 260 (+983.33%)
Mutual labels:  portfolio
SixtyFourBits
x64 Assembly Demo Framework
Stars: ✭ 21 (-12.5%)
Mutual labels:  learn-to-code
coding-ai
CodingAI is an open source application and it helps to find a mentor related your technologies stack.
Stars: ✭ 60 (+150%)
Mutual labels:  learn-to-code
reactjs-portfolio
Welcome to my portfolio react.js repository page.
Stars: ✭ 109 (+354.17%)
Mutual labels:  portfolio
steren
My personal website
Stars: ✭ 36 (+50%)
Mutual labels:  portfolio

CODE BADGES

Hello developer... time to show off your progress and achievements!

See codeBadges in action

alt text

Get Started

CDN

<!-- codeBadges minified CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codemzy/[email protected]/dist/codebadges.min.css">
<!-- codeBadges minified JavaScript -->
<script src="https://cdn.jsdelivr.net/gh/codemzy/[email protected]/dist/codebadges.min.js"></script>

Important: codeBadges JS relies on jQuery JS, so you need to load jQuery JS before codeBadges JS

Usage

HTML.

Add a single badge...

<div class="code-badge freecodecamp"></div>

Or a row of badges...

<div align="center">
  <div class="code-badge freecodecamp"></div>
  <div class="code-badge github"></div>
  <div class="code-badge codeschool"></div>
  <div class="code-badge codecademy"></div>
  <div class="code-badge treehouse"></div>
  <div class="code-badge codewars"></div>
</div>

JavaScript.

Now activate your badges with one line of js...

codeBadges("codemzy").freecodecamp().github().codeschool().codecademy().treehouse("ryancarson").codewars();

Activate codeBadges with your main username codeBadges("username") and then chain on the badges you have in your html. Got a different username for some platforms? No worries, just pass that username in to the platform, e.g. .github("differentName").

Customising

Small badges.

<div class="code-badge badge-small freecodecamp"></div>

Just add the class badge-small to your badges to make them smaller.

Custom colours.

Got a strict colour scheme and want all your badges in pink? Who am I to judge?!

Add your own classes...

.code-badge.pink-badge .outer {
  background-color: #DB0A5B;
}

In your own css, just add a code badge class for .pink-badge like the example above.

Apply to your html...

<div class="code-badge freecodecamp pink-badge"></div>

Badges

Available.

  • codecademy
  • codeschool
  • codewars
  • freecodecamp
  • github
  • treehouse

Requests.

Want a new badge adding? Send a request via the issues or submit a pull request. Don't forget to include your username on the requested site so it can featured. The site must have public profiles so that the user info can be requested via an api or scraped from a public profile page.

License

The MIT License (MIT)

Copyright (c) 2018 codemzy

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].