Compare commits

...

20 Commits
1.0 ... main

Author SHA1 Message Date
b81316bafa fixed workflow 2023-10-03 17:55:57 +02:00
41a692c07e upgraded npm deps 2023-10-03 17:54:06 +02:00
2db8642805 upgraded deps 2023-10-03 17:52:36 +02:00
Steev
a4d9f9bd04 package.json aktualisiert
Some checks reported warnings
Gitea Actions Demo / create_release (pull_request) Has been cancelled
2023-10-03 17:12:08 +02:00
Steev
417d5b7388 .gitea/workflows/deploy.yaml aktualisiert
Some checks reported warnings
Gitea Actions Demo / create_release (pull_request) Has been cancelled
2023-10-03 17:02:56 +02:00
Steev
6f7ba303d4 .gitea/workflows/deploy.yaml aktualisiert
Some checks failed
Gitea Actions Demo / create_release (pull_request) Failing after 13s
2023-10-03 16:59:55 +02:00
Steev
8f13325ed7 .gitea/workflows/deploy.yaml aktualisiert 2023-10-03 16:59:14 +02:00
006af61985 added deployment workflow 2023-10-03 16:55:46 +02:00
Steev
09c2a759d2 README.md aktualisiert
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 28s
2023-10-03 15:45:27 +02:00
Steev
34d090529a .gitea/workflow/demo.yml gelöscht
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s
2023-10-03 15:18:53 +02:00
Steev
cca8df9a32 .gitea/workflows/demo.yaml aktualisiert
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m30s
2023-10-03 14:51:52 +02:00
Steev
2701ce0e53 .gitea/workflows/demo.yaml aktualisiert
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-10-03 14:50:52 +02:00
Steev
8900219b73 .gitea/workflows/demo.yaml hinzugefügt
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-10-03 14:50:10 +02:00
Steev
4f97dc49d6 test.md aktualisiert 2023-10-03 14:48:46 +02:00
Steev
9c9e568c19 test.md hinzugefügt 2023-10-03 14:46:35 +02:00
Steev
a79328f632 .gitea/workflow/demo.yml hinzugefügt 2023-10-03 14:12:59 +02:00
08dc92f910
Update README.md 2022-03-20 14:48:08 +01:00
3869483a73
Update README.md 2022-03-20 13:45:06 +01:00
37f52091b4
Update README.md 2022-03-20 13:44:02 +01:00
f0f6d751ca fixed background issue 2022-03-20 13:14:54 +01:00
6 changed files with 11037 additions and 5872 deletions

View File

@ -0,0 +1,36 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
push:
branches:
- Release
jobs:
create_release:
steps:
- name: Check out den Quellcode
uses: actions/checkout@v2
- name: Install build environment
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Build source
run: npm run build
- name: create release
id: create_release
run: |
git config user.name "gitea"
git config user.email "gitea@git.slpnetwork.de"
git tag v${{ gitea.run_number }} -m "Automatisches Release erstellt"
git push origin v${{ gitea.run_number }}
- name: Print Release URL
run: echo "Created release"

View File

@ -1,26 +1,21 @@
# steevcss
my own collection of html, css and javascript code combined to a webframework
## Feature List
1. GridSystem 12 Elemente [Implemented]
2. Code Preview
3. SlideShow
4. Navigations [Implemented]
5. Vordefinierter container [Implemented]
6. Footer
7. Styled Lists
8. Slider
9. Styled Buttons
10. Styled Form Elements / Groups
11. Image Cards (styled image containers with text)
12. general styled images (rounded borders)
13. Dropdowns
14. colored sections (a full length area with defined background-color)
15. Alert Sections [Implemented]
## Documentation
You can find the Documentation [Here](https://steevlp.github.io/steevcss/)
## Stuff i already found
1. responsiveness is a bit messy
2. images in navbar are completely messed up
3. the colors may need a tweak
4. mobile toggle button needs to be bigger
5. revert back to standard font collection with verdana in it
## Todo
1. [X] GridSystem with 12 Elements [Implemented]
2. [ ] Code Preview
3. [ ] SlideShow
4. [X] Navigations [Implemented]
5. [X] Vordefinierter container [Implemented]
6. [ ] Footer
7. [ ] Styled Lists
8. [X] Slider [Implemented]
9. [X] Styled Buttons [Implemented]
10. [ ] Styled Form Elements / Groups
11. [ ] Image Cards (styled image containers with text)
12. [ ] general styled images (rounded borders)
13. [ ] Dropdowns
14. [X]Alert Sections [Implemented]

16826
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,11 +10,11 @@
"author": "steev",
"license": "ISC",
"devDependencies": {
"node-sass": "^5.0.0",
"node-sass": "^9.0.0",
"parcel-bundler": "^1.3.1",
"sass": "^1.32.5"
},
"dependencies": {
"core-js": "^3.21.1"
"core-js": "^3.33.0"
}
}

View File

@ -10,7 +10,7 @@ hr
body
margin: 0
padding: 0
background: $neutral
background: $neutral_gray_light
main
z-index: 980
position: relative

2
test.md Normal file
View File

@ -0,0 +1,2 @@
test
test