Skip to content

Commit

Permalink
1.2 - added new speaker
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaz committed May 13, 2024
1 parent 9131083 commit d7e179b
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,20 @@
</div>
<div class="pb-4 px-4">
<div class="mt-4 speaker-name">OddName</div>
<div class="text-mild">
<a href="https://twitter.com/sterlinlujan" class="hover:underline" target="_blank">@sterlinlujan</a>
</div>
<div class="mt-2 text-sm markdown-basic">
<p>Communications <a href="https://logos.co/">Logos</a></p>
</div>
</div>
</div>
<div class="hover:bg-white hover:text-black person-item border border-white/30">
<div>
<img src="./img/sterlin.png" alt="speaker" class="aspect-square object-cover w-full">
</div>
<div class="pb-4 px-4">
<div class="mt-4 speaker-name">STERLIN</div>
<div class="text-mild">
<a href="https://twitter.com/audelau" class="hover:underline" target="_blank">@audelau</a>
</div>
Expand Down Expand Up @@ -1298,7 +1312,7 @@
</div>
</div>
<div class="text-center middle-pane-big pt-10 mx-auto font-mono2">
<p>Built with only HTML and <a href="https://tailwindcss.com/">Tailwind CSS</a> - code is <a href="https://github.com/web3privacy/events_web">open-sourced</a> - v 1.0</p>
<p>Built with only HTML and <a href="https://tailwindcss.com/">Tailwind CSS</a> - code is <a href="https://github.com/web3privacy/events_web">open-sourced</a> - v 1.2</p>
</div>
</footer>
</div>
Expand Down

0 comments on commit d7e179b

Please sign in to comment.