forked from jeparanay/Portfolio_Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
99 lines (51 loc) · 2.6 KB
/
about.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
73
74
75
<!DOCTYPE html>
<html>
<head>
<title>About</title>
<link rel="stylesheet" href="style.css" type="text/css" media="screen">
</head>
<body>
<header class="header">
<h1>Julia Paranay, Designer</h1>
<nav class='main_nav'>
<ul>
<li> <a class='work' href="index.html">Work</a></li>
<li> <a class='about' href="about.html">About</a></li>
<li> <a class='resume' href="images/resume/resume.pdf" target="_blank">Resume</a></li>
</ul>
</nav>
</header>
<section class="section_float3">
<article class="info2">
<h4>Information</h4>
<p> Phone: (978) 758-8376 <br>
Email: [email protected] <br>
Location: Boston, MA <br>
School: Massachusetts College of Art and Design <br>
</p>
</article>
<article class="findme">
<h4> Find Me On </h4>
<a href="http://www.behance.net/JuliaParanay">Behance</a> <br>
<a href="https://www.facebook.com/jeparanay">Facebook</a> <br>
<a href="http://www.linkedin.com/profile/view?id=278485441&trk=nav_responsive_tab_profile">LinkedIn</a>
</article>
</section>
<section class="section_float4">
<article class="mainarticle">
<h4> Hello, </h4>
<p>
I am currently a Graphic Design Junior attending MassArt. I strive for improvement, and learn quickly to overcome the many challenges I face as a designer. Determination is the driving force behind all of my accomplishments, and I consider every detail in the process. Design is a way of thinking, and I believe it should be both useful as well as beautiful. Web design currently holds my higest interest, but I also enjoy package design, and other print media. Feel free to contact me!
</p>
</article>
</section>
<section class="section_float5">
<article class="work_images">
<img alt="Julia Paranay" src="images/about/julia.jpg"/>
</article>
</section>
<footer>
<p>Website designed by Julia Paranay</p>
</footer>
</body>
</html>