-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (69 loc) · 3.01 KB
/
Copy pathindex.html
File metadata and controls
69 lines (69 loc) · 3.01 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
<!doctype html>
<html lang="en">
<head>
<title>Ewan Green</title>
<link rel="icon" href="data:;base64,iVBORw0KGgo=" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta property="og:url" content="https://ewan.green/" />
<meta name="twitter:url" content="https://ewan.green/" />
<meta property="og:title" content="Ewan Green" />
<meta name="twitter:title" content="Ewan Green" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="resource/favicon.png" type="image/png" />
</head>
<body>
<content>
<header>
<div class="title">
<h2>Ewan Green  </h2>
<p>
(<small>IPA:</small>
<a class="ipa" href="https://www.leskoff.com/s01763-0"
>/jˈuɪn/</a
>; <small>he/him; 20 y/o</small>)
</p>
</div>
<div class="links">
<a href="https://github.com/ewancg">GitHub</a>
</div>
</header>
<p>
I'm a software developer born & based in the Denver metropolitan
area, mainly concerned with systems languages, native software,
and open source. When coding for myself, I enjoy writing code in
functional and declarative programming paradigms using languages
like C++ and Rust for specialized tasks, using various shell
scripts and Nix for infrastructure related tasks.
</p>
<hr />
<p>
<mark>I am currently looking for work.</mark>
I have proven experience developing desktop applications (as a
hobbyist) and web backends for company internal use (as a
contractor). My experience would make me a great candidate for
the following types of opportunity:
</p>
<ul>
<li>Desktop applications</li>
<li>Embedded software</li>
<li>
Web development
<i><small>(backend, frontend, UI/UX, CD)</small></i>
</li>
<li>
Ad-hoc tools/utilities
<i><small>(CLI tools, serverless APIs, etc.)</small></i>
</li>
</ul>
<p>
If you are in need of a knowledgeable junior software developer
on a contract or employment basis, you can reach me
via. email at <mark>ewancg [at] proton [dot] me</mark>. I am
open to onsite/hybrid opportunities in the Denver metro area and
all remote ones. My résumé can be provided upon request.
</p>
</content>
</body>
</html>