-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
182 lines (176 loc) · 6.34 KB
/
portfolio.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
---
layout: default
permalink: /portfolio/
title: Ken Kelly's Portfolio
class: Portfolio
active: portfolio
excerpt: Ken has worked on many different type of projects with a focus on the self storage website niche.
---
<div class="page Portfolio">
<div class="container">
<div class="row">
<div class="col-xs-12">
<h2>Skills & Technologies</h2>
</div>
<div class=" skills col-xs-12">
<p>
<strong>Top Day-to-Day technologies</strong>:
React, React Native, TypeScript, Open Components, Micro Front Ends, Microservices, Javascript, Go, Java,
Swift, Objective-C, HTML/CSS, Kubernetes, Docker, Jenkins, Amazon Web Services, Google Cloud Platform, Heroku,
Digital Ocean
</p>
<br>
<p>
<strong>Languages</strong>:
Go (1.4 - 1.11+), Java (8, 9), Swift (2, 3), Objective-C, Ruby, C++, HTML (4, 5), Javascript (1.6+), CSS (2,
3), SQL, XML, PHP
</p>
<p>
<strong>Web Technologies</strong>:
React, Open Components, Responsive Web Design, SEO, Hystrix, Jest, CSS 2/3, AJAX, jQuery, Bootstrap 2 & 3,
Wordpress 3.0 - Latest, Wordpress Plugins & Themes, CakePHP, FatFreeFramework, XML, REST, SOAP, JSON
</p>
<p>
<strong>Mobile Technologies</strong>:
iOS Development, Android Development, Swift 2 & 3, Objective-C,
Java, React Native, PhoneGap/Cordova, Bootstrap, jQuery Mobile
</p>
<p>
<strong>Third Party Services</strong>:
BazaarVoice, RichRelevance, BuddyBuild, Twilio, AWS (EC2, SES, S3, Route 53), Google (Maps, Analytics, Docs,
Adwords), Mapquest, Jasper (IoT M2M), Verizon (IoT M2M), Yardi, SiteLink, CenterShift
</p>
<p>
<strong>Marketing</strong>:
Search Engine Optimization, Social Media Management, Social Media Optimization,
Local Search Optimization, Pay-Per-Click Marketing, Email
</p>
<p>
<strong>Database</strong>:
MongoDB, Redis, Elasticsearch, MySQL, MariaDB, PostgreSQL
</p>
<p>
<strong>Environment</strong>:
Mac OS X (10.5 - 10.13), Unix, Linux (Red Hat Linux, Red Hat Enterprise Linux, CentOS, Ubuntu, Debian,
Mandrake/Mandriva), Raspberry Pi, Windows NT/XP/Vista, Windows 7, Windows 8/8.1, Windows 10, Windows Server
(2003, 2008)
</p>
<p>
<strong>Servers & Server Configurations</strong>:
LAMP, Apache, Nginx, Amazon EC2, Amazon S3, Amazon AWS, SSH, SFTP, Redis, DigitalOcean, Docker,
Virtualization, Proxmox, DNS, Networking, Online Backups, StatsD, Grafana, Sendmail, Zipkin, Graylog, Jenkins,
Memcache
</p>
<p>
<strong>Security</strong>:
PCI Compliance, SSH Keys, Firewalls, SSL/TLS Encryption, Service Auditing, SSL
Attack Mitigation (e.g. BEAST, POODLE)
</p>
<p>
<strong>Networking</strong>:
Internet of Things (IoT), RFID, DNS
</p>
<p>
<strong>IDE</strong>:
IntelliJ IDEA, XCode, WebStorm, Goland, Eclipse
</p>
<p>
<strong>Version Control</strong>:
GIT (CLI), GIT (GUI), Mercurial (CLI), Mercurial (GUI)
</p>
<p>
<strong>Utilities</strong>:
MS-Office Suite, Mac iWork Suite, LibreOffice
</p>
<p>
<strong>Imaging Utilities</strong>:
Adobe Photoshop, Adobe Creative Suite CS6, Adobe After Effects, Adobe Illustrator, Adobe Fireworks, QuickTime
</p>
<p>
<strong>Project Management Tools</strong>:
Jira, InVision, BaseCamp, Agile SCRUM, Agile KANBAN</p>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<h2>Trainings</h2>
</div>
<div class=" skills col-xs-12">
<p>3 days workshop on SEO at Search Engine Academy</p>
<p>Florida Dev Fest - 2017, 2018</p>
<p>Google I/O 2010 & 2014</p>
<p>National Achievers Congress - 2018</p>
<p>Search Marketing Expo - East 2012, 2013, 2014</p>
<p>Social Fresh East Conference 2014</p>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<h2>Awards</h2>
</div>
<div class=" skills col-xs-12">
<p>Google Engage All-Star 2013</p>
<p>Best Mobile App 2018 - TotalWine</p>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<h2>Projects</h2>
</div>
</div>
<div class="row portfolio-items">
{% for project in site.data.portfolio %}
{% capture modulo %}{{ forloop.index | modulo: 3 }}{% endcapture %}
<div class="col-sm-4">
<div
class="thumbnail"
data-toggle="modal"
data-target="#portfolio_modal"
data-title="{{ project.name }}"
data-desc="{{ project.desc | implode }}"
data-img="{{ project.img_url }}"
data-role="{{ project.role }}"
data-project="{{ project.project }}"
data-date_range="{{ project.date_range }}"
data-href="{{ project.href }}"
>
<div class="img-holder">
<img src="{{ project.img_url }}" alt="{{ project.name }}">
</div>
{{ project.name }}<br>
{{ project.date_range }}
</div>
</div>
{% if modulo == "0" %}
<div class="clearfix hiddex-xs"></div>
{% endif %}
{% endfor %}
</div>
</div>
</div>
<div class="modal fade" id="portfolio_modal">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span></button>
<h4 class="modal-title">Modal title</h4>
</div>
<div class="modal-body container-fluid">
<div class="col-sm-6">
<p class="name"></p>
<p class="date_range"></p>
<p class="project"></p>
<p class="role"></p>
<ul class="desc"></ul>
</div>
<div class="col-sm-6">
<p class="img"><img src=""></p>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-green" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>