Create a basic web site
authorLukáš Jiřiště <gymnazium.jiriste@gmail.com>
Sat, 21 Oct 2023 10:47:43 +0000 (12:47 +0200)
committerLukáš Jiřiště <gymnazium.jiriste@gmail.com>
Sat, 21 Oct 2023 10:47:43 +0000 (12:47 +0200)
commitc3d980b64181c29ba28679051a4096ecff04f9a6
tree92d5b0af1f44862ff954cf6f4806bd4e4c5a6648
Create a basic web site

Create a basic html site including:
- home page
- about page
- project page
- navigation "page" (used as iframe for navigation bar)
- placeholder page
- page handling 404 error
- svg "logo"  used on site and as favicon
- css file holding the theme of the site
src/about.html [new file with mode: 0755]
src/errors/status-404.html [new file with mode: 0755]
src/images/favicon.svg [new file with mode: 0755]
src/index.html [new file with mode: 0755]
src/navigation.html [new file with mode: 0755]
src/placeholder.html [new file with mode: 0755]
src/projects.html [new file with mode: 0755]
src/styles/main_style.css [new file with mode: 0755]