-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (36 loc) · 1.59 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
<!doctype html>
<html lang="en">
<head>
<title>Dylan Sandlin</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="src/computer.svg" type="image/svg">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class='container'>
<div class="row">
<div class='one-half column'>
<div class='content' style='margin-top: 96px;'>
<center>
<span class='header'>Dylan Sandlin</span><br>
<a href='https://github.com/sandlind'><img src='src/github.svg' alt='Github' title="Dylan's Github" width='32px';></a> <a href='https://linkedin.com/in/dylansandlin'><img src='src/linkedin.svg' alt='LinkedIn' title="Dylan's LinkedIn" width='32px';></a>
</center>
</div>
</div>
<div class='one-half column' style='margin-top: 32px;'>
<center>
<img src='src/computer.svg' width='128px' style='margin-bottom: 32px;'>
</center>
<div class='content'>
I am a full-time IT technician, web developer and IT student.
<p>I use PHP, JavaScript, and Python. I also manage Linux servers, host game servers, and make websites. I have made software for blogs, forums and front-ends.</p>
<p>I am currently enrolled at University of the Cumberlands, and will graduate with a Bachelors of Applied Science in 2023. I graduated from Somerset Community College in 2021, where I earned an Associate in Applied Science, in the Computer and Information Technology track.</p>
</div>
</div>
</div>
</div>
</body>
</html>