diff --git a/resources/assets/sass/components/containers.scss b/resources/assets/sass/components/containers.scss index 790969019..39b5cfe26 100644 --- a/resources/assets/sass/components/containers.scss +++ b/resources/assets/sass/components/containers.scss @@ -219,6 +219,71 @@ flex-direction: row; } } + +.codeweek-youtube-container { + width: 100%; + border: none; + height: 500px; + margin: auto; + background-color: #000; // Black background as a placeholder + position: relative; + overflow: hidden; + + .background { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: black; + color: white; + display: none; + align-items: center; + justify-content: center; + text-align: center; + + .container { + .content { + max-width: 90%; + } + } + + .info { + width: 90%; + margin: auto; + + .button { + button { + background-color: #40B5D1; + color: white; + border: none; + padding: 10px 20px; + cursor: pointer; + font-size: 16px; + display: flex; + align-items: center; + justify-content: center; + margin: auto; + + &:hover { + background: #FE6824; + } + + svg { + margin-right: 0.5rem; + } + } + } + } + } + + .remember { + input { + margin-right: 0.5rem; + } + } +} + /* big landscape tablets, laptops, and desktops */ @media (min-width:1025px) { .codeweek-content-grid { diff --git a/resources/views/static/youtube.blade.php b/resources/views/static/youtube.blade.php index 49bfd6dd7..12a0fba3b 100644 --- a/resources/views/static/youtube.blade.php +++ b/resources/views/static/youtube.blade.php @@ -1,9 +1,97 @@ +
- @if(App::getLocale() == 'en') - - @else - - @endif -
\ No newline at end of file + @if(App::getLocale() == 'en') + + @else + + @endif + + +
+
+
+
+

This content is hosted by a third party. By showing the external content you accept the + terms and conditions of youtube.com.

+ +

+ + +

+ +

+ +

+
+
+
+
+ +