Skip to content

Commit

Permalink
Merge pull request #3 from FaberVitale/feat/add-our-contacts-slide
Browse files Browse the repository at this point in the history
feat: add our contacts slide
  • Loading branch information
FaberVitale authored Dec 17, 2023
2 parents fc1c130 + ae4905a commit 659eadf
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/media/qrcode/qrcode-romajs-org.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/media/social/discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/media/social/facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/media/social/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/media/social/rss.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/media/social/slack.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/media/social/twitter-square.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/media/social/youtube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,28 @@ RomaJS è una community di appassionati e professionisti del mondo tech.

</v-clicks>

---
layout: two-cols
---

# I nostri contatti

<ul class="mt-7">
<li class="flex gap-2 text-2xl"><img width="36" src="/media/social/discord.svg" alt="discord logo" />Discord</li>
<li class="flex gap-2 text-2xl"><img width="36" src="/media/social/github.svg" alt="github logo" />Github</li>
<li class="flex gap-2 text-2xl"><img width="36" src="/media/social/facebook.svg" alt="facebook logo"/>Facebook </li>
<li class="flex gap-2 text-2xl"><img width="36" src="/media/social/twitter-square.svg" alt="twitter logo" />Twitter</li>
</ul>

::right::

<div class="flex flex-col justify-center items-center w-full mt-16">
<img width="240" class="rounded-md border-4 border-current" src="/media/qrcode/qrcode-romajs-org.svg" alt="https://romajs.org" />
<p class="text-2xl !leading-6 text-center">
Trovate tutti i nostri contatti sul sito <strong><a href="https://romajs.org">https://romajs.org</a></strong>
</p>
</div>

---
layout: intro
---
Expand Down

0 comments on commit 659eadf

Please sign in to comment.