-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (87 loc) · 4.83 KB
/
index.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
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>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=640" />
<link rel="stylesheet" href="stylesheets/core.css" media="screen"/>
<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)"/>
<link rel="stylesheet" href="stylesheets/pygment_trac.css"/>
<link rel="stylesheet" href="stylesheets/styles.css"/>
<script type="text/javascript" src="javascripts/modernizr.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/headsmart.min.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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40181364-1', 'selbywalker.com');
ga('send', 'pageview');
</script>
<title>Selby Walker</title>
</head>
<body>
<a id="forkme_banner" href="https://github.com/magicgrl111"></a>
<div class="shell">
<header>
<span class="ribbon-outer">
<span class="ribbon-inner">
<h1>Selby Walker</h1>
<h2></h2>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
</header>
<div id="no-downloads">
<span class="inner">
</span>
</div>
<section id="main_content">
<h3>Let's Get Hacking...</h3>
<h2>What is an NP-Complete Problem?</h2>
<p class="date">May 21, 2013</p>
<iframe src="http://slid.es/selbywalker/np-complete/embed" width="500" height="281" scrolling="no" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<p>Slides I created for a presentation at <a href="http://www.hackreactor.com/">Hack Reactor</a>. Created using <a href="http://slid.es">Slid.es</a> and information from <a href="http://www.wikipedia.org/">Wikipedia</a></p>
<h4>Quick Sort Live Coding Demo</h4>
<p class="date">Apr 9, 2013</p>
<iframe width="500" height="281" src="http://www.youtube.com/embed/ZYVY4sSRIIs?rel=0" frameborder="0" allowfullscreen></iframe>
<p>Watch me implement Quick Sort in Javascript! This video is part of my "Hack With Selby" series of instructional Javascript videos.</p>
<h4>Linked-List Live Coding Demo</h4>
<p class="date">Apr 9, 2013</p>
<iframe width="500" height="281" src="http://www.youtube.com/embed/UESEbKb_uWw?rel=0" frameborder="0" allowfullscreen></iframe>
<p>Watch me implement a Linked-List in Javascript! This video is part of my "Hack With Selby" series of instructional Javascript videos.</p>
<h4>Bubble Sort Live Coding Demo</h4>
<p class="date">Apr 8, 2013</p>
<iframe width="500" height="281" src="https://www.youtube.com/embed/stt26Ia2IDk?rel=0" frameborder="0" allowfullscreen></iframe>
<p>Watch me implement Bubble Sort in Javascript! This video is part of my "Hack With Selby" series of instructional Javascript videos.</p>
</section>
<footer>
<span class="ribbon-outer">
<span class="ribbon-inner">
<p>Projects by <a href="https://github.com/magicgrl111">Selby Walker</a> can be found on <a href="https://github.com/magicgrl111">GitHub</a></p>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
</footer>
</div>
<div class="about-me">
<!--Sidebar content-->
<h1 class="about-me-title">About Selby</h1>
<a href="http://github.com/magicgrl111"><img class="about-me-photo" src="http://i.imgur.com/YqzRjZd.jpg" title="Selby Walker"/></a>
<p class="about-me-text">I am a 25 year old Software Engineer living in San Francisco. I specialize in Javascript full-stack development and have a B.S. in Computer Science from UC Davis (2009).</p>
<br/>
<h1 class="about-me-title">Personal Projects</h1>
<ul>
<li> <a href="http://throughthevine.me">Through The Vine</a></li>
<li> <a href="http://sflist.me">The List</a></li>
<li> <a href="http://hackreactor.github.io/stocktwits-widgets/">Stocktwits Contract Work</a></li>
<li> <a href="http://github.com/magicgrl111">Github Profile</a></li>
<li> <a href="http://youtube.com/magicgrl111">Beauty YouTube Channel</a></li>
<li> <a href="http://youtube.com/hackwithselby">Programming YouTube Channel</a></li>
</ul>
</div>
</body>
</html>