Skip to content

Instantly share code, notes, and snippets.

View mksalada's full-sized avatar
:shipit:
Focusing

Tina Salada mksalada

:shipit:
Focusing
View GitHub Profile
@mksalada
mksalada / rose.css
Created December 19, 2023 01:46
Rose Color Scheme for Hugo Theme Blowfish
/* Rose Custom Scheme */
/* Neutral: #a73937, Primary: #d4625e, Secondary: #40101a */
:root {
--color-neutral: 255, 255, 255;
--color-neutral-50: 255,255,255;
--color-neutral-100: 255,255,255;
--color-neutral-200: 241,212,211;
--color-neutral-300: 222,155,153;
--color-neutral-400: 203,98,96;
@mksalada
mksalada / codersrank-mksalada-embed.html
Created May 2, 2020 20:57
Maria Kristina Salada's CodersRank Profile Embed
<!DOCTYPE html>
<html>
<head>
<title>Maria Kristina Salada | CodersRank</title>
</head>
<body>
<codersrank-widget
username="mksalada"
badges="0"
style="width: 200px;"
@mksalada
mksalada / skills-bootstrap-progress-bar.html
Created February 8, 2020 17:11
web development skills progress bar using bootstrap 4
<!DOCTYPE html>
<html>
<head>
<title>My Skills</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:100,200,300,400,500,600,700,800,900&display=swap" rel="stylesheet">
<style>
body {
font-family: sans-serif;