Skip to content

Commit

Permalink
added organizing team and streaming link
Browse files Browse the repository at this point in the history
  • Loading branch information
depatchedmode committed Nov 8, 2023
1 parent aa88841 commit 09aa247
Showing 1 changed file with 37 additions and 4 deletions.
41 changes: 37 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -654,18 +654,27 @@
border: 3px groove var(--border-color);
}

.conference-detail-block h3 {
.conference-detail-block *:first-child {
margin-top: 0;
}

.conference-detail-block p {
.conference-detail-block *:last-child {
margin-bottom: 0;
}

.conference-detail-block:not(:last-child) {
border-bottom: none;
}

.conference-detail-block ul {
padding-left: 0;
list-style-type: circle;
}

.conference-detail-block li {
margin-bottom: 1rem;
}

/* Page Footer
========================================================================== */

Expand Down Expand Up @@ -748,7 +757,8 @@ <h2 class="accent-text">Nov 17th, 2023 @ <a href="https://devconnect.org">DevCon
</div>
</section>
<div>
<h1>Announced Sessions</h1>
<h1>Scheduled Speakers</h1>
<p>Additional unconference sessions will spontaneously occur the day of the conference.</p>
<div class="speaker-cards">
<img class="speaker-card" src="/images/speaker-cards/aaliyah.png" alt="Aaliyah Pierre - Fostering Inclusive Web3 Wallet Design"/>
<img class="speaker-card" src="/images/speaker-cards/agost.png" alt="Agost Biro - How to avoid asking for permission?"/>
Expand Down Expand Up @@ -806,10 +816,33 @@ <h3>Who should come?</h3>
<h3>What is an unconference?</h3>
<p>Don't expect a conference — expect an unconference! We'll give you a primer the morning of, but encourage you to familiarize yourself with the format: <a href="https://en.wikipedia.org/wiki/Unconference">https://en.wikipedia.org/wiki/Unconference</a>.</p>
<p>The goal is for everyone to participate, and for all of us to walk away with next steps. Lightning talks to focus us in the morning and Fishbowl style workshops & discussions in the afternoon to go deep.</p>
<p>If you're running a workshop session you won't need to prepare a traditional presentation and lecture for 30 minutes. Just bring a topic with some good questions or opinions and we'll help get the right people in the room. </p>
<p>If you're running a workshop session you won't need to prepare a traditional presentation and lecture for 30 minutes. Just bring a topic with some good questions or opinions and we'll help get the right people in the room.</p>
</div>
</section>
</div>
<div>
<h1>Organizing Team</h1>
<div class="conference-detail-block full">
<p>This event was made possible by the efforts and contributions of (in alphabetical order):</p>
<ul>
<li><a href="https://twitter.com/bmann"><b>Boris Mann</b> (@bmann)</a><br/>
<a href="fission.codes">Fission</a>
</li>
<li><a href="https://twitter.com/by_caballero"><b>Juan Caballero</b> (@bumblefudge)</a><br/>
<a href="https://github.com/ChainAgnostic">ChainAgnostic (CASA)</a></li>
<li><a href="https://twitter.com/PryvitKyle"><b>Kyle Den Hartog</b> (@PryvitKyle)</a><br/>
<a href="https://brave.com">Brave</a></li>
<li><a href="https://twitter.com/mr_ligi"><b>Ligi</b> (@mr_ligi)</a><br/>
<a href="https://ethereum.org/">Ethereum</a></li>
<li><a href="https://twitter.com/depatchedmode"><b>Ryan</b> (@depatchedmode)</a><br/>
<a href="https://everywhere.computer">Everywhere Computer</a></li>
<li><a href="https://twitter.com/tanyaef_"><b>Tanya</b> (@tanyaef_)</a><br/>
<a href="https://safe.global/">Safe</a></li>
<li><a href="https://twitter.com/ulerdogan"><b>Ulaş Erdogan</b> (@ulerdogan)</a><br/>
<a href="https://getclave.io">Clave</a></li>
</ul>
</div>
</div>
</div>
<footer class="page-footer">
<span class="accent-text">Copy anything from this site, if you want. 2023.</span>
Expand Down

0 comments on commit 09aa247

Please sign in to comment.