Skip to content

Commit

Permalink
Merge pull request #165 from pivotal-cf/pui-splash
Browse files Browse the repository at this point in the history
feat(styleguide): shiny new intro page
  • Loading branch information
stubbornella committed Jun 17, 2015
2 parents 635d0fd + 699e23a commit 2ad8df1
Show file tree
Hide file tree
Showing 3 changed files with 739 additions and 142 deletions.
16 changes: 14 additions & 2 deletions hologram/doc_assets/_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@
<a href="/" class="styleguide-logo"><img src="styleguide/pui-logo@2x.png" alt="Introduction to Pivotal UI" height="28px"></a>
<div id="styleguide-first-level-nav-wrapper">
<ul id="styleguide-first-level-nav">

<% categories = ['Layout', 'Elements', 'Objects', 'Utilities', 'Forms', 'by Product', 'React Beta'] %>


<% categories.each_with_index do |category_name, index| %>
<%= "\"#{category_name}\" CATEGORY NOT FOUND ERROR, fool." unless @categories.has_key?(category_name) %>
<% file_name = @categories[category_name] %>
Expand Down Expand Up @@ -60,6 +62,16 @@
</div>
</div>
</nav>
<div class="container ptl">
<section class="content">
<div class="now-hiring bg-accent-3 pbn">
<a class=" active" href="http://bit.ly/1INDWhQ">
<div class="bg-shadow-1 pvl">
<h1 class="type-neutral-11 mvn h4 txt-c"><span><span>Pivotal is now hiring several </span><span class="em-high"> Design</span> roles. </span><span class="">Learn More.</span></span>
</h1></a>
</div>
</div>
<% if title != "Intro" %>
<div class="container ptl">
<section class="content">
<% end %>


Loading

0 comments on commit 2ad8df1

Please sign in to comment.