Skip to content

Commit

Permalink
Added post.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jul 26, 2024
1 parent 91b2007 commit 3869dea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/data/Posts.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
import type Post from '../lib/models/Post';

export const Posts: Post[] = [
{
url: 'https://medium.com/bits-and-behavior/cra-snowbird-2024-trip-report-computing-contrasts-6754de87243a',
title: 'CRA Snowbird 2024 trip report: computing contrasts',
date: '2024.07',
tags: ['computing education', 'policy', 'trip report'],
img: 'cra24',
alt: 'A wide shot of seven rows of seating with more than 300 attendees.',
},
{
url: 'https://medium.com/bits-and-behavior/csta-2024-trip-report-mixed-messages-20222112a788',
title: 'CSTA 2024 trip report: mixed messages',
Expand Down
Binary file added static/images/posts/post-cra24.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3869dea

Please sign in to comment.