Remove file related to old Developer's dashboard.

This commit is contained in:
elitsa
2018-10-03 14:21:41 +02:00
parent 7468c4ab04
commit f3d1cc29bb

View File

@@ -1,21 +0,0 @@
<umb-box>
<umb-box-content>
<h3 class="bold">Hours of Umbraco training videos are only a click away</h3>
<p>Want to master Umbraco? Spend a couple of minutes learning some best practices by watching one of these videos about using Umbraco, then visit <a class="btn-link -underline" href="https://umbraco.tv" target="_blank">umbraco.tv</a> for even more Umbraco videos.</p>
</umb-box-content>
</umb-box>
<div ng-init="init('https://umbraco.tv/videos/developer/chapterrss?sort=no')"
ng-controller="Umbraco.Dashboard.StartupVideosController">
<div class="umb-getstartedcards">
<a class="umb-getstartedcard" ng-repeat="video in videos" href="{{video.link}}" title="{{video.title}}" target="_blank" rel="noopener">
<img ng-src="{{video.thumbnail}}" alt="{{video.title}}">
<div class="umb-getstartedbody">
<p>{{video.title}}</p>
</div>
</a>
</div>
</div>