Skip to content
Open
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
24 changes: 0 additions & 24 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,6 @@
* Made By MaterializeCSS.com
*/

h1 {
font-size: clamp( 36px, calc(2vw + 1rem), 64px );
}

h2 {
font-size: clamp( 24px, calc(1.66vw + 1rem), 50px );
}

h3 {
font-size: clamp( 20px, calc(0.8vw + 1rem), 42px );
}

h4 {
font-size: clamp( 18px, calc(0.8vw + 1rem), 36px );
}

h5 {
font-size: clamp( 12px, calc(0.5vw + 0.5rem), 24px );
}

h6 {
font-size: clamp( 12px, calc(0.4vw + 1rem), 20px );
}

nav ul a,
nav .brand-logo {
color: #5B1E00;
Expand Down
Binary file removed images/speakers/DiegoBorges.webp
Binary file not shown.
Binary file removed images/speakers/DouglasMedeiros.webp
Binary file not shown.
Binary file removed images/speakers/LeoCarmo.webp
Binary file not shown.
Binary file removed images/speakers/LeoCavalcante.webp
Binary file not shown.
382 changes: 166 additions & 216 deletions index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function onReady(callback) {
window.clearInterval(intervalId);
callback.call(this);
}
}, 2500);
}, 1000);
}

function setVisible(selector, visible) {
Expand Down