-
Notifications
You must be signed in to change notification settings - Fork 0
/
my-new-hobby.html
118 lines (109 loc) · 5.32 KB
/
my-new-hobby.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
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="generator" content="Pelican" />
<title>My New Hobby</title>
<link rel="stylesheet" href="./theme/css/main.css" />
<link href="https://LairdStreak.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Laird Streak`s Blog Atom Feed" />
<meta name="description" content="My New Hobby." />
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="./">Laird Streak`s Blog</a></h1>
<nav><ul>
<li><a href="./category/development.html">Development</a></li>
<li><a href="./category/fluff.html">Fluff</a></li>
<li class="active"><a href="./category/hobby.html">Hobby</a></li>
<li><a href="./category/mental-health.html">Mental Health</a></li>
<li><a href="./category/soft-skills.html">Soft Skills</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header>
<h1 class="entry-title">
<a href="./my-new-hobby.html" rel="bookmark"
title="Permalink to My New Hobby">My New Hobby</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2022-05-02T13:03:00+12:00">
Published: Mon 02 May 2022
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/laird-streak.html">Laird Streak</a>
</address>
<p>In <a href="./category/hobby.html">Hobby</a>.</p>
<p>tags: <a href="./tag/hobby-creality-halot-one.html">Hobby, Creality, Halot One</a> <a href="./tag/ender-3.html">Ender 3</a> </p>
</footer><!-- /.post-info --> <h1>I have just recently gotten into a new hobby.</h1>
<p>3D Printing.</p>
<h3>These are the two machines I currently own.</h3>
<h3>1: Creality Ender 3v2</h3>
<p><img src="./images/ender-3-V2-01.jpg" /></p>
<hr />
<p>Here are a few prints:<br />
<img src="./images/20220401_144142.jpg" /><br />
<img src="./images/20220318_091638.jpg" /><br />
<img src="./images/20211121_124218.jpg" /><br />
<img src="./images/20211009_200114.jpg" /><br /></p>
<hr />
<h3>2: Creality Halot One</h3>
<p><img src="./images/Halot-One.jpg" />
Here is a sample print:
<img src="./images/20220414_084649.jpg" /></p>
</div><!-- /.entry-content -->
<div class="comments">
<h2>Comments !</h2>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'https://lairdstreak-github-io.disqus.com';
var disqus_identifier = 'my-new-hobby.html';
var disqus_url = './my-new-hobby.html';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//https://lairdstreak-github-io.disqus.com.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the comments.</noscript>
</div>
</article>
</section>
<section id="extras" class="body">
<div class="social">
<h2>social</h2>
<ul>
<li><a href="https://LairdStreak.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
<li><a href="https://www.facebook.com/laird.streak.3">Facebook</a></li>
<li><a href="https://twitter.com/lairdstreak">Twitter</a></li>
<li><a href="https://lairdstreak.github.io/">Github</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="https://getpelican.com/">Pelican</a>, which takes great advantage of <a href="https://www.python.org/">Python</a>.
</address><!-- /#about -->
<p>The theme is by <a href="https://www.smashingmagazine.com/2009/08/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
<script type="text/javascript">
(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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'True', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript">
var disqus_shortname = 'https://lairdstreak-github-io.disqus.com';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'https://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>