Skip to content

Commit b259fa3

Browse files
Add speaker ryan (#676)
2 parents 3ff86f7 + 40b7d03 commit b259fa3

4 files changed

Lines changed: 30 additions & 8 deletions

File tree

content/_index.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@
6363
mastodon="https://mastodon.social/@deadparrot"
6464

6565
[[extra.speakers]]
66-
name="Conrad Irwin"
67-
company="Zed"
68-
image="/images/speakers/conrad-irwin.png"
69-
twitter="https://x.com/ConradIrwin"
70-
web="https://zed.dev"
71-
linkedin="https://www.linkedin.com/in/conradirwin/"
72-
github="https://github.com/conradirwin"
66+
name="Ryan Dahl"
67+
web="https://tinyclouds.org/"
68+
twitter="https://x.com/rough__sea"
69+
company="Creator of Node.js and Deno"
70+
job_title=""
71+
image="/images/speakers/ryan-dahl.png"
72+
github="https://github.com/ry"
7373

7474
[[extra.speakers]]
7575
name="Victoria Brekenfeld"
@@ -96,4 +96,13 @@
9696
job_title="Co-host"
9797
image="/images/speakers/amos-wenger.png"
9898
github="https://github.com/fasterthanlime"
99+
100+
[[extra.speakers]]
101+
name="Conrad Irwin"
102+
company="Zed"
103+
image="/images/speakers/conrad-irwin.png"
104+
twitter="https://x.com/ConradIrwin"
105+
web="https://zed.dev"
106+
linkedin="https://www.linkedin.com/in/conradirwin/"
107+
github="https://github.com/conradirwin"
99108
+++

sass/components/_speakers.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
gap: 5rem;
4141
}
4242

43+
4344
p {
4445
margin: 1rem auto;
4546
color: var(--beige);
@@ -57,4 +58,16 @@
5758
justify-content: center;
5859
}
5960
}
61+
62+
li.speaker__details:last-child:nth-child(odd) {
63+
grid-column: span 2 / span 2;
64+
justify-self: center;
65+
66+
@media screen and (max-width: 60rem) {
67+
grid-column: 1;
68+
}
69+
}
70+
71+
72+
6073
}
191 KB
Loading

templates/sections/speakers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<h1 class="pb-8">Speakers</h1>
33
<ul>
44
{% for speaker in section.extra.speakers %}
5-
<li>
5+
<li class="speaker__details">
66
<img
77
class="speaker__portrait"
88
alt="{{ speaker.name }}"

0 commit comments

Comments
 (0)