-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (27 loc) · 1.55 KB
/
index.html
File metadata and controls
37 lines (27 loc) · 1.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chance Smith | developer in Jackson, TN</title>
<link href="https://fonts.googleapis.com/css?family=Ubuntu:400,700" rel="stylesheet">
<link rel="stylesheet" href="_inc/css/style.css">
</head>
<body>
<img src="http://sodiumhalogen.com/up_c/chance-hex-pqNppj2q6j.png" alt="">
<h1>Chance Smith is a Javascript developer living in Jackson, Tennessee.</h1>
<p>Chance makes a living working with <a href="sodiumhalogen.com">Sodium Halogen</a> and <a href="smoothieking.com">Smoothie King</a>, finding efficient solutions and creating applications with Javascript.</p>
<p><strong>Is minimalistic</strong> with his workspace, todo list, and creative solutions.</p>
<p><strong>Small Businesses</strong> hire him when they are looking to build a scalable app that solves a problem for their team and/or customer.</p>
<p><strong>Chance has worked with</strong> prestigious and innovative companies like: Chick-fil-a, Vanderbuilt University, and POPVOX. He's also a 3x 1st place hackathon winner.</p>
<p><a href="http://twitter.com/chance_smith" class="button">Contact</a></p>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-33562331-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-33562331-2');
</script>
</body>
</html>