Skip to content

Commit

Permalink
Prereq changes for linking from dcos.io menu (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Judith Malnick authored and Joerg Schad committed Aug 19, 2017
1 parent d5bc5ec commit 3155646
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="description" content="">
<meta name="author" content="">

<title>Universe - Browse packages in the DC/OS Universe!</title>
<title>DC/OS Service Catalog</title>

<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
Expand Down Expand Up @@ -45,7 +45,7 @@
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#universe-navbar-collapse">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#/">Mesosphere DC/OS Universe</a>
<a class="navbar-brand page-scroll" href="#/">Mesosphere DC/OS Service Catalog</a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
Expand All @@ -55,10 +55,10 @@
<a class="page-scroll" href="#/">Search</a>
</li>
<li>
<a class="page-scroll" href="#/packages">Package List</a>
<a class="page-scroll" href="#/packages">Browse</a>
</li>
<li>
<a class="page-scroll" href="https://github.com/mesosphere/universe" target="_blank">GitHub</a>
<a class="page-scroll" href="https://github.com/mesosphere/universe" target="_blank">Contribute</a>
</li>
<li>
<a class="page-scroll" href="https://www.dcos.io" target="_blank">DC/OS</a>
Expand Down
6 changes: 3 additions & 3 deletions public/partials/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="col-sm-8 col-sm-offset-2">
<div class="header-content">
<div class="header-content-inner">
<h1>Search and browse the packages of the DC/OS Universe!</h1>
<h1>Search the Mesosphere DC/OS Service Catalog:</h1>
<form>
<script type="text/ng-template" id="customTemplate.html">
<a analytics-on="click">
Expand All @@ -16,11 +16,11 @@ <h1>Search and browse the packages of the DC/OS Universe!</h1>
</div>
</a>
</script>
<input type="text" ng-model="selectedPackage" placeholder="Universe packages" uib-typeahead="pkag as pkag.name for pkag in searchPackages($viewValue)" typeahead-template-url="customTemplate.html" typeahead-on-select="showPackageDetails($item, $model, $label, $event)" typeahead-wait-ms="25" class="form-control input-lg transparent-input">
<input type="text" ng-model="selectedPackage" placeholder="Services" uib-typeahead="pkag as pkag.name for pkag in searchPackages($viewValue)" typeahead-template-url="customTemplate.html" typeahead-on-select="showPackageDetails($item, $model, $label, $event)" typeahead-wait-ms="25" class="form-control input-lg transparent-input">
</form>
</div>
</div>
</div>
</div>
</div>
</header>
</header>
4 changes: 2 additions & 2 deletions public/stylesheets/universe.css
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,9 @@ header {
background-repeat: repeat-y;
background: url("../images/bg-pattern.png"), #7b4397;
/* fallback for old browsers */
background: url("../images/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #dc2430);
background: url("../images/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #000000);
/* Chrome 10-25, Safari 5.1-6 */
background: url("../images/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);
background: url("../images/bg-pattern.png"), linear-gradient(to left, #7b4397, #000000);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color: white;
}
Expand Down

0 comments on commit 3155646

Please sign in to comment.