-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
134 lines (130 loc) · 4.92 KB
/
index.html
File metadata and controls
134 lines (130 loc) · 4.92 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Jason W</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<div class="navbar">
<a href="http://jsbin.indetermi.net:3000/wil/8/">Home</a> | <a href="#goobjective1">Objective</a> | <a href="#goresume1">Resume</a> | <a href="#goacesscode1">AcessCode Scheduel</a> | <a href="#gocontact1">Contact </a>
</div>
<div id="wrapper">
<div class="topsection">
<img src="http://img.photobucket.com/albums/v302/finalfantasy216/profilepic.jpg" class="thumbnail">
<div class="welcometxt">
<h1>Welcome</h1>
<p class="txtcourier">Hi, welcome to my page. This is my first webpage that I code from scratch. Hope you like it! If you have any suggestions regarding my CSS, feel free to email me. My email is under Contact in the menu bar.</p>
</div>
</div>
<a name="goobjective1"></a>
<div class="objectivesect">
<h1>Objective</h1>
<p class="txtcourier">My objective is to apply the knowledge that I learned from <a href="http://www.codecademy.com/learn">Codecademy</a> and <a href="http://www.c4q.nyc/accesscode/">Accesscode</a> Workshop to this website.</p>
<p class="txtcourier">The following things that I will get graded on:</p>
<ol class="txtcourier">
<li>Use ul, ol, and table tags</li>
<li>Use header and span tags</li>
<li>Use fonts, colors, borders, positioning</li>
<li>Use Images</li>
</ol>
</div>
<a name="goresume1"></a>
<div class="resumesec">
<h1>Resume</h1>
<h4>Education</h4>
<ul class="txtcourier">
<li><b>Queens College</b>, The City University of New York</li>
(Bachelor of Arts: Biology Spring 2012 – Spring 2014)
<br />
<li><b>University at Buffalo</b>, the State University of New York</li>
(Bachelor of Science: Biology Fall 2008 – Spring 2011)
<br />
</ul class="txtcourier">
<h4>Work Experience</h4>
<ul class="txtcourier">
<li>Medi-Space Pharmacy, Flushing, NY</li>
<ul>
<li><b>Pharmacy Technician</b> (Jan 2013 – Present)</li>
<ul>
<li>Educate patients with alternative medications, drug properties and prevention of drug-drug interactions. </li>
<li>Keep patient records, handling inventories and managing insurance claims</li>
</ul>
</ul>
<li>New York Hospital of Queens, Queens, NY</li>
<ul>
<li><b>Patient Care/Volunteer</b> (June 2013 – May 2014)</li>
<ul>
<li>Chinese Translator, Regards Patient’s demographic</li>
<li>Assists Patient’s need at bedside</li>
</ul>
</ul>
<li>Crystalgen, Commack, NY </li>
<ul>
<li><b>Account Manager</b> (June 2012 – Jan 2013)</li>
<ul>
<li>Maintain relationships with physicians, hospitals, lab contacts, retail contacts and other ancillary medical professionals</li>
<li>Manage overall sales process, set appropriate metrics for sales funnel management and implement strategies for expanding company’s customer base in territory</li>
</ul>
</ul>
<li>T-Mobile, Flushing, NY</li>
<ul>
<li><b>Sales Associate</b> (November 2011 – April 2012)</li>
<ul>
<li>Build customer’s confidence by making the store experience interactive, engaging and reassuring</li>
<li>Maximize customer experience by resolving their issue</li>
</ul>
</ul>
</ul>
<h4>Awards</h4>
<ul class="txtcourier">
<li>College Reading & Learning Association Certified Tutor</li>
<li>First Sergeant in Junior Reserve Officer Training Corps</li>
<li>1st place in Spring-Junior New York City Interscholastic Mathematics League</li>
<li>2nd place in Fall-Junior New York City Interscholastic Mathematics League</li>
<li>1st place in Spring Freshman-Sophomore New York City Interscholastic Mathematics</li>
</ul>
</div>
<a name="goacesscode1"></a>
<div class="tbbox">
<div class="tbtitle">
<h2>AccessCode 2.2 Scheduel</h2>
</div>
<div>
<table border="1px">
<tbody>
<tr>
<td>Sunday</td>
<td>Monday</td>
<td>Tuesday</td>
<td>Wednesday</td>
<td>Thursday</td>
<td>Friday</td>
<td>Saturday</td>
</tr>
<tr>
<td>10-6pm</td>
<td>7-10pm (Optional)</td>
<td>7-10pm</td>
<td>7-10pm (Optional)</td>
<td>7-10pm</td>
<td>No Class</td>
<td>10-6pm</td>
</tr>
</tbody>
</table>
</div>
</div>
<a name="gocontact"></a>
<div class="contactus">
<h2>Contact</h2>
<div>
<p>
Name: Jason Wang<br/>
Phone# 718-888-8888<br/>
Email: qwang216 at gmail dot com<br/>
</p>
</div>
</div>
</div>
</html>