mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
Compare commits
4 Commits
e37eefe5cc
...
402a8e4f47
| Author | SHA1 | Date | |
|---|---|---|---|
| 402a8e4f47 | |||
|
|
8a776cd9e2 | ||
|
|
18ed1e19d7 | ||
|
|
787f7a7542 |
11
_assets/stylesheets/components/_video-container.scss
Normal file
11
_assets/stylesheets/components/_video-container.scss
Normal file
@ -0,0 +1,11 @@
|
||||
.video-container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
|
||||
iframe {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
@ -41,6 +41,7 @@
|
||||
@import "components/article";
|
||||
@import "components/pagination";
|
||||
@import "components/photo";
|
||||
@import "components/video-container";
|
||||
|
||||
// 7. Utilities – utilities and helper classes with ability to override
|
||||
// anything which goes before in the triangle, eg. hide helper class
|
||||
|
||||
21
_posts/2019-06-23-bwc.md
Normal file
21
_posts/2019-06-23-bwc.md
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
title: "Brompton World Championship USA 2019"
|
||||
layout: post
|
||||
categories:
|
||||
- videos
|
||||
tags:
|
||||
- bikes
|
||||
- fun
|
||||
- brompton
|
||||
- bwc
|
||||
- New York
|
||||
date: 2019-06-23
|
||||
---
|
||||
|
||||
The Brompton World Championship USA heat took place at Marcus Garvey Park in Harlem, New York. I shot a video of the race from a GoPro mounted to the front of my Brompton.
|
||||
|
||||
<div>
|
||||
{% video //www.youtube.com/embed/gU4XDks4yC4 width=560 height=315 %}
|
||||
</div>
|
||||
|
||||
I managed to place 22nd overall and 12th in the men under 50 category.
|
||||
Loading…
Reference in New Issue
Block a user