-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·265 lines (255 loc) · 12.2 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
261
262
263
264
265
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv = "Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex,nofollow">
<meta name="Title" content="Marco Predari Official Website">
<meta name="Description" content="I am a passionate programmer and technology evangelist. In my work I like focus my skills on good quality software and best practices.">
<title>Marco Predari Official Website</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-74067603-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-xs-12">
<div id="photo-header" class="text-center">
<!-- PHOTO (AVATAR) -->
<div id="photo">
<img src="img/avatar.jpeg" alt="avatar">
</div>
<div id="text-header">
<h1>
Hello,<br> my name is
<span>Marco</span><sup>26yo</sup> and I am a software developer
</h1>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-7">
<!-- ABOUT ME -->
<div class="box">
<h2>About Me</h2>
<p>
I am a passionate programmer and technology evangelist. In my work I like focus my skills on good quality software and best practices. I like travel the world, participate to international conferences.
</p>
</div>
<!-- EDUCATION -->
<div class="box">
<h2>Education</h2>
<ul id="education" class="clearfix">
<li>
<div class="year pull-left">2015</div>
<div class="description pull-right">
<h3>Master in Computer Science — In progress ...</h3>
<h4>“Methods and Models for the design and development of software”</h4>
</div>
</li>
<li>
<div class="year pull-left">2015</div>
<div class="description pull-right">
<h3>Università degli studi di Milano</h3>
<h4>Bachelor degree in “Music Computer Science”</h4>
<p>Thesis : “From web to Mobile - Web Technologies for Cross Platform Mobile Apps ”</p>
</div>
</li>
<li>
<div class="year pull-left">1992</div>
<div class="description pull-right">
<h3>I was born in Mariana Mantovana</h3>
<p>
A small (very very small) town in the "middleheart" of Mantova.
</p>
</div>
</li>
</ul>
</div>
<!-- EXPERIENCES -->
<div class="box">
<h2>Experiences</h2>
<div class="job clearfix">
<div class="col-xs-3">
<div class="where">Horsa</div>
<div class="year">April 2016 - Now</div>
</div>
<div class="col-xs-9">
<div class="profession">Junior IT Consultant</div>
<div class="description">
I am part of the awesome DevLab team (<a href="https://www.instagram.com/p/BR_AlnWgWq2D8E-0a7a5rAocpijRjGVtrm2_rg0/?taken-by=predorock&hl=it" target="_blank">here</a> a fancy pic) where we craft astonishing software for big enterprise customers.
</div>
</div>
</div>
<div class="job clearfix">
<div class="col-xs-3">
<div class="where">Digitag Consulting</div>
<div class="year">August 2015 - March 2016</div>
</div>
<div class="col-xs-9">
<div class="profession">Fullstack Web Developer</div>
<div class="description">
I worked for Digitag Consulting as Fullstack Web Developer. I have develop integrations with external CMS such as Prestashop and Wordpress. But also I have developed custom websites and CMS for particular projects. I am also the person in charge to manage the IT of our agency and I am responsible to deploy the software on our server platform and migrate it if necessary.
</div>
</div>
</div>
<div class="job clearfix">
<div class="col-xs-3">
<div class="where">Foowd</div>
<div class="year">2014 - 2015</div>
<div class="year">(10 months)</div>
</div>
<div class="col-xs-9">
<div class="profession">Frontend Web Developer</div>
<div class="description">
My job in Foowd was to develop a platform to let user create buying groceries groups. I have used technologies such as Handlebars, jQuery, Elgg. My specific job was to to write a Elgg theme for the UI and website logic.
</div>
</div>
</div>
<div class="job clearfix">
<div class="col-xs-3">
<div class="where">Big Think SRL</div>
<div class="year">2013</div>
<div class="year">(6 months)</div>
</div>
<div class="col-xs-9">
<div class="profession">Frontend Web Developer</div>
<div class="description">
During my experience in BigThink I have learned how to use AngularJS and web technologies in general. This was the stage that I have done for my bachelor thesis about “Cross Platform Web Application for Mobile”
</div>
</div>
</div>
</div>
<div class="box">
<h2>Tweets</h2>
<a class="twitter-timeline" href="https://twitter.com/predorock?ref_src=twsrc%5Etfw">
Tweets by predorock
</a>
</div>
</div>
<div class="col-xs-12 col-sm-5">
<!-- CONTACT -->
<div class="box clearfix">
<h2>Contact</h2>
<div class="contact-item">
<div class="icon pull-left text-center"><span class="fa fa-envelope fa-fw"></span></div>
<div class="title only pull-right">[email protected]</div>
</div>
<div class="contact-item">
<div class="icon pull-left text-center"><span class="fa fa-twitter fa-fw"></span></div>
<div class="title pull-right">Twitter</div>
<div class="description pull-right"><a href="https://twitter.com/predorock">https://twitter.com/predorock</a></div>
</div>
<div class="contact-item">
<div class="icon pull-left text-center"><span class="fa fa-facebook fa-fw"></span></div>
<div class="title pull-right">Facebook</div>
<div class="description pull-right"><a href="https://www.facebook.com/predorock">https://www.facebook.com/predorock</a></div>
</div>
<div class="contact-item">
<div class="icon pull-left text-center"><span class="fa fa-skype fa-fw"></span></div>
<div class="title pull-right">Skype</div>
<div class="description pull-right">predorock</div>
</div>
<div class="contact-item">
<div class="icon pull-left text-center"><span class="fa fa-github fa-fw"></span></div>
<div class="title pull-right">Github</div>
<div class="description pull-right"><a href="https://github.com/predorock" target="_blank">https://github.com/predorock</a></div>
</div>
</div>
<!-- CV
<div class="box clearfix">
<div class="cv text-center">
<a href="/img/cv.pdf" class="download" download>Download my CV</a>
</div>
</div>-->
<!-- SKILLS -->
<div class="box">
<h2>Skills</h2>
<div class="skills">
<div class="item-skills" data-percent="1">HTML</div>
<div class="item-skills" data-percent="0.90">CSS</div>
<div class="item-skills" data-percent="0.95">Javascript</div>
<div class="item-skills" data-percent="1">AngularJs</div>
<div class="item-skills" data-percent="0.75">Angular</div>
<div class="item-skills" data-percent="0.55">Python</div>
<div class="item-skills" data-percent="0.70">Java</div>
<div class="item-skills" data-percent="0.60">Prestashop</div>
<div class="item-skills" data-percent="0.50">Google Cloud Platform</div>
<div class="item-skills" data-percent="0.50">Firestore</div>
<div class="item-skills" data-percent="0.70">RxJs</div>
<div class="item-skills" data-percent="0.70">Reactive Programming</div>
<div class="skills-legend clearfix">
<div class="legend-left legend">Beginner</div>
<div class="legend-left legend"><span>Proficient</span></div>
<div class="legend-right legend"><span>Expert</span></div>
<div class="legend-right legend">Master</div>
</div>
</div>
</div>
<!-- LANGUAGES -->
<div class="box">
<h2>Languages</h2>
<div id="language-skills">
<div class="skill">
English
<div class="icons pull-right">
<div style="width: 60%;" class="icons-red">
</div>
</div>
</div>
<div class="skill">
Italian
<div class="icons pull-right">
<div style="width: 100%;" class="icons-red"></div>
</div>
</div>
</div>
</div>
<!-- HOBBIES -->
<div class="box">
<h2>Hobbies</h2>
<div class="hobby">Travel Animator</div>
<div class="hobby">Nightlife public relations</div>
<div class="hobby">Gin Tonic</div>
<div class="hobby">Kick Boxing</div>
<div class="hobby">MMA</div>
<div class="hobby">Judo</div>
<div class="hobby">Brazilian Ju-Jitsu</div>
<div class="hobby">Tech Conferences</div>
<div class="hobby">Gadgets</div>
<div class="hobby">Nerd Tv Series</div>
</div>
</div>
</div>
</div>
<!-- JQUERY -->
<script src="js/jquery.min.js"></script>
<!-- BOOTSTRAP -->
<script src="js/bootstrap.min.js"></script>
<script src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<!-- SCRIPTS -->
<script src="js/scripts.js"></script>
<!-- <script>
!function(d,s,id){
var js,fjs=d.getElementsByTagName(s)[0],
p=/^http:/.test(d.location)?'http':'https';
if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script> -->
</body>
</html>