Skip to content

Commit

Permalink
added entry
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyshields committed Oct 1, 2024
1 parent 6602484 commit e05ee2f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 9 additions & 2 deletions content.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
getContent = function () {
// TODO add a list of dates to each entry...
return [
{
{
title: "Exercise Selection",
type: "navigate",
summary: "Trying to create a intuitive interface for selecting workout exercises from an open source database using the fewest clicks. Eventually I want to incorporate it into a Lightweight PWA for tracking workouts. It is also a good excuse to learn SolidJs and IndexedDb.",
tags: ["Js", "SolidJs", "svg", "idb", "health"],
img:"",
link: "https://caseyshields.gitlab.io/sisyphus/"
}, {
title: "Julia Fractal",
type: "navigate",
summary: "A Julia fractal whose parameters can be edited with mouse gestures. Part of a series of P5 sketches so I can contribute to a generative art project.",
summary: "A Julia fractal whose parameters can be edited with mouse gestures. Part of a series of P5 sketches so I can contribute to a generative art project. Eventually this will be redone in a WebGl shader for Soothing Systems; a browser based yoga guide.",
tags: ["P5", "fractal", "Js"],
img: "",
link: "https://caseyshields.github.io/breathe/dom/index.html",
Expand Down
3 changes: 2 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ html {
font-family: Arial, Helvetica, sans-serif;
scroll-behavior: smooth;
background-color: var( --primary );
font-size: 16px;
font-size: 1.65vmax;
/* font-size: 16px; */
}

*, :before, :after {
Expand Down

0 comments on commit e05ee2f

Please sign in to comment.