-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (20 loc) · 870 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head><title>Happy Holidays</title>
<link rel="stylesheet" href="style.css" media="screen" type="text/css" />
</head>
<body>
<img class="force-left" src="https://github.com/jimwhitfield/coderdojo-webdev-novice/raw/master/red-tree.png">
<img class="force-right" src="https://github.com/jimwhitfield/coderdojo-webdev-novice/raw/master/blue-tree.png">
<h1 class="centered"><span class="boxed">Happy Holidays from Coder Dojo<span></h1>
<p>
We wish you a <i>Cheery Solstice</i><br/>
We wish you a <em>Merry Christmas</em><br/>
We wish you a lovely Kwanzaa<br>
And a belated Hanukkah!
</p>
<h2><strong id="festive">Happy Holidays!</strong> from all of us at Coder Dojo</h2>
<a href="http://coderdojosv.com">
<img src="http://coderdojosv.com/assets/logo.png" width="146" height="45">
</a>
</body>
</html>