Skip to content

Commit

Permalink
Move images, add favicon and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ondryaso committed Nov 3, 2024
1 parent 53e2cac commit d2c12c6
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 11 deletions.
Binary file removed frontend/images/qrpay.png
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added frontend/img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
12 changes: 11 additions & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<meta charset="UTF-8"/>

<meta charset="utf-8"/>

<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="author" content="Studentská unie FIT VUT v Brně">
<meta name="description" content="Plánovač rozvrhu na FIT VUT v Brně.">

<link rel="canonical" href="https://su.fit.vut.cz/scheduler/">

<title>FIT VUT scheduler</title>

<link rel="icon" type="image/png" href="./img/favicon.png">

<link rel="stylesheet" href="./style.css"/>
<link href="https://fonts.googleapis.com/css2?family=Exo:wght@400;500&amp;display=swap" rel="stylesheet">
</head>
Expand Down
20 changes: 10 additions & 10 deletions frontend/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ html, body, * {
float: left;
width: 110px;
height: 50px;
background-image: url(./images/logo.png);
background-image: url(./img/logo.png);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: auto 80%;
Expand Down Expand Up @@ -53,10 +53,10 @@ html, body, * {
background-color: #3f3f3f;
}
.header_info_icon {
background-image: url(./images/info.png);
background-image: url(./img/info.png);
}
.header_cross_icon {
background-image: url(./images/cross.png);
background-image: url(./img/cross.png);
}

.content {
Expand All @@ -70,7 +70,7 @@ html, body, * {
height: 50px;
top: 0;
left: 0;
background-image: url(./images/menu.png);
background-image: url(./img/menu.png);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: 50% 50%;
Expand Down Expand Up @@ -252,7 +252,7 @@ html, body, * {
height: calc(202px - 50px);
width: calc(202px - 50px);
margin: 25px;
background-image: url(./images/qrpay.png);
background-image: url(./img/qrpay.png);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: 100% 100%;
Expand All @@ -279,7 +279,7 @@ html, body, * {
.menu_cross_icon {
height: 30px;
width: 30px;
background-image: url(./images/cross.png);
background-image: url(./img/cross.png);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: 60% 60%;
Expand Down Expand Up @@ -403,10 +403,10 @@ html, body, * {
background-size: 70% 70%;
}
.range_row_icon_cross {
background-image: url(./images/cross_mark.png);
background-image: url(./img/cross_mark.png);
}
.range_row_icon_check {
background-image: url(./images/check_mark.png);
background-image: url(./img/check_mark.png);
}

.range_row_mes_red {
Expand Down Expand Up @@ -589,7 +589,7 @@ html, body, * {
height: 15px;
width: 15px;
background-color: #646464;
background-image: url(images/star.png);
background-image: url(./img/star.png);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: 75% 75%;
Expand All @@ -609,7 +609,7 @@ html, body, * {
height: 15px;
width: 15px;
background-color: #646464;
background-image: url(images/bin.png);
background-image: url(./img/bin.png);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: 60% 60%;
Expand Down

0 comments on commit d2c12c6

Please sign in to comment.