Skip to content

Commit

Permalink
Add perceptible radio to creative projects page
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Aug 19, 2024
1 parent 0f21680 commit fed26ae
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _includes/custom-gallery
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gallery_layout = 'third' %} {% else %} {% assign gallery_layout = '' %} {% endif
<link rel="stylesheet" href="/assets/css/custom-gallery.css" />
<figure class="{{ gallery_layout }} {{ include.class }}">
{% for img in gallery %} {% if img.url %}
<div>
<div class="gallery-item">
<a
href="{{ img.url | relative_url }}"
{% if img.title %}
Expand Down
16 changes: 12 additions & 4 deletions _pages/creative-projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
title: "Creative Projects"
permalink: /creative-projects
gallery:
- url: https://www.instagram.com/ebethme
image_path: /assets/blog-post-assets/creative-gallery-thumbnails/insta-photo-latest.jpg
- url: https://elizabethengelman.com/perceptible-radio/
image_path: /assets/blog-post-assets/creative-gallery-thumbnails/perceptible-radio.jpg
alt: "photo of a computer screen with radio signals"
open-in-new-tab: true
title: "Photos from Instagram, ongoing"
caption: "Photos from Instagram, ongoing"
title: "Perceptible Radio Waves"
caption: "Perceptible Radio Waves, Spring 2023"
description: "
This is the culmination of a semester's worth of research during my NYU ITP Low Residency Masters program. It is a device that guides an audience through contemplation of what radio waves are, how they have become nearly inescapable in our modern society, and allows space to reflect how this could be effecting our lives."
- url: https://www.instagram.com/ebethme_daily
image_path: /assets/blog-post-assets/creative-gallery-thumbnails/50-days-of-yoga-cropped.jpg
alt: "long exposure photo of lights during yoga"
Expand All @@ -22,6 +24,12 @@
title: "Photo-a-day project, 2018"
caption: "Photo-a-day project, 2018"
description: "I took a photo nearly every day in 2018, capturing moments from my daily life."
- url: https://www.instagram.com/ebethme
image_path: /assets/blog-post-assets/creative-gallery-thumbnails/insta-photo-latest.jpg
alt: "photo of a computer screen with radio signals"
open-in-new-tab: true
title: "Photos from Instagram, ongoing"
caption: "Photos from Instagram, ongoing"
---

<link rel="stylesheet" href="/assets/css/style.css" />
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion assets/css/custom-gallery.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@media (min-width: 37.5em) {
figure.third > a,
figure.third > img,
figure.third > div {
figure.third > div.gallery-item {
width: calc(33.3333% - 0.5em);
}
}
Expand All @@ -18,4 +18,8 @@ div.description {
padding-right: 0.25em;
padding-left: 0.25em;
font-size: 0.65em;
}

.gallery-item {
margin-bottom: 1em;
}

0 comments on commit fed26ae

Please sign in to comment.