-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
365 lines (335 loc) · 12.4 KB
/
index.php
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
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<!DOCTYPE HTML >
<html lang="en">
<head>
<title>Fer Perales</title>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="img/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="http://widgets.twimg.com/j/2/widget.js" charset="utf-8"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/jquery.raty.min.js"></script>
<script type="text/javascript" src="js/smoothScroll.js"></script>
<link type="text/css" href="css/bootstrap.css" rel="stylesheet">
<link type="text/css" href="css/bootstrap-responsive.css" rel="stylesheet">
<link type="text/css" href="css/style.css" rel="stylesheet">
<!-- Google Analytics code -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33391311-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="fb-root"></div>
<script type="text/javascript">(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/es_LA/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<!--Fork me on Github ribbon-->
<div class="hidden-phone">
<a href="https://github.com/FerPerales">
<img style="position: absolute; top: 0; left: 0; border: 0;"
src="https://s3.amazonaws.com/github/ribbons/forkme_left_red_aa0000.png"
alt="Fork me on GitHub">
</a>
</div>
<!--Content-->
<div class="container">
<!--Available for hire alert-->
<div class="row pull-right">
<div class="span4">
<div class="alert alert-block alert-success">
<button class="close" data-dismiss="alert">×</button>
<h3 class="centered-text">
<a href="contact.php">Need a developer? Let's talk!</a>
</h3>
</div>
</div>
</div>
<!--Header with title-->
<header class="row-fluid">
<div class="span12 page-header ">
<h1 class="centered-text">Welcome to Fer Perales </h1>
</div>
</header>
<!--Main container-->
<div class="row-fluid">
<!-- Sidebar-->
<div class="span3 hidden-phone" align="center">
<!-- Navigation sidebar-->
<nav>
<ul class="nav nav-pills nav-list nav-stacked">
<li><a href="#about">About me</a></li>
<li class="divider"></li>
<li><a href="#cv">My CV</a></li>
<li class="divider"></li>
<li><a href="#now">What I'm doing</a></li>
<li class="divider"></li>
<li><a href="#mywork">Things I've done</a></li>
<li class="divider"></li>
</ul>
<h2 class="centered-text">Social stuff</h2>
<!-- RSS Widget -->
<p class="centered-text">
I have a <a href="http://blog.ferperales.net">blog</a> written mostly in Spanish where I write about technology, programming, designer, startups, music and more.
</p>
<script type="text/javascript" src="//p3k.org/rss/index.js?url=http%3A//blog.ferperales.net/feed&maxItems=5&width=200&height=-1&radius=5&frameColor=%23C2C2C2&titleBarColor=%23C2C2C2&titleBarTextColor=%23FFFFFF&boxFillColor=%23FFFFFF&textColor=%233F629E&linkColor=%232c7395&fontFace=10pt%20sans-serif&compact=true&showXmlButton=true"></script>
<hr />
<!-- Twitter 'Follow me' button-->
<div>
<p class="centered-text">
<a href="https://twitter.com/FerPeralesM" class="twitter-follow-button" data-show-count="false" data-dnt="true">Follow @FerPeralesM</a>
<script type="text/javascript">
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];
if(!d.getElementById(id)){js=d.createElement(s);js.id=id;
js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}
(document,"script","twitter-wjs");
</script>
</p>
<p>Actually, I don't usually write tweets in English but feel free to give me a shout either in Spanish or English</p>
<p class="centered-text">
<!-- Twitter widget-->
<script type="text/javascript">
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 10,
interval: 30000,
width: 'auto',
height: 300,
theme: {
shell: {
background: '#f5f5f5',
color: '#000000'
},
tweets: {
background: '#ffffff',
color: '#000000',
links: '#2787db'
}
},
features: {
scrollbar: true,
loop: true,
live: true,
behavior: 'default'
}
}).render().setUser('FerPeralesM').start();
</script>
</div>
</nav>
<hr/>
<!-- Facebook Page-->
<p>Facebook page where I share news about programming, design, startups, and more</p>
<div class="fb-like-box" data-href="http://www.facebook.com/FerPeralesM"
data-width="292" data-show-faces="true" data-stream="true" data-header="true"></div>
<hr />
</div>
<!-- Main content-->
<div class="span9">
<!-- About me section-->
<section class="well" id="about">
<h1>About me</h1>
<script src="//about.me/embed/ferperales?image=0&headline=0&apps=0&style=site"></script>
</section>
<!-- My CV section-->
<section class="well" id="cv">
<h1>My CV</h1>
<p>Take a look at my <a href="cv/" target="_blank">CV</a> or keep reading the following summary</p>
<h3>Studies</h3>
<ul>
<li>B. Sc. Computer Engineering - University of Guadalajara</li>
<li>IMB DB2 Certified Academic Associate</li>
<li>ICMNJ Certified Teacher Training Program</li>
<li>Microsoft HTML5 & Internet Explorer 9 Developer Fundamentals Training</li>
<li>Udacity Introduction to Computer Science: Building a Search Engine Online Course</li>
<li>Oracle Certified Java Programmer</li>
</ul>
<hr />
<!-- Skills table-->
<h3>Skills table</h3>
<table class="table table-condensed">
<thead>
<tr>
<td><strong>Technology</strong></td>
<td><strong>Hours having fun with</strong> <small><img src="img/star-on.png" alt="star"/> ≈ 10</small></td>
</tr>
</thead>
<tr>
<td>Java</td>
<td>
<div id="javaRating" data-rating="16">
</div>
</td>
</tr>
<tr>
<td>C</td>
<td>
<div id="CRating" data-rating="12">
</div>
</td>
</tr>
<tr>
<td>C#</td>
<td>
<div id="CSharpRating" data-rating="8">
</div>
</td>
</tr>
<tr>
<td>Python</td>
<td>
<div id="pythonRating" data-rating="6">
</div>
</td>
</tr>
<tr>
<td>Ruby</td>
<td>
<div id="rubyRating" data-rating="4">
</div>
</td>
</tr>
<tr>
<td>JavaScript</td>
<td>
<div id="JSRating" data-rating="4">
</div>
</td>
</tr>
<tr>
<td>PHP</td>
<td>
<div id="phpRating" data-rating="2">
</div>
</td>
</tr>
</table>
</section>
<!-- What I'm doing section -->
<section class="well" id="now">
<h1>What I'm doing</h1>
<p>Some of the things I've been working on in the last months are:</p>
<ul>
<li><a href="http://fb.com/groups/rubyCUCEI">The rubyCUCEI self-learning group:</a> We gathered every saturday to learn ruby and ruby on rails </a><span class="label label-warning">On hold until February 2013 </span></li>
<li><a href="https://github.com/FerPerales/RailsDO-list">A ToDo list</a> - Ruby on Rails</li>
<li><a href="https://github.com/FerPerales/store">A project started in the Ruby on Rails bootcamp by Crowd Interactive</a> - Ruby on Rails</li>
<li><a href="http://songfly.me/">Songfly.me</a> - a collaborative social platform in which users from all around the world can upload their tracks, share them with other users and together they can create a brand new song. I'm working in both the front and the back-end </li>
</ul>
</section>
<!-- My work section-->
<section class="well" id="mywork">
<h1>Things I've done</h1>
<p>
Here's a brief selection of, what I consider, my most important works. More projects and its complete info can be found in
<a href="projects.php"> the "projects"</a> section of this page
</p>
<ul class="thumbnails">
<li class="span4">
<div class="thumbnail centered-text">
<a href="projects.php#videoadmin">
<img src="img/thumbnails/videoadmin.png" alt="VideoAdmin thumbnail">
</a>
<h5>VideoAdmin</h5>
<p>
A ERP prototype for a fictional videocenter franchise
</p>
</div>
</li>
<li class="span4">
<div class="thumbnail centered-text">
<a href="projects.php#sharealla">
<img src="img/thumbnails/sharealla.png" alt="Sharealla thumbnail">
</a>
<h5>Sharealla</h5>
<p>
Check-in and share the apps that matter to you
</p>
</div>
</li>
<li class="span4">
<div class="thumbnail centered-text">
<a href="projects.php#html5">
<img src="img/thumbnails/html5.png" alt="HTML5 thumbnail">
</a>
<h5>HTML5</h5>
<p>
Final actitivy for the Microsoft HTML5 Developer Fundamentals Training
</p>
</div>
</li>
</ul>
<ul class="thumbnails">
<li class="span4">
<div class="thumbnail centered-text">
<a href="projects.php#LTSP3">
<img src="img/thumbnails/260x180.gif" alt="LTSP thumbnail">
</a>
<h5>LTSP 3</h5>
<p>
An LTSP server with virtual machines running Mandriva
</p>
</div>
</li>
<li class="span4">
<div class="thumbnail centered-text">
<a href="projects.php#udeg">
<img src="img/thumbnails/scolarship.png" alt="UdeG thumbnail">
</a>
<h5>Scolarships unit</h5>
<p>
Software for administration of scolarships and student exchanges at C.U.C.E.I.
</p>
</div>
</li>
<li class="span4">
<div class="thumbnail centered-text">
<a href="projects.php#ceic">
<img src="img/thumbnails/NWN.png" alt="CEIC thumbnail">
</a>
<h5>NWN Module</h5>
<p>
A Neverwinter Nights module as part of an investigation regarding decision making at C.E.I.C.
</p>
</div>
</li>
</ul>
</section>
</div>
</div>
<?php
$filename = new SplFileInfo(__FILE__);
require 'php/footer.php';
?>
</div>
<!--Smooth scroll code -->
<script src="js/smoothScroll.js"></script>
<!--- Initialize ratings -->
<script>
var elements = ['#javaRating', '#CRating', '#CSharpRating', '#phpRating', '#JSRating', '#pythonRating', '#rubyRating'];
for (id in elements){
$(elements[id]).raty({
readOnly : true,
number : 20,
score: function() {
return $(this).attr('data-rating');
},
starHalf : 'star-half-big.png',
starOff : 'star-off-big.png',
starOn : 'star-on-big.png',
width : '100%'
});
}
</script>
</body>
</html>