Better handle page loading with dark mode
This commit is contained in:
parent
04cce1956b
commit
6cb600b5ed
3 changed files with 41 additions and 0 deletions
10
resume.html
10
resume.html
|
|
@ -88,6 +88,11 @@
|
|||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- try to prevent flickering -->
|
||||
<script>
|
||||
checkTheme();
|
||||
</script>
|
||||
|
||||
<!-- Main component for a primary marketing message or call to action -->
|
||||
<div class="container">
|
||||
<div class="jumbotron">
|
||||
|
|
@ -103,6 +108,11 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- try to prevent flickering -->
|
||||
<script>
|
||||
checkTheme();
|
||||
</script>
|
||||
|
||||
<div class="container">
|
||||
<h2>Education</h2>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue