Skip to content

Commit 6f5fc07

Browse files
Merge pull request #13 from CodeWithGroup/feature/keiran-bio
Feature/keiran bio
2 parents fc32cc2 + 8525e10 commit 6f5fc07

File tree

2 files changed

+74
-1
lines changed

2 files changed

+74
-1
lines changed

people-keiran.html

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<div class="row person-blurb">
2+
<div class="col-md-4 col-lg-3">
3+
<div class="mb-2 box-shadow text-center">
4+
<img class="profile-photo" src="./images/keiran-profile-photo.png" />
5+
</div>
6+
<div class="col-12 text-center">
7+
<h4>Keiran Wilkinson</h4>
8+
</div>
9+
</div>
10+
<div class="col-md-8 col-lg-7">
11+
<div class="row">
12+
<div class="col col-md-6">
13+
<p class="text-muted no-margin">Vice Benevolent Leader, Mentor</p>
14+
</div>
15+
<div class="col-md-6 twitter-mention-container text-right">
16+
<a href="https://twitter.com/intent/tweet?screen_name=keiranwdigital" class="twitter-mention-button"
17+
data-show-count="false">
18+
Tweet to @keiranwdigital
19+
</a>
20+
</div>
21+
</div>
22+
<div class="row">
23+
<div class="col-md-12">
24+
<p>
25+
After learning to code 8 years ago Keiran worked for a small startup digital agency while completing
26+
his A levels. More recently Keiran works in the travel sector as a degree apprentice software
27+
engineer while completing a degree in Digital and Technology solutions.
28+
29+
30+
31+
</p>
32+
<p>
33+
When not working Keiran spends his time at his local makerspace, Create Oldham, working on various
34+
projects (most of which never get finished!). He also plays the Euphonium and enjoys anything
35+
aviation related, including travelling to various events around the country and gaining his private
36+
pilots licence.
37+
38+
</p>
39+
</div>
40+
</div>
41+
</div>
42+
<div class="col-md-12 col-lg-2 skills">
43+
<h5>Keiran can help with...</h5>
44+
<p>
45+
<span class="badge badge-secondary">.Net</span>
46+
<span class="badge badge-secondary">Java</span>
47+
<span class="badge badge-secondary">Python</span>
48+
<span class="badge badge-secondary">SQL</span>
49+
<span class="badge badge-secondary">VB.NET</span>
50+
<span class="badge badge-secondary">php</span>
51+
</p>
52+
<p>
53+
<span class="badge badge-secondary">CSS</span>
54+
<span class="badge badge-secondary">HTML</span>
55+
<span class="badge badge-secondary">Javascript</span>
56+
<span class="badge badge-secondary">jQuery</span>
57+
<span class="badge badge-secondary">Windows Forms</span>
58+
</p>
59+
<p>
60+
<span class="badge badge-secondary">JSON</span>
61+
</p>
62+
<p>
63+
<span class="badge badge-secondary">Git</span>
64+
</p>
65+
<p>
66+
<span class="badge badge-secondary">IDLE</span>
67+
<span class="badge badge-secondary">Visual Studio</span>
68+
<span class="badge badge-secondary">VS Code</span>
69+
<span class="badge badge-secondary">Eclipse</span>
70+
</p>
71+
</div>
72+
</div>

people.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55

66
<h1>{{page.title}}</h1>
77

8-
{% include_relative people-drew.html %}
8+
{% include_relative people-drew.html %}
9+
{% include_relative people-keiran.html %}

0 commit comments

Comments
 (0)