Skip to content

Commit 060e533

Browse files
committed
updates to showcase
1 parent 637467f commit 060e533

File tree

6 files changed

+42
-21
lines changed

6 files changed

+42
-21
lines changed

src/assets/css/main.css

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,15 +1076,15 @@ img.gallery-img {
10761076
}
10771077

10781078
#showcase-page .showcase-intro h1 {
1079-
font: italic 900 6.35vw "Montserrat", sans-serif;
1079+
font: italic 900 14.5vw "Montserrat", sans-serif;
10801080
color: #ED225D;
10811081
text-align: left;
10821082
text-transform: uppercase;
10831083
}
10841084

10851085
#showcase-page .showcase-intro p {
1086-
font: 400 1.5rem "Montserrat", sans-serif;
1087-
line-height: 2;
1086+
font: 400 1.4rem "Montserrat", sans-serif;
1087+
line-height: 1.5em;
10881088
}
10891089

10901090
#showcase-page .showcase-featured h2,
@@ -1210,6 +1210,14 @@ img.gallery-img {
12101210
* - indent answer paragraphs in q & a
12111211
*/
12121212

1213+
#showcase-page .showcase-intro h1 {
1214+
font: italic 900 6.35vw "Montserrat", sans-serif;
1215+
}
1216+
1217+
#showcase-page .showcase-intro p {
1218+
line-height: 1.75em;
1219+
}
1220+
12131221
#showcase-page .project-metadata {
12141222
display: flex;
12151223
}
@@ -1225,6 +1233,10 @@ img.gallery-img {
12251233
clear: both;
12261234
}
12271235

1236+
#showcase-page .half-image {
1237+
width: 48%;
1238+
}
1239+
12281240
}
12291241

12301242
#showcase-page .project-metadata {
@@ -2134,6 +2146,21 @@ footer {
21342146

21352147
iframe {
21362148
border: none;
2149+
width: 100%;
2150+
}
2151+
2152+
.iframe-container {
2153+
overflow: hidden;
2154+
position: relative;
2155+
}
2156+
2157+
.iframe-container iframe {
2158+
border: 0;
2159+
height: 100%;
2160+
left: 0;
2161+
position: absolute;
2162+
top: 0;
2163+
width: 100%;
21372164
}
21382165

21392166
.cnv_div {

src/templates/pages/showcase/featuring/daein-chung.hbs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ slug: showcase/featuring/
1212

1313
<section class="project-info">
1414
<h2 class='sr-only' id="info">Project Info</h2>
15-
<figure>
16-
<img src="{{assets}}/img/showcase/daein-chung/daein-chung_chillin.png"
15+
<img src="{{assets}}/img/showcase/daein-chung/daein-chung_chillin.png"
1716
alt="A screenshot of a poster with red and yellow circles of letters from the word chillin against a blue tile background that changes perspective on a mobile device.
1817
At the top, there is a text input box to enter a message and download your own poster.">
19-
</figure>
2018
</section>
2119

2220
<section class="project-metadata">

src/templates/pages/showcase/featuring/moon-xin.hbs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ slug: showcase/featuring/
1212

1313
<section class="project-info">
1414
<h2 class='sr-only'>Project Info</h2>
15-
<figure>
16-
<img src="{{assets}}/img/showcase/moon-xin/moon-xin_poster-carlee.png" alt="A screenshot of student Carlee Wooddell's poster that interprets the word zigzag using letters that bounce left and right.">
17-
</figure>
15+
<img src="{{assets}}/img/showcase/moon-xin/moon-xin_poster-carlee.png" alt="A screenshot of student Carlee Wooddell's poster that interprets the word zigzag using letters that bounce left and right.">
1816
</section>
1917

2018
<section class="project-metadata">

src/templates/pages/showcase/featuring/phuong-ngo.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ slug: showcase/featuring/
1212

1313
<section class="project-info">
1414
<h2 class='sr-only'>Project Info</h2>
15-
<iframe title="A video of Phuong Ngo demoing Airi Flies, a game to help Airi fly by saying pew."
16-
width="560" height="315"
17-
src="https://embed-bud.glitch.me/iframe/G8OvtVaWb10" allow="fullscreen"></iframe>
15+
<div class='iframe-container' style='padding-top: 56.25%'>
16+
<iframe title="A video of Phuong Ngo demoing Airi Flies, a game to help Airi fly by saying pew." src="https://embed-bud.glitch.me/iframe/G8OvtVaWb10" allow="fullscreen"></iframe>
17+
</div>
1818
</section>
1919

2020
<section class="project-metadata">

src/templates/pages/showcase/featuring/qianqian-ye.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ slug: showcase/featuring/
1212

1313
<section class="project-info">
1414
<h2 class='sr-only'>Project Info</h2>
15-
<iframe title="A guest talk video (Guest Talk #1) on Qtv by Qianqian Ye, featuring Kaikai and Cheng Xu."
16-
width="560" height="315"
17-
src="https://embed-bud.glitch.me/iframe/R-nB_KPIWhI" allow="fullscreen"></iframe>
15+
<div class='iframe-container' style='padding-top: 56.25%'>
16+
<iframe title="A guest talk video (Guest Talk #1) on Qtv by Qianqian Ye, featuring Kaikai and Cheng Xu." src="https://embed-bud.glitch.me/iframe/R-nB_KPIWhI" allow="fullscreen"></iframe>
17+
</div>
1818
</section>
1919

2020
<section class="project-metadata">

src/templates/pages/showcase/featuring/roni-cantor.hbs

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ slug: showcase/featuring/
1212

1313
<section class="project-info">
1414
<h2 class='sr-only'>Project Info</h2>
15-
<figure>
16-
<img src="{{assets}}/img/showcase/roni-cantor/roni-cantor_plotter-turquoise.jpg"
17-
alt="A drawing of a sine wave lerp plotted on black paper with an AxiDraw V3 and a turquoise gel pen.">
18-
<img src="{{assets}}/img/showcase/roni-cantor/roni-cantor_plotter-white.jpg"
19-
alt="A drawing of a sine wave lerp plotted on black paper with an AxiDraw V3 and a white gel pen.">
20-
</figure>
15+
<img class='half-image' src="{{assets}}/img/showcase/roni-cantor/roni-cantor_plotter-turquoise.jpg"
16+
alt="A drawing of a sine wave lerp plotted on black paper with an AxiDraw V3 and a turquoise gel pen.">
17+
<img class='half-image' src="{{assets}}/img/showcase/roni-cantor/roni-cantor_plotter-white.jpg"
18+
alt="A drawing of a sine wave lerp plotted on black paper with an AxiDraw V3 and a white gel pen.">
2119
</section>
2220

2321
<section class="project-metadata">

0 commit comments

Comments
 (0)