-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
125 lines (110 loc) · 4.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Francesco Bianco - Software Engineer</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
<link rel="shortcut icon" href="img/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body class="system">
<div class="container">
<div class="row">
<div class="panel column-half">
<div class="editor">
<img src="img/me.png" class="thumbnail-align-left" alt="Francesco Bianco"/>
<h1 class="inline">Hi! I'm Francesco Bianco</h1><br/>
I'm a Senior Software Engineer and CRM Solution Architect.<br/>
</div>
</div>
<div class="panel column-half">
<div class="editor">
<a href="https://twitter.com/francescobianco">Follow @francescobianco</a>
</div>
</div>
</div>
<div class="panel">
<div class="content">
<h2 class="inline">Francesco Bianco</h2><br/>
<small>Software Engineer</small>
</div>
</div>
<div class="panel">
<div class="content">
<h2 class="inline">Take a look to my blog</h2><br/>
</div>
</div>
<div class="panel">
<div class="content">
<h2 class="inline">Take a look to my projects</h2><br/>
</div>
</div>
<div class="panel">
<div class="content">
<h2 class="inline">Take a look to my projects</h2><br/>
</div>
</div>
<div class="panel">
<div class="content">
<h2 class="inline">Long term missions</h2><br/>
<ul>
<li>Converting Vtiger CRM from and legacy PHP classic codebase to a modern PHP environment with Composer</li>
<li>Improve BASH development culture adopting and promoting code coverage habit in DevOps methodology</li>
</ul>
</div>
</div>
<div class="row">
<div class="panel column-third">
<div class="content">
<h3>Web campains and socials</h3>
<ul>
<li>
<a target="_blank" href="https://twitter.com/hashtag/theCodeApostles">
https://twitter.com/hashtag/theCodeApostles
</a>
</li>
<li>
<a target="_blank" href="https://coderpunch.wordpress.com/">
https://coderpunch.wordpress.com/
</a>
</li>
https://agilechangeanalysis.wordpress.com/
</ul>
</div>
</div>
<div class="column">
<h3>Lectures</h3>
<ul>
<li>
<a target="_blank" href="https://en.wikipedia.org/wiki/John_von_Neumann">
https://en.wikipedia.org/wiki/John_von_Neumann
</a>
</li>
<li>
<a target="_blank" href="https://en.wikipedia.org/wiki/Cellular_automaton">
https://en.wikipedia.org/wiki/Cellular_automaton
</a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="panel column-third">
<div class="console">
<h4>If you looking for old fashioned cli style on your site.</h4>
</div>
</div>
</div>
<div class="row">
<div class="panel column-third">
<div class="editor">
A
</div>
</div>
</div>
<div class="footer">
bianco@javanile.org
</div>
</div>
</body>
</html>