File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
< link rel ="stylesheet " href ="style.css " media ="screen " type ="text/css " />
4
4
</ head >
5
5
< 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 ">
8
8
< h1 class ="centered "> < span class ="boxed "> Happy Holidays from Coder Dojo< span > </ h1 >
9
9
< p >
10
10
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
14
14
</ p >
15
15
< h2 > < strong id ="festive "> Happy Holidays!</ strong > from all of us at Coder Dojo</ h2 >
16
16
< 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 ">
18
18
</ a >
19
19
</ body >
20
20
</ html >
21
+
Original file line number Diff line number Diff line change 1
1
body {
2
2
font-family : "Arial Black" , Gadget, sans-serif;
3
3
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;
5
5
width : 60% ;
6
6
padding : 30px ;
7
7
margin-left : auto;
You can’t perform that action at this time.
0 commit comments