-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
225 lines (202 loc) · 8.56 KB
/
index.html
File metadata and controls
225 lines (202 loc) · 8.56 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--Google Icons-->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!--Fontawesome-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/solid.min.css">
<!--Site CSS-->
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="topnav.css">
<link rel="stylesheet" type="text/css" href="banner.css">
<link rel="stylesheet" type="text/css" href="about.css">
<link rel="stylesheet" type="text/css" href="footer.css">
<link rel="stylesheet" type="text/css" href="services.css">
<link rel="stylesheet" type="text/css" href="workeducation.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<title>Codetologist</title>
</head>
<body id='page-top' class="parallax-background">
<!--Navigation-->
<header class="header">
<a href="" class="logo">Codetologist</a>
<input class="menu-btn" type="checkbox" id="menu-btn" />
<label class="menu-icon" for="menu-btn"><span class="navicon"></span></label>
<ul class="menu">
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#education">Education</a></li>
</ul>
</header>
<!--Banner-->
<article class="banner">
<section></section>
<section>
<h1>I'm Alberto Ramos</h1>
<p>And I'm a Professional Software Developer</p>
<a href="./docs/CV_Alberto-Ramos.pdf" download>
Download CV
</a>
</section>
</article>
<!--About / Short Intro-->
<article class="about">
<figure>
<img src="./img/banner_image_small.jpg" alt="Codetologist">
<figcaption>Codetologist</figcaption>
</figure>
<section>
<p class="custom-text">Professional Software Developer with over 9 years of
experience in the aerospace industry. Passionate about
continuous learning, best practices and project management
methodologies.</p>
</section>
<a class="btn custom-button" href="#" role="button">Download CV</a>
</article>
<article class="services">
<a name="services"></a>
<h1>Services</h1>
<section>
Software Development
</section>
<section>
Testing
</section>
</article>
<article class="work">
<a name="work"></a>
<h1>Work Experience</h1>
<div class="cards">
<section>
<figure><img src="./img/DXC_logo.jpg" alt="DXC Technology"></figure>
<figcaption>DXC Technology</figcaption>
<h1>Professional Programmer Analyst</h1>
<p>
Software developer for the Custom Application Services (CAS) team.
Developed web application using C#, MVC, Entity Framework, REST
API, MS Visual Studio. Developed document generator software
using Windows Forms, Model-View-Presenter, DAO. Supported the
SharePoint Enhancements team, on a customer request's basis,
developing SharePoint Site Pages using HTML, CSS, Javascript,
InfoPath forms, Nintext Workflows and AgilePoint Workflows.
</p>
</section>
<section>
<figure><img src="./img/LORD_logo.jpg" alt="Lord Corporation"></figure>
<figcaption>Empresas Oneill</figcaption>
<h1>Software Analyst</h1>
<p>
Designed, developed and maintained test software for automated
product testing (NI TestStand, Python) in an agile development
environment following industry guidelines for developing
avionics software.
</p>
</section>
<section>
<figure><img src="./img/honeywell_logo.jpg" alt="Honeywell Aerospace"></figure>
<figcaption>Honeywell Aerospace</figcaption>
<h1>Test Engineer</h1>
<p> Designed, developed and maintained test software for automated
test equipment using National Instruments tools such as
LabWindows/CVI, TestStand and LabView. Completed multiple Test
Equipment Readiness reviews, test equipment installation and
final check out at customer's facility. Supported unit testing
software using Python's unit testing framework. Wrote technical
documentation and presentations. Lead multiple reviews per
company established processes. Worked with internal and
external customers in all phases of the software development
life cycle.</p>
</section>
<section>
<figure><img src="./img/Infotech_logo.gif" alt="Infotech Aerospace Services"></figure>
<figcaption>Infotech Aerospace Services</figcaption>
<h1>Specialist I</h1>
<p>Enhanced legacy software written in Matlab and Simulink on
a customer change request basis. Developed web applications
using Java, Struts, Oracle Weblogic Server and PostgreSQL.
Wrote technical documentation and presentations. Worked
with internal and external customers in all phases of
the software development life cycle.</p>
</section>
</div> <!-- end of cards-->
</article>
<article class="education">
<a name="education"></a>
<h1>My Education</h1>
<div class="cards">
<section>
<figure><img src="./img/udemy_logo.png" alt="Udemy"></figure>
<figcaption>Udemy</figcaption>
<h1>Udemy</h1>
<p>
Non degree / Personal Interest<br>
Multiple topics
<ul>
<li>The Complete Web Developer in 2020: Zero to Mastery</li>
<li></li>
<li></li>
</ul>
</p>
</section>
<section>
<figure><img src="./img/politecnica_logo.png" alt="Politechnic University of Puerto Rico"></figure>
<figcaption>Politechnic University of Puerto Rico</figcaption>
<h1>Politechnic University of Puerto Rico</h1>
<p>
Non degree / Personal Interest<br>
Masters in Information Security Courses:
<ul>
<li>CECS 6005 Principles of Information Security</li>
<li>CECS 7240 Database Security</li>
</ul>
</p>
</section>
<section>
<figure><img src="./img/uprm_logo.png" alt="University of Puerto Rico"></figure>
<figcaption>University of Puerto Rico</figcaption>
<h1>University of Puerto Rico</h1>
<p>
Non degree / Personal interest <br>
Masters of Science in Software Engineering Courses:
<ul>
<li>Icom 6117 Usability Engineering</li>
<li>Icom 6995 Human Computer Interaction</li>
<li>Icom 6089 Object Oriented Design</li>
<li>Icom 6505 Wireless Networks</li>
<li>Icom 6025 High Performance Computing</li>
<li>Icom 5018 Cryptography</li>
</ul>
</p>
</section>
<section>
<figure><img src="./img/interamericana_logo.jpg" alt="Interamerican University of Puerto Rico"></figure>
<figcaption>Interamerican University of Puerto Rico</figcaption>
<h1>University of Puerto Rico</h1>
<p>
Bachelors degree in Computer Science
<ul>
<li></li>
<li></li>
<li></li>
</ul>
</p>
</section>
</div> <!-- end of cards-->
</article>
<footer class="footer">
<p>Copyright © 2020 Codetologist. All rights reserved.</p>
<address>
Please contact <a href='mailto:info@codetologist.com'>
Alberto Ramos
</a> for more information.
</address>
</footer>
<script src="script.js"></script>
</body>
</html>