-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
123 lines (97 loc) · 4.67 KB
/
resume.html
File metadata and controls
123 lines (97 loc) · 4.67 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
<!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">
body{
background:#333 url(images/bg2.jpg) repeat top left;
font-family:Arial;
}
#pic1 {
position: absolute;
left: 969px;
top: 387px;
width: 400px;
height: 284px;
z-index: 201;
}
.content ul li {
font-size: 16px;
}
.bold {
font-weight: bold;
}
</style>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
</head>
<body>
<div class="resume">
<h5 align="center">Valentin Meica<br /> vanjinn@gmail.com<br /> vmeica@ggc.edu<br /></h5>
<h4>OBJECTIVE</h4>
<p>Seeking a position as software developer.</p>
<h4>EDUCATION</h4><br />
<h4>Georgia Gwinnett College</h4>
<p>Senior Pursuing Bachelors of Computer Science (Software development) GPA 3.82</p>
<p>Balti State University — Europe, Moldova 1 year completed</p>
<h4>SKILLS</h4>
<hr>
<p><strong>TECHNICAL SKILLS:</strong></p>
<ul>
<li><strong>Languages</strong>: Java; Ruby; PHP; HTML/CSS JavaScript</li><li><strong>Internet Technology Experience</strong>: Extensive experience with Java servlets; JSP; mod_perl; XML and XSL; client/server architecture; HTML; CGI scripts; shell scripts; ASP; ASP.NET</li>
<li><strong>Operating Systems</strong>: IOS; Macintosh; Windows XP, Vista, 7, 8.1, 10</li>
<li><strong>Databases</strong>: SQL; Oracle Products </li>
<li><strong>Graphics</strong>:Photoshop; Gimp; Blender; Dreamweaver </li>
</ul>
<hr>
<h4>ADDITIONAL INFORMATION</h4>
<ul>
<li>Fluent in Russion and Romanian </li>
<li>Delivery & Route Sales</li>
<li>Microsoft Office/Email</li>
<li>Computer Retail Sales</li>
<li>Custumer Service</li>
</ul>
<hr>
<h4>WORK EXPERIENCE</h4>
<p>SP GLOBAL – IPARTNERS - (INTERNSHIP) — 05/2016 - Present </p>
<p>• Developing, building, and maintaining report solutions for Insurance companies in an agile environment, while ensuring customer satisfaction and requirements specification.</p>
<p>Federal Work Study — Georgia Gwinnett college — 09/2014 - 06/2016 <br /></p>
<p>• Learning new diverse digital media and coding software and develop tutorials for middle/high school girls and ITECH1001 students. Conducting the class sessions, teaching the particular IT related software with the purpose of advertising and involving more females and other major students into the Information technology field.</p>
<p>Delivery Driver-Papa John's Pizza — Winder, GA 12/2011 — 4/2012<br /></p>
<p>• 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 /></p>
<p>Sales Consultant - COMPUTER STORE IN EUROPE — in Moldova 09/2009 — 5/2010<br /></p>
<p>• Exceeded sales quota through providing customer value by gaining an understanding of customer needs while staying current in regards to leading hardware and software solutions/applications.</p>
<hr>
<h4>COMMUNICATION</h4> <br />
<p>• Delivered multiple IT related presentations through Federal work study, participated in scientific expos presenting innovative technology.</p>
<hr>
<h4>LEADERSHIP</h4><br />
<p>• Was the team leader in various projects throughout college, including a database design and a text based game development. Also an ethics and professionalism group research.</p>
</div>
<p> </p>
<p> </p>
<p> </p>
<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> Resume</h1>
</div>
<div id="logoImg" ><img src="images/self.jpg" width="235" height="209" alt=""/></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>