Skip to content

Commit 8da8a16

Browse files
committed
Removed YouTube videos
1 parent 0e48a3f commit 8da8a16

File tree

3 files changed

+2
-61
lines changed

3 files changed

+2
-61
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import scala.concurrent.Await
77
lazy val `lagom-docs` = (project in file("."))
88
.enablePlugins(SbtTwirl, SbtWeb)
99

10-
scalaVersion := "2.12.9"
10+
scalaVersion := "2.12.20"
1111
scalacOptions += "-deprecation"
1212

1313
resolvers += "Lightbend ivy releases repository" at "https://dl.cloudsmith.io/public/lightbend/ivy-releases/maven/"

src/main/twirl/com/lightbend/lagom/docs/index.scala.html

Lines changed: 1 addition & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -34,64 +34,18 @@ <h1>Lagom</h1>
3434
resilience, scalability, and elasticticity&#8212;to make best use of modern computing environments and meet demanding user expectations</li>
3535
</ul>
3636

37-
<p>Watch the 3-minute <i>Meet Lagom</i> video below, or try Lagom yourself. <a class="" href="@context.path/get-started.html" target="_blank">Create a Lagom project and test a simple Hello World service</a> in just a few minutes.</p>
38-
39-
<div class="yt-widget flex-video widescreen" id="yt-d1jT0UOVx9U">
40-
@cookieVideoWarning()
41-
</div>
4237
</div>
4338
</header>
4439

4540

4641
<div class="row get-started">
4742
<div class="small-12 small-centered columns text-center">
4843
<h1>Learn more</h1>
49-
<p>View introductory videos below or browse
44+
<p>Browse the
5045
<a class="" href="@context.path/documentation/" target="_blank">Lagom documentation</a>.</p>
5146
</div>
5247
</div>
5348

54-
<div id="intro-to-lagom" class="row video-repeater">
55-
<div class="small-12 medium-6 large-5 medium-push-6 large-push-7 columns">
56-
<h1>Introduction To Lagom</h1>
57-
<h3>With James Roper (14 Min)</h3>
58-
<p>Services are asynchronous. Intra-service communication is managed for you. Streaming is out of the box. Your microservices are resilient by nature.</p>
59-
<br>
60-
</div>
61-
<div class="small-12 medium-6 large-7 medium-pull-6 large-pull-5 columns">
62-
<div class="yt-widget flex-video widescreen" id="yt-D9y2Ex3NN34">
63-
@cookieVideoWarning()
64-
</div>
65-
</div>
66-
</div>
67-
68-
<div id="developer-setup" class="row video-repeater">
69-
<div class="small-12 medium-6 large-5 columns medium-text-right">
70-
<h1>Developer Setup</h1>
71-
<h3>With Mirco Dotta (11 Min)</h3>
72-
<p>Development is familiar. Use your favorite IDE and favorite dependency injection tools. You leverage the old to build something new.</p>
73-
<br>
74-
</div>
75-
<div class="small-12 medium-6 large-7 columns">
76-
<div class="yt-widget flex-video widescreen" id="yt-1cOqYMe-Zm0">
77-
@cookieVideoWarning()
78-
</div>
79-
</div>
80-
</div>
81-
82-
<div id="managing-data-persistence" class="row video-repeater vertical-buffer-bottom-60">
83-
<div class="small-12 medium-6 large-5 medium-push-6 large-push-7 columns">
84-
<h1>Managing Data Persistence</h1>
85-
<h3>With Patrik Nordwall (16 Min)</h3>
86-
<p>Systems are distributed. Akka Cluster and Akka Persistence are under the hood. Cluster sharding is implicit. CQRS and event sourcing is made trivially easy. Your systems are cloud ready and elastic.</p>
87-
</div>
88-
<div class="small-12 medium-6 large-7 medium-pull-6 large-pull-5 columns">
89-
<div class="yt-widget flex-video widescreen" id="yt-yj581pSRflQ">
90-
@cookieVideoWarning()
91-
</div>
92-
</div>
93-
</div>
94-
9549
</article>
9650

9751
<aside class="fw-wrapper home-blog-listing">

src/main/twirl/com/lightbend/lagom/docs/main.scala.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,6 @@
1818
<link rel="stylesheet" href="@context.path/@context.assetFingerPrint-all-styles-concat.css" type="text/css">
1919
<!-- OneTrust Cookies Consent Notice (Production Standard, lagomframework.com, en-GB) start -->
2020
<script src="https://optanon.blob.core.windows.net/consent/1ee3f0d6-9ed5-4b9e-bed7-ce6faaeaca5d.js" type="text/javascript" charset="UTF-8"></script>
21-
<script type="text/javascript">
22-
function OptanonWrapper() {
23-
(function($) {
24-
$(function() {
25-
//find each YT embed and only load if cookies have been approved
26-
$( ".yt-widget" ).each(function( index ) {
27-
var ytID = $(this).attr("id").slice(3);
28-
Optanon.InsertHtml('<iframe id="player" class="youtube-embed-player" src="//www.youtube.com/embed/'+ytID+'?rel=0&amp;autohide=1&amp;modestbranding=0&amp;showinfo=1" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe>', 'yt-'+ytID, null, {deleteSelectorContent: true}, 4);
29-
});
30-
});
31-
})(jQuery);
32-
}
33-
</script>
3421
<!-- OneTrust Cookies Consent Notice (Production Standard, lagomframework.com, en-GB) end -->
3522
@header
3623
</head>

0 commit comments

Comments
 (0)