-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (36 loc) · 1.97 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
<!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.0">
<title>Justin Mitchell</title>
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="favicons/site.webmanifest">
<!-- Normalize CSS Base -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
<!-- My Styles -->
<link rel="stylesheet" href="css/styles.css">
<!-- My Scripts -->
<script src="js/scripts.js"></script>
</head>
<body>
<h1>Justin Mitchell</h1>
<img class="me" src="assets\Me.jpg" alt="Me">
<div class="allCircles">
<h2 class="greeting">Hello! My name is Justin, I am a UX designer and Web developer that is far too engrossed in the intricacies of technology for my own good. My hobbies revolve around constructing, usually I am building either a new computer or a dinner idea I thought of. Deep thought and critical thinking is how I solve most of my problems.I am incredibly invested in individuals and their problems. I am relentless when attempting to find solutions.</h2>
<div class="circles backCircle">
<div class="circles orbitCircle"></div>
</div>
<div class="circles frontCircle"> </div>
</div>
<nav>
<a href="https://github.com/justinmitchell341"><img class="linkImage" src="assets\Github.png" alt="github"></a>
<a href="https://justinmitchell.site/"><img class="linkImage" src="assets\Logo.png" alt="codepen"></a>
<a href="https://codepen.io/jmitchell11"><img class="linkImage" src="assets\Codepen.png" alt="my site"></a>
</nav>
</body>
</html>