-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmedia.html
More file actions
52 lines (46 loc) · 1.85 KB
/
media.html
File metadata and controls
52 lines (46 loc) · 1.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
<DOCTYPE html>
<html>
<head>
<title>About Me</title>
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header id="masthead">
<div class="container">
<a href="index.html" id="Logo">YOUR NAME</a>
<nav>
<a href="index.html">About</a>
<a href="portfolio.html">Portfolio</a>
<a href="contact.html">Contact</a>
</nav>
</div>
</header>
<div id="main-container" class="container">
<section class="main-section">
<h1>About Me</h1>
<img src="https://scontent.fapa1-1.fna.fbcdn.net/v/t1.0-9/180631_161077587275693_1957115_n.jpg?oh=ed6fa6a0f2da20bb9105b023fa37cfea&oe=5AA83459">
<p>2017 Colorado Golden Gloves State Light Heavyweight champion.
2nd place Light Heavyweight Masters division @ Ringside World Championships.</p>
<p>Serial Entrepreneur, Investor, Real Estate Agent (Cherry Creek Properties )Owner of Nutrition Solutions, Pres/C.E.O. Sting Like A Bee Entertainment, Inc. Pro Boxing/MMA Promoter.
http://www.ustream.tv/channel/boxing-and-mix-martial-art-tv
Owner: Advanced Financials Inc.
Owner: Advanced Traffic Services, LLC.</p>
<p> Champion Boxer, 2 B class, 1 A class Champion, 1 masters.
Chess Champion, Scrabble Champion</p>
</section>
<section class="sidebar">
<div id="connect">
<h2>Connect With Me</h2>
<img src="https://cdn1.iconfinder.com/data/icons/social-media-flags-free-4/64/github_social_media-128.png" class="social" alt="Gitbub">
<img src="https://cdn2.iconfinder.com/data/icons/micon-social-pack/512/linkedin-128.png" class="social" alt="Linkedin">
<img src="https://cdn2.iconfinder.com/data/icons/social-icons-circular-color/512/stackoverflow-128.png" class="social" alt="stackoverflow">
</section>
</div>
<footer>
<div class="container">
© Copyright 2017 DURAN HILL
</div>
</footer>
</body>
</html>