forked from john-wilson/john-wilson.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bio.html
148 lines (117 loc) · 4.63 KB
/
bio.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
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
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html>
<!--Aaron Jones helped me with the design of this code-->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>John Wilson</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.2/normalize.css">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" type="text/css" href="css/gallery.css">
<link href='http://fonts.googleapis.com/css?family=Amatic+SC:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/gallery.theme.css">
<link rel="stylesheet" href="css/gallery.min.css">
</head>
<body class="bio">
<div class="navmenu">
<div class="container">
<div class="menu-left">
<ul>
<li><a id="home" href="index.html">Home</a></li>
<li><a id="bio" href="bio.html">bio</a></li>
</ul>
</div>
<div id="logo-container">
<div class="logo"></div>
</div>
<div class ="menu-right">
<ul>
<li><a id ="portfolio" href="portfolio.html">Portfolio</a></li>
<li><a id = "contact" href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
<article>
<div class="gallery items-3">
<div id="item-1" class="control-operator"></div>
<div id="item-2" class="control-operator"></div>
<div id="item-3" class="control-operator"></div>
<figure class="item">
<img src="img/2.jpg">
</figure>
<figure class="item">
<img src="img/8.jpg">
</figure>
<div class="controls">
<a href="#item-1" class="control-button">•</a>
<a href="#item-2" class="control-button">•</a>
</div>
</div>
<div class="bio-content">
<h2>Bio</h2>
<p>I love Design. Many people see it as a chore or something that has to be done, but to me it is what I can see myself doing for the rest of my life. I am originally from Southern California, the land of golden beaches and the greatest place on Earth. The memories I have from SoCal often influence my design, and I love palm trees, sun, and the waves. When I'm not designing, I enjoy video games, longboarding, and hanging with friends making new memories. </p>
<h2>Education</h2>
<div id="education">
<ul>
<li>My Education has always been something that is extremely important to me. Ever since I was a kid, I have tried to be the best that I can be.</li>
</ul>
<h3>Northwest Christian High School</h3>
<p>Graduated Class of 2012 at the age of 16 with a 3.9 GPA and as part of the National Honor Society</p>
<h3>Eastern Washington University</h3>
<ul>
<li> Made Dean's List every quarter</li>
<li>Currently 3.83 GPA(Junior)</li>
<li>Visual Communication Design Major</li>
<li>IFC Treasurer and Delta Chi Secretary</li>
</ul>
</div>
<div id="experience">
<h2>Experience</h2>
<ul>
<h4>Silverwood</h4>
<li>Games Operator
<p>Running and upkeep of a very busy customer service environment.</p>
</li>
<h4>Marketsource</h4>
<li>Wireless Sales Rep,
<p>A positive sales environment, selling mobile phones inside of Target (AT&T, Verizon,and Sprint), which has taught me invaluable people skills, as well as sales techniques, and general technical knowledge.</p>
</li>
</ul>
</div>
<div id = "skillset">
<h2>Skillset</h2>
<p>I am proficient in many design programs, but I would consider my creativity, imagination, and love of design to be my most valuable skills. Other things that I happen to be good at are:</p>
<ul id = "skills">
<li>Adobe Photoshop</li>
<li>Adobe Indesign</li>
<li>Adobe Illustrator </li>
<li>Adobe Lightroom</li>
<li>Adobe Bridge</li>
<li>Handlettering</li>
<li>Typography(general knowledge)</li>
<li>Photography</li>
<li>Web Design- HTML, CSS, Javascript(future tense)</li>
<li>General Design Solutions</li>
<li>Problem Solving</li>
<li>Rapping</li>
<li> Basketball</li>
</ul>
</div>
<footer>
<footer>
<div class = "logo2">
<img src="img/logob.png">
</div>
<!--From simplesharebuttons.com-->
<ul class="share-buttons">
<li><a href="https://www.facebook.com/sharer/sharer.php?u=&t=" target="_blank" title="Share on Facebook"><img src="images/flat_web_icon_set/color/Facebook.png"></a></li>
<li><a href="https://twitter.com/intent/tweet?source=&text=:%20" target="_blank" title="Tweet"><img src="images/flat_web_icon_set/color/Twitter.png"></a></li>
<li><a href="http://www.linkedin.com/shareArticle?mini=true&url=&title=&summary=&source=" target="_blank" title="Share on LinkedIn"><img src="images/flat_web_icon_set/color/LinkedIn.png"></a></li>
</ul>
</footer>
</footer>
</article>
</body>
</html>