Skip to content

Commit

Permalink
Merge pull request #10 from giacomocolle-ittbuonarroti/9-aumetare-leg…
Browse files Browse the repository at this point in the history
…gibilità-colonne

fix: style & logo
  • Loading branch information
giacomocolle-ittbuonarroti authored Sep 22, 2023
2 parents 6c69892 + 5e5643d commit 3c110e9
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
17 changes: 17 additions & 0 deletions src/app/app.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,21 @@
.materia {
font-size: medium;
font-weight: bold;
}


td.martedì {
background-color: #eeeeee;
}

td.giovedì {
background-color: #eeeeee;
}

th.martedì {
background-color: #eeeeee;
}

th.giovedì {
background-color: #eeeeee;
}
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h3>{{selitem}}</h3>
<thead>
<tr>
<th></th>
<th *ngFor="let giorno of objectKeys(orariotable$['07h50'])" style="vertical-align: middle;">{{giorno}}</th>
<th *ngFor="let giorno of objectKeys(orariotable$['07h50'])" style="vertical-align: middle;" [attr.class]="giorno">{{giorno}} </th>
</tr>
</thead>
<tbody>
Expand Down
Binary file added src/assets/Buonarroti_Logo_Email.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/logoNEW.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<div class="header" style="background-image:url('assets/div.png');">
<header style="background-image:url('assets/div.png');">
<div class="logo">
<img src="assets/logoNEW.png">
</div>
</div>
</header>
<app-root></app-root>
<footer id="bottom" class="row fixed-bottom" style="text-align: right">
<div class="col-12" >
<a href="https://github.com/giacomocolle-ittbuonarroti/orariobp">Credits: prof. Giacomo Colle 2023</a>
</div>
</footer>

</body>
</html>

0 comments on commit 3c110e9

Please sign in to comment.