1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-07-11 08:53:56 -04:00

inline frontmatter styles in HTML rather than a bunch of baby CSS files

This commit is contained in:
2020-05-14 13:37:33 -04:00
parent 24edb85379
commit 8219c611a4
9 changed files with 24 additions and 13 deletions
@@ -10,10 +10,18 @@ tags:
- Open Source
- GitHub
image: "images/step7-2.png"
css: |
svg#fork {
float: right;
margin-bottom: 6px;
margin-left: 12px;
width: 150px;
height: 150px;
}
draft: false
---
<svg width="150" height="150" viewBox="0 0 40 40" style="float:right;margin:0 0 6px 12px"><path d="M6.5 35v-4.8c0-5.4 4.3-9.7 9.7-9.7h7.6c5.4 0 9.7-4.3 9.7-9.7V6M6.5 32.5v-26" fill="none" stroke="#a3b7cc" stroke-miterlimit="10"/><path d="M6.5 10.5a4 4 0 110-8 4 4 0 010 8z" fill="#8bb7f0"/><path d="M6.5 3a3.5 3.5 0 110 7 3.5 3.5 0 010-7m0-1a4.5 4.5 0 100 9 4.5 4.5 0 000-9z" fill="#4e7ab5"/><path d="M33.5 10.5a4 4 0 110-8 4 4 0 010 8z" fill="#8bb7f0"/><path d="M33.5 3a3.5 3.5 0 110 7 3.5 3.5 0 010-7m0-1a4.5 4.5 0 100 9 4.5 4.5 0 000-9z" fill="#4e7ab5"/><g><path d="M6.5 37.5a4 4 0 110-8 4 4 0 010 8z" fill="#8bb7f0"/><path d="M6.5 30a3.5 3.5 0 110 7 3.5 3.5 0 010-7m0-1a4.5 4.5 0 100 9 4.5 4.5 0 000-9z" fill="#4e7ab5"/></g></svg>
<svg width="150" height="150" viewBox="0 0 40 40" id="fork"><path d="M6.5 35v-4.8c0-5.4 4.3-9.7 9.7-9.7h7.6c5.4 0 9.7-4.3 9.7-9.7V6M6.5 32.5v-26" fill="none" stroke="#a3b7cc"/><path d="M6.5 10.5a4 4 0 110-8 4 4 0 010 8z" fill="#8bb7f0"/><path d="M6.5 3a3.5 3.5 0 110 7 3.5 3.5 0 010-7m0-1a4.5 4.5 0 100 9 4.5 4.5 0 000-9z" fill="#4e7ab5"/><path d="M33.5 10.5a4 4 0 110-8 4 4 0 010 8z" fill="#8bb7f0"/><path d="M33.5 3a3.5 3.5 0 110 7 3.5 3.5 0 010-7m0-1a4.5 4.5 0 100 9 4.5 4.5 0 000-9z" fill="#4e7ab5"/><g><path d="M6.5 37.5a4 4 0 110-8 4 4 0 010 8z" fill="#8bb7f0"/><path d="M6.5 30a3.5 3.5 0 110 7 3.5 3.5 0 010-7m0-1a4.5 4.5 0 100 9 4.5 4.5 0 000-9z" fill="#4e7ab5"/></g></svg>
Contributing to an open-source project can be intimidating at first. The convoluted process of submitting your improvements for approval via a [**pull request**](https://help.github.com/en/articles/about-pull-requests) certainly doesn't help.