-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (46 loc) · 2.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>Trevor Atkins</title>
</head>
<style>
.avatar {
vertical-align: middle;
width: 250px;
height: 350px;
border-radius: 50%;
}
</style>
<body>
<div class="grid-2">
<div class="section-1">
<img src="headshot.png" alt="profile headshot", class="avatar">
<h2>Trevor Atkins</h2>
<a href="https://www.google.com/maps/place/Charlotte,+NC/"><i class="fa fa-map-marker"></i></a>
<a href="https://www.linkedin.com/in/trevor-atkins/"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/tatkins20"><i class="fab fa-github"></i></a>
</div>
<div class="section-2">
<h2>About</h2>
<p>Results-oriented and highly skilled data scientist and software engineer with a strong background in language and
communication technology. Seeking a challenging position to leverage technical expertise, programming skills, and
extensive education to contribute to innovative projects in a dynamic team environment.</p>
<h2><a href="https://drive.google.com/file/d/17JqxhQ_Fo3PIhVZRMuesb7vit1YSyHU1/view?usp=sharing" style='font-size:48px;color:red'>Resume</a></h2>
<video width="320" height="240" controls>
<source src="resumevid.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<h2>Projects</h2>
<a href="https://github.com/tatkins20/Masters-Neural-Networks-Course/blob/main/Neural_Networks/HW9_RNN.ipynb">Diacritization</a>
<a href="https://github.com/tatkins20/ComputerVisionClass/blob/main/csc483-atkinst/project-5/code/proj5.ipynb">Feature Matching</a>
<h2>Contact</h2>
<a href = "mailto: [email protected]"><i class='fas fa-envelope' style='font-size:48px;color:red'></i></a>
</div>
</div>
</body>
</html>