-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskills.html
85 lines (60 loc) · 2.56 KB
/
skills.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
---
layout: default
title: How I can help
group: support
---
<h2 class="title">How I can help</h2>
<div id="cv-3">
<div class="cv-section last col-1 fixed">
<ul class="cv-section-items">
<li class="cv-item fixed">
<h2 class="consulting">Technology Consulting</h2>
<div class="cv-item-content tagged">
<p>Whether you are a CEO or a CTO, I can help you make intelligent technology decisions by adopting best practices and sound strategies for your organization.</p>
<ul class="tags">
<li><a href="#">Budgeting</a></li>
<li><a href="#">Strategy</a></li>
<li><a href="#">Requirements</a></li>
<li><a href="#">CTO, CEO</a></li>
</ul>
</div>
</li>
<li class="cv-item fixed">
<h2 class="project_management">Project Management</h2>
<div class="cv-item-content tagged">
<p>Finding it challenging to interact with your development team? I can help you drive your development team, by ensuring deliveries are on time and within budget.</p>
<ul class="tags">
<li><a href="#">Analysis</a></li>
<li><a href="#">Agile</a></li>
<li><a href="#">Leadership</a></li>
<li><a href="#">Accountability</a></li>
</ul>
</div>
</li>
<li class="cv-item fixed">
<h2 class="application_development">Application Development</h2>
<div class="cv-item-content tagged">
<p>Do you require someone to turn your ideas into a reality? With my expertise as a Senior Web developer, I will build the right product, the first time.</p>
<ul class="tags">
<li><a href="#">Ruby On Rails</a></li>
<li><a href="#">HTML/CSS/Javascript</a></li>
<li><a href="#">MySQL</a></li>
<li><a href="#">Git</a></li>
</ul>
</div>
</li>
<li class="cv-item fixed">
<h2 class="system_configuration">System Configuration</h2>
<div class="cv-item-content tagged">
<p>A Web application is useless unless it is available to your users! I can design, set up and maintain the most adapted system architecture.</p>
<ul class="tags">
<li><a href="#">Ubuntu</a></li>
<li><a href="#">Nginx</a></li>
<li><a href="#">Monitoring</a></li>
<li><a href="#">Redundancy</a></li>
</ul>
</div>
</li>
</ul><!-- end .cv-section-items -->
</div><!-- end .cv-section -->
</div><!-- end #cv-3 -->