-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (44 loc) · 2.84 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!doctype html>
<html>
<head>
<title>MMP210</title>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css" type="text/css" />
<meta charset="utf-8" />
</head>
<body>
<div id="container">
<div id="title">
<h1>MMP210</h1>
<h2>Steven Taveras</h2>
</div>
<ul>
<li><div class="dropdown">
<button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Assignments<span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="week1/index.html">Week 1</a></li>
<li><a href="week2/index.html">Week 2</a></li>
<li><a href="week3/index.html">Week 3</a></li>
<li><a href="week4/index.html">Week 4</a></li>
<li><a href="week5/index.html">Week 5</a></li>
<li><a href="week6/index.html">Week 6</a></li>
<li><a href="week7/index.html">Week 7</a></li>
<li><a href="week8/index.html">Week 8</a></li>
<li><a href="week7/index.html">Week 7</a></li>
<li><a href="week8/index.html">Week 8</a></li>
<li><a href="week9/index.html">Week 9</a></li>
<li><a href="week10/index.html">Week 10</a></li>
<li><a href="week11/index.html">Week 11</a></li>
<li><a href="week13/index.html">Final</a></li>
</ul>
</div>
</li>
</ul>
<div class="words">
<p>I was born in NYC and raised in the Bronx. Art is something that has brought me focus and direction in my life. I honed my fine arts skills at LaGuardia High School of Music and art.
I went on to study Graphic design at Katherine Gibbs where I earned my degree in Visual Communications. I learned the use of many programs such as Photoshop and Illustrator I gained a good understanding of how to utilize various art programs and delved a little into web design.I currently work at GIA (The Gemological Institute of America) the worlds foremost authority in Gems and Gemology. I continue to develop my skills in Multimedia Programming at Borough of Manhattan Community College</p>
<img src="https://scontent-yyz1-1.xx.fbcdn.net/hphotos-xaf1/v/t1.0-9/11899786_1025344304142624_4200663611394751445_n.jpg?oh=bca3cb0ee5a5210d7795701786265530&oe=57722446"/>
</div>
</div>
</body>
</html>