Skip to content

Commit

Permalink
Incorporating feedback from Grant
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemoralespou committed Oct 16, 2024
1 parent e07c692 commit 87a3e36
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 14 deletions.
Binary file added assets/images/sections/skills/docs.png
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 data/en/sections/featured-posts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
section:
name: Featured Posts # Title of section (default: "")
id: featured-posts # url id/slug of section *Required*
enable: true # Boolean to determine if this section is enabled (default: false)
enable: false # Boolean to determine if this section is enabled (default: false)
weight: 10 # Order to display section in (default: alphabetical followed by weight)
showOnNavbar: false # Boolean to determine if a link should be shown for this section on the navbar
hideTitle: true # Can optionally hide the title in sections (default: false)
Expand Down
5 changes: 5 additions & 0 deletions data/en/sections/features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,9 @@ features:
- name: Open-Source
# logo: /images/sections/skills/c++.png
summary: "Developed as an open-source project with a great community of developers and users behind."
# categories: ["basic", "language"]

- name: Rocking documentation
logo: /images/sections/skills/docs.png
summary: "Comprehensive documentation to help you get started and understand the internals."
# categories: ["basic", "language"]
2 changes: 1 addition & 1 deletion data/en/sections/recent-posts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ section:
enable: true # Boolean to determine if this section is enabled (default: false)
weight: 20 # Order to display section in (default: alphabetical followed by weight)
showOnNavbar: false # Boolean to determine if a link should be shown for this section on the navbar
hideTitle: true # Can optionally hide the title in sections (default: false)
hideTitle: false # Can optionally hide the title in sections (default: false)
numShow: 4 # Can optionally increase the number of posts to display (default: 3)
showMoreButton: false #Can optionally show 'More Posts' button (default: false)
2 changes: 1 addition & 1 deletion data/en/sections/team.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
section:
name: Project Team
id: team
enable: true
enable: false
weight: 6
showOnNavbar: true
hideTitle: false
Expand Down
19 changes: 8 additions & 11 deletions layouts/partials/sections/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@

<div class="container-fluid intro" id="intro">
<style>
video {
width: 45vw;
/* 25% of the viewport width */
height: 45vh;
/* 25% of the viewport height */
#screenshot {
width: 80%;
}

.left-half,
Expand All @@ -28,8 +25,9 @@
}

.left-half {
padding: 10%; /* Border of 20% on each side */
box-sizing: border-box;
/* Border of 20% on each side */
padding: 10%;
box-sizing: border-box;
}
</style>
<span class="on-the-fly-behavior"></span>
Expand All @@ -44,10 +42,9 @@
</span>
</div>
<div class="col-md-6 right-half d-flex justify-content-center align-items-center">
<video controls class="video" autoplay loop>
<source src="videos/screencast.webm" type="video/webm">
Your browser does not support the video tag.
</video>
<picture id="screenshot">
<img src="images/screenshot.png" alt="Screenshot">
</picture>
</div>
{{ if $sections }}
{{ range first 2 (where (sort $sections "section.weight") ".section.enable" true) }}
Expand Down
Binary file added static/images/screenshot.png
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 87a3e36

Please sign in to comment.