Skip to content

Commit

Permalink
Added post.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jun 19, 2024
1 parent 2f8b518 commit 52eaf2a
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/im-a-proud-professor-parent-85b201522b52',
title: 'I’m a proud professor parent',
date: '2024.06',
tags: ['computing education', 'academia'],
img: 'proudparent',
alt: 'A stadium full of Information School graduates and proud families in the stands.',
},
{
url: 'https://medium.com/bits-and-behavior/aera-2024-trip-report-blight-and-belief-f82e1c403d3a',
title: 'AERA 2024 trip report: blight and belief',
Expand Down
Binary file added static/images/posts/post-proudparent.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 52eaf2a

Please sign in to comment.