Skip to content

Commit

Permalink
Merge pull request #349 from jermspeaks/bug/migrate-remaining-images
Browse files Browse the repository at this point in the history
Bug/migrate remaining images
  • Loading branch information
jermspeaks authored Feb 22, 2024
2 parents 69d1fb7 + bf11df1 commit 9c4c468
Show file tree
Hide file tree
Showing 24 changed files with 7 additions and 160 deletions.
Binary file removed public/images/about-header.jpg
Binary file not shown.
Binary file removed public/images/bear-colored.png
Binary file not shown.
Binary file removed public/images/bear.jpg
Binary file not shown.
Binary file removed public/images/craft-by-zen-banner.jpg
Binary file not shown.
Binary file removed public/images/empathy-broadside.jpg
Binary file not shown.
3 changes: 0 additions & 3 deletions public/images/external-link.svg

This file was deleted.

3 changes: 0 additions & 3 deletions public/images/heading-link.svg

This file was deleted.

Binary file removed public/images/pie.jpg
Binary file not shown.
Binary file removed public/images/rider-and-elephant.jpg
Binary file not shown.
File renamed without changes
Binary file removed public/placeholder-social.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const defaultDate = new Date().toISOString();
const {
author = "Jeremy Wong",
description,
image = "/placeholder-social.png",
image = "/meta-social.png",
title,
twitterHandle = "@jermspeaks",
publishedDate = defaultDate,
Expand Down
2 changes: 1 addition & 1 deletion src/content/project/2016-06-04-zika-vr.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ And since Zika already exists in Mexico, it is a given that the Aedes mosquito
will eventually reach the US. Below is the CDC's estimate of the likely domestic
spread of the two Aedes mosquito species.

![CDC's estimate of the likely domestic spread of the two Aedes mosquito species](/images/mosquito-us-map.png)
![CDC's estimate of the likely domestic spread of the two Aedes mosquito species](../../images/mosquito-us-map.png)

## Zika Prevention and Protection

Expand Down
2 changes: 0 additions & 2 deletions src/content/writing/2008-01-20-split-the-pie.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ tags: ["archive", "post", "tumblr"]
title: America - We Should Just Cut the Pie
date: 2008-01-20
pubDate: "2008-01-20"

draft: true
description: ""
heroImage: ""

---

Here’s an interesting thought. What if America were to be split into a few sections rather than be a whole country. Who would this benefit?
Expand Down
9 changes: 4 additions & 5 deletions src/content/writing/2016-12-29-broken-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,27 @@ date: 2016-12-29
pubDate: "2016-12-29"
description: ""
heroImage: ""

draft: true
---

In one chapter from [The Pragmatic Programmer](https://pragprog.com/the-pragmatic-programmer/extracts/software-entropy), they have a chapter dedicated to Software Entropy.
In it, the author explains...

<img src="/images/react-warnings.png" alt="Chrome console with React warning messages" />
![Chrome console with React warning messages](../../images/react-warnings.png)

> In inner cities, some buildings are beautiful and clean, while others are rotting hulks.
> Why? Researchers in the field of crime and urban decay discovered a fascinating trigger mechanism,
> one that very quickly turns a clean, intact, inhabited building into a smashed and abandoned derelict.
>
> A broken window.
>
> One broken window, left unrepaired for any substantial length of time,
> instills in the inhabitants of the building a sense of abandonment -— a sense that the powers that be don’t care about the building.
> So another window gets broken.
> People start littering. Graffiti appears. Serious structural damage begins.
> In a relatively short space of time, the building becomes damaged beyond the owner’s desire to fix it,
> and the sense of abandonment becomes reality.
>
> The “Broken Window Theory” has inspired police departments in New York
> and other major cities to crack down on the small stuff in order to keep out the big stuff.
> It works: keeping on top of broken windows, graffiti, and other small infractions has reduced the serious crime level.
3 changes: 1 addition & 2 deletions src/content/writing/2024-01-08-make-real.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
description: "An evening using Make Real, and thoughts on making"
draft: false
heroImage: /images/make-real.png
coverImage: ../../images/make-real.png
heroImageAlt: Screenshot of make real app and my attempts at making a time zone converter

pubDate: "2024-01-08"
tags: ["essay", "programming", "ai"]
title: Make Real
Expand Down
110 changes: 0 additions & 110 deletions src/content/writing/markdown-style-guide.md

This file was deleted.

33 changes: 0 additions & 33 deletions src/content/writing/using-mdx.mdx

This file was deleted.

File renamed without changes
Binary file added src/images/meta-social.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file removed src/images/placeholder-hero.jpg
Binary file not shown.
File renamed without changes
File renamed without changes

0 comments on commit 9c4c468

Please sign in to comment.