-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (49 loc) · 1.78 KB
/
index.html
File metadata and controls
57 lines (49 loc) · 1.78 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css">
<link rel="stylesheet" href="styles/style.css">
<link rel="icon" href="favicon.ico">
</head>
<body>
<div class="full-panel light">
<header class="panel-section">
<h1>Sam Whiteley</h1>
<p>Passionate software solutions</p>
<img class="light" src="https://github.com/Sqash.png" alt="picture of sam"></img>
</header>
<div class="panel-section about">
<p>I believe that any problem can be solved by the clever application of
software. That's why I learn, why I work, and why I code: to solve
problems. The only thing holding back a solution to your problem is that
a programmer hasn't heard of it yet.
</p>
<p>I also tinker! (for fun and profit)</p>
</div>
<div class="panel-section contact">
<h2>Find Me On</h2>
<ul class="links">
<li>
<a href="https://ca.linkedin.com/in/sam-whiteley-06a143a6">
<i class="fa fa-2x fa-linkedin-square" aria-hidden="true"></i>
<span class="sr-only">LinkedIn</span>
</a>
</li>
<li>
<a href="https://github.com/Sqash">
<i class="fa fa-2x fa-github" aria-hidden="true"></i>
<span class="sr-only">Github</span>
</a>
</li>
</ul>
</div>
</div>
<!-- Only scripts past here -->
<script src="scripts/suncalc/suncalc.js"></script>
<script src="scripts/index.js"></script>
</body>
</html>