-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.html
More file actions
128 lines (112 loc) · 5.25 KB
/
.html
File metadata and controls
128 lines (112 loc) · 5.25 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Valentin's HomePage</title>
<style type="text/css">
</style>
<link href="css/stylesheet.css" rel="stylesheet" type="text/css" />
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
#pic1 {
position: absolute;
left: 969px;
top: 387px;
width: 400px;
height: 284px;
z-index: 201;
}
.content ul li {
font-size: 16px;
}
.bold {
font-weight: bold;
}
#pic2 {
position: absolute;
left: 1119px;
top: 614px;
width: 347px;
height: 284px;
z-index: 202;
}
#pic3 {
position: absolute;
left: 979px;
top: 997px;
width: 368px;
height: 280px;
z-index: 203;
}
#pic4 {
position: absolute;
left: 1198px;
top: 1142px;
width: 329px;
height: 242px;
z-index: 204;
}
</style>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
</head>
<body>
<div class="content">
<p align="center"><strong>Valentin Meica</strong><br />
vanjinn@gmail.com<br />
vmeica@ggc.edu<br />
<p> </p>
<p><strong>Objective</strong></p>
<p align="center">Seeking a position as software developer.</p>
<p> </p>
<p><strong>EDUCATION</strong><br />
<h4>Georgia Gwinnett College</h4> - Lawrenceville, GA, juniour Pursuing Bachelors of Computer Science (Software development)
GPA 3.68</p>
<p>Balti State University — Europe, Moldova 1 year completed</p>
<p> <strong>SKILLS</strong></p>
<p>• HTML/CSS • Microsoft Office/Email • Computer Retail Sales<br />
• Computer Networking • Internet Proficiency • Java<br />
• Delivery & Route Sales • Windows 7,8,10 and iOS • Customer Service /Delivery Drive</p>
<p> </p>
<p><strong>ADDITIONAL INFORMATION</strong></p>
<p>• Fluent in Russion and Romanian <br /> </p>
<p> </p>
<p><strong>WORK EXPERIENCE</strong></p>
<p><span class="bold">Federal Work Study</span> — - Georgia Gwinnett college
— 09/2014 - present <br />
•
</p>
<p><span class="bold">Papa John's Pizza</span> — Winder, GA 12/2011 — 4/2012<br />
• Conducted regular activities associated with delivering pizza to customers including on time delivery and ensuring product quality standards were upheld • Participated in team meetings and helped provide an exceptional customer experience by ensuring order accuracy<br />
Sales Associate</p>
<p><span class="bold">Computer Store</span> — in Moldova 09/2009 — 5/2010<br />
• Partnered with customers to better understand their computing requirements in order to build the machine most appropriate for their application • Exceeded sales quota thru providing customer value by gaining an understanding of customer needs while staying current in regards to leading hardware and software solutions/applications • "Upsold" basic computer equipment (input devices) and other supplies in order to drive profitable revenue growth for the store</p>
<p><span class="bold">Federal Work Study</span>-- at GGC 09/2014--- present<br />
-Develope digital media software tutorials for middle/high school girls and ITECH1001 students as well as teaching them. </p>
<p> </p>
<p> </p>
<p> </p>
</div>
<div id="nav">
<ul id="MenuBar1" class="MenuBarHorizontal">
<li><a href="index.html">Home</a> </li>
<li><a href="projects.html">Projects</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="hobbies.html">Hobbies</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="logo">
<h1>Valentin Meica. Resume</h1>
</div>
<div id="logoImg" ><img src="images/valAvatar.jpg" width="291" height="244" alt="cv logo" /></div>
<!--<div id="pic1"><img class="img" src="images/ppj.jpg" width="368" height="281" alt="ppj" /></div>
<div id="pic2"><img class="img" src="images/pc store.jpg" width="327" height="276" alt="pcstore" /></div>
<div id="pic3"><img class="img" src="images/fws1.jpg" width="342" height="249" alt="fws" /></div>
<div id="pic4"><img class="img" src="images/fws2.jpeg" width="315" height="224" alt="pc fws" /></div>
-->
<div id="apDiv1"></div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
</html>