forked from gto76/gto76.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
108 lines (77 loc) · 3.47 KB
/
index.html
File metadata and controls
108 lines (77 loc) · 3.47 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
<!DOCTYPE html>
<html class="ocks-org do-not-copy">
<head>
<meta charset="utf-8">
<title>Jure Šorn</title>
<link rel="icon" href="favicon.png">
<meta name="viewport" content="width=760">
<link rel="canonical" href="https://bost.ocks.org/mike/">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://bost.ocks.org/mike/index.rss">
</head>
<style>
@import url(style.v2.css);
.preview {
border: solid 1px #ccc;
height: 82px;
margin-bottom: .5em;
width: 718px;
}
.date {
color: #636363;
font-family: "PT Sans", sans-serif;
font-size: smaller;
margin: 2px 0 0 480px;
position: absolute;
text-align: right;
width: 240px;
}
.nytimes:before,
.medium:before {
content: "";
display: inline-block;
height: 16px;
position: relative;
top: 2px;
width: 16px;
}
.nytimes:before {
background-image: url(nytimes.png);
background-size: contain;
}
.medium:before {
background-image: url(medium.png);
background-size: 24px 24px;
background-position: -4px -4px;
left: -2px;
}
</style>
<header><br></header>
<h1>Jure Šorn</h1>
<p><span class="date">May 20, 2021</span><a href="python-cheatsheet/">Comprehensive Python Cheatsheet<img class="preview" src="comprehensive-python-cheatsheet.jpg"></a><br>
<p><span class="date">December 12, 2020</span><a href="advent-of-code-2020/">Advent of Code 2020<img class="preview" src="advent-of-code-2020.png"></a><br>
<p><span class="date">January 30, 2019</span><a href="linux-cheatsheet/">Comprehensive Linux Cheatsheet<img class="preview" src="comprehensive-linux-cheatsheet.png"></a><br>
<p><span class="date">April 8, 2018</span><a href="best-songs/">25 Greatest Songs of All Time<img class="preview" src="best-songs.png"></a><br>
<p><span class="date">March 25, 2018</span><a href="the-library-of-the-babel/">The Library of the Babel<img class="preview" src="the-library-of-the-babel.jpg"></a><br>
<p><span class="date">May 10, 2017</span><a href="history-of-popular-music/">Did Lamar Just Kill Hip Hop?<img class="preview" src="history-of-popular-music.png"></a><br>
<p><span class="date">March 19, 2017</span><a href="essence-of-singularity/">Essence of Singularity<img class="preview" src="essence-of-singularity.png"></a><br>
<p><span class="date">June 19, 2016</span><a href="albums/">38 Greatest Albums of All Time<img class="preview" src="albums.png"></a><br>
<p><span class="date">March 16, 2016</span><a href="from-singularity-to-morality/">From Singularity to Morality<img class="preview" src="from-singularity-to-morality.jpg"></a><br>
<h2><a name="projects" href="#projects">#</a>IT Projects</h2>
<p>Most of my projects are listed on my <a href="https://github.com/gto76">GitHub profile</a>.
<p><a href="https://github.com/gto76/comp-m2">Comp Mark II</a><br>
Simple 4-bit/1 Hz virtual computer for learning purposes.
<p><a href="https://github.com/gto76/standard-aliases">Standard Aliases</a><br>
Attempt at defining standard extension to Linux in form of Bash functions.
<p><a href="https://github.com/gto76/wfdl">WFDL</a><br>
Watch face description language.
<h2><a name="art-and-hobby" href="#art-and-hobby">#</a>Art & Hobby</h2>
<p><a href="photos/">Photography</a><br>
Six photographs I am not ashamed of.
<p><a href="https://soundcloud.com/jure-sorn">Music</a><br>
Six improvisations I should probably be ashamed of :)
<footer>
<aside>May 20, 2021</aside>
<a href="./">Jure Šorn</a> <small>(apologies to <a href="https://bost.ocks.org/mike/">Mike Bostock</a>)</small>
</footer>
</body>
</html>