Skip to content

Commit

Permalink
Showreel cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
antongit committed May 3, 2024
1 parent 11a4e51 commit 5d26003
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 32 deletions.
28 changes: 0 additions & 28 deletions assets/scss/_showcase.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,34 +109,6 @@

box-shadow: 0 0 12px 5px rgba(0,0,0,0.2);

// @media (min-width: 786px) {
// max-height: 400px;
// }

// &.card-has-bg{
// transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
// background-size:120%;
// background-repeat:no-repeat;
// background-position: center center;
// bacgk

// &:before
// {
// content: '';
// position: absolute;
// top: 0;
// right: 0;
// bottom: 0;
// left: 0;
// background: inherit;
// }

// &:hover
// {
// background-size:130%;
// }
// }

.card-meta{color:orange}

.card-body{
Expand Down
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,12 @@ blog = '/blog/:sections[1]/:slug'
[params.Showcase]
headline = "Showcase"
[params.Showcase.Showreel2]
title = "2018 - 2024"
title = "Projects 2018 ~ 2024"
alt = "Works in this reel were realized in the past ~6 years and thus include both vvvv beta as well as pure vvvv gamma projects."
vimeo = 930568091

[params.Showcase.Showreel1]
title = "2002 - 2019"
title = "Projects 2002 ~ 2019"
alt = "Projects in this showreel were realized mostly with vvvv beta within the past few years."
vimeo = 371511910

Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/showcase-showreels.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ul>
</div>
</div>
<div class="row mt-2 px-3 justify-content-center" id="showreel-content">
<div class="row mt-2 px-3 mb-5 justify-content-center" id="showreel-content">
<div class="tab-content col-11 col-xl-9 mx-2 text-center px-0">
<div class="mediaShadow tab-pane fade show active" id="showreel-2" role="tabpanel" aria-labelledby="pills-showreel2-tab">
{{ partial "vimeo" .Showreel2.vimeo }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/showcase.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ <h2 class="section-heading">{{ .headline }}</h2>
<hr class="primary">
</div>
</div>
{{ partial "showcase-projects" . }}
{{ partial "showcase-showreels" . }}
{{ partial "showcase-projects" . }}
{{ end }}
</div>
</section>

0 comments on commit 5d26003

Please sign in to comment.