-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrh_bio.html
82 lines (44 loc) · 2.33 KB
/
rh_bio.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Rashan's Portfolio Site</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<div class="header">
<div id="header-wrapper">
<h1> Rashan Hodge </h1>
<nav>
<ul>
<li><a href="index.html"> About </a></li>
<li><a href="portfolio.html"> Portfolio </a></li>
<li><a href="contact.html"> Contact </a></li>
</ul>
</nav>
</div>
</header>
<div id="content-area">
<div id="content-wrapper">
<div class="main-content">
<h1> About Me </h1>
<img id="bio-image" img src="http://bit.ly/2uqZzXw" alt="A photo of Rashan H."/>
<p>Rashan Hodge is a Sr. Resident Engineer with Palo Alto Networks. There he focuses on improving the cybersecurity posture of Fortune 100 companies through the implementation of next-gen network security products. He's an Atlanta native and will tell you the best things in the U.S all originated in Atlanta: Andre 3000, Waffle House and Coca-Cola. </p>
<p>Rashan Hodge is a Sr. Resident Engineer with Palo Alto Networks. There he focuses on improving the cybersecurity posture of Fortune 100 companies through the implementation of next-gen network security products. He's an Atlanta native and will tell you the best things in the U.S all originated in Atlanta: Andre 3000, Waffle House and Coca-Cola. </p>
</div>
<div id= "social-media">
<h2> Connect With Me </h2>
<ul>
<li><a href="https://github.com/hodgiers" target="_blank"><img src="assets/images/github_square.png" alt="Github icon"></a></li>
<li><a href="https://www.linkedin.com/in/rashanhodge/" target="_blank"><img src="assets/images/linkedin-square-social-media.png" atl="Linkedin icon"></a></li>
<li><a href="http://stackoverflow.com/users/7960443/michael-mann" target="_blank"><img src="assets/images/stackoverflow.png" atl="Stackoverflow icon"></a></li>
</ul>
</div>
</div>
</div>
<div id="footer">
<p>©Copyright 2017 Rashan Hodge </p>
</div>
</body>
</html>