-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex0.html
More file actions
101 lines (88 loc) · 4.03 KB
/
index0.html
File metadata and controls
101 lines (88 loc) · 4.03 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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html>
<head>
<title>About Sam</title>
<link rel="stylesheet" href="css/style.css">
<link href='http://fonts.googleapis.com/css?family=Pacifico|Roboto:400,100' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" type="image/x-icon" href="img/icon.ico" />
</head>
<body>
<a name="top"></a>
<div class="banner"><h1>About Samantha Trieu</h1></div>
<div class="container">
<div class="content"><a name="about"></a>
<div class="avatar"><img src="img/sam2.jpg" alt="Sam"></div>
<div class="blurb">
<h2>Intro.</h2>
<p><strong>//Some Labels// </strong> ABC. ISFP. Capricorn. Bio Nerd.</p>
<p>Born and raised in the Bay Area.Currently, I am working in a hybrid PM and application support role at the IT department of an insurance company. I love art and tech, so I'm super excited about learning Front End Web Development at <a href="http://http://www.hackbrightacademy.com/">Hackbright Academy</a>!</p>
</div>
</div>
<div class="content">
<div class="avatar"><img src="img/berkeley.gif" alt="Cal"></div>
<div class="blurb">
<h2>Background.</h2>
<p> Graduated with a BA in <em>Integrative Biology</em> from UC Berkeley, where I was involved with <a href="http://www.suitcaseclinic.org/">The Suitcase Clinic</a> as a student volunteer to serve the homeless population, an awesome student-led 3D Animation Class <a href="http://www.ucbugg.com/"> (ucBUGG)</a> and the lovely people at <a href="http://www.a2fberkeley.org/">acts2fellowship.</a> I owe the best parts of college to these organizations. <strong>GO BEARS!</strong></p>
</div>
</div>
<div class="content">
<div class="avatar"><img src="img/chibime.jpg" alt="Sam likes ice cream"></div>
<div class="blurb columns">
<h2>Art.</h2>
<ul>
<li>Drawing</li>
<li>Design</li>
<li>Sewing</li>
<li>Plushmaking</li>
<li>Papercrafting</li>
<li>Scrapbooking</li>
<li>Making Pretty Things</li>
<li>Making things Pretty (They are different!)</li>
</ul>
</div>
</div>
<div class="content">
<div class="avatar"><img src="img/cirrus2.jpg" alt="Cirrus Standing"></div>
<div class="blurb">
<h2>Cirrus.</h2>
<p>Cirrus (sear-riss) is my 9 year old minature American Eskimo Dog. He is a fur machine who loves to do tricks like hi-fives and spinning in circles for praise and affection. He's shy toward strangers but will slowly warm up if you take him out for a jog. Cirrus does not like males. Sorry, he's a ladies' man.
</div>
</div>
<div class="content">
<div class="avatar"><img src="img/tardis2.jpg" alt="Other Hobbies"></div>
<div class="blurb columns">
<h2>Other Loves.</h2>
<ul>
<li>Swimming</li>
<li>Singing Loudly & Badly</li>
<li>Animals</li>
<li>Fantasy & SciFi</li>
<li>Coffee</li>
</ul>
</div>
</div>
</div>
<!-- play with flex
<div class="flex">
<img src="img/deviantart.png"><img src="img/deviantart.png"><img src="img/deviantart.png"><img src="img/sam2.jpg"><img src="img/cirrubow0.png"><img src="img/deviantart.png"><img src="img/cirrubow0.png"><img src="img/deviantart.png"><img src="img/sam2.jpg"><img src="img/deviantart.png"><img src="img/cirrubow0.png">
</div>
-- flex play end-->
<!--<div class="footer">
<div id="contact">
<a name="contact"></a>
<h2 class="footertext">Contact Me.</h2>
Thanks for visiting! Keep in touch, okay? </br>
<a href="mailto:samanthastrieu@gmail.com"><img src="img/google.png"</a>
<a href="https://www.linkedin.com/pub/samantha-trieu/47/805/257"><img src="img/linkedin.png"</a>
<a href="http://relearner.tumblr.com"><img src="img/tumblr.png"</a>
<a href="http://lilgreenhorn.deviantart.com"><img src="img/deviantart.png"</a>
</div>
<!--DOG BUTTON BELOW. WHEN CLICKED, BRINGS BACK TO TOP OF PAGE. WHEN HOVERED, IMAGE CHANGES.-->
<a href="#top" id="cirrubutton"></a>
<!-- I can't get the youtue vid to work...
<div ID="youtube">
<iframe width="356" height="200" src="//www.youtube.com/embed/videoseries?list=PL-KklJurs2vcA-sX6tIqW_7NAOMdwQkYV" frameborder="0" allowfullscreen></iframe>
</div> -->
</div>
</body>
</html>