-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (69 loc) · 2.5 KB
/
index.html
File metadata and controls
86 lines (69 loc) · 2.5 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Ofer Belinsky" />
<meta name="author" content="Ofer Belinsky">
<link rel="stylesheet" type="text/css" media="screen" href="all.css">
<title>Ofer Belinsky</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<h1 id="title">
Ofer Belinsky
<img id="mypic" src="images/Ofer.jpg" />
</h1>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
Welcome to my humble abode on the web !
<p>
I am (in no particular order) a:
<ul>
<li>Software Guy</li>
<li>Father of 3 adorable boys and Husband to their beautiful Mom :-)</li>
<li>Rocker/Metalhead</li>
<li>Snowboarder</li>
<li>Sci-Fi/Fantasy geek</li>
</ul>
</p>
<hr>
<p>But enough about me... <br>Here are a few recommendations on where to go next:</p>
<p>
Software-related reading? Try <a href="http://www.12factor.net/">The Twelve-Factor App</a>
</p>
<p>
Music? Try a few of my <a href="https://www.youtube.com/playlist?list=FL9uKO_KKSTJPFRvh0ixLc9Q">Favorites</a>
</p>
<p>
Outdoor Activities? I recommend <a href="http://www.worldsnowboardguide.com/">Snowboarding</a> or <a href="http://www.doc.govt.nz/">Hiking in NZ</a>
</p>
<p>
Books? Here are <a href="https://www.librarything.com/catalog/belinsky">a few I've read</a>
</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
</footer>
</div>
<!-- Google Analytics - Start -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32597760-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- Google Analytics - End -->
</body>
</html>