mirror of
https://gitlab.com/OpenAlt/OpenAltRO/openalt_ro.git
synced 2026-09-24 14:26:49 +00:00
First Draft
This commit is contained in:
parent
bfa3b6fae5
commit
cff7000285
18 changed files with 222 additions and 60 deletions
11
source/AboutUs.md
Normal file
11
source/AboutUs.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: "About OpenAlt Romania"
|
||||
date: 2025-11-01 18:00:00
|
||||
---
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
7
source/_data/partners.yml
Normal file
7
source/_data/partners.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
- name: vpsFree
|
||||
url: https://vpsFree.org/
|
||||
logo: /images/partners/vpsFree.png
|
||||
|
||||
- name: OpenAlt CZ
|
||||
url: https://openalt.cz
|
||||
logo: /images/partners/openalt-cz.png
|
||||
8
source/_posts/2025/01.md
Normal file
8
source/_posts/2025/01.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "Test post 01"
|
||||
author: Bashy
|
||||
date: 2022-04-30 12:00:00
|
||||
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
||||
categories:
|
||||
- OpenAlt
|
||||
---
|
||||
8
source/_posts/2025/02.md
Normal file
8
source/_posts/2025/02.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "Test post 02"
|
||||
author: Bashy
|
||||
date: 2022-05-30 12:00:00
|
||||
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
||||
categories:
|
||||
- OpenAlt
|
||||
---
|
||||
8
source/_posts/2025/03.md
Normal file
8
source/_posts/2025/03.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "Test post 03"
|
||||
author: Bashy
|
||||
date: 2023-04-30 12:00:00
|
||||
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
||||
categories:
|
||||
- OpenAlt
|
||||
---
|
||||
8
source/_posts/2025/04.md
Normal file
8
source/_posts/2025/04.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "Test post 04"
|
||||
author: Bashy
|
||||
date: 2024-04-30 12:00:00
|
||||
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
||||
categories:
|
||||
- OpenAlt
|
||||
---
|
||||
8
source/_posts/2025/05.md
Normal file
8
source/_posts/2025/05.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "Test post 05"
|
||||
author: Bashy
|
||||
date: 2025-04-30 12:00:00
|
||||
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
||||
categories:
|
||||
- OpenAlt
|
||||
---
|
||||
15
source/_posts/2026/events/2026_01_16.md
Normal file
15
source/_posts/2026/events/2026_01_16.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: "First OpenAlt Romania Meetup"
|
||||
author: Bashy
|
||||
date: 2026-01-16 18:00:00
|
||||
description: First ever OpenAlt Romania meetup. Come join us for some Pizza and FOSS talk.
|
||||
categories:
|
||||
- "Events"
|
||||
tags:
|
||||
- "OpenAlt Romania"
|
||||
- "IRL Events"
|
||||
- "Events"
|
||||
---
|
||||
## 16th January 2026
|
||||
|
||||
### [📍 OpenAlt Headquarters](https://openalt.org)
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
---
|
||||
title: Hello World
|
||||
---
|
||||
Welcome to [Hexo](https://hexo.io/)! This is your very first post. Check [documentation](https://hexo.io/docs/) for more info. If you get any problems when using Hexo, you can find the answer in [troubleshooting](https://hexo.io/docs/troubleshooting.html) or you can ask me on [GitHub](https://github.com/hexojs/hexo/issues).
|
||||
|
||||
## Quick Start
|
||||
|
||||
### Create a new post
|
||||
|
||||
``` bash
|
||||
$ hexo new "My New Post"
|
||||
```
|
||||
|
||||
More info: [Writing](https://hexo.io/docs/writing.html)
|
||||
|
||||
### Run server
|
||||
|
||||
``` bash
|
||||
$ hexo server
|
||||
```
|
||||
|
||||
More info: [Server](https://hexo.io/docs/server.html)
|
||||
|
||||
### Generate static files
|
||||
|
||||
``` bash
|
||||
$ hexo generate
|
||||
```
|
||||
|
||||
More info: [Generating](https://hexo.io/docs/generating.html)
|
||||
|
||||
### Deploy to remote sites
|
||||
|
||||
``` bash
|
||||
$ hexo deploy
|
||||
```
|
||||
|
||||
More info: [Deployment](https://hexo.io/docs/one-command-deployment.html)
|
||||
5
source/images/assets/OpenAltRomania.svg
Normal file
5
source/images/assets/OpenAltRomania.svg
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<svg width="1250" height="1250" viewBox="0 0 1250 1250" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M757.314 400.673C718.531 377.725 673.289 364.549 624.939 364.549C577.988 364.549 533.929 376.973 495.906 398.748L353.083 151.387C433.12 105.342 525.952 79 624.948 79C725.421 79 819.53 106.119 900.404 153.467L757.314 400.673Z" fill="#CE1126"/>
|
||||
<path d="M373.235 558.061C367.571 579.412 364.549 601.835 364.549 624.956C364.549 768.763 481.124 885.337 624.931 885.337C697.119 885.337 762.434 855.974 809.601 808.522L1011.54 1010.48C912.69 1109.59 775.998 1170.92 624.956 1170.92C323.426 1170.92 79 926.478 79 624.965C79 575.855 85.4754 528.282 97.5974 483.023L373.235 558.061Z" fill="#002B7F"/>
|
||||
<path d="M757.314 400.673C833.94 445.993 885.32 529.483 885.32 624.965C885.32 696.583 856.431 761.467 809.601 808.531L1011.54 1010.49C1110.02 911.723 1170.9 775.446 1170.9 624.974C1170.91 423.899 1062.25 248.225 900.412 153.485L757.314 400.673Z" fill="#FCD116"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 975 B |
6
source/images/assets/OpenAlt_RO_Black.svg
Normal file
6
source/images/assets/OpenAlt_RO_Black.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 7.7 KiB |
6
source/images/assets/OpenAlt_RO_White.svg
Normal file
6
source/images/assets/OpenAlt_RO_White.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 7.7 KiB |
BIN
source/images/partners/openalt-cz.png
Normal file
BIN
source/images/partners/openalt-cz.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
BIN
source/images/partners/vpsFree.png
Normal file
BIN
source/images/partners/vpsFree.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4 KiB |
Loading…
Add table
Add a link
Reference in a new issue