-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
146 lines (121 loc) · 9.18 KB
/
Copy pathtest.html
File metadata and controls
146 lines (121 loc) · 9.18 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
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd"><html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-16">
<script>
function myFunction() {
document.getElementById("demo").innerHTML = "IT Generalist";
}
</script><script>
function myFunction2() {
document.getElementById("demo").innerHTML= "IT Professional";
}
</script><script>
function myFunction2A() {
document.getElementById("demo").innerHTML= "Security Administrative Professional";
}
</script><script>
function myFunction3() {
document.getElementById("demo1").innerHTML= "direct";
}
</script><script>
var skills = ["SQL Server", " SQLite", " MS Access (VBA)", " VB", " VBScript", " Ruby", " Javascript", " Python", " .NET", " HTML5", " CSS3", " XML", " PHP", " MySQL", " Unix/Linux"," Cygwin", " Power Shell" ];
var text = "";
var i;
for (i = 0; i < skills.length; i++) {
text += skills[i] + ",";
}
function mySkills(){
document.getElementById("skillslist1").innerHTML = text;
}
console.log(text)
</script><script>
function myFunction4() {
document.getElementById("demo1").innerHTML= "contract";
}
</script><script>
var skills2 = [" <b>Expertise in:</b>", " Salesforce", " Sharepoint", " Spiceworks", " Git", " SQL Server Management Studio", " Virtualization", " Crystal Reports", " Microsoft Office (Including MS Access)", " OpenOffice (extending in Basic and Python) Windows", " Linux/Posix", " Visual Studio", " Eclipse", " Emacs", " Vim", " Wordpress"];
var text2 = "";
var i;
for (i = 0; i < skills2.length; i++) {
text2 += skills2[i] + ",";
// console.log(text2)
}
function mySkills2() {
document.getElementById("skillslist2").innerHTML = text2;
}
console.log(text2);
</script><style>
body {
background-color: Black;
background-image: url("circuit.")
}
#main {
max-width: 700px;
margin: 0 auto;
border-style: outset;
border-width: medium;
padding-top: 50px;
padding-right: 50px;
padding-bottom: 50px;
padding-left: 80px;
background-color: White;
}
a:link {
text-decoration: none;
color: black;
}
#myskills {display: block;
// color: red;
}
</style>
</head>
<body>
<div id="main">
<h1>Ray Nieva </h1>
<p><br>Home: 978-365-7585 - Cell: 978-763-5277 - raynieva@gmail.com <br><a href="https://linkedin.com/in/raynieva">https://www.linkedin.com/in/raynieva</a><br></p>
<h2><b id="demo">Position</b>
seeking <b id="demo1">status</b> opportunity.</h2><button type="button" onclick="self.location='ITGeneralist4-Base.xml.html'">IT Generalist</button><button type="button" onclick="self.location='ITGeneralist4-Base.xml.html'">IT Professional</button><button type="button" onclick="myFunction2A()">Security Administrative Professional</button><button type="button" onclick="self.location='ITGeneralist4-Base-Sales.xml.html'">Sales Administrative Professional</button><button type="button" onclick="myFunction3()">Direct</button><button type="button" onclick="myFunction4()">Contract</button><h3>Summary</h3><br><b>SECURITY AND ADMINISTRATIVE SKILLS:</b><br><ul>
<li>Control Room Skills</li>
<li>Very Quick Learner</li>
<li>Diligent Observer</li>
<li>Work well in Team Environment</li>
<li>Strong communications skills</li>
<li>Flexible schedule</li>
<li>Adaptable</li>
<li>Accustomed to Working Long hours</li>
<li>Microsoft Office and Google Docs</li>
<li>Extensive Security Report Writing</li>
</ul><br><b>PROFESSIONAL EXPERIENCE:</b><p>
•
Internet Marketing/Automation Developer/Consultant VAR (Value Added Reseller)/Systems Integrator - Web Apps, DBA Tools
2006-Present<br>
•
Support Engineer (Contract)
Pageflex - Marlboro, MA
2016-2017
<br>
•
Trouble Resolution Specialist/Information Engineer
Dining Alliance — Waltham, MA 2012-2016<br>
•
Gatehouse Control Room/Concierge-PT Weekends
02/2012-4/2013
Palladion Services-PT Boston, MA
Equity West End Properties (Gatehouse and Control Room)
Reference: Patrick Knight
<br>
• Programmer/Systems/Database Administrator and Miles Application Support
Gatehouse Media New England — Needham, MA
2006-2011 <br>
•
Concierge-PT Weekends
04/2006-10/2010
Palladion Services-PT Boston, MA
Barclays on Beacon Front Desk Concierge
Reference: Patrick Knight
</p>
<p><b>EDUCATION:</b><p>Lane Technical Chicago, IL
Pre-engineering and College Prep</p><br></p>
</div>
</body>
</html>