aggregation-platform/plugins/developer/html/home.html.dump

38 lines
983 B
Plaintext

<div ng-controller="Developer.HomeController">
<div class="jumbotron">
<h1>Perspectives</h1>
<p>
Please choose the perspective you would like to use:
</p>
</div>
<div class="row">
<div class="col-md-6">
<p class="text-center">
<a class="btn btn-lg btn-primary" href="/workspaces" role="button"
title="Create or work on Projects">
<i class="fa fa-tasks"></i>
&nbspDevelop 禄
</a>
</p>
<p class="text-center">
Work on projects and source code
</p>
</div>
<div class="col-md-6">
<p class="text-center">
<a class="btn btn-lg btn-primary" href="/namespaces" role="button"
title="Look around the various Namespaces at running Pods and Services">
<i class="fa fa-cubes"></i>
&nbsp;Operate 禄
</a>
</p>
<p class="text-center">
Manage and run Pods and Services
</p>
</div>
</div>
</div>