-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdddbne19.html
51 lines (46 loc) · 1.54 KB
/
dddbne19.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
<!DOCTYPE html>
<html lang="en-AU">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DDD Brisbane 2019 | lusmo.re</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/layout.css">
</head>
<body>
<main>
<article>
<header>
<h1>DDD Brisbane 2019</h1>
</header>
<section>
<p>
Hi there! Thanks for attending my DDD Brisbane talk, “Lessons Learnt from a
Failed Product Launch”. I hope you enjoyed it as much as I did.
</p>
<p>
The talk is based off one of my blog posts, <a href="/posts/take-a-step-back"
>Take a Step Back</a>, in case you’re interested in reading it, or here is
a link to <a title="LLFaFPL.pptx (11MB)" href="https://1drv.ms/p/s!AqLLmEizWLvxjGSOgy2UEWgoIVNZ?e=II9UJZ"
>download the slides</a>. You might also be interested in reading
<a href="https://gist.github.com/chitchcock/1281611">Steve Yegge’s Platform
Rant</a>, which I mentioned in the talk.
</p>
<p>
If you have any questions, comments, or want to discuss any software
related topic with me, feel free to contact me through my Twitter handle
<a href="https://twitter.com/CurtisLusmore">@CurtisLusmore</a> or by
sending an email to <a href="mailto:[email protected]">[email protected]</a>.
</p>
</section>
</article>
</main>
<nav>
<menu>
<li><a href="/">Home</a></li>
<li><a href="/posts">Posts</a></li>
<li><a href="/rss.xml">RSS</a></li>
</menu>
</nav>
</body>
</html>