Skip to content

Commit

Permalink
Added post.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Sep 17, 2024
1 parent 0cccbe5 commit 16f175b
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/i-am-an-associate-dean-for-academics-fae90108136e',
title: 'I am an Associate Dean for Academics',
date: '2024.09',
tags: ['academia', 'computing education', 'diversity'],
img: 'ada',
alt: "A tweet by Associate Deans: 'My favorite time of the year! Time to cancel under-enrolled classes and reassign faculty to classes they aren't qualified to teach!",
},
{
url: 'https://medium.com/bits-and-behavior/trans-studies-2024-trip-report-2d5850f42c4f',
title: 'Trans Studies 2024 trip report: academic trans camp!',
Expand Down
Binary file added static/images/posts/post-ada.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 16f175b

Please sign in to comment.