-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
138 lines (108 loc) · 4.12 KB
/
Copy pathabout.html
File metadata and controls
138 lines (108 loc) · 4.12 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Angel Negron - About Me</title>
<link rel="shortcut icon" href="images/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--[if lt IE 9]>
<script src="js/html5shiv-printshiv.min.js"></script>
<![endif]-->
<!-- FONTS -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,400,600&display=swap" rel="stylesheet">
<!-- STYLES -->
<!-- lightbox if needed -->
<link href="lightbox/src/css/lightbox.css" rel="stylesheet" />
<!--Slick if needed -->
<link rel="stylesheet" href="slick/slick/slick.css"/>
<!-- Normal CSS styles -->
<link type="text/css" rel="stylesheet" href="styles.css" />
<!--jQuery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
</head>
<body>
<!-- HEADER SECTION -->
<header>
<a href="index.html"> <img class="thelogo" src="images/angellogo.png" alt="Angel Negron Logo" ></a>
<nav class="menu">
<ul>
<li> <a href="index.html">Design</a> </li>
<li> <a href="illustration.html">Illustration</a> </li>
<li> <a href="about.html">About Me</a> </li>
<li> <a href="contact.html">Contact</a> </li>
</ul>
</nav>
<nav class="desktop-menu">
<ul>
<li> <a href="contact.html">Contact</a> </li>
<li> <a href="about.html">About Me</a> </li>
<li> <a href="illustration.html">Illustration</a> </li>
<li> <a href="index.html">Design</a> </li>
</ul>
</nav>
<h1>Angel Negrón</h1>
<p>designer<span class="orangeletter"> | </span>illustrator <span class="orangeletter"> | </span> web</p>
<button class="hamburger">☰</button>
<button class="cross">˟</button>
</header>
<!-- MAIN CONTENT SECTION -->
<main>
<article class ="about-bio">
<h3>About Me</h3>
<p>I am Graphic Designer and Illustrator intrigued in all facets of the graphic arts. From print and Web design to animation and everything in-between. As a result, I am always in pursuit of interesting projects and assignments where I can both showcase and enhance my own abilities as well as help any client apply visual and aesthetic excellence to their products. <br>
Contact me if you like what you see of my work....or even if you don't :).
</p>
</article>
<aside>
<figure class="aboutimage">
<img src="images/snow.jpg" alt="Snow Ride" title="Snow Ride" />
<figcaption> <p>I also love to sled with my baby </figcaption>
</figure>
</aside>
<div class=edmisc>
<article class="about-ed">
<h3>Education</h3>
<p>
<b>University of Florida College of Journalism and Communications</b> <br>
Master of Arts - MA<br>
*Expected graduation 2021<br>
<br>
<b>County College of Morris</b><br>
Certificate, Web Development<br>
<br>
<b>William Paterson University of New Jersey</b><br>
Bachelor of Fine Arts (BFA) 2002 <br>
Graphic Design, Illustration<br>
Cum Laude<br>
<br>
<b>Art Instruction Schools</b><br>
Art/Art Studies, 2001<br>
</p>
</article>
<article class="about-misc">
<h3>Miscellaneous</h3>
<p>
Brazilian Jiujitsu – Black Belt, 2<sup>nd</sup> Degree (Professor) <br>
<br>
Judo – Black Belt 1<sup>st</sup> Dan <br>
<br>
Videogame collector and connoisseur. (Seriously, I most likely have a bigger collection than anyone you know)
<br>
<br>
I really, reallly love fishing. Anytime, Anywhere.
</p>
</article>
</div>
</main>
<!-- FOOTER AND ITS CONTENT SECTION -->
<footer>
<!-- <h4 class="backbutton">Back to the Top</h4> -->
<a href="https://www.linkedin.com/in/angel-negron-1637a189"> <img src="images/linkein.png" alt="LinkedIn icon"> </a>
<p>All work is the property of Angel Negron unless otherwise noted. © Angel Negron 2020</p>
</footer>
<!--hamburger script -->
<script src="js/javascript.js"> </script>
<!--lightbox -->
<script src="lightbox/src/js/lightbox.js"></script>
</body>
</html>