-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (67 loc) · 2.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<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>
Argonaut | Joyful Digital Experiences. Expert Web Development.
</title>
<style>
html {
font-size: 32px;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
color: rgba(0, 0, 0, 0.8);
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
font-weight: 400;
word-wrap: break-word;
-webkit-font-kerning: normal;
font-kerning: normal;
-ms-font-feature-settings: "kern", "liga", "clig", "calt";
-webkit-font-feature-settings: "kern", "liga", "clig", "calt";
font-feature-settings: "kern", "liga", "clig", "calt", "kern";
}
h1 {
text-rendering: optimizeLegibility;
line-height: 1.1;
}
.index {
margin: 3rem auto;
max-width: 720px;
padding: 0 2rem;
}
@media only screen and (max-width: 480px) {
html {
font-size: 1.2rem;
}
}
</style>
</head>
<body>
<div class="index">
<h1>Let’s Build Together 🏗</h1>
<p>
<strong>Argonaut</strong> is a software development consultancy run by me,
<strong>Tom Chen</strong>.
</p>
<p>
I help organizations create joyful digital experiences through expert
software engineering. I love working on interesting projects with good
people—<a href="mailto:tom@builtbyargonaut.com">get in touch</a>.
</p>
<p>
You can also find me on
<a href="https://github.com/thomascchen">GitHub</a>,
<a href="https://www.linkedin.com/in/chenthomasc/">LinkedIn</a>, and
<a href="https://tomchen.co">my personal website</a>.
</p>
</div>
</body>
</html>