forked from poole/hyde
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skills.html
111 lines (108 loc) · 3.45 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
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
---
layout: page
title: Technical Skills
---
<table class="pure-table pure-table-horizontal skill">
<tbody>
<tr>
<td class="table-head" colspan="2">
<h3 class="content-subhead white-text">Languages & Frameworks</h3>
</td>
</tr>
<tr>
<td>
<i class="devicon-javascript-plain"></i>
<i class="devicon-nodejs-plain"></i>
<i class="devicon-react-original"></i>
<i class="devicon-meteor-plain"></i>
</td>
<td>
Javascript, Nodejs, ReactJs, Meteor
</td>
</tr>
<tr class="pure-table-odd">
<td>
<i class="devicon-csharp-plain"></i>
<i class="devicon-dot-net-plain"></i>
</td>
<td> CSharp, .NET </td>
</tr>
<tr>
<td>
<i class="devicon-cplusplus-plain">
</i>
</td>
<td>C++</td>
</tr>
<tr class="pure-table-odd">
<td>
<i class="devicon-ruby-plain"></i>
<i class="devicon-rails-plain"></i>
</td>
<td> Ruby, Rails (working on) </td>
</tr>
</tbody>
</table>
<table class="pure-table pure-table-horizontal skill">
<tbody>
<tr>
<td class="table-head odd" colspan="2"><h3 class="content-subhead white-text"> Tools</h3></td>
</tr>
<tr class="pure-table-odd">
<td>
<i class="devicon-git-plain"></i>
</td>
<td> Git</td>
</tr>
<tr class="pure-table-odd">
<td>
<i class="devicon-postgresql-plain"></i>
<i class="devicon-mongodb-plain"></i>
</td>
<td> PostgreSQL, MongoDb, Hadoop</td>
</tr>
<tr class="pure-table-odd">
<td>
<i class="fa fa-bolt fa-fw"></i>
</td>
<td>Agile Development</td>
</tr>
</tbody>
</table>
<table class="pure-table pure-table-horizontal skill">
<tbody>
<tr>
<td class="table-head" colspan="2"><h3 class="content-subhead white-text"> Coursework</h3></td>
</tr>
<tr class="pure-table-odd">
<td><i class="fa fa-cloud-download fa-fw"></i></td>
<td> Networks, Network Penetration, Distributed Systems</td>
</tr>
<tr>
<td><i class="fa fa-database fa-fw"></i> </td>
<td>Databases and Multi-processor programming</td>
</tr>
<tr class="pure-table-odd">
<td><i class="fa fa-cubes fa-fw"></i></td>
<td> AI, Knowledge Representation, Computer Vision, Machine Learning</td>
</tr>
<tr>
<td><i class="fa fa-hand-peace-o fa-fw"></i></td>
<td> Social computing and Crowdsourcing</td>
</tr>
<tr class="pure-table-odd">
<td><i class="fa fa-code-fork fa-fw"></i></td>
<td> Software Development and Project Management</td>
</tr>
<tr>
<td><i class="fa fa-newspaper-o fa-fw"></i></td>
<td> Programming Languages, Compilers, Code Analysis </td>
</tr>
</tbody>
</table>
<p><strong> Finished already but take a look at my other sites </strong></p>
<div>
<a href="mailto:[email protected]" title="Email"><i class="fa fa-envelope fa-fw fa-3x"></i></a>
<a href="http://github.com/adellahlou" title="GitHub" target="_blank"><i class="fa fa-git-square fa-fw fa-3x"></i></a>
<a href="https://www.linkedin.com/in/adellahlou" title="LinkedIn" target="_blank"><i class="fa fa-linkedin-square fa-fw fa-3x"></i></a>
</div>