jquery 3 just got released
This commit is contained in:
parent
c4ea68a050
commit
d77f82f5e5
3 changed files with 9 additions and 12 deletions
|
@ -2,7 +2,9 @@
|
|||
|
||||
## Installation
|
||||
|
||||
`bundle install`
|
||||
```bash
|
||||
bundle install
|
||||
```
|
||||
|
||||
## Developing
|
||||
|
||||
|
|
|
@ -6,4 +6,6 @@ $.get 'https://api.github.com/orgs/ZeusWPI/events', (data) ->
|
|||
$('<img />',
|
||||
style: 'width: 50px;',
|
||||
src: e.actor.avatar_url
|
||||
)))
|
||||
)
|
||||
).append e.type
|
||||
)
|
||||
|
|
|
@ -5,21 +5,15 @@
|
|||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>A Brand New Nanoc Site - <%= @item[:title] %></title>
|
||||
<title>Zeus WPI: Werkgroep Informatica van de Universiteit Gent</title>
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/pure-min.css">
|
||||
<!--[if lte IE 8]>
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-old-ie-min.css">
|
||||
<![endif]-->
|
||||
<!--[if gt IE 8]><!-->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css">
|
||||
<!--<![endif]-->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css">
|
||||
<link rel="stylesheet" href="stylesheet.css">
|
||||
|
||||
<script src="https://code.jquery.com/jquery-2.2.4.min.js" charset="utf-8"></script>
|
||||
<script src="https://code.jquery.com/jquery-3.0.0.min.js" charset="utf-8"></script>
|
||||
<script src="index.js" charset="utf-8"></script>
|
||||
|
||||
<!-- you don't need to keep this, but it's cool for stats! -->
|
||||
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -28,7 +22,6 @@
|
|||
<img class="pure-img" src="https://zeus.ugent.be/wp-content/uploads/2009/05/logo-new.png" alt="" />
|
||||
</div>
|
||||
<div class="pure-u-1-2">
|
||||
SOMETHING
|
||||
</div>
|
||||
<div class="pure-u-1-3">
|
||||
#1 CODER ON GAMIFICATION
|
||||
|
|
Loading…
Reference in a new issue