1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-21 15:34:21 +00:00

🔒 Update final things before locking the repo

This commit is contained in:
Steffo 2021-02-02 03:59:45 +01:00
parent d0cf9cc5de
commit bc4f6ec876
Signed by: steffo
GPG key ID: 6965406171929D01
8 changed files with 1320 additions and 1678 deletions

View file

@ -2,7 +2,7 @@
A [Preact](https://preactjs.com/) website with all things I'm using to prepare for university exams!
![maintenance: actively-developed](https://img.shields.io/badge/maintenance-actively--developed-brightgreen)
> # See also: [the new version](https://github.com/Steffo99/appuntiweb)
## Contributing

2945
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,9 +1,10 @@
{
"name": "appuntiweb",
"version": "0.10.5",
"version": "0.10.6",
"license": "AGPL-3.0-or-later",
"description": "[Old] A website with everything I use to prepare for university exams",
"private": false,
"repository": "https://github.com/Steffo99/appuntiweb",
"repository": "https://github.com/Steffo99/appuntiweb-alpha",
"files": [
"src/**/*"
],
@ -19,27 +20,27 @@
"all": "npm run -s build && npm run -s github && npm publish && npm run -s sentry"
},
"devDependencies": {
"@sentry/webpack-plugin": "^1.13.0",
"cross-env": "^7.0.2",
"preact-cli": "^3.0.3"
"@sentry/webpack-plugin": "^1.14.0",
"cross-env": "^7.0.3",
"preact-cli": "^3.0.5"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.12",
"@sentry/browser": "^5.27.4",
"@sentry/integrations": "^5.27.4",
"bluelib": "0.16.1",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@sentry/browser": "^5.30.0",
"@sentry/integrations": "^5.30.0",
"bluelib": "^0.16.1",
"chart.js": "^2.9.4",
"css-loader": "^3.6.0",
"file-loader": "^5.1.0",
"history": "^4.10.1",
"less": "^3.12.2",
"less": "^3.13.1",
"less-loader": "^5.0.0",
"path-browserify": "^1.0.1",
"preact": "^10.5.7",
"preact": "^10.5.12",
"preact-render-to-string": "^5.1.12",
"preact-router": "^3.2.1",
"process": "^0.11.10",

View file

@ -1 +1 @@
uni.steffo.eu
old.uni.steffo.eu

View file

@ -1,6 +1,6 @@
{
"name": "Appunti di Steffo",
"short_name": "Appuntiweb",
"name": "Unisteffo Old",
"short_name": "Unisteffo",
"start_url": "/",
"display": "browser",
"orientation": "portrait",

View file

@ -10,7 +10,7 @@ export default function (props) {
 - 
<Link href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</Link>
&nbsp;-&nbsp;
<Link href="https://github.com/Steffo99/uni.steffo.eu">uni.steffo.eu {process.env.RELEASE}</Link>
<Link href="https://github.com/Steffo99/appuntiweb-alpha">appuntiweb {process.env.RELEASE}</Link>
&nbsp;-&nbsp;
<Link href={"https://ko-fi.com/steffo"}>Supportami</Link>
</div>

View file

@ -64,8 +64,7 @@ export default function (props) {
<Bluelib>
<h1>
<Link href={"/"} icon={false}>Appuntiweb</Link> di <Link
href={"https://steffo.eu"}>Steffo</Link>
<Link href={"/"} icon={false}>Unisteffo</Link>
</h1>
<BasicContainer>
<PrintBox setLatexColor={setLatexColor}/>

View file

@ -6,13 +6,16 @@ import MenuList from "../components/MenuList";
export default function (props) {
return (
<div>
<Section title={"Benvenuto ad Appuntiweb!"}>
<Section title={"Benvenuto ad Unisteffo!"}>
<Panel title={"Benvenuto!"}>
<p>
Ciao! Benvenuto ad <b>Appuntiweb</b>, il sito dove carico tutto il materiale che uso per studiare!
Ciao! Benvenuto ad <b>Unisteffo</b>, il sito dove carico tutto il materiale che uso per studiare!
</p>
<p>
Se trovi un errore negli appunti o un bug del sito, <a href={"https://github.com/Steffo99/uni.steffo.eu/issues/new"}>segnalamelo su GitHub</a> :)
Se trovi un errore negli appunti, <a href={"https://github.com/Steffo99/appuntiweb-alpha/issues/new"}>segnalamelo su GitHub</a> :)
</p>
<p>
Se trovi un bug del sito... Pazienza, ormai l'ho <a href={"https://github.com/Steffo99/appuntiweb"}>riscritto da 0</a>!
</p>
</Panel>
</Section>