Skip to content

Commit

Permalink
Updated README and added LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianberge committed Jun 17, 2024
1 parent 8621a00 commit bbe31bb
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
7 changes: 7 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright 2024 Sebastian Berge

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
<!-- omit in toc -->
# sebastianberge.github.io

[![GitHub Pages Deployment](https://github.com/sebastianberge/sebastianberge.github.io/actions/workflows/deploy.yml/badge.svg?branch=main)](https://github.com/sebastianberge/sebastianberge.github.io/actions/workflows/deploy.yml)

- [About](#about)
- [Technologies](#technologies)
- [Acknowledgments](#acknowledgments)
- [License](#license)

## About

This web application is designed to showcase a portfolio of my self, my CV and projects I've worked on. I've also added a blog for posting small posts now and then.

To avoid using any database for hosting the blog posts (and avoid coding them in the application code), I've just created a blog-post repository on GitHub. The blog posts are then just fetched directly from there instead of fetching from any database.

## Technologies

**Frontend**
- [React](https://react.dev)
- [Material-UI](https://mui.com/material-ui/)

**Deployment**
- [GitHub Actions](https://github.com/features/actions)

**Hosting**
- [GitHub Pages](https://pages.github.com)

## Acknowledgments
- [Devicons React](https://devicons-react.vercel.app/)
- [github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action)
- [axios](https://github.com/axios/axios)

## License
Distributed under the MIT License. See `LICENSE.txt` for more information.

0 comments on commit bbe31bb

Please sign in to comment.