Made modifications to the event page

This commit is contained in:
Bashy 2025-11-26 15:51:26 +01:00
parent 67133a7cc0
commit 1e33326b03
2 changed files with 8 additions and 2 deletions

View file

@ -2,7 +2,7 @@
title: "First OpenAlt Romania Meetup"
author: Bashy
date: 2026-01-16 18:00:00
description: First ever OpenAlt Romania meetup. The meeting will take place on 16th January 2026 at TBD. The meeting location will be TBD.
description: First ever OpenAlt Romania meetup. The meeting will take place on 16th January 2026 at 6PM. The meeting location will be TBD.
categories:
- "Events"
tags:
@ -16,4 +16,6 @@ event:
name: "TBD"
link: "https://openalt.org"
---
We would like to invite you for the fist OpenAlt Romania meeting.
First in a series of meetups focused on Free and Open Source Technologies, where you can socialize with like-minded individuals and learn something new.
Were currently looking for Speakers whod like to give a talk on any interesting topic related to Free and Open Source Software, Hardware, Data, or other technologies. If you have something exciting to share, sign up [here](http://speakers.openalt.ro/)

View file

@ -259,6 +259,10 @@ section {
display: block;
}
.event-wrapper .post-content {
max-width: 600px;
}
.event-spacer{
margin: 10px 0;
}