-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2A.html
72 lines (72 loc) · 2.59 KB
/
2A.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
<!doctype html>
<html>
<head>
<title>The Bru</title>
<link rel="stylesheet" href="./stylesheets/2A.css">
<!-- google.com/fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:600,300' rel='stylesheet' type='text/css'>
</head>
<body>
<!--
The bru is a complex bru,
so his page will be split into two.
On the left,
a professional life showcase,
On the right,
his playful side will find its place.
-->
<div class="left">
<h1>THE BRU AT WORK</h1>
<p class="kicker">
The Bru works hard by day...
</p>
<div class="jobs">
<div class="job">
<h3>iExperience</h3>
<p>
The Bru serves as the official generic user for the <a href="http://iexperience.co.za" target="_blank">iExperience</a> code base. This involves a tremendous number of things, including but not limited to:
</p>
<ul>
<li>Keeping up his swagger by doing bruey things.</li>
<li>Excelling at his other career (see below).</li>
<li>Charity work.</li>
</ul>
<img src="./images/swag.jpg" class="full bordered">
</div>
<div class="job">
<h3>Art and Surfing</h3>
<p>
A Renaissance man of the past and future, the Bru makes a living by
painting...while surfing. He specializes in water color.
</p>
<p>
On rare occasions, The Bru does a real-time self portrait, as you can see below.
</p>
<img src="./images/surfing-painting.jpg" class="full bordered">
<p class="caption">
Credit: <a href="http://westhorseart.com/">westhorseart.com</a>
</p>
</div>
</div>
</div>
<div class="right">
<h1>THE BRU AT PLAY</h1>
<p class="kicker">...and plays hard by night (and also on weekends!)</p>
<div class="projects">
<div class="project">
<h3>Shark Diving</h3>
<p>
Commonly known as "Man's worst friend" (after gingivitis), sharks are found by the BILLIONS along Cape Town's otherwise friendly and joyous shores. Those looking for a thrill can make a small cut in their finger, dip it into the ocean, and test who's reflexes are faster, theirs or nature's!
</p>
<p>
You can see The Bru's friend Brunette in this clearly not-photoshopped image (The Bru, of course, was calm and collected).
</p>
<img src="./images/shark-diving.jpg" alt="" class="full bordered">
<p class="caption">
Credit: <a href="https://auctiondesq.imgstg.com">auctiondesq.imgstg.com</a>
</p>
</div>
</div>
</div>
</body>
</html>