Skip to content

Commit d3ad0aa

Browse files
author
Jim Whitfield
committed
assets now on github (and latest cdsv location)
1 parent 1544512 commit d3ad0aa

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<link rel="stylesheet" href="style.css" media="screen" type="text/css" />
44
</head>
55
<body>
6-
<img class="force-left" src="red-tree.png">
7-
<img class="force-right" src="blue-tree.png">
6+
<img class="force-left" src="https://github.com/jimwhitfield/coderdojo-webdev-novice/raw/master/red-tree.png">
7+
<img class="force-right" src="https://github.com/jimwhitfield/coderdojo-webdev-novice/raw/master/blue-tree.png">
88
<h1 class="centered"><span class="boxed">Happy Holidays from Coder Dojo<span></h1>
99
<p>
1010
We wish you a <i>Cheery Solstice</i><br/>
@@ -14,7 +14,8 @@ <h1 class="centered"><span class="boxed">Happy Holidays from Coder Dojo<span></h
1414
</p>
1515
<h2><strong id="festive">Happy Holidays!</strong> from all of us at Coder Dojo</h2>
1616
<a href="http://coderdojosv.com">
17-
<img src="http://coderdojosv.com/static/svlogo.png" width="146" height="45">
17+
<img src="http://coderdojosv.com/assets/logo.png" width="146" height="45">
1818
</a>
1919
</body>
2020
</html>
21+

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
body {
22
font-family: "Arial Black", Gadget, sans-serif;
33
color: blue;
4-
background: #dcfadf url('http://whitfieldweb.com/lights-animated.gif') repeat-x;
4+
background: #dcfadf url('https://github.com/jimwhitfield/coderdojo-webdev-novice/raw/master/lights-animated.gif') repeat-x;
55
width:60%;
66
padding:30px;
77
margin-left:auto;

0 commit comments

Comments
 (0)