-
Notifications
You must be signed in to change notification settings - Fork 0
/
writing.html
33 lines (27 loc) · 845 Bytes
/
writing.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
<!DOCTYPE html>
<html>
<head>
<title>Writing - YSA</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="header">
<a href="index.html" class="logo">About me</a>
<div class="header-right">
<a href="index.html">Home</a>
<a href="https://github.com/YSanchezAraujo">Github</a>
<a class="active" href="writing.html">Writing</a>
<a href="https://twitter.com/ysanchezaraujo">Twitter</a>
</div>
</div>
<div class="unfloated-container">
<h1>Writing for the interwebs</h1>
<ul>
<li><a href="sr.html">Random things on the Successor Representation</a></li>
</ul>
</div>
</body>
</html>