-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (55 loc) · 1.7 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
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="index.css">
<head>
<title></title>
</head>
<body>
<header>
<div>
<img src="Dylan Carroll.png" width="135" height="46" >
</div>
<nav
<ul>
<li>
about
</li>
<li>
skills
</li>
<li>
work
</li>
<li>
contact
</li>
</li>
</ul>
</header>
<section "heroImg">
<div "content">
<img src="me.PNG" >
<p> I am a professionally trained leader and salesman. <br />
I am a self-motivated, “go-getter”. I thoroughly enjoy <br />
a challenging project and am always looking for something <br />
new to tackle and learn about. I have always enjoyed design, <br />
architecture, world building, and interface design since as far <br />
as I can remember. It has always interested me and I am usually <br />
the go-to person in my friend group and family that decides just <br />
how something should look or be organized. I am currently <br />
enrolled at Georgia Tech learning to be a UI/UX Designed at one <br />
of their bootcamps designed as such.</p>
<button>Download Resume</button>
</div>
<footer>
<ul>
<li>about</li>
<li>skills</li>
<li>work</li>
<li>contact</li>
</ul>
</footer>
</section>
</head>
</body>
</html>