|
11 | 11 | <body> |
12 | 12 | <header> |
13 | 13 | <h1>gilmoreorless</h1> |
14 | | - <p>A collection of my open source <a href="https://github.com/gilmoreorless">projects on GitHub</a>.</p> |
15 | | - <p>This page is also an experiment in how much styling can be done with just CSS gradients.</p> |
| 14 | + <p>A collection of my open source <a href="https://github.com/gilmoreorless">projects on GitHub</a>. |
| 15 | + I also write things in blog form at <a href="https://shoehornwithteeth.com/">shoehornwithteeth.com</a> |
| 16 | + and tweet stuff at <a href="https://twitter.com/iamnotyourbroom">@iamnotyourbroom</a>.</p> |
| 17 | + <p>This page doubles as an experiment in how much styling can be done with just CSS gradients.</p> |
16 | 18 | </header> |
17 | 19 | <div class="category category-theme-space"> |
18 | 20 | <div class="category-content"> |
19 | 21 | <h2>Libraries</h2> |
20 | 22 | <ul class="project-list"> |
21 | 23 | <li class="project-item"> |
22 | 24 | <div class="project-details project-tag-npm"> |
23 | | - |
24 | 25 | <h3 class="project-title"><a href="https://github.com/gilmoreorless/css-animated-properties">css-animated-properties</a></h3> |
25 | 26 | <p class="project-description">A simple list of which CSS properties can be animated and how. Available on npm. Some extra words to pad out the description a bit.</p> |
26 | 27 | </div> |
27 | 28 | </li> |
28 | 29 | <li class="project-item"> |
29 | 30 | <div class="project-details project-tag-npm"> |
30 | | - |
31 | 31 | <h3 class="project-title"><a href="https://github.com/gilmoreorless/css-background-parser">css-background-parser</a></h3> |
32 | 32 | <p class="project-description">Parse an element’s CSS background properties to get a list of individual backgrounds.</p> |
33 | 33 | </div> |
34 | 34 | </li> |
35 | 35 | <li class="project-item"> |
36 | 36 | <div class="project-details project-tag-npm"> |
37 | | - |
38 | 37 | <h3 class="project-title"><a href="https://github.com/gilmoreorless/css-shorthand-properties">css-shorthand-properties</a></h3> |
39 | 38 | <p class="project-description">A simple list of CSS shorthand properties and which longhand properties they expand to.</p> |
40 | 39 | </div> |
41 | 40 | </li> |
42 | 41 | <li class="project-item"> |
43 | 42 | <div class="project-details project-tag-npm"> |
44 | | - |
45 | 43 | <h3 class="project-title"><a href="https://github.com/gilmoreorless/drone-ver">drone-ver</a></h3> |
46 | 44 | <p class="project-description">Drone Versioning made easy, but not more sane.</p> |
47 | 45 | </div> |
48 | 46 | </li> |
49 | 47 | <li class="project-item"> |
50 | 48 | <div class="project-details"> |
51 | | - |
52 | 49 | <h3 class="project-title"><a href="https://github.com/gilmoreorless/chuckles">Chuckles</a></h3> |
53 | 50 | <p class="project-description">A library for creating ventriloquist dummy effects in canvas — because that’s what everyone needs, right?</p> |
54 | 51 | </div> |
55 | 52 | </li> |
56 | 53 | <li class="project-item"> |
57 | 54 | <div class="project-details project-tag-sublime"> |
58 | | - |
59 | 55 | <h3 class="project-title"><a href="https://github.com/gilmoreorless/sublime-zoneinfo">Sublime zoneinfo</a></h3> |
60 | 56 | <p class="project-description">A Sublime Text package that adds syntax highlighting for IANA time zone database files (a.k.a. zoneinfo files).</p> |
61 | 57 | </div> |
62 | 58 | </li> |
63 | 59 | <li class="project-item"> |
64 | 60 | <div class="project-details project-tag-jquery project-tag-npm"> |
65 | | - |
66 | 61 | <h3 class="project-title"><a href="https://gilmoreorless.github.io/jquery-nearest">jQuery nearest element</a></h3> |
67 | 62 | <p class="project-description">jQuery plugin to find the elements in a page that are closest to (or furthest away from) a particular point or element, based on pixel dimensions.</p> |
68 | 63 | </div> |
69 | 64 | </li> |
70 | 65 | <li class="project-item"> |
71 | 66 | <div class="project-details project-tag-jquery"> |
72 | | - |
73 | 67 | <h3 class="project-title"><a href="https://github.com/gilmoreorless/jquery-contentsize">jQuery content size</a></h3> |
74 | 68 | <p class="project-description">jQuery plugin to get the real dimensions of an element’s children, which don’t always match the parent’s width and height.</p> |
75 | 69 | </div> |
76 | 70 | </li> |
77 | 71 | <li class="project-item"> |
78 | 72 | <div class="project-details project-tag-jquery"> |
79 | | - |
80 | 73 | <h3 class="project-title"><a href="https://github.com/gilmoreorless/jquery-easing-repeater">jQuery easing repeater</a></h3> |
81 | 74 | <p class="project-description">A simple way to speed up and repeat an easing function multiple times over the course of a single animation call.</p> |
82 | 75 | </div> |
|
0 commit comments