-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
87 lines (83 loc) · 3.84 KB
/
Copy pathabout.html
File metadata and controls
87 lines (83 loc) · 3.84 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About Us</title>
<link rel="stylesheet" href="./css/default.css" />
<link rel="stylesheet" href="./css/code_highlight.css" />
<link rel="stylesheet" href="./css/custom.css" />
<link rel="stylesheet" ref="https://fonts.googleapis.com/css?family=Anonymous+Pro">
<link rel="stylesheet" type="text/css" href="https://storage.googleapis.com/app.klipse.tech/css/codemirror.css">
<script src="https://use.fontawesome.com/cdd971d72d.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-105172721-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header>
<div class="inner">
<div class="logo">
<a href="./"><img src="./images/coding-rehab-logo.png" alt="Coding Rehab" /></a>
</div>
<div class="navigation">
<a href="./">Home</a>
<a href="./about.html">About</a>
<a href="./archive.html">Archive</a>
</div>
</div>
</header>
<div class="content">
<div class="inner">
<div class="about-person">
<div class="header">
about-dave-taylor <span class="social-icons"> <a href="http://twitter.com/etherfuse"><span class="fa fa-twitter"></span></a> <a href="http://github.com/lifehug"><span class="fa fa-github"></span></a> </span>
</div>
<div class="bio">
<div class="img_container">
<img src="./images/coding-rehab-dave.png" />
</div>
<div class="text">
<p>David Taylor is a software engineer in the San Francisco bay area. Early in his career he specialized in secure software for commercial and military aircraft and now works on large network and infrastructure development programs.</p>
<p>Married with two kids, and loves to wander.</p>
</div>
</div>
</div>
<div class="about-person">
<div class="header">
about-amir-barylko <span class="social-icons"> <a href="http://twitter.com/abarylko"><span class="fa fa-twitter"></span></a> <a href="http://orthocoders.com"><span class="fa fa-lightbulb-o"></span></a> <a href="http://github.com/amirci"><span class="fa fa-github"></span></a> <a href="https://www.slideshare.net/amirbarylko"><span class="fa fa-slideshare"></span></a> <a href="https://www.instagram.com/amirbarylko/"><span class="fa fa-instagram"></span></a> </span>
</div>
<div class="bio">
<div class="img_container">
<img src="./images/coding-rehab-amir.jpg" />
</div>
<div class="text">
<p>Amir started his career in 1994 working for IBM as a senior developer while he was finishing his Masters degree in computer science. Since then he worked as a software engineer and architect for the past 20 years.</p>
<p>Being an incurable geek, always thirsty for knowledge, his passion for technology moved him towards F# and after using it for six months he fell in love with it and with everything functional.</p>
<p>Since then he spends his days working in Clojure and playing with Haskell.</p>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="inner">
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
</div>
</footer>
<script>
window.klipse_settings = {
// selector_eval_js: '.language-klipse', // css selector for the html elements you want to klipsify
selector: '.eval-clojure'
};
</script>
<script src="https://storage.googleapis.com/app.klipse.tech/plugin/js/klipse_plugin.js"></script>
</body>
</html>