-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathassignments.html
More file actions
51 lines (50 loc) · 2.35 KB
/
assignments.html
File metadata and controls
51 lines (50 loc) · 2.35 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
<!DOCTYPE html>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,200italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="main.css">
<title>DBC | Ryan Brock Jones</title>
</head>
<body>
<header id="header">
<img src="images/hawaii_bergin.jpg" id="profile-photo">
<div id="banner-label">
<h2>Ryan Brock Jones</h2>
<h3>DBC Work</h3>
</div>
</header>
<nav>
<ul>
<li><a href="">Contact</a></li>
<li><a href="">About Me</a></li>
<li><a href="assignments.html">Assignments</a></li>
<li><a href="">Projects</a></li>
</ul>
</nav>
<section id="assignments">
<ul>
<li><a href="blog-posts/t1-compare-websites.html">Compare Websites</a></li>
<li><a href="blog-posts/c1-chefs-kitchen.html">Fireside Chats with Shereef</a></li>
<li><a href="blog-posts/week2_technical.html">Margin, Padding, and Border</a></li>
<li><a href="blog-posts/week3_technical.html">A Snippet about JavaScript</a></li>
<li><a href="blog-posts/week3_cultural.html">Abstract Sequential Learning Style</a></li>
<li><a href="blog-posts/week4_cultural.html">Integration Across Platforms</a></li>
<li><a href="blog-posts/week4_technical.html">Enumerable#map</a></li>
<li><a href="blog-posts/week5_cultural.html">Thoughts on Pairing</a></li>
<li><a href="blog-posts/week5_technical.html">Class and Glasses</a></li>
<li><a href="blog-posts/week6_technical.html">Inheritance and Composition</a></li>
<li><a href="blog-posts/week6_cultural.html">Stereotypes</a></li>
<li><a href="blog-posts/week7_technical.html">SQL and NoSQL</a></li>
<li><a href="blog-posts/week7_technical.html">Overcoming Threats</a></li>
<li><a href="blog-posts/week8_technical.html">What is Rails?</a></li>
<li><a href="blog-posts/week8_cultural.html">Handling Conflict</a></li>
</ul>
</section>
<footer>
<img src="images/Github-Mark-64px.png" href="https://github.com/run0391"alt="github">
<img alt="linkedin">
<img src="images/facebook-wrap.png" href="https://facebook.com/ryan.b.jones/96" alt="facebook">
<img src="images/twitter-wrap.png" src="https://twitter.com/ryanbjonesy"alt="twitter">
</footer>
</body>
</html>