Skip to content

Commit

Permalink
Fix pictures & titles
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAtec committed Mar 9, 2024
1 parent db51f8a commit f934c71
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Binary file added resources/empty_photo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<head>
<link rel="icon" type="image/x-icon" href="./resources/logo_mark.png">
<meta charset="UTF-8">
<title>Thalia Symposium: About</title>
<title>Thalia Symposium: Schedule</title>

<link href="./css/index.css" rel="stylesheet">
<link rel="stylesheet" href="./css/about.css">
Expand Down
14 changes: 7 additions & 7 deletions speakers.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<head>
<link rel="icon" type="image/x-icon" href="./resources/logo_mark.png">
<meta charset="UTF-8">
<title>Thalia Symposium: About</title>
<title>Thalia Symposium: Speakers</title>

<link href="./css/index.css" rel="stylesheet">
<link rel="stylesheet" href="./css/about.css">
Expand Down Expand Up @@ -89,7 +89,7 @@

<div class="container">
<div class="image-container">
<img src="../resources/empty_photo.jpg">
<img src="./resources/empty_photo.jpg">
</div>

<div class="text-container">
Expand All @@ -110,7 +110,7 @@

<div class="container">
<div class="image-container">
<img src="../resources/empty_photo.jpg">
<img src="./resources/empty_photo.jpg">
</div>

<div class="text-container">
Expand All @@ -131,7 +131,7 @@

<div class="container">
<div class="image-container">
<img src="../resources/empty_photo.jpg">
<img src="./resources/empty_photo.jpg">
</div>

<div class="text-container">
Expand All @@ -154,7 +154,7 @@

<div class="container">
<div class="image-container">
<img src="../resources/empty_photo.jpg">
<img src="./resources/empty_photo.jpg">
</div>

<div class="text-container">
Expand All @@ -175,7 +175,7 @@

<div class="container">
<div class="image-container">
<img src="../resources/empty_photo.jpg">
<img src="./resources/empty_photo.jpg">
</div>

<div class="text-container">
Expand All @@ -196,7 +196,7 @@

<div class="container">
<div class="image-container">
<img src="../resources/empty_photo.jpg">
<img src="./resources/empty_photo.jpg">
</div>

<div class="text-container">
Expand Down

0 comments on commit f934c71

Please sign in to comment.