Visual updates for URLs of Pages

This commit is contained in:
Bashy 2025-11-26 15:45:58 +01:00
parent 43a187da12
commit 67133a7cc0
7 changed files with 45 additions and 6 deletions

View file

@ -4,8 +4,8 @@
# Site # Site
title: OpenAlt Romania title: OpenAlt Romania
subtitle: '' subtitle: 'Open approach for open society'
description: '' description: 'Meetup for enthusiasts of Free and Open Source technologies in Cluj-Napoca'
keywords: keywords:
author: OpenAlt Romania author: OpenAlt Romania
language: en language: en

30
source/p/AboutUs/index.md Normal file
View file

@ -0,0 +1,30 @@
---
title: "About OpenAlt Romania"
date: 2025-11-01 18:00:00
---
# What do we do?
The primary goal of this community is to support and promote free and [open source](https://en.wikipedia.org/wiki/Open-source_software) technologies including software, hardware, data, sciences, education, government and others. This community is a sister community of [OpenAlt community](https://www.openalt.org/) in Brno, Czech republic, and also closely affiliated with [OpenAlt Conference](https://www.openalt.cz/) in Brno.
## Goals
In this community, we'd like to:
- Promote and support open technologies
- Support and improve existing local open projects
- Other broader community support for open technologies
## Getting in touch
We currently have bi-monthly meetings in Cluj-Napoca, so if you prefer in-person communication, you can come say hi.
For more contact information, check out our [contacts]() page.
If you'd like to get in touch with Czech OpenAlt, you can find their contact [here](https://www.openalt.org/kontakt/).
# History
The OpenAlt Conference was established in 2014 as a result of the merger of the LinuxAlt and Openmobility conferences. LinuxAlt, a conference with a long tradition, had been dedicated to open software and technologies since 2006. With more than 500 visitors, LinuxAlt soon became the largest event of its kind in the Czech Republic. The Openmobility conference was founded in 2010 and brought topics of open mobile platforms and open hardware to Czech and Slovak audiences through traditional lectures and practical workshops.
OpenAlt builds on the best of LinuxAlt and Openmobility and broadens its focus to include topics such as open data in public administration and the private sector (Open Data) and open access to scientific information (Open Access). OpenAlt also focuses on participatory and free culture, especially online collaboration, learning communities, and related alternative education. It also appeals to modern makers who follow the “Do It Yourself” (DIY) principle.
This is the spirit we are trying to bring to Romania with OpenAlt Romania. A community of people interested in open technologies, collaboration, and the exchange of knowledge.

5
source/p/Form/index.md Normal file
View file

@ -0,0 +1,5 @@
---
title: "Become a speaker"
type: "form"
date: 2025-11-01 18:00:00
---

View file

@ -34,14 +34,14 @@ social:
topbar_menu: topbar_menu:
- enable: true - enable: true
name: Blog name: Blog
url: /archives/index.html url: /archives/
- enable: true - enable: true
name: About Us name: About Us
url: /p/AboutUs/AboutUs.html url: /p/AboutUs/
- enable: true - enable: true
name: Contact name: Contact
url: /p/Contact/Contact.html url: /p/Contact/
- enable: true - enable: true
name: Partners name: Partners
url: /p/Partners/Partners.html url: /p/Partners/

View file

@ -23,4 +23,8 @@
<% if (page.type === "Partners") {%> <% if (page.type === "Partners") {%>
<%- include("_partial/partners", { page: page })%> <%- include("_partial/partners", { page: page })%>
<% }%>
<% if (page.type === "form") {%>
<iframe src="https://files.openalt.org/apps/forms/embed/sB49x3tBGkweEmFWQzi9mG8N" width="75%" height="100%" style="border: none"></iframe>
<% }%> <% }%>