-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
52 lines (31 loc) · 1.91 KB
/
about.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<style type="text/css"> .imgBox { width: 600px; height: 600px; background: url(http://darrkj.github.io/images/hemb.png) no-repeat; } .imgBox:hover { width: 600px; height: 600px; background: url(http://darrkj.github.io/images/kenny.png) no-repeat; } </style>
<title>About Me</title>
</head>
<body>
<header>
<div class="container">
<h1>About Me</h1>
<h2></h2>
</div>
</header>
<div class="container">
<section id="main_content">
<div class="imgBox"></div>
<p>A presentation I gave at <a href="http://www.meetup.com/graphdb-baltimore/">Baltimore-Washington Graph Database Meetup</a> on the topic of <a href="http://www.meetup.com/graphdb-baltimore/events/219260478/">Data Science and Neo4j</a>.</p>
<iframe src="http://prezi.com/embed/bfkejroa9e3k/?bgcolor=ffffff&lock_to_path=0&autoplay=0&autohide_ctrls=0&features=undefined&token=undefined&disabled_features=undefined" width="550" height="400" frameBorder="0" webkitAllowFullScreen mozAllowFullscreen allowfullscreen></iframe>
<br>
<p>Wrote a book.</p>
<iframe src="http://twitframe.com/show?url=http://twitter.com/elderresearch/status/527521657347665922&output=embed" height=450 width=600 ></iframe>
<iframe src='http://cdn.knightlab.com/libs/timeline/latest/embed/index.html?source=0AnVzHbbYe9IndFBmbEFrSTVOWnJwdE1LRlpTcnVPdEE&font=Bevan-PotanoSans&maptype=toner&lang=en&height=650' width='100%' height='650' frameborder='0'></iframe>
</section>
</div>
</body>
</html>