Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request #4 from zucchi/design/redmeat
Browse files Browse the repository at this point in the history
Design/redmeat
  • Loading branch information
weierophinney committed Nov 1, 2011
2 parents fef6799 + e99170c commit 8f4afd5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
11 changes: 11 additions & 0 deletions modules/Application/public/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ body > header {
font-family: 'HaymerPetiteCapitalsLight-Light';
}

body > aside.corner {
position: absolute;
margin:0;
padding: 0;
right:0;
top: 0;
width: 149px;
height: 149px;
text-align: right;
}

body > header > figure {
width: 550px;
height: 405px;
Expand Down
Binary file added modules/Application/public/images/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion modules/Application/views/index/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
<li><a href="https://github.com/EvanDotPro/zf2-guestbook-module">Guestbook Module</a> - Provides very simple Guestbook functionality. By <a href="http://weierophinney.net/matthew/">Matthew Weier O'Phinney</a>.</li>
</ul>
</div>
</article>
</article>
12 changes: 8 additions & 4 deletions modules/Application/views/layouts/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
</form>
<nav>
<ul>
<li class="active"><a href="#welcome">Welcome</a></li>
<li><a href="#help">We Need Help</a></li>
<li><a href="#modules">Modules</a></li>
<li class="active"><a href="#welcome" title="Welcome">Welcome</a></li>
<li><a href="#help" title="We Need Help"">We Need Help</a></li>
<li><a href="#modules" title="Modules">Modules</a></li>
</ul>
</nav>
</header>
Expand All @@ -38,6 +38,10 @@
<footer class="clearfix">
&copy; <?= date('Y'); ?> by Zend Technologies Ltd. All rights reserved.
</footer>
<a href="https://github.com/zendframework/modules.zendframework.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/71eeaab9d563c2b3c590319b398dd35683265e85/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub"></a>
<aside class="corner">
<a href="https://github.com/zendframework/modules.zendframework.com" title="Fork me on Github">
<img src="https://a248.e.akamai.net/assets.github.com/img/71eeaab9d563c2b3c590319b398dd35683265e85/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub">
</a>
</aside>
</body>
</html>

0 comments on commit 8f4afd5

Please sign in to comment.