Skip to content

Commit 6806594

Browse files
committed
Migrated to Jekyll from purely static site, added open source page and updateed CV/profile
1 parent 9535e15 commit 6806594

28 files changed

+408
-192
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_site
2+
.sass-cache
3+
.jekyll-cache
4+
.jekyll-metadata
5+
vendor

404.html

+8-64
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,8 @@
1-
<!DOCTYPE html>
2-
<html lang="en-us">
3-
<head>
4-
<title>Java Development, Architecture &amp; Software Consultancy, UK | SPT Development Ltd</title>
5-
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7-
<meta name="robots" content="all" />
8-
<meta name="copyright" content="SPT Development Ltd" />
9-
<meta name="description" content="SPT Development Ltd is the company Simon Taylor provides Java development, architecture and software consultancy services through. Simon is available for contracting and bespoke software development across a wide range of technologies and platforms."/>
10-
<meta name="keywords" content="Java, development, architecture, Spring, microservices, AWS, cloud, JEE, software, developer, consultancy, UK, javascript, react" />
11-
<meta property="og:description" content="SPT Development Ltd is the company Simon Taylor provides Java development, architecture and software consultancy services through. Simon is available for contracting and bespoke software development across a wide range of technologies and platforms." />
12-
<meta property="og:title" content="Java Development, Architecture &amp; Software Consultancy, UK | SPT Development Ltd" />
13-
<meta property="og:image" content="http://www.spt-development.com/Images/Logo.png" />
14-
<link href='/favicon.ico' rel='icon' type='image/x-icon'/>
15-
<link rel="stylesheet" href="/Styles/reset.css" />
16-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
17-
<link rel="stylesheet" href="/Styles/custom.css" />
18-
<!--[if lt IE 9]>
19-
<script type="text/javascript">
20-
document.createElement("nav");
21-
document.createElement("header");
22-
document.createElement("footer");
23-
document.createElement("section");
24-
document.createElement("aside");
25-
document.createElement("article");
26-
</script>
27-
<![endif]-->
28-
</head>
29-
<body class="bg-dark text-light">
30-
<nav class="navbar navbar-expand-lg navbar-dark static-topi container">
31-
<a class="navbar-brand" href="/" title="Java Development, Architecture &amp; Software Consultancy, UK | SPT Development Ltd">
32-
<img src="Images/Logo.png" alt="SPT Development Ltd logo" />
33-
</a>
34-
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
35-
<span class="navbar-toggler-icon"></span>
36-
</button>
37-
<div class="collapse navbar-collapse border-top border-bottom" id="navbarNavAltMarkup">
38-
<div class="navbar-nav">
39-
<a class="inav-item nav-link" href="/" title="Home">Home</a>
40-
<a class="inav-item nav-link" href="/CV.pdf" title="CV" download="simon-taylor-cv.pdf">CV</a>
41-
</div>
42-
</div>
43-
</nav>
44-
<section class="container">
45-
<div role="alert" class="fade alert alert-danger show">
46-
<div class="alert-heading h4">Page Not Found</div><p>The page you attempted to view could not be found.</div>
47-
</div>
48-
</section>
49-
<footer class="page-footer">
50-
<section class="text-center social-networks">
51-
<!--<a href="http://www.facebook.com/sptdevltd" title="Join us on Facebook"><img alt="Join us on Facebook" src="Images/facebook_logo.png"></a>-->
52-
<a href="http://twitter.com/sptdevltd" title="Follow us on Twitter"><img alt="Follow us on Twitter" src="Images/twitter_logo.png"></a>
53-
<a href="http://www.linkedin.com/company/spt-development-ltd" title="Link to us on LinkedIn"><img alt="Link to us on LinkedIn" src="Images/linkedin_logo.png"></a>
54-
</section>
55-
<section class="footer-copyright text-center">
56-
<p>&copy; SPT Development Ltd. All rights reserved.</p>
57-
</section>
58-
</footer>
59-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
60-
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
61-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
62-
<script src="/Scripts/script.js" type="text/javascript"></script>
63-
</body>
64-
</html>
1+
---
2+
permalink: /404.html
3+
layout: page
4+
---
5+
6+
<div role="alert" class="fade alert alert-danger show">
7+
<div class="alert-heading h4">Page Not Found</div><p>The page you attempted to view could not be found.</div>
8+
</div>

CV.pdf

-124 KB
Binary file not shown.

Gemfile

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
source "https://rubygems.org"
2+
# Hello! This is where you manage which Jekyll version is used to run.
3+
# When you want to use a different version, change it below, save the
4+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5+
#
6+
# bundle exec jekyll serve
7+
#
8+
# This will help ensure the proper Jekyll version is running.
9+
# Happy Jekylling!
10+
gem "jekyll", "~> 4.0.0"
11+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12+
gem "minima", "~> 2.5"
13+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
14+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15+
# gem "github-pages", group: :jekyll_plugins
16+
# If you have any plugins, put them here!
17+
group :jekyll_plugins do
18+
gem "jekyll-feed", "~> 0.12"
19+
gem 'jekyll-sitemap'
20+
end
21+
22+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
23+
# and associated library.
24+
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
25+
gem "tzinfo", "~> 1.2"
26+
gem "tzinfo-data"
27+
end
28+
29+
# Performance-booster for watching directories on Windows
30+
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
31+

Gemfile.lock

+89
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.7.0)
5+
public_suffix (>= 2.0.2, < 5.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.1.8)
8+
em-websocket (0.5.2)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0.6.0)
11+
eventmachine (1.2.7)
12+
ffi (1.14.2)
13+
forwardable-extended (2.6.0)
14+
http_parser.rb (0.6.0)
15+
i18n (1.8.9)
16+
concurrent-ruby (~> 1.0)
17+
jekyll (4.0.1)
18+
addressable (~> 2.4)
19+
colorator (~> 1.0)
20+
em-websocket (~> 0.5)
21+
i18n (>= 0.9.5, < 2)
22+
jekyll-sass-converter (~> 2.0)
23+
jekyll-watch (~> 2.0)
24+
kramdown (~> 2.1)
25+
kramdown-parser-gfm (~> 1.0)
26+
liquid (~> 4.0)
27+
mercenary (~> 0.3.3)
28+
pathutil (~> 0.9)
29+
rouge (~> 3.0)
30+
safe_yaml (~> 1.0)
31+
terminal-table (~> 1.8)
32+
jekyll-feed (0.15.1)
33+
jekyll (>= 3.7, < 5.0)
34+
jekyll-sass-converter (2.1.0)
35+
sassc (> 2.0.1, < 3.0)
36+
jekyll-seo-tag (2.7.1)
37+
jekyll (>= 3.8, < 5.0)
38+
jekyll-sitemap (1.4.0)
39+
jekyll (>= 3.7, < 5.0)
40+
jekyll-watch (2.2.1)
41+
listen (~> 3.0)
42+
kramdown (2.3.0)
43+
rexml
44+
kramdown-parser-gfm (1.1.0)
45+
kramdown (~> 2.0)
46+
liquid (4.0.3)
47+
listen (3.4.1)
48+
rb-fsevent (~> 0.10, >= 0.10.3)
49+
rb-inotify (~> 0.9, >= 0.9.10)
50+
mercenary (0.3.6)
51+
minima (2.5.1)
52+
jekyll (>= 3.5, < 5.0)
53+
jekyll-feed (~> 0.9)
54+
jekyll-seo-tag (~> 2.1)
55+
pathutil (0.16.2)
56+
forwardable-extended (~> 2.6)
57+
public_suffix (4.0.6)
58+
rb-fsevent (0.10.4)
59+
rb-inotify (0.10.1)
60+
ffi (~> 1.0)
61+
rexml (3.2.4)
62+
rouge (3.26.0)
63+
safe_yaml (1.0.5)
64+
sassc (2.4.0)
65+
ffi (~> 1.9)
66+
terminal-table (1.8.0)
67+
unicode-display_width (~> 1.1, >= 1.1.1)
68+
thread_safe (0.3.6)
69+
tzinfo (1.2.9)
70+
thread_safe (~> 0.1)
71+
tzinfo-data (1.2021.1)
72+
tzinfo (>= 1.0.0)
73+
unicode-display_width (1.7.0)
74+
wdm (0.1.1)
75+
76+
PLATFORMS
77+
ruby
78+
79+
DEPENDENCIES
80+
jekyll (~> 4.0.0)
81+
jekyll-feed (~> 0.12)
82+
jekyll-sitemap
83+
minima (~> 2.5)
84+
tzinfo (~> 1.2)
85+
tzinfo-data
86+
wdm (~> 0.1.1)
87+
88+
BUNDLED WITH
89+
2.1.4

Profile.pdf

124 KB
Binary file not shown.

_config.yml

+73
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
#
11+
# If you need help with YAML syntax, here are some quick references for you:
12+
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
13+
# https://learnxinyminutes.com/docs/yaml/
14+
#
15+
# Site settings
16+
# These are used to personalize your new site. If you look in the HTML files,
17+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
18+
# You can create any custom variable you would like, and they will be accessible
19+
# in the templates via {{ site.myvariable }}.
20+
21+
title: SPT Development
22+
23+
description: >- # this means to ignore newlines until "baseurl:"
24+
SPT Development Ltd is the company Simon Taylor provides Java development,
25+
architecture and software consultancy services through. Simon is available
26+
for contracting and bespoke software development across a wide range of
27+
technologies and platforms.
28+
baseurl: "" # the subpath of your site, e.g. /blog
29+
url: "http://spt-development.com" # the base hostname & protocol for your site, e.g. http://example.com
30+
twitter_username: sptdevltd
31+
github_username: SimonTaylor
32+
33+
# Build settings
34+
theme: minima
35+
plugins:
36+
- jekyll-feed
37+
- jekyll-sitemap
38+
39+
# Exclude from processing.
40+
# The following items will not be processed, by default.
41+
# Any item listed under the `exclude:` key here will be automatically added to
42+
# the internal "default list".
43+
#
44+
# Excluded items can be processed by explicitly listing the directories or
45+
# their entries' file path in the `include:` list.
46+
#
47+
# exclude:
48+
# - .sass-cache/
49+
# - .jekyll-cache/
50+
# - gemfiles/
51+
# - Gemfile
52+
# - Gemfile.lock
53+
# - node_modules/
54+
# - vendor/bundle/
55+
# - vendor/cache/
56+
# - vendor/gems/
57+
# - vendor/ruby/
58+
59+
navigation:
60+
- text: Home
61+
url: /
62+
- text: Open Source
63+
title: Open Source Projects
64+
url: /opensource
65+
- text: Profile
66+
title: Simon Taylor's Profile
67+
url: /Profile.pdf
68+
69+
defaults:
70+
- scope:
71+
page: ""
72+
values:
73+
image: /assets/Logo.png

_includes/footer.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<footer class="page-footer sticky-bottom">
2+
<section class="text-center social-networks">
3+
<!--<a href="http://www.facebook.com/sptdevltd" title="Join us on Facebook"><img alt="Join us on Facebook" src="{{ "/assets/facebook_logo.png" | relative_url }}"></a>-->
4+
<a href="http://twitter.com/sptdevltd" title="Follow us on Twitter"><img alt="Follow us on Twitter" src="{{ "/assets/twitter_logo.png" | relative_url }}"></a>
5+
<a href="http://www.linkedin.com/company/spt-development-ltd" title="Link to us on LinkedIn"><img alt="Link to us on LinkedIn" src="{{ "/assets/linkedin_logo.png" | relative_url }}"></a>
6+
</section>
7+
<section class="footer-copyright text-center">
8+
<p>&copy; SPT Development Ltd. All rights reserved.</p>
9+
</section>
10+
</footer>
11+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
12+
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
13+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
14+
<script src="{{ "/assets/js/script.js" | relative_url }}" type="text/javascript"></script>

_includes/head.html

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
<head>
3+
<meta charset="utf-8">
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6+
<meta name="robots" content="all" />
7+
<meta name="copyright" content="SPT Development Ltd" />
8+
{%- seo -%}
9+
{%- feed_meta -%}
10+
{%- if jekyll.environment == 'production' and site.google_analytics -%}
11+
{%- include google-analytics.html -%}
12+
{%- endif -%}
13+
14+
<link href='/favicon.ico' rel='icon' type='image/x-icon'/>
15+
<link rel="stylesheet" href="{{ "/assets/css/reset.css" | relative_url }}" />
16+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
17+
<link rel="stylesheet" href="{{ "/assets/css/custom.css" | relative_url }}" />
18+
<!--[if lt IE 9]>
19+
<script type="text/javascript">
20+
document.createElement("nav");
21+
document.createElement("header");
22+
document.createElement("footer");
23+
document.createElement("section");
24+
document.createElement("aside");
25+
document.createElement("article");
26+
</script>
27+
<![endif]-->
28+
</head>

_includes/header.html

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<nav class="navbar navbar-expand-lg navbar-dark static-top container">
2+
<a class="navbar-brand" rel="author" href="{{ "/" | relative_url }}" title="{{ site.title | escape }}">
3+
<img src="{{ "/assets/Logo.png" | relative_url }}" alt="SPT Development Ltd logo" />
4+
</a>
5+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
6+
<span class="navbar-toggler-icon"></span>
7+
</button>
8+
<div class="collapse navbar-collapse border-top border-bottom" id="navbarNavAltMarkup">
9+
<div class="navbar-nav">
10+
{% assign url = page.url|remove:'index.html' %}
11+
{% for link in site.navigation %}
12+
<a class="nav-item nav-link {% if url == link.url %}active{% endif %}" href="{{ link.url }}" title="{{ link.title }}">{{ link.text }}</a>
13+
{% endfor %}
14+
</div>
15+
</div>
16+
</nav>

_layouts/default.html

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
3+
4+
{%- include head.html -%}
5+
6+
<body class="bg-dark text-light">
7+
8+
{%- include header.html -%}
9+
10+
<section class="container flex-grow-1" aria-label="Content">
11+
<header class="row">
12+
<div class="col">
13+
<h1>{{ page.title | escape }}</h1>
14+
</div>
15+
</header>
16+
<div class="row">
17+
{{ content }}
18+
</div>
19+
</section>
20+
21+
{%- include footer.html -%}
22+
23+
</body>
24+
25+
</html>

_layouts/home.html

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: default
3+
---
4+
5+
<article class="col-md-8">
6+
{{ content }}
7+
</article>
8+
<section class="col-md-4">
9+
<div class="border rounded widget">
10+
<h3>Contact</h3>
11+
<div class="vcard">
12+
<span class="n">
13+
<span class="given-name">Simon</span> <span class="family-name">Taylor</span>
14+
</span>
15+
<span class="fn org">SPT Development Ltd</span>
16+
<div class="adr">
17+
<span class="street-address">57, Desjardins Way</span>
18+
<span class="locality">Pershore</span>
19+
<span class="region">Worcestershire</span>
20+
<span class="postal-code">WR10 3EA</span>
21+
</div>
22+
<span class="tel">+44 (0) 7825 332003</span>
23+
<a class="email" href="mailto: [email protected]" title="Contact us">[email protected]</a>
24+
</div>
25+
</div>
26+
<div>
27+
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/sptdevltd" data-widget-id="347057144945856512">Tweets by @sptdevltd</a>
28+
<script>!function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https'; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = p + "://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); } }(document, "script", "twitter-wjs");</script>
29+
</div>
30+
</section>

0 commit comments

Comments
 (0)