Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
update web.unimelb for 0.8 deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingallday committed Mar 25, 2015
1 parent 1cb5ebc commit 26520c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion demo-site/app/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class App < Sinatra::Base
get '/' do
@components = settings.components
@layouts = settings.layouts
@ver = "v0.7"
@ver = "v0.8"
slim :index
end

Expand Down
2 changes: 1 addition & 1 deletion demo-site/views/index.slim
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ div role="main"
/ p.center.no-padding
/ a href="#" View markup for version #{@ver}
p.center.grey
| Please note that we only support the current and the previous version of the design system.
| Please note that after v1.0 goes live, we will only support the current and previous version of the design system.
/ If you run on an older version please
/'
/a href="#" view our update guide
Expand Down
10 changes: 5 additions & 5 deletions pages/articles/usage-instructions.slim.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ section
==syntax_highlight :html
erb:
<!--[if lt IE 9]><script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="//uom-design-system.s3.amazonaws.com/v0.7/uom.css">
<script src="//uom-design-system.s3.amazonaws.com/v0.7/uom.js"></script>
<link rel="stylesheet" href="//uom-design-system.s3.amazonaws.com/v0.8/uom.css">
<script src="//uom-design-system.s3.amazonaws.com/v0.8/uom.js"></script>

section
p The first provides a universal <abbr title="Reproduce modern functionality in older browser">polyfill</abbr> for styling on HTML5 semantic elements such as <code>header</code>, <code>nav</code> and <code>section</code> We use these elements as selectors in the design system stylesheet.
Expand All @@ -44,8 +44,8 @@ section
<title> (any page title) </title>

<!--[if lt IE 9]><script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="//uom-design-system.s3.amazonaws.com/v0.7/uom.css">
<script src="//uom-design-system.s3.amazonaws.com/v0.7/uom.js"></script>
<link rel="stylesheet" href="//uom-design-system.s3.amazonaws.com/v0.8/uom.css">
<script src="//uom-design-system.s3.amazonaws.com/v0.8/uom.js"></script>
</head>

<body>
Expand All @@ -62,7 +62,7 @@ section
</html>

section
p: em Please note that in the example above, <b class="red">v0.7</b> refers to a specific version of the design system and may not be the current version! Please refer to the homepage.
p: em Please note that in the example above, <b class="red">v0.8</b> refers to a specific version of the design system and may not be the current version! Please refer to the homepage.

hr

Expand Down

0 comments on commit 26520c9

Please sign in to comment.