Skip to content
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

UI (organization page) #14

Merged
merged 8 commits into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,21 @@ _site
.jekyll-metadata
vendor

node_modules/

# python venv
bin/
lib
lib64
pyvenv.cfg

site/__pycache__/

# Ignore folders generated by Bundler
.bundle/

.idea
.vscode

# Tailwind css generated file
site/output.css
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.13.1
7 changes: 4 additions & 3 deletions organizacje/testowa.yaml → organizations/testowa.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Testowa organizacja
nazwa: Testowa organizacja
slug: testowa

# wyslij.co/testowej - adres, pod którym będzie dostępna strona
adres: testowej

strona: http://testowa.pl
krs: 0000000000
krs: 123456789

dostawa:
ulica: Testowa 1
Expand All @@ -17,7 +18,7 @@ produkty:
link: http://testowy.pl
- nazwa: Testowy produkt 2
link: http://testowy2.pl
opis: Opcjonalny opis
opis: Opcjonalny opis, Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus lacinia odio vitae vestibulum vestibulum. Cras vehicula, urna sit amet tincidunt tincidunt, neque tellus egestas libero, nec convallis sem sapien ut nulla.
- nazwa: Testowy produkt 3
link: http://testowy3.pl
opis:
Loading