-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
261 lines (253 loc) · 11.4 KB
/
index.html
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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<!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" xml:lang="en" lang="en" >
<head>
<title>Mi resumen</title>
<meta name="author" content="francisco memoli">
<meta name="keywords" content="francisco memoli olmos developer" />
<link rel="stylesheet" type="text/css" href="Styles/style.css"></link>
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<link href='http://fonts.googleapis.com/css?family=Kotta+One' rel='stylesheet' type='text/css'>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.15/angular.min.js"></script>
</head>
<body ng-app='myResume'>
<div class="content" ng-controller="MyResumeController" >
<div class="tituloNombre">
<h1>Memoli Olmos Francisco</h1>
<div class="changeLang">
<a ng-click="loadNew()">
<img id="imgLang" ng-src="Images/{{languaje.changeLang}}.png" style="width: 30px;float: right;">
</a>
</div>
</div>
<div class="foto"></div>
<div class="personalData">
<p>{{languaje.personalData.address}}</p>
<p>{{languaje.personalData.labelSkypeuser}}: {{languaje.personalData.skypeuser}}</p>
<p>{{languaje.personalData.labelPhone}}: {{languaje.personalData.phone}}</p>
<p>{{languaje.personalData.labelEmail}}: {{languaje.personalData.email}}</p>
</div>
<h2>{{languaje.howIm.title}}</h2>
<p class="howIm">{{languaje.howIm.body}}</p>
<h2>{{languaje.works.title}}</h2>
<div ng-repeat="item in languaje.works.items">
<h3> {{item.title}}</h3>
<h4>{{item.subTitle}}</h4>
<ul>
<li ng-repeat="descriptionItem in item.description">{{descriptionItem}} </li>
</ul>
</div>
<h2>{{languaje.education.title}}</h2>
<ul>
<li ng-repeat="item in languaje.education.items">{{item}}</li>
</ul>
<h2>{{languaje.knowledges.title}}</h2>
<div ng-repeat="knowledge in languaje.knowledges.items ">
<h3>{{knowledge.subTitle}}: </h3>
<div ng-repeat="item in knowledge.level">
<h4>{{item.subTitle}}</h4>
<ul>
<li ng-repeat="know in item.items">{{know}}</li>
</ul>
</div>
</div>
</div>
<script type="text/javascript">
var app=angular.module('myResume', []);
app.controller('MyResumeController', function($scope){
var english = { name:"english",
changeLang:"spanish",
personalData:{
address:"Capital Federal, Buenos Aires.",
labelSkypeuser:"Skype user",skypeuser:"franmemo",
labelPhone:"Phone",phone: "+54(011) 155-7059885",
labelEmail:"eMail",email: "[email protected]"},
howIm:{title:"Who I'm ?",
body:"Hello! My name is Francisco , I am a software developer with over three years of experience . I worked in many technologies and projects like freelancer and as an employee of corporations. Currently I am dedicated primarily to developing websites and mobile applications, always trying to work with the latest technology."},
works:{title:" Work History",
items:[{
title:"July 2014 - Present, Flowcode, Capital Federal, Argentina.",
subTitle:"Manager and developer.",
description:["Web development systems with different technologies, mostly using PHP and symfony AngularJS for the front-end.",
"Requirements analysis, project estimation and assembly of budgets.",
"Negotiation with customers.",
"Conducted projects."]
},{
title:"February 2012 - July 2014 , P.S.F S.R.L., Capital Federal, Argentina . ",
subTitle:"Deleveper.",
description:["Develop software using mainly knowledges like PHP, ASP.net , CSS , JavaScript , jQuery , HTML, and others.",
"Analysis of requirements and then scheduling tasks, with the application of agile methodologies like scrum.",
"Maintenance and implementation of new use cases in existing systems."]
},
{
title:"December 2010 - February 2012 Bejerman Systems ( Thomson Reuters ), Capital Federal, Argentina .",
subTitle:"Deleveper.",
description:["Maintenance of existing products on the market . Solving new found errors and offering assistance to customers.",
"Develop new versions and upgrades for custom clients.",
"Master testing for new versions before release."]
},
{
title:"December 2008 - March 2009 , Westgate Resort & Spa, Park City, UT , USA.",
subTitle:"Maintenance.",
description:["Repairs of all kinds either inside or outside the rooms.",
"Maintenance and control pools.",
"Perform monthly inventories.",]
},
{
title:"May 2007 - September 2007 Inguz Computer Services, Capital Federal, Argentina.",
subTitle:"Maintenance of hardware. ",
description:["Maintenance of computers and networks in business.",
"Assembly and repair of computers and networks."]
}
]},
education:{title:"Education",
items:[ "2006 - Present Software Engineering at the University of Buenos Aires, Capital Federal.",
"2003 - 2005 Bachelor and Middle Level Technician in Industrial Electronics Villada Salesian Technical Institute, Córdoba Capital. "
]
},
knowledges:{title:"Knowledge",
items:[{
subTitle:"Programming languages:",
level:[{subTitle:"Intermediate knowledge ",
items: ["C++",
"HTML5",
"Bootstrap",
"Twitter & facebook API",
"Java",
"Java for Android"
]
},{subTitle:"Advanced knowledge",
items: ["SQL server",
"PHP",
"JavaScript",
"AngulaJS",
"JQuery",
"AJAX",
"HTML",
"CSS",
"Mustage",
"ASP.net",
"Git"
]
}]
},{
subTitle:"Frameworks",
level:[{subTitle:"",
items: ["Symfony",
"Laravel",
"Silex",
]
}]
}
]
}
}
var spanish = { name:"spanish",
changeLang:"english",
personalData:{
address:"Capital Federal, Buenos Aires",
labelSkypeuser:"Skype user",skypeuser:"franmemo",
labelPhone:"Celular",phone: "(011) 155-7059885",
labelEmail:"eMail",email: "[email protected]"},
howIm:{title:"¿Quién soy?",
body:"Hola! Mi nombre es Francisco, soy desarrollador de software con más de tres años de experiencia. He trabajado en variadas tecnologías y proyectos de forma independiente y relacionado con empresas. Actualmente me dedico principalmente a el desarrollo de paginas web y aplicaciones mobile."},
works:{title:"Historial de trabajo",
items:[{
title:"Julio 2014 - Presete, Flowcode, Capital Federal, Argentina.",
subTitle:"Investigación y Desarrollo.",
description:["Desarrollo de sistemas principalmente webs con diversas tecnologías, mayormente PHP utilizando symfony y acomañados con angularjs para el front-end.",
"Analisis de requerimientos, estimación de proyectos y armado de presupuestos.",
"Negociación con clientes.",
"Llevado a cabo de los proyectos."]
},
{
title:"Febrero 2012- Julio 2014, P.S.F S.R.L., Capital Federal, Argentina.",
subTitle:"Investigación y Desarrollo.",
description:["Desarrollo de sistemas utilizando principalmente conocimientos de PHP, ASP.net, CSS, javascript,jQuery, HTML, entre otros.",
"Analisis de requerimientos y luego programación de tareas a realizar, con la aplicación de metodologias ágiles ",
"Mantenimiento e implementacion de nuevos casos de uso en sistemas ya existentes."]
},
{
title:"Diciembre 2010– Febrero 2012, Sistemas Bejerman (Thomson Reuters) , Capital Federal, Argentina.",
subTitle:"Investigación y Desarrollo.",
description:["Mantenimiento de productos existentes en el mercado. Solucionando nuevos errores encontrados y ofreciendo asistencia a clientes.",
"Desarollando nuevas versiones y mejoras personalizadas para clientes.",
"Pruebas de master para nuevas versiones antes de su salida al mercado."]
},
{
title:"Diciembre 2008– Marzo 2009, Westgate Resort & Spa, Park City, UT, EEUU.",
subTitle:"Mantenimiento.",
description:["Realizar reparaciones de todo tipo ya sea dentro o fuera de las habitaciones del hotel.",
"Mantenimiento y control de piletas.",
"Realizar inventarios mensuales. ",]
},
{
title:"Mayo 2007– Septiembre 2007, Inguz Servicios Informáticos, Capital Federal, Argentina.",
subTitle:"Mantenimiento de hardware.",
description:["Mantenimiento de computadoras y redes en empresas.",
"Armado y reparación de computadoras y redes."]
}
]},
education:{title:"Educación",
items:[ "2006– Actual Ingeniería Informática en la Universidad de Buenos Aires, Capital Federal.",
"2003– 2005 Bachiller y Técnico de Nivel Medio en Electrónica Industrial, Instituto Técnico Salesiano Villada ,Córdoba Capital."
]
},
knowledges:{title:"Conocimientos",
items:[{
subTitle:"Manejo de lenguajes de programación",
level:[{subTitle:"Conocimientos intermedios",
items: ["C++",
"HTML5",
"Bootstrap",
"Twitter y facebook API",
"Java",
"Java for Android"
]
},{subTitle:"Conocimientos avanzados",
items: ["SQL server",
"PHP",
"JavaScript",
"AngulaJS",
"JQuery",
"AJAX",
"HTML",
"CSS",
"Mustage",
"ASP.net",
"Git"
]
}]
},{
subTitle:"Frameworks",
level:[{subTitle:"",
items: ["Symfony",
"Laravel",
"Silex",
]
}]
},{
subTitle:"Idimoma",
level:[{subTitle:"",
items: ["Ingles nivel intermedio: Instituto Técnico Salesiano Villada e Instituto Universitario de Lenguas Modernas."]
}]
}
]
}
}
var userLang = navigator.language || navigator.userLanguage;
if(userLang.indexOf("es") != -1 || userLang.indexOf("ES")!= -1){
$scope.languaje = spanish
}else{
$scope.languaje = english
}
$scope.loadNew = function(){
if($scope.languaje.name == "english"){
$scope.languaje = spanish
}else{
$scope.languaje = english
}
}
})
</script>
</body>
</html>