Skip to content

Commit

Permalink
Change header, fix support email, auto-loop video
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Dec 6, 2023
1 parent 03ce7a9 commit ff29601
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ features :


# Theme Settings
topbar_color : "#000000"
topbar_transparency : 0.1
topbar_color : "#091B30"
topbar_transparency : 0.35
topbar_title_color : "#ffffff"

cover_image : assets/headerimage.jpg # Replace with alternative image path or image URL.
cover_overlay_color : "#363b3d"
cover_overlay_transparency : 0.33
cover_overlay_color : "#0E2840"
cover_overlay_transparency : 0.77

device_color : gray # Set to: gold, gray, purple, or silver.

Expand Down
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
<a href="{{ site.presskit_download_link }}">Press Kit</a>
{% endif %}

<a href="mailto:[email protected]" target="_self">Support</a>
<a href="mailto:{{ site.email_address }}" target="_self">Support</a>
</div>
</footer>
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<li><a href="{{ site.presskit_download_link }}">Press Kit</a></li>
{% endif %}

<li><a href="mailto:[email protected]" target="_self">Support</a></li>
<li><a href="mailto:{{ site.email_address }}" target="_self">Support</a></li>
</ul>
</nav>
</header>
3 changes: 1 addition & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
{% include header.html %}
<div class="iphonePreview">
<div class="videoContainer hidden">
<video class="screenvideo" autoplay="autoplay" controls="controls">
</video>
<video class="screenvideo" autoplay loop muted />
</div>

<img class="iphoneScreen hidden" src="" alt="">
Expand Down
Binary file modified assets/headerimage.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ff29601

Please sign in to comment.