Skip to content

Commit 30f5254

Browse files
committed
Merge pull request #2 from alicoding/newFiles
Update files
2 parents 24c1430 + f81a998 commit 30f5254

File tree

5 files changed

+8874
-39
lines changed

5 files changed

+8874
-39
lines changed

css/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ html {
2323
line-height: 1.4;
2424
}
2525

26+
body {
27+
color: #939393;
28+
background-color: #222;
29+
}
30+
2631
/*
2732
* Remove text-shadow in selection highlight: h5bp.com/i
2833
* These selection rule sets have to be separate.

index.html

Lines changed: 34 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,42 @@
33
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
44
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
55
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
6-
<head>
7-
<meta charset="utf-8">
8-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9-
<title></title>
10-
<meta name="description" content="">
11-
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<head>
7+
<meta charset="utf-8">
8+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9+
<title></title>
10+
<meta name="description" content="">
11+
<meta name="viewport" content="width=device-width, initial-scale=1">
1212

13-
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
13+
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
1414

15-
<link rel="stylesheet" href="css/normalize.css">
16-
<link rel="stylesheet" href="css/main.css">
17-
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
18-
</head>
19-
<body>
20-
<!--[if lt IE 7]>
21-
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
22-
<![endif]-->
15+
<link rel="stylesheet" href="css/normalize.css">
16+
<link rel="stylesheet" href="css/main.css">
17+
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
18+
</head>
19+
<body>
20+
<!--[if lt IE 7]>
21+
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
22+
<![endif]-->
2323

24-
<!-- Add your site or application content here -->
25-
<p>Hello world! This is HTML5 Boilerplate.</p>
24+
<!-- Add your site or application content here -->
25+
<h1 id="pageTitle">[Product_Name] Code Review Wait Time Dashboard</h1>
26+
<div>
27+
<span></span>
28+
</div>
29+
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.js"></script>
30+
<script>window.jQuery || document.write('<script src="js/vendor/jquery.js"><\/script>')</script>
31+
<script src="js/plugins.js"></script>
32+
<script src="js/main.js"></script>
2633

27-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
28-
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
29-
<script src="js/plugins.js"></script>
30-
<script src="js/main.js"></script>
31-
32-
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
33-
<script>
34-
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
35-
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
36-
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
37-
e.src='//www.google-analytics.com/analytics.js';
38-
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
39-
ga('create','UA-XXXXX-X');ga('send','pageview');
40-
</script>
41-
</body>
34+
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
35+
<script>
36+
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
37+
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
38+
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
39+
e.src='//www.google-analytics.com/analytics.js';
40+
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
41+
ga('create','UA-XXXXX-X');ga('send','pageview');
42+
</script>
43+
</body>
4244
</html>

js/main.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
1+
require.config({
2+
baseUrl: '/js',
3+
paths: {
4+
'jquery': '/vendor/jquery',
5+
}
6+
});

js/vendor/jquery-1.10.2.min.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)