Skip to content

Commit

Permalink
import new site images, css, and js
Browse files Browse the repository at this point in the history
  • Loading branch information
dreverri committed Feb 9, 2011
1 parent cbe2304 commit 1bfa42e
Show file tree
Hide file tree
Showing 409 changed files with 7,238 additions and 40,713 deletions.
28 changes: 14 additions & 14 deletions _Layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- Place favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="shortcut icon" href="{{ wiki.base_path }}favicon.ico">
<link rel="apple-touch-icon" href="{{ wiki.base_path }}apple-touch-icon.png">

<!-- CSS : implied media="all" -->
<link rel="stylesheet" href="css/style.css?v=2">
<link rel="stylesheet" href="{{ wiki.base_path }}css/style.css?v=2">

<!-- Uncomment if you are specifically targeting less enabled mobile browsers
<link rel="stylesheet" media="handheld" href="css/handheld.css?v=2"> -->
<link rel="stylesheet" media="handheld" href="{{ wiki.base_path }}css/handheld.css?v=2"> -->

<!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects -->
<script src="js/libs/modernizr-1.6.min.js"></script>
<script src="{{ wiki.base_path }}js/libs/modernizr-1.6.min.js"></script>

<!-- Old layout
<link rel="stylesheet" href="{{ wiki.base_path }}css/screen.css" type="text/css" charset="utf-8" />
Expand All @@ -45,7 +45,7 @@

<div id="container">
<header>
<h1><a href="index.php"><img src="images/logo.png" alt="basho"></a></h1>
<h1><a href="index.php"><img src="{{ wiki.base_path }}images/logo.png" alt="basho"></a></h1>
<nav>
<ul class="dropdown">
<li><a href="company_about.php">Company</a>
Expand Down Expand Up @@ -84,7 +84,7 @@ <h1><a href="index.php"><img src="images/logo.png" alt="basho"></a></h1>
<form action="search.php" method="get">
<div class="search">
<input type="text" name="q" />
<input type="image" src="images/btn_search.png" />
<input type="image" src="{{ wiki.base_path }}images/btn_search.png" />
</div>
</form>
</header>
Expand All @@ -99,7 +99,7 @@ <h1><a href="index.php"><img src="images/logo.png" alt="basho"></a></h1>
<div id="toc"></div>

<hgroup>
<h1>{{ page. title }}</h1>
<h1>{{ page.title }}</h1>
<div class="clearfix"></div>
</hgroup>

Expand Down Expand Up @@ -129,24 +129,24 @@ <h1>{{ page. title }}</h1>

<!-- Grab Google CDN's jQuery. fall back to local if necessary -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="js/libs/jquery-1.4.2.js"%3E%3C/script%3E'))</script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="{{ wiki.base_path }}js/libs/jquery-1.4.2.js"%3E%3C/script%3E'))</script>


<!-- scripts concatenated and minified via ant build script-->
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<script src="{{ wiki.base_path }}js/plugins.js"></script>
<script src="{{ wiki.base_path }}js/script.js"></script>
<!-- end concatenated and minified scripts-->

<script type="text/javascript" language="javascript" src="js/jquery.dropdownPlain.js"></script>
<script type="text/javascript" language="javascript" src="{{ wiki.base_path }}js/jquery.dropdownPlain.js"></script>

<!--[if lt IE 7 ]>
<script src="js/libs/dd_belatedpng.js"></script>
<script> DD_belatedPNG.fix('img, .png_bg'); //fix any <img> or .png_bg background-images </script>
<![endif]-->

<!-- yui profiler and profileviewer - remove for production -->
<script src="js/profiling/yahoo-profiling.min.js"></script>
<script src="js/profiling/config.js"></script>
<script src="{{ wiki.base_path }}js/profiling/yahoo-profiling.min.js"></script>
<script src="{{ wiki.base_path }}js/profiling/config.js"></script>
<!-- end profiling code -->

<script type="text/javascript" src="http://fast.fonts.com/jsapi/ec69692f-f404-4e54-ac9e-f957fa43199c.js"></script>
Expand Down
Binary file added apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 0 additions & 55 deletions css/gollum.css

This file was deleted.

8 changes: 8 additions & 0 deletions css/handheld.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
* {
float: none; /* Screens are not big enough to account for floats */
background: #fff; /* As much contrast as possible */
color: #000;
}

/* Slightly reducing font size to reduce need to scroll */
body { font-size: 80%; }
1 change: 1 addition & 0 deletions css/ie.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ul.dropdown ul li { display: inline; width: 100%; }
Loading

0 comments on commit 1bfa42e

Please sign in to comment.