-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
105 lines (100 loc) · 5.73 KB
/
Copy pathabout.html
File metadata and controls
105 lines (100 loc) · 5.73 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>About</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<meta name="author" content="Sam Brougher" />
<meta name="keywords" content="" />
<meta name="generator" content="JBake" />
<!--link th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+'css/bootstrap.min.css'" rel="stylesheet"/-->
<!--link th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+'css/asciidoctor.css'" rel="stylesheet"/-->
<!--link th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+'css/base.css'" rel="stylesheet"/-->
<link rel="stylesheet" href="css/prettify.css" />
<link rel="stylesheet" href="css/style.css" />
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath}+'js/html5shiv.min.js'"></script>
<![endif]-->
<!-- Fav and touch icons -->
<!--<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png"/>
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png"/>
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png"/>
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png"/>-->
<link rel="shortcut icon" href="gear_fav.ico" />
</head>
<body onload="prettyPrint()">
<div id="overallbg"><!-- The title bar -->
<div id="title">
<img alt="Decorative gears" src="images/gears.png" />
</div>
<div id="main">
<div id="content">
<h1 id="titleh">About</h1>
<p><p><img style="float:left; margin:0 10px 10px 0" src="images/DressedUp.jpg" alt="Sam Brougher" />I am Sam Brougher. In 2008 I got my Bachelor of Science in Psychology with a minor in Creative Writing and a concentration in Information Technology. Two years later I graduated with my Master of Science in Applied Experimental and Engineering Psychology with focuses on Human-Computer Interaction, Information Processing, and Interactive Programming. In addition, I've taken courses in biology, physics, advanced mathematics, chemistry, and engineering.</p>
<p>Professionally, I'm a Software Engineer at Curriculum Associates. My first novel, Letters to an Old God, was self-published on Amazon (so you know it's a big deal). At various times I <a href="https://github.com/Azuaron">start and stop open source projects on GitHub</a>.</p>
<p>I'm married, have a 2-year-old daughter and a <1 year old daughter, and am staff to a pair of cats.</p></p>
<p>Last updated <em>06 August 2016</em></p>
<div class="clear"> </div>
</div>
<div id="rightBorder"> </div>
</div>
<div id="foot">
<div id="foottopbg">
<p class="muted credit">© 2010- by Sam Brougher unless otherwise specified. |
Gears made from brushes by <a href="http://www.obsidiandawn.com" shape="rect">Obsidian Dawn</a>. |
Mixed with <a href="http://getbootstrap.com/" shape="rect">Bootstrap v3.1.1</a> |
Baked with <a href="http://jbake.org" shape="rect">JBake <span>v2.4.0</span></a> |
Also used (and recommended) is <a href="http://jquery.com/" shape="rect">jQuery</a>. |
Text areas use James Padolsey's <a href="http://james.padolsey.com/javascript/jquery-plugin-autoresize/" shape="rect">auto resize jQuery plugin</a>.
</p>
</div>
<!-- Javascript
==================================================
Placed at the end of the document so the pages load faster -->
<script xml:space="preserve" src="js/jquery-1.11.1.min.js"></script>
<script xml:space="preserve" src="js/bootstrap.min.js"></script>
<script xml:space="preserve" src="js/prettify.js"></script>
<script xml:space="preserve" src="js/portfolio.js"></script>
</div>
<div id="overallm">
<div id="menu">
<a shape="rect" href="index.html">
<img id="logo" alt="Forest Azuaron" src="images/logo.png" />
</a>
<ul class="nav navbar-nav">
<li class="menu-item">
<a shape="rect" href="index.html">Home</a>
</li>
<li class="menu-item">
<a shape="rect" href="about.html">About</a>
<img class="menuborder" src="/images/menudivider.png" />
</li>
<li class="menu-item">
<a href="https://www.linkedin.com/in/sambrougher" shape="rect">LinkedIn</a>
<img class="menuborder" src="/images/menudivider.png" />
</li>
<li class="menu-item">
<a shape="rect" href="fiction.html">Fiction</a>
<img class="menuborder" src="/images/menudivider.png" />
</li>
<li class="menu-item">
<a shape="rect" href="archive.html">News</a>
<img class="menuborder" src="/images/menudivider.png" />
</li>
<!--li class="menu-item">
<a th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+${config.feed_file}">Subscribe</a>
<img class="menuborder" th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath} + '/images/menudivider.png'" />
</li-->
</ul>
<img id="menurightborder" alt="Menu right border" src="images/menuright.png" />
</div><!-- end of menu -->
<div id="mgear">
<img id="topgear" alt="Small gear wheel" src="images/smallwheel.png" />
<img id="bottomgear" alt="Small gear wheel" src="images/smallwheel.png" />
</div>
</div>
</div>
</body>
</html>