-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskills.php
77 lines (74 loc) · 4.05 KB
/
skills.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
<div class="page" id="skills">
<!-- page skillz -->
<h3 class="page_title">Skills</h3>
<div class="page_content">
<p>I believe that the most important characteristics of a good web developer are curiosity,
commitment to lifelong learning, the desire to improve, and the courage to experiment and make mistakes.</p>
<p>
The skill list below is not an all inclusive list of technologies I have had the opportunity to work with, but rather
my most recent favorites to solve web development problems. </p>
<br/>
<h3 class="blue">I dont want to use sentences such as </h3>
<p>"I have 5 years enterprise level JAVA experience" </p>
<h3 class="blue">Doesn't this sound like saying?</h3>
<p>"I am a carpenter who knows how to use a hammer and has 5 years of experience with it."
</p>
<div class="one_fourth first">
<div class="column_content">
<h4 class="blue"> Ruby on Rails</h4>
<input title="self assessed ninja level" class="knob" data-readonly="true" data-width="120" data-min="0" data-angleoffset="0"
data-displayprevious="true" data-fgcolor="#cfdee7" data-bgcolor="#0d4667" value="80">
</div>
</div>
<div class="one_fourth">
<div class="column_content">
<h4 class="blue"> Grails/Groovy</h4>
<input title="self assessed ninja level" class="knob" data-readonly="true" data-width="120" data-min="0" data-angleoffset="0"
data-displayprevious="true" data-fgcolor="#cfdee7" data-bgcolor="#0d4667" value="85">
</div>
</div>
<div class="one_fourth">
<div class="column_content">
<h4 class="blue"> T-SQL, PL-SQL</h4>
<input title="self assessed ninja level" class="knob" data-readonly="true" data-width="120" data-min="0" data-angleoffset="0"
data-displayprevious="true" data-fgcolor="#cfdee7" data-bgcolor="#0d4667" value="90">
</div>
</div>
<div class="one_fourth last">
<div class="column_content">
<h4 class="blue"> PHP,JAVA,C#</h4>
<input title="self assessed ninja level" class="knob" data-readonly="true" data-width="120" data-min="0" data-angleoffset="0"
data-displayprevious="true" value="95" data-fgcolor="#cfdee7" data-bgcolor="#0d4667">
</div>
</div>
<div class="one_fourth first">
<div class="column_content">
<h4 class="blue"> ASP.NET MVC4</h4>
<input title="self assessed ninja level" class="knob" data-readonly="true" data-width="120" data-min="0" data-angleoffset="0"
data-displayprevious="true" data-fgcolor="#cfdee7" data-bgcolor="#0d4667" value="65">
</div>
</div>
<div class="one_fourth">
<div class="column_content">
<h4 class="blue"> HTML5</h4>
<input title="self assessed ninja level" class="knob" data-readonly="true" data-width="120" data-min="0" data-angleoffset="0"
data-displayprevious="true" value="75" data-fgcolor="#cfdee7" data-bgcolor="#0d4667">
</div>
</div>
<div class="one_fourth">
<div class="column_content">
<h4 class="blue"> jQuery</h4>
<input title="self assessed ninja level" class="knob" data-readonly="true" data-width="120" data-min="0" data-angleoffset="0"
data-displayprevious="true" value="85" data-fgcolor="#cfdee7" data-bgcolor="#0d4667">
</div>
</div>
<div class="one_fourth last">
<div class="column_content">
<h4 class="blue"> CSS3</h4>
<input title="self assessed ninja level" class="knob" data-readonly="true" data-width="120" data-min="0" data-angleoffset="0"
data-displayprevious="true" value="95" data-fgcolor="#cfdee7" data-bgcolor="#0d4667">
</div>
</div>
<div class="clear"> </div>
</div>
</div>