-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (98 loc) · 6.7 KB
/
Copy pathindex.html
File metadata and controls
106 lines (98 loc) · 6.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html style="background-color:black">
<link type="text/css" rel="stylesheet" href="unit1_projects/stylesheets/blogtemplate.css"/>
<script src="unit1_projects/stylesheets/blogtemplate.js"></script>
<!--Fonts-->
<link href='http://fonts.googleapis.com/css?family=Neuton:400,400italic,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Dancing+Script:400,700' rel='stylesheet' type='text/css'>
<header>
<!--Favicon-->
<link href="data:image/x-icon;base64,AAABAAEAEBAAAAAAAABoBQAAFgAAACgAAAAQAAAAIAAAAAEACAAAAAAAAAEAAAAAAAAAAAAAAAEAAAAAAAAAAAAAv/7lAH/LfwCy/v8AmeT/AGa6fwBZy/4AAGWcAJWq1AAAWI8AAHFZAEu+8gAAmP0A2PL/AAAZegAAi/AAAAxtAACMzADM/v8ADKXYABlmugAATKEAWMv/AAAMfgAA23IAAKU7AMrU6QAZsuUAFl27AEzxpQAmnL8AAAx2ABmy/gAAiwAAAFwAAGXL/wAAfuQAf8v+AEyx/wAmv/IAAHsdACay5QAynL8AAHLMADLL8QAAZb8AP7LcAADwcgAAJZQAMrLlAD/Y/gA/qT8AGZjlAABx2AC/v9wAJqXyABmHsgC/5f4AC2HDALLl/wAMM34Amcv/AAA/fgBy8b8ALFWqAD+L2AA/mD8Av9jyAL/L5QAAf8sADKX9AD++/wBgf78AGbLxAACYAAAAmNgAAORMAH/QfwB/f6UAABmHAACcYQAAf8wAJr/+AAByvwAAMpwAJs9lAAx2PwAAJY8AFmnHAH+y5QCM2P4AGaXlAL/cvwAAftgAIVmyADLL5QAAbh0AMsv+AL/lvwAAZcwAMqXUAD8/fgAAXFAAAFi/AABLsgAAlyYAcr7/AADjcgBZqb8APz+PAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ1krUVFRUVFZQwAAAAAAWVFLXyxhYWFhSxFBRAAAAGMVT08wTzBPFC4yNGc2AAAOV2hPCQdPClcfPGRFTwAAbVQ+L0xMGGs+FxBlQ2gAAVBgKAVNHQM/IRlmTgAAAFxpaWxqJiZqPQQSVUozYgBcKiYjCzEbKRtHNx5WIkJcDRYTURFjKysrURMnWzgCYjsbXTU1NSRjNTVRURNTGgANSUYPDAwMDCQ1Yy0rHAgAAAZSRkYMDAwPJDUcHF4aAAAAWiBGRg8kDyRjXkBIAAAAAAAAOSU1NTpYXggaAAAAAAAAAAAAAAAAAAAAAAAAAP//AADADwAAgAMAAIABAACAAQAAgAEAAAAHAAAAAQAAAAAAAAAAAAAAAQAAAAEAAIABAADAAwAA8AcAAP//AAA=" rel="icon" type="image/x-icon" />
<title>From Court to Code</title>
<!-- this is where the navbar should be -->
<ul id="sddm">
<li><a href="index.html"
onmouseover="mopen('m1')"
onmouseout="mclosetime()">Home</a>
<div id="m1"
onmouseover="mcancelclosetime()"
onmouseout="mclosetime()">
</div>
</li>
<li><a href="blog-posts/week1_technical.html"
onmouseover="mopen('m2')"
onmouseout="mclosetime()">Technical</a>
<div id="m2"
onmouseover="mcancelclosetime()"
onmouseout="mclosetime()">
<a href="http://hamberguesa.github.io/blog-posts/week1_technical.html">Week One Technical Blog</a>
<a href="http://hamberguesa.github.io/blog-posts/week2_technical.html">Week Two Technical Blog</a>
<a href="http://hamberguesa.github.io/blog-posts/week3_technical.html">Week Three Technical Blog</a>
<a href="http://hamberguesa.github.io/blog-posts/week4_technical.html">Week Four Technical Blog</a>
<a href="http://hamberguesa.github.io/blog-posts/week5_technical.html">Week Five Technical Blog</a>
<a href="http://hamberguesa.github.io/blog-posts/week6_technical.html">Week Six Technical Blog</a>
<a href="http://hamberguesa.github.io/blog-posts/week7_technical.html">Week Seven Technical Blog</a>
<a href="http://hamberguesa.github.io/blog-posts/week8_technical.html">Week Eight Technical Blog</a>
</div>
</li>
<li><a href="blog-posts/week1_cultural.html"
onmouseover="mopen('m3')"
onmouseout="mclosetime()">Cultural</a>
<div id="m3"
onmouseover="mcancelclosetime()"
onmouseout="mclosetime()">
<a href="http://hamberguesa.github.io/blog-posts/week1_cultural.html">Week One Cultural Blog</a>
<a href="http://hamberguesa.github.io/blog-posts/week3_cultural.html">Week Three Cultural Blog</a>
<a href="http://hamberguesa.github.io/blog-posts/week4_cultural.html">Week Four Cultural Blog</a>
<a href="http://hamberguesa.github.io/blog-posts/week5_cultural.html">Week Five Cultural Blog</a>
<a href="http://hamberguesa.github.io/blog-posts/week6_cultural.html">Week Six Cultural Blog</a>
<a href="http://hamberguesa.github.io/blog-posts/week7_cultural.html">Week Seven Cultural Blog</a>
<a href="http://hamberguesa.github.io/blog-posts/week8_cultural.html">Week Eight Cultural Blog</a>
<a href="http://hamberguesa.github.io/blog-posts/week9_cultural.html">Week Nine Cultural Blog</a>
</div>
</li>
<li><a href=""
onmouseover="mopen('m4')"
onmouseout="mclosetime()">Other Projects</a>
<div id="m4"
onmouseover="mcancelclosetime()"
onmouseout="mclosetime()">
<a href="http://hamberguesa.github.io/GPS/gps1.1copy.html">Peer Programming</a>
<a href="http://hamberguesa.github.io/pairing_challenges/starting-point.html">Responsive Design & Fluid Layouts</a>
<a href="http://hamberguesa.github.io/unit3_cheatsheet.html">SQL Cheatsheet</a>
</div>
</li>
<li><a href="blog-posts/about.html"
onmouseover="mopen('m5')"
onmouseout="mclosetime()">About</a>
<div id="m5"
onmouseover="mcancelclosetime()"
onmouseout="mclosetime()">
</div>
</li>
<li><a href="blog-posts/contact.html"
onmouseover="mopen('m6')"
onmouseout="mclosetime()">Contact</a>
<div id="m6"
onmouseover="mcancelclosetime()"
onmouseout="mclosetime()">
</div>
</li>
</ul>
<div style="clear:both"></div>
</header>
<body> <!-- this is where the image will be -->
<br>
<br>
<br>
<div id="liberty">
<div class="droplow">
<div id="blog-name">From Court to Code</div>
</div>
</div>
<!--Footer -->
<footer>
<p style="color: gray">Copyright Amber Hager 2014<br>Website Logo: Lady Justice. Image Credit: "All shall be equal before the law" by <a style="color: gray" href="http://www.flickr.com/photos/smbaxter24/4376733118/"target="_blank">siobhanm_baxter</a> on Flickr via Creative Commons.</p>
</footer>
</body>
</html>