Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,9 @@
.resize {
resize: both;
}
.list-disc {
list-style-type: disc;
}
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
Expand Down Expand Up @@ -670,6 +673,9 @@
.pl-2 {
padding-left: calc(var(--spacing) * 2);
}
.pl-5 {
padding-left: calc(var(--spacing) * 5);
}
.text-center {
text-align: center;
}
Expand Down Expand Up @@ -916,13 +922,6 @@
}
}
}
.hover\:underline {
&:hover {
@media (hover: hover) {
text-decoration-line: underline;
}
}
}
.hover\:shadow-md {
&:hover {
@media (hover: hover) {
Expand Down
Binary file added static/speakers/durgut.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/speakers/jeutter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/speakers/jordan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/speakers/leyrer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
175 changes: 140 additions & 35 deletions templates/index.html

Large diffs are not rendered by default.

235 changes: 198 additions & 37 deletions templates/index_en.html

Large diffs are not rendered by default.

Loading