-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtkmbio.html
More file actions
48 lines (39 loc) · 1.91 KB
/
Copy pathtkmbio.html
File metadata and controls
48 lines (39 loc) · 1.91 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
ier<!-- CSS Stylesheets with Relative Paths -->
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>CSS Stylesheets with Relative Paths</title>
<link href="tkmbio.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container">
<header>
<h1>Student Bio</h1>
</header>
<section>
<h2>Tim McWilliams</h2>
<div>
<img src="head shot tim.jpg" id="bio-image" alt="Tim McWilliams">
</div>
<p id="main-bio">Houston Native - 1 daughter, 1 son, 1 Grandson, Adopted son that was 7 and is now 10. Always worked in the oilfield specific to chemicals. Worked at one company for 20 years and then moved because thougth it was a good idea to do something else.
<br>
Since then have joined 2 other chemical companies and built and started another chemco using a public companies money (that was fun). Since all that my career has turned a bit - running a chemical trading company that is online based "GoChem.co" (not ".com"). Now own a Kona Ice Food Truck business, raising the kids, helping the community rebuild after the storm and playing golf and flying airplanes.
BTW - Still play guitar, hunt and fish and work at other "hobbies".
<br>
Looking forward to using this skillset to use applications to assist and create value added segment to companies and mine and my families lives. </p>
</section>
<div class="container111">
<section>
<h2>Contact Info</h2>
<ul id="contact-info">
<li><strong>Email: </strong> <a href="mailto:drive911@gmail.com">drive911@gmail.com</a></li>
<li><strong>Github: </strong> <a href="#">tkmbio</a></li>
<li><strong>LinkedIn:</strong> <a href="https://www.linkedin.com/in/tim-mcwilliams-7b471314/">LinkedIn</a></li>
<li><strong>GoCHem: </strong> <a href="http://gochem.co">Company Link</a></li>
</ul>
</section>
</div>
</div>
</body>
</html>