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

Aggiornati gli appunti di Fisica alla nuova versione di Appuntiweb

This commit is contained in:
Steffo 2021-03-24 01:25:34 +01:00
parent 33a839e45e
commit 93c0dd11ec
Signed by: steffo
GPG key ID: 6965406171929D01
6 changed files with 1357 additions and 17 deletions

24
package-lock.json generated
View file

@ -4190,9 +4190,9 @@
"integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
},
"node_modules/bluelib": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/bluelib/-/bluelib-2.1.4.tgz",
"integrity": "sha512-p9Q6YxPYYUHY2Y77dK0O7ObI79Znar/wkRWPSENva63gSHQcu17dj6d0g3Hhfta4hWoo+FZojPI+LV8HDr49og==",
"version": "2.1.7",
"resolved": "https://registry.npmjs.org/bluelib/-/bluelib-2.1.7.tgz",
"integrity": "sha512-ORWKGCyJmFm0dhhwCFjyYFnIglkj2TGSj1VjK3tvOMgmHWjMFG8xMgNzAZSbJpmvwYDjIYgDxGmmmCXQsy8aRQ==",
"dependencies": {
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
@ -6535,9 +6535,9 @@
}
},
"node_modules/electron-to-chromium": {
"version": "1.3.695",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.695.tgz",
"integrity": "sha512-lz66RliUqLHU1Ojxx1A4QUxKydjiQ79Y4dZyPobs2Dmxj5aVL2TM3KoQ2Gs7HS703Bfny+ukI3KOxwAB0xceHQ=="
"version": "1.3.696",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.696.tgz",
"integrity": "sha512-yuKKvBuXe+IWRp6DxqbGUxbPtamh5C+mEC38vZ0KLxQFpGG9TQn0DbPL9WhWhQnfNhLyzxmPYlCzShbs8QxGbA=="
},
"node_modules/elliptic": {
"version": "6.5.4",
@ -23995,9 +23995,9 @@
"integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
},
"bluelib": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/bluelib/-/bluelib-2.1.4.tgz",
"integrity": "sha512-p9Q6YxPYYUHY2Y77dK0O7ObI79Znar/wkRWPSENva63gSHQcu17dj6d0g3Hhfta4hWoo+FZojPI+LV8HDr49og==",
"version": "2.1.7",
"resolved": "https://registry.npmjs.org/bluelib/-/bluelib-2.1.7.tgz",
"integrity": "sha512-ORWKGCyJmFm0dhhwCFjyYFnIglkj2TGSj1VjK3tvOMgmHWjMFG8xMgNzAZSbJpmvwYDjIYgDxGmmmCXQsy8aRQ==",
"requires": {
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
@ -25904,9 +25904,9 @@
"integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA=="
},
"electron-to-chromium": {
"version": "1.3.695",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.695.tgz",
"integrity": "sha512-lz66RliUqLHU1Ojxx1A4QUxKydjiQ79Y4dZyPobs2Dmxj5aVL2TM3KoQ2Gs7HS703Bfny+ukI3KOxwAB0xceHQ=="
"version": "1.3.696",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.696.tgz",
"integrity": "sha512-yuKKvBuXe+IWRp6DxqbGUxbPtamh5C+mEC38vZ0KLxQFpGG9TQn0DbPL9WhWhQnfNhLyzxmPYlCzShbs8QxGbA=="
},
"elliptic": {
"version": "6.5.4",

View file

@ -8,6 +8,7 @@ import style from "./App.module.css";
import MainTitle from "./components/MainTitle";
import ContextSetSubtitle from "./contexts/ContextSetSubtitle";
import Footer from "./components/Footer";
import Fisica from "./routes/Fisica"
export default function App() {
@ -29,6 +30,9 @@ export default function App() {
<Route path={"/gestinfo"}>
<Gestinfo/>
</Route>
<Route path={"/fisica"}>
<Fisica/>
</Route>
<Route path={"*"}>
<Error404 />
</Route>

View file

@ -1,4 +1,4 @@
.app {
padding: 4px;
min-height: calc(100vh - 8px);
min-height: 100vh;
}

1336
src/routes/Fisica/index.js Normal file

File diff suppressed because it is too large Load diff

View file

@ -51,13 +51,13 @@ export default function Gestinfo() {
</TitleBox>
<TitleBox title={"Il corso all'Unimore"}>
<P>
🎓 Il corso è tenuto dalla <Anchor href={"mailto:federica.mandreoli@unimore.it"}>Prof.ssa Federica Mandreoli</Anchor>.
🎓 Il corso è stato tenuto dalla <Anchor href={"mailto:federica.mandreoli@unimore.it"}>Prof.ssa Federica Mandreoli</Anchor>.
</P>
<P>
📘 Le dispense sono disponibili su <Anchor href={"https://dolly.fim.unimore.it/2020/course/view.php?id=69"}>Dolly 2020</Anchor>.
📘 Le dispense <Color builtin={"red"}><span>non sono più disponibili</span></Color>.
</P>
<P>
🎥 Alcune videolezioni sono state eliminate, le restanti <Anchor href={"https://github.com/Steffo99/unimoreinfo-wiki/wiki/Scaricare-videolezioni#gestione-dellinformazione"}>possono essere scaricate</Anchor>.
🎥 Le videolezioni <Color builtin={"red"}><span>non sono più disponibili</span></Color>.
</P>
</TitleBox>
<TitleBox title={"Materiale utilizzato"}>

View file

@ -40,7 +40,7 @@ export default function Home({skin, setSkin}) {
</TitleBox>
<TitleBox title={"Secondo anno"}>
<ul>
<LI><Size value={"l"}><Anchor href={"https://old.uni.steffo.eu/#/fisica"}>Fisica</Anchor></Size></LI>
<LI><Size value={"l"}><A href={"/fisica"}>Fisica</A></Size></LI>
<LI><Size value={"l"}><Anchor href={"https://github.com/Steffo99/appunti-universitari/tree/master/2019_ProgrammazioneAdOggetti"}>Programmazione ad oggetti</Anchor></Size></LI>
<LI><Size value={"l"}><Anchor href={"https://old.uni.steffo.eu/#/statistica"}>Statistica ed elementi di probabilità</Anchor></Size></LI>
<LI><Size value={"l"}><Anchor href={"https://github.com/Steffo99/appunti-universitari/tree/master/2019_SistemiOperativi"}>Sistemi operativi</Anchor></Size></LI>