Skip to content

Commit

Permalink
update license
Browse files Browse the repository at this point in the history
update license
  • Loading branch information
Elpiu committed Apr 27, 2024
1 parent e42045e commit e238c8f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 31 deletions.
37 changes: 17 additions & 20 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
This is free and unencumbered software released into the public domain.
MIT License

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
Copyright (c) 2024 Elpidio Mazza

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
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 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 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.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

For more information, please refer to <http://unlicense.org>
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.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
### New Version 3 Next.js
# GitHub Portfolio
RepoPortfolio is a powerful portfolio builder that empowers you to create a beautiful and customized portfolio website in just minutes. You simply need to edit some data in a file, commit, and easily deploy your portfolio with GitHub Pages. Explore all the features [Here](#Features)

Questo progetto è una versione aggiornata del suo predecessore, realizzato solo con CSS, JS e HTML. Con questa versione, è stato fatto il porting utilizzando il framework Angular, rendendolo più dinamico e facile da gestire. Inoltre, i dati del sito portfolio sono caricati dal file "asset/data/database.json", rendendo più semplice l'aggiornamento del contenuto del sito.
Tuttavia, la cartella contenente il vecchio sito verrà comunque mantenuta per riferimento.



---
### GitHub Portfolio
Questo progetto è un sito web dinamico per il portfolio che si aggiorna automaticamente con le repository di GitHub dell'utente. La sezione del portfolio viene generata da uno script che, dato il profilo GitHub dell'utente, recupera le repository pubbliche dell'utente e le crea dinamicamente nella sezione del portfolio. Inoltre, il file README.md di ogni repository viene anche caricato dinamicamente all'interno di una finestra modale sulla pagina del portfolio. Ciò consente un portfolio costantemente aggiornato e facilmente accessibile dei progetti dell'utente.

# 🛠️ Installation Steps:

Expand Down Expand Up @@ -37,7 +30,7 @@ DONE to install

# TODO
- [ ] Avviene il re rendering ogni volta che si sposta l'header di sezione (veramente boring consuma banda)

- [ ] Guida al setup con gli steps


---
Expand All @@ -54,5 +47,6 @@ Technologies used in the project:



### About History of Project


This project is a progression of its predecessors, initially built solely with CSS, JS, and HTML. It was then converted to Angular, making it more dynamic and easier to manage. In the latest step, the project has migrated to Next.js. The old versions have been branched and tagged with 'OLD'.

0 comments on commit e238c8f

Please sign in to comment.