-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
131 lines (97 loc) · 4.41 KB
/
index.html
File metadata and controls
131 lines (97 loc) · 4.41 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html>
<head>
<title>Looking Out To Sea - A Blog</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="./style/reset.css" />
<link rel="stylesheet" type="text/css" href="./style/default.css" />
<link rel="stylesheet" type="text/css" href="./style/syntax.css" />
<link rel="alternate" type="application/rss+xml" href="./rss.xml" title="Dougal's blog" />
<link rel="alternate" type="application/atom+xml" href="./atom.xml" title="Dougal's blog" />
<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-49029697-1', 'dougalstanton.net');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="blog">
<header>
<h1>Looking Out To Sea</h1>
</header>
<nav>
<menu id="page_menu">
<a href="./index.html">home</a> —
<a href="./about.html">about</a> —
<a href="./projects.html">projects</a> —
<a href="./archive.html">archive</a>
</menu>
</nav>
<article>
<h2></h2>
<section>
<p>Welcome to my website and blog. There are some blog posts below
and many more in the archive. If you want to get in touch about anything
you see here you can email me at the <b>dougalstanton.net</b> domain or ping
me on Twitter, Google+, Facebook etc.</p>
<ul class="post_list">
<li>
2017-02-19 — <a href="./posts/2017-02-19-recovering-from-an-armbar.html">Recovering from an armbar (elbow hyperextension)</a>
</li>
<li>
2017-01-02 — <a href="./posts/2017-01-02-taking-time-away-from-capoeira.html">Taking time away from capoeira</a>
</li>
<li>
2016-12-22 — <a href="./posts/2016-12-22-sprinting-faster-than-a-speeding-bullet.html">Sprinting faster than a speeding bullet journal</a>
</li>
<li>
2016-09-07 — <a href="./posts/2016-09-07-new-bike-day-genesis-croix-de-fer.html">New bike day: Genesis Croix de Fer custom build</a>
</li>
<li>
2016-03-18 — <a href="./posts/2016-03-18-basics-and-fundamentals-of-capoeira.html">Basics and Fundamentals of Capoeira</a>
</li>
<li>
2016-03-15 — <a href="./posts/2016-03-15-operant-conditioning-in-martial-arts-training.html">Operant conditioning in martial arts training</a>
</li>
<li>
2016-02-25 — <a href="./posts/2016-02-25-lifes-a-biche-then-you-diot.html">Life's a Biche and then you Diot</a>
</li>
<li>
2016-01-28 — <a href="./posts/2016-01-28-reflections-on-teaching-capoeira-lesson.html">Reflections on teaching a capoeira class</a>
</li>
<li>
2015-07-04 — <a href="./posts/2015-07-04-cycling-in-venetia.html">Cycling in the heart of Venetia</a>
</li>
<li>
2015-06-21 — <a href="./posts/2015-06-21-body-painting-for-fun-and-educational-profit.html">Body painting for fun and (educational) profit</a>
</li>
<li>
2015-06-01 — <a href="./posts/2015-06-01-cycling-and-camping-at-knockengorroch-festival.html">Cycling and camping at Knockengorroch festival</a>
</li>
<li>
2015-05-19 — <a href="./posts/2015-05-19-taking-the-bike-to-knockengorroch.html">Taking the bike to Knockengorroch, what an idea!</a>
</li>
<li>
2015-05-10 — <a href="./posts/2015-05-10-reflections-on-arm-use-in-capoeira.html">Reflections on using the arms in capoeira</a>
</li>
<li>
2015-05-03 — <a href="./posts/2015-05-03-lower-gear-on-the-fuji-for-edinburghs-hills.html">Lower gear on Fuji for Edinburgh's hills</a>
</li>
<li>
2015-05-02 — <a href="./posts/2015-05-02-char-is-not-short-for-character.html">Char is (probably) not short for Character</a>
</li>
</ul>
<p>…and more <a href="archive.html">in the archive</a>.</p>
<p>I have two separate training diaries which describe exercises, thoughts and observations.</p>
<ul>
<li><a href="pages/bjj-training-diary.html">Brazilian Jiu-Jitsu</a></li>
<li><a href="pages/capoeira-training-diary.html">Capoeira Angola</a></li>
</ul>
</section>
</article>
</div>
</body>
</html>