Skip to content

Commit

Permalink
Updated info page
Browse files Browse the repository at this point in the history
  • Loading branch information
Pater999 committed Mar 11, 2021
1 parent 50cec05 commit e64a8ab
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 3 deletions.
11 changes: 9 additions & 2 deletions src/views/Info/Info.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
.info-card {
min-height: 85vh;
}
min-height: 85vh;
font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
.info-card {
font-size: 0.8rem;
}
}
41 changes: 40 additions & 1 deletion src/views/Info/Info.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,43 @@
<h5>INFORMAZIONI</h5>
</div>
<div>
Simulatore web, sviluppato in
<a href="https://vuejs.org/" target="_blank">Vue.JS</a>, per l'esame di
fisica tenuto nel corso di Informatica dell'Università di Trento. Il
simulatore è basato sulle domande degli esami degli anni precedenti.
</div>
<div class="mt-2">
Se volete contribuire a questo simulatore aggiungendo ulteriori domande o
correggendo eventuali errori potete farlo aprendo una
<a
href="https://github.com/Pater999/UNITN-disi-fisica-simulatore-vue/issues"
target="_blank"
>ISSUE
</a>
o facendo una
<a
target="_blank"
href="https://github.com/Pater999/UNITN-disi-fisica-simulatore-vue/pulls"
>PULL REQUEST
</a>
.
</div>
<div class="mt-3">
<strong>PDF con domande e risposte esami precedenti: </strong>
<el-link
class="mb-1 ml-1"
target="_blank"
href="https://github.com/Pater999/UNITN-disi-fisica-simulatore-vue/releases"
type="primary"
>
domande_esami_fisica_disi_unitn.pdf
</el-link>
</div>
<div class="mt-4">
<strong>Codice sorgente simulatore: </strong>
<el-link
class="mb-1 ml-1"
target="_blank"
href="https://github.com/Pater999/UNITN-disi-fisica-simulatore-vue"
type="primary"
>
Expand All @@ -16,7 +50,12 @@
<div>
<div>
<strong>© Simulatore sviluppato da: </strong>
<el-link class="mb-1 ml-1" href="https://Pater999.it" type="primary">
<el-link
class="mb-1 ml-1"
target="_blank"
href="https://Pater999.it"
type="primary"
>
Pater999
</el-link>
</div>
Expand Down

0 comments on commit e64a8ab

Please sign in to comment.