-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
30 lines (27 loc) · 1.18 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
<!doctype html>
<html>
<head>
<title>Ken Beatty Jr. - the inventor of...</title>
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="/styles.css"/>
</head>
<body>
<div id="container">
<div id="top-bar">
<div class="fixed-width">
<strong>KenBeattyJr.com</strong> | the inventor of...
</div>
</div>
<div id="mainContent">
<h1>I'm Ken Beatty Jr., an IT professional with a strong desire to start my own business and solve important issues within my community.
</h1>
<p>The reason I published this github page is to keep you informed on some of the creative ideas I come up with and if you are interested in coding, I will use my respositories to post code for you to use or modify for free. Just so that you are aware, some links will redirect you to my blog page where I'm free to be more creative and offer different types of content. Thank you for stopping by.
</p>
<p><a href="http://kenbeattyjr.com/mission">My Mission...</a>
</p>
</div>
</div>
</body>
</html>