-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (77 loc) · 2.85 KB
/
index.html
File metadata and controls
90 lines (77 loc) · 2.85 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<!--Site Is Hosted on Netlify https://competent-ritchie-06e3b5.netlify.app/-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anthony Smith Resume</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--Flex Nav Bar-->
<div class="flex-nav">
<h1 class="logo"><a href="#">Anthony Smith</a>
</h1>
<ul class=nav>
<li><a class="active" href="#home">Home</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<!--Container For Avatar And Intro-->
<div class="intro" style="text-align: center;">
<!--Able To Click Image For LinkedIn -->
<a href="https://www.linkedin.com/in/anthonywsmithjr/"> <img class="avatar" src="images/avatartongue.svg"> </a>
<div class="professional">
<h3 class="hobby">
<a class="activities">
<ul>
<a href="mailto:Antwsmith@protonmail.com">
<li>Lets Code, To Learn Together</li>
</a>
<a href="https://github.com/AntSmithCode">
<li>Full Stack Developer</li>
</a>
<a href="https://cod.tracker.gg/warzone/profile/battlenet/Free1v1%231997/overview">
<li>Competitive Gamer</li>
</a>
<a href="https://www.supercook.com/#/recipes">
<li>Love Cooking</li>
</a>
</ul>
</h3>
</div>
</div>
<!--<div class="objective">
<h4>Objective</h4>
<p>
Seeking employment as an Entry Front-End Developer to use experiences in designing software applications.
I want to be in a challenging work environment that reward hard work and dedication.
With my well honed skills from the IT industry I will be a great asset to your company.
</p>
</div>
<div class="workexp">
<h4>Work Experiences</h4>
<ul>
<li>Server Support </li>
<li>Verizon Wireless Sales Professional </li>
<li>ADT Security Technical Support </li>
</ul>
</div>
<div class="edu">
<h4>Education</h4>
<p>Associate's Degree, Information Technology</p>
</div>
<div class="Skills">
<h4>Skills</h4>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Javascript</li>
</ul>
</div>
<footer>
<a href=contactform.html>Contact Form</a>
</footer>-->
</body>
</html>