-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (111 loc) · 5 KB
/
index.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
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>SilMon's Blog | Personal blog about image processing, programming and machine learning
</title>
<link rel="canonical" href="https://silmon.github.io/index.html">
<link rel="alternate" type="application/atom+xml" href="https://silmon.github.io/feeds/all.atom.xml" title="Full Atom Feed">
<link rel="apple-touch-icon" href="https://silmon.github.io/apple-touch-icon.png" sizes="180x180">
<link rel="icon" type="image/png" href="https://silmon.github.io/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://silmon.github.io/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="https://silmon.github.io/manifest.json">
<meta name="theme-color" content="#333333">
<link rel="stylesheet" href="https://silmon.github.io/theme/css/bootstrap.min.css">
<link rel="stylesheet" href="https://silmon.github.io/theme/css/font-awesome.min.css">
<link rel="stylesheet" href="https://silmon.github.io/theme/css/pygments/default.min.css">
<link rel="stylesheet" href="https://silmon.github.io/theme/css/style.css">
<meta name="description" content="Blog about programming, image processing and machine learning">
</head>
<body>
<header class="header">
<div class="container">
<div class="row">
<div class="col-sm-4">
<a href="https://silmon.github.io">
<img class="img-fluid" src=https://silmon.github.io/images/logo.png width=200 height=200 alt="SilMon's Blog">
</a>
</div>
<div class="col-sm-8">
<h1 class="title"><a href="https://silmon.github.io">SilMon's Blog</a></h1>
<p class="text-muted">Personal blog about image processing, programming and machine learning</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="http://getpelican.com/" target="_blank">Pelican</a></li>
<li class="list-inline-item"><a href="http://python.org/" target="_blank">Python.org</a></li>
<li class="list-inline-item text-muted">|</li>
<li class="list-inline-item"><a href="https://silmon.github.io/pages/about-this-website.html">About this website</a></li>
<li class=" list-inline-item text-muted">|</li>
<li class="list-inline-item"><a class="fa fa-feed" href="https://silmon.github.io/feeds/all.atom.xml" target="_blank"></a></li>
<li class="list-inline-item"><a class="fa fa-github" href="https://github.com/SilMon" target="_blank"></a></li>
</ul>
</div>
</div>
</div>
</header>
<div class="main">
<div class="container">
<h1>Articles
</h1>
<hr>
<article class="row teaser">
<header class="col-sm-4 text-muted">
<ul>
<li title="2019-06-19T00:00:00+02:00">
<i class="fa fa-clock-o"></i>
Mi 19 Juni 2019
</li>
<li>
<i class="fa fa-folder-open-o"></i>
<a href="https://silmon.github.io/category/programming.html">Programming</a>
</li>
</ul>
</header>
<div class="col-sm-8">
<h4 class="title"><a href="https://silmon.github.io/how-to-build-a-discordbot-with-python.html">How to build a Discordbot with Python</a></h4>
<div class="content">
Have you ever wondered how to build a bot for discord? Wonder no longer, here's the answer!
</div>
</div>
</article>
<hr>
<article class="row teaser">
<header class="col-sm-4 text-muted">
<ul>
<li title="2019-06-16T00:00:00+02:00">
<i class="fa fa-clock-o"></i>
So 16 Juni 2019
</li>
<li>
<i class="fa fa-folder-open-o"></i>
<a href="https://silmon.github.io/category/image-processing.html">Image Processing</a>
</li>
</ul>
</header>
<div class="col-sm-8">
<h4 class="title"><a href="https://silmon.github.io/arbitrary-image-rotation-using-shearing.html">Arbitrary Image Rotation using Shearing</a></h4>
<div class="content">
A description of an algorithm for arbitrary image rotation using 3 consecutive shears, published by Alan W. Paeth in the year 1986.
</div>
</div>
</article>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<ul class="col-sm-6 list-inline">
<li class="list-inline-item"><a href="https://silmon.github.io/archives.html">Archives</a></li>
<li class="list-inline-item"><a href="https://silmon.github.io/categories.html">Categories</a></li>
<li class="list-inline-item"><a href="https://silmon.github.io/tags.html">Tags</a></li>
</ul>
<p class="col-sm-6 text-sm-right text-muted">
Generated by <a href="https://github.com/getpelican/pelican" target="_blank">Pelican</a> / <a href="https://github.com/nairobilug/pelican-alchemy" target="_blank">✨</a>
</p>
</div>
</div>
</footer>
</body>
</html>