Skip to content

Commit

Permalink
Second fix for bug 962257.
Browse files Browse the repository at this point in the history
 * Adds conference banner to /api and /developer

Change-Id: I7f216bd73202d21f3c89911672336e8e6bc6ef37
  • Loading branch information
annegentle committed Apr 9, 2012
1 parent 632a3af commit 5268e7c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions www/api/index.html
Expand Up @@ -43,6 +43,17 @@
</head>

<body class="docshome" id="docshome">
<!-- Top Conference Banner -->
<div class="topMessage">
<div class="container">
<div class="span-24 last">

<p><strong>It's coming!</strong> The OpenStack Conference &amp; Design Summit happens this April. &nbsp; &nbsp;<a href="/conference/" class="roundedButton">Details &amp; Registration</a>

</div>
</div>
</div>
<!-- End Top Conference Banner -->
<div class="container">
<div id="header">
<div class="span-5">
Expand Down
11 changes: 11 additions & 0 deletions www/developer/index.html
Expand Up @@ -42,6 +42,17 @@
</head>

<body class="docshome" id="docshome">
<!-- Top Conference Banner -->
<div class="topMessage">
<div class="container">
<div class="span-24 last">

<p><strong>It's coming!</strong> The OpenStack Conference &amp; Design Summit happens this April. &nbsp; &nbsp;<a href="/conference/" class="roundedButton">Details &amp; Registration</a>

</div>
</div>
</div>
<!-- End Top Conference Banner -->
<div class="container">
<div id="header">
<div class="span-5">
Expand Down

0 comments on commit 5268e7c

Please sign in to comment.