Skip to content

Commit

Permalink
Feat: Added title, favicon & LICENSE. Updated README (#8)
Browse files Browse the repository at this point in the history
* Change tab-title and added favicon

* Updated README and added LICENSE
  • Loading branch information
sebastianberge authored Jun 17, 2024
1 parent 7526367 commit f925201
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 1 deletion.
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.
Binary file modified public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>sebastianberge.github.io</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit f925201

Please sign in to comment.