stuartmccoll_portfolio 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6496a5a7a296ded74b3e5d535b181d31ad6f2c80
4
- data.tar.gz: aba1904222ee24e1cc393a51fc1db28b1276b729
3
+ metadata.gz: 0ff185dd3966fdfd132344ee50902377b9e4c259
4
+ data.tar.gz: 504dd0f9aa381f9e478fe170960ad24499f513f0
5
5
  SHA512:
6
- metadata.gz: 716cfa985e36d07f0ebf50cb50a43219d67a785dc126d9761ce172e815c41330fa250663d882ad0da74e67245e78249d5b436d4298e6b32eab69fd84dbb174fd
7
- data.tar.gz: 821ed7f63274df777f67d64b398a68fcae0c5730f4a7de0bf5c352983e495dfce87e1260eb798006678327212479c6a960d5a8faede89418cd470061478a1372
6
+ metadata.gz: 4af1465509cab579f8033017cb0bb83e951749f0825eb69a21f3eeaa8c6cd73244d29392c1721fbfde8ab508c19fc0bfe858e68dc89ddef7c0bb611a9de76c2d
7
+ data.tar.gz: 1343228faa8d8fd1cd36bf16d513b7026df8f6bd0684e5e2921ed6f16ddf2612ecddf413e95395a2696131a48f2621ea338c2552af2a30562c4f9b4c1e743ab4
@@ -0,0 +1,17 @@
1
+ <head>
2
+
3
+ <meta charset="utf-8">
4
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <meta name="description" content="Freelance Web Design &amp; Development Plymouth and Cornwall, UK. Stuart McColl, Plymouth-based web developer." />
7
+ <meta name="keywords" content="web design, web development, freelance, plymouth, cornwall, devon" />
8
+
9
+ <title>{{ page.title }}</title>
10
+
11
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous" />
12
+ <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css" />
13
+ <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/animate.css" />
14
+ <link href='https://fonts.googleapis.com/css?family=Raleway:800' rel='stylesheet' type='text/css' />
15
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />
16
+
17
+ </head>
@@ -0,0 +1,2 @@
1
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
2
+ <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
@@ -0,0 +1,43 @@
1
+ <div class="col-sm-3 col-md-2 sidebar" id="sidebar">
2
+
3
+ <div class="hidden-xs" class="logo">
4
+
5
+ <a href="{{ site.baseurl }}">
6
+ <img src="{{ site.baseurl }}/assets/img/sidebar-logo.png" class="img-responsive center-block animated fadeInUp"/>
7
+ </a>
8
+
9
+ </div>
10
+
11
+ <ul class="nav" id="lg-menu">
12
+
13
+ <li><a href="#services"><i class="fa fa-cogs"></i> Services</a></li>
14
+ <li><a href="#about"><i class="fa fa-info-circle"></i> About</a></li>
15
+ <li class="disabled"><a href="#portfolio"><i class="fa fa-laptop"></i> Portfolio</a></li>
16
+ {% assign post = site.posts.first %}
17
+ <li><a href="{{ site.baseurl }}{{ post.url }}"><i class="fa fa-keyboard-o"></i> Latest Blog Post</a></li>
18
+
19
+ </ul>
20
+
21
+ <ul class="list-unstyled hidden-xs" id="sidebar-footer">
22
+
23
+ <li>
24
+ <a href="https://www.facebook.com/stuartmccoll">
25
+ <i class="fa fa-facebook fa-lg"></i>
26
+ </a>
27
+ </li>
28
+
29
+ <li>
30
+ <a href="http://www.github.com/stuartmccoll">
31
+ <i class="fa fa-github fa-lg"></i>
32
+ </a>
33
+ </li>
34
+
35
+ <li>
36
+ <a href="http://stackoverflow.com/users/5890174/stuartmccoll">
37
+ <i class="fa fa-stack-overflow fa-lg"></i>
38
+ </a>
39
+ </li>
40
+
41
+ </ul>
42
+
43
+ </div>
@@ -2,23 +2,7 @@
2
2
 
3
3
  <html>
4
4
 
5
- <head>
6
-
7
- <meta charset="utf-8">
8
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
9
- <meta name="viewport" content="width=device-width, initial-scale=1">
10
- <meta name="description" content="Freelance Web Design &amp; Development Plymouth and Cornwall, UK. Stuart McColl, Plymouth-based web developer." />
11
- <meta name="keywords" content="web design, web development, freelance, plymouth, cornwall, devon" />
12
-
13
- <title>{{ page.title }}</title>
14
-
15
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous" />
16
- <link rel="stylesheet" href="{{ root_url }}/assets/css/style.css" />
17
- <link rel="stylesheet" href="{{ root_url }}/assets/css/animate.css" />
18
- <link href='https://fonts.googleapis.com/css?family=Raleway:800' rel='stylesheet' type='text/css' />
19
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />
20
-
21
- </head>
5
+ <% include header.html %>
22
6
 
23
7
  <body>
24
8
 
@@ -28,49 +12,7 @@
28
12
 
29
13
  <div class="row">
30
14
 
31
- <div class="col-sm-3 col-md-2 sidebar" id="sidebar">
32
-
33
- <div class="hidden-xs" class="logo">
34
-
35
- <a href="{{ site.root }}">
36
- <img src="{{ root_url }}/assets/img/sidebar-logo.png" class="img-responsive center-block animated fadeInUp"/>
37
- </a>
38
-
39
- </div>
40
-
41
- <ul class="nav" id="lg-menu">
42
-
43
- <li><a href="#services"><i class="fa fa-cogs"></i> Services</a></li>
44
- <li><a href="#about"><i class="fa fa-info-circle"></i> About</a></li>
45
- <li class="disabled"><a href="#portfolio"><i class="fa fa-laptop"></i> Portfolio</a></li>
46
- {% assign post = site.posts.first %}
47
- <li><a href="{{ root_url }}{{ post.url }}"><i class="fa fa-keyboard-o"></i> Latest Blog Post</a></li>
48
-
49
- </ul>
50
-
51
- <ul class="list-unstyled hidden-xs" id="sidebar-footer">
52
-
53
- <li>
54
- <a href="https://www.facebook.com/stuartmccoll">
55
- <i class="fa fa-facebook fa-lg"></i>
56
- </a>
57
- </li>
58
-
59
- <li>
60
- <a href="http://www.github.com/stuartmccoll">
61
- <i class="fa fa-github fa-lg"></i>
62
- </a>
63
- </li>
64
-
65
- <li>
66
- <a href="http://stackoverflow.com/users/5890174/stuartmccoll">
67
- <i class="fa fa-stack-overflow fa-lg"></i>
68
- </a>
69
- </li>
70
-
71
- </ul>
72
-
73
- </div>
15
+ {% include sidebar.html %}
74
16
 
75
17
  <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
76
18
 
@@ -86,8 +28,7 @@
86
28
 
87
29
  </div>
88
30
 
89
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
90
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
31
+ <% include scripts.html %>
91
32
 
92
33
  </body>
93
34
 
@@ -2,75 +2,15 @@
2
2
 
3
3
  <html>
4
4
 
5
- <head>
6
-
7
- <meta charset="utf-8">
8
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
9
- <meta name="viewport" content="width=device-width, initial-scale=1">
10
- <meta name="description" content="Freelance Web Design &amp; Development Plymouth and Cornwall, UK. Stuart McColl, Plymouth-based web developer." />
11
- <meta name="keywords" content="web design, web development, freelance, plymouth, cornwall, devon" />
12
-
13
- <title>{{ page.title }}</title>
14
-
15
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous" />
16
- <link rel="stylesheet" href="{{ root_url }}/assets/css/style.css" />
17
- <link rel="stylesheet" href="{{ root_url }}/assets/css/animate.css" />
18
- <link href='https://fonts.googleapis.com/css?family=Raleway:800' rel='stylesheet' type='text/css' />
19
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />
20
-
21
- </head>
5
+ <% include header.html %>
22
6
 
23
7
  <body>
24
8
 
25
- <!-- <div class="pre-container"></div> -->
26
-
27
9
  <div class="container-fluid">
28
10
 
29
11
  <div class="row">
30
12
 
31
- <div class="col-sm-3 col-md-2 sidebar" id="sidebar">
32
-
33
- <div class="hidden-xs" class="logo">
34
-
35
- <a href="{{ site.root }}">
36
- <img src="{{ root_url }}/assets/img/sidebar-logo.png" class="img-responsive center-block animated fadeInUp"/>
37
- </a>
38
-
39
- </div>
40
-
41
- <ul class="nav" id="lg-menu">
42
-
43
- <li><a href="#services"><i class="fa fa-cogs"></i> Services</a></li>
44
- <li><a href="#about"><i class="fa fa-info-circle"></i> About</a></li>
45
- <li class="disabled"><a href="#portfolio"><i class="fa fa-laptop"></i> Portfolio</a></li>
46
- {% assign post = site.posts.first %}
47
- <li><a href="{{ root_url }}{{ post.url }}"><i class="fa fa-keyboard-o"></i> Latest Blog Post</a></li>
48
-
49
- </ul>
50
-
51
- <ul class="list-unstyled hidden-xs" id="sidebar-footer">
52
-
53
- <li>
54
- <a href="https://www.facebook.com/stuartmccoll">
55
- <i class="fa fa-facebook fa-lg"></i>
56
- </a>
57
- </li>
58
-
59
- <li>
60
- <a href="http://www.github.com/stuartmccoll">
61
- <i class="fa fa-github fa-lg"></i>
62
- </a>
63
- </li>
64
-
65
- <li>
66
- <a href="http://stackoverflow.com/users/5890174/stuartmccoll">
67
- <i class="fa fa-stack-overflow fa-lg"></i>
68
- </a>
69
- </li>
70
-
71
- </ul>
72
-
73
- </div>
13
+ <% include sidebar.html %>
74
14
 
75
15
  <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
76
16
 
@@ -96,8 +36,7 @@
96
36
 
97
37
  </div>
98
38
 
99
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
100
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
39
+ <% include scripts.html %>
101
40
 
102
41
  </body>
103
42
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stuartmccoll_portfolio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stuart McColl
@@ -60,12 +60,14 @@ extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
62
  - LICENSE.txt
63
+ - _includes/header.html
64
+ - _includes/scripts.html
65
+ - _includes/sidebar.html
63
66
  - _layouts/default.html
64
67
  - _layouts/post.html
65
68
  - assets/css/animate.css
66
69
  - assets/css/style.css
67
70
  - assets/img/714.gif
68
- - assets/img/docker-flask.jpg
69
71
  - assets/img/facebook-logo.png
70
72
  - assets/img/footer-logo.png
71
73
  - assets/img/hero-background-gb.jpg
Binary file