-
Notifications
You must be signed in to change notification settings - Fork 1
Draft: Card why #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Draft: Card why #16
Changes from 2 commits
2caca7f
e7f49a0
33751c5
c5bb935
e10f187
75e9d2b
bf98789
05ca56f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,14 +80,24 @@ navigation: | |
about: | ||
- title: ruby at the core | ||
icon: gem | ||
#description: learn about the latest trends and best practices in ruby, rails, and related technologies from industry leaders. | ||
description: Created by Ruby enthusiasts for Ruby enthusiasts. # Add MINASWAN and Italian hospitality. | ||
description: learn about the latest trends and best practices in ruby, rails, and related technologies from industry leaders. | ||
# description: Created by Ruby enthusiasts for Ruby enthusiasts. # Add MINASWAN and Italian hospitality. | ||
- title: Community connections | ||
icon: users | ||
description: meet fellow ruby developers, share ideas, and build relationships with collaborators, employers, and enthusiasts. | ||
- title: Italian atmosphere | ||
icon: utensils | ||
description: experience the warmth of Italy through local culture, food, and hospitality while attending the conference in Rimini. | ||
why: | ||
- title: Giving a voice to the unheard | ||
icon: globe | ||
description: In Italy there are great Ruby developers, but nobody knows them abroad. Rubycon is also for them. | ||
- title: beyond just code | ||
icon: handshake-angle | ||
description: "Ruby in Italy shouldn’t just be a language: it should be connections, opportunities, and people supporting each other." | ||
|
||
- title: Creating a real community | ||
icon: heart | ||
description: In Italy there’s no real Ruby community yet. Rubycon wants to change that. | ||
speakers: | ||
# - avatar: '/assets/images/speakers/carmine-paolino.jpg' | ||
# full_name: Carmine Paolino | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,19 @@ <h3 class="text-xl font-bold mb-3">{{ card.title }}</h3> | |
</div> | ||
{% endfor %} | ||
</div> | ||
|
||
<h3 class="text-xl max-w-3xl mx-auto text-center my-6" data-aos="fade-up">And why rubycon italy</h3> | ||
<div class="grid md:grid-cols-3 gap-10 mb-16"> | ||
{% for card in site.why %} | ||
<div class="bg-white p-8 rounded-lg shadow-md text-center hover:shadow-lg transition" data-aos="fade-up"> | ||
<div class="bg-red-100 w-16 h-16 mx-auto rounded-full flex items-center justify-center mb-4"> | ||
<i class="fas fa-{{ card.icon }} text-red-800 text-2xl"></i> | ||
</div> | ||
<h3 class="text-xl font-bold mb-3">{{ card.title }}</h3> | ||
<p class="text-gray-600">{{ card.description }}</p> | ||
</div> | ||
|
||
{% endfor %} | ||
</div> | ||
{% endcapture %} | ||
|
||
{% include section.html | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟢 It's good practice to remove commented-out code to keep the configuration file clean.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I disagree. Unless we move to a TODO/issue