Skip to content

feat: video-landing-page #511

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 32 commits into from
May 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
fa6f770
link-bootstrap-icons
vishalvivekm Apr 28, 2025
e294496
add-demo-video-content
vishalvivekm Apr 28, 2025
522f32d
add-baseof-layout-for-demo-video-content
vishalvivekm Apr 28, 2025
1bfeb40
update list layout
vishalvivekm Apr 28, 2025
a61fa8d
update-content
vishalvivekm Apr 28, 2025
1f6a540
add-logic-to-switch-video-section-on-page-using-hashes
vishalvivekm Apr 28, 2025
24743dc
add-style-for-video-landing-page
vishalvivekm Apr 28, 2025
e1d4ee2
import-style-for-landing-page
vishalvivekm Apr 28, 2025
3a01b5b
add-video-placeholder-thumbnail
vishalvivekm Apr 28, 2025
b0cfe93
mobile-view-responsive
vishalvivekm Apr 28, 2025
68eacf7
extend-pattern-to-nav-initially
vishalvivekm Apr 28, 2025
d98b9d2
fix-padding-bottom-of-hero-wrapper
vishalvivekm Apr 28, 2025
dc63acc
uncomment
vishalvivekm Apr 29, 2025
d03fc9f
update style
vishalvivekm May 1, 2025
821d913
feat: add video landing page layout
vishalvivekm May 1, 2025
7cf76e1
update frontmatter for video content
vishalvivekm May 1, 2025
06785d1
Rename list.html to landing-page-videos.html
vishalvivekm May 1, 2025
b452fa2
switch to "videos" and add tags
vishalvivekm May 1, 2025
ea9c8cb
feat: add support for direct videos under a category
vishalvivekm May 1, 2025
f0190a9
resolve css classes conflict
vishalvivekm May 1, 2025
a97df81
update margins
vishalvivekm May 1, 2025
0283f01
fix partial to list direct videos as well as those in subsections
vishalvivekm May 1, 2025
4d6b10c
feat: add modal player
vishalvivekm May 1, 2025
2fe8262
fix modal player:
vishalvivekm May 1, 2025
afd91bb
cleanup: rm -rf content/en/video-content
vishalvivekm May 1, 2025
9471c17
rm hotlinking of hero image
vishalvivekm May 1, 2025
e8ad2c6
mv inline style to sheet
vishalvivekm May 1, 2025
8fba9b6
populate video content
vishalvivekm May 1, 2025
1c871f9
set max height
vishalvivekm May 1, 2025
dced53b
fix build
vishalvivekm May 1, 2025
bbe0eb0
update content
vishalvivekm May 1, 2025
a450dcb
Merge branch 'master' into master
vishalvivekm May 1, 2025
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
1 change: 1 addition & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
@import "search_project.scss";
@import "videos.scss";
@import "subscription.scss";
@import "video-landing.scss";

.navbar-dark {
min-height: 5rem;
Expand Down
6 changes: 3 additions & 3 deletions assets/scss/_videos.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.video-btn-wrapper {
.videobtn-wrapper {
height: 60px;
width: 60px;
background-color: #00b39f;
Expand All @@ -10,7 +10,7 @@
transform: translate(-50%, -50%);
}

.video-btn-wrapper svg {
.videobtn-wrapper svg {
height: 50%;
width: 50%;
margin-top: 5px;
Expand All @@ -25,7 +25,7 @@
.play-icon-path {
fill: #00b39f;
}
.video-btn-wrapper {
.videobtn-wrapper {
background-color: #ddd;
}
> .card-title {
Expand Down
Loading