-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
95 lines (77 loc) · 2.91 KB
/
index.html
File metadata and controls
95 lines (77 loc) · 2.91 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
<!DOCTYPE html>
<html>
<head>
<title> samuel chase </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The personal site of Samuel Ebenezer Chase, a computer programmer
from Pune, India">
<link href="css/style.css" rel="stylesheet" type="text/css" media="screen">
<link rel = "icon" type="image/png" href="img/s.png">
</head>
<body>
<div id="container">
<div id="header">
<ul>
<li> <a href="p/index.html"> archive </a> </li>
</ul>
</div>
<div id="sidebar">
<!-- Empty -->
</div>
<div id="content" style="border-bottom: 0px; min-height: 300px">
<h3> Hello, I'm Samuel. </h3>
<p>
After playing around with a lot of programming languages, I
have come to realise that I like unopinionated
multi-paradigm programming languages like Common Lisp and
Raku. I have written a lot of Clojure and a decent bit of Go
for work. As far a OSes go, I use an OpenBSD desktop and am
comfortable in Linux as well. Someday, I hope to build a
FreeBSD NAS with OpenZFS.
</p>
<p>
I like learning about marine life, especially fish and
cephalopods.
</p>
<p>
Currently, I am learning to play the tenor saxophone and
bass guitar.
</p>
<p>
Some of my personal projects can be
found <a href='https://github.com/samebchase'>here</a>.
</p>
<p>
I can be reached at various times
on <a href="https://www.codesurfers.net/">#codesurfers</a>
or by an email to samebchase at gmail dot com anytime. If
you prefer microblogging, you can find me on
<a href="https://fantastic.earth/@samebchase">Mastodon</a>.
</p>
<p> Resume: <a href="s/resume.txt">txt</a>, <a href="s/resume.pdf">pdf</a>. </p>
</div>
<div id="filler">
<!-- empty -->
</div>
<div id="footer">
<div id="empty_box">
<!-- empty -->
</div>
<a href="https://www.lisperati.com/logo.html"
title="Lisp Alien">
<img src="img/alien.png" alt="Lisp Alien"
border="0" style="margin-left: 10px"/> </a>
<a href="https://raku.org/" title="Camelia">
<img src="img/camelia-70.png" alt="Camelia"/>
</a>
<a href="https://www.gnu.org/software/emacs/tour/" title="Emacs">
<img src="img/emacs.png" alt="Emacs"/> </a>
<a href="https://openbsd.org/" title="OpenBSD">
<img src="img/puffy-70.png" alt="Puffy"/> </a>
<a href="https://en.wikipedia.org/wiki/Linux_kernel" title="Tux">
<img src="img/tux-70-lighter.png" alt="Tux"/> </a>
</div>
</div>
</body>
</html>