Skip to content

Commit f21191a

Browse files
committed
Customise logo, team, colours, bg image
1 parent a6ddd10 commit f21191a

File tree

13 files changed

+30
-45
lines changed

13 files changed

+30
-45
lines changed

_config.yml

Lines changed: 19 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
url: https://y7kim.github.io
2-
baseurl: /agency-jekyll-theme/
1+
url: https://www.wordsandcode.co.uk
2+
baseurl: ""
33

44
# Site settings
5-
title: Awesome Title
6-
email: your-email@domain.com
5+
title: Words & Code
6+
email: hello@wordsandcode.co.uk
77
description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description."
88

99

1010
# Team names, titles and social links
1111
people:
12-
- name: Kay Garland
12+
- name: Alexandra Papageorgiou
1313
pic: 1
14-
position: Lead Designer
14+
position: Head of Content Strategy
1515
social:
1616
- title: twitter
1717
url: #
@@ -20,46 +20,31 @@ people:
2020
- title: stack-overflow
2121
url: #
2222

23-
- name: Larry Parker
23+
- name: Eleni Lixourioti
2424
pic: 2
25-
position: Lead Marketer
25+
position: Head of Tech
2626
social:
27-
- title: twitter
28-
url: #
29-
- title: facebook
30-
url: #
27+
- title: github
28+
url: https://github.com/Geekfish/
3129
- title: linkedin
32-
url: #
33-
34-
- name: Diana Petersen
35-
pic: 3
36-
position: Lead Developer
37-
social:
30+
url: https://www.linkedin.com/in/eleni-lixourioti-07b88719/
3831
- title: twitter
39-
url: #
40-
- title: facebook
41-
url: #
42-
- title: google-plus
43-
url: #
32+
url: https://twitter.com/geekfish_
33+
- title: quote-left
34+
url: https://thoughtstreams.io/Geekfish/
4435

4536
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
4637
social:
4738
- title: twitter
48-
url: http://twitter.com/jekyllrb
49-
- title: facebook
50-
url:
51-
- title: stack-overflow
52-
url: http://stackoverflow.com/questions/tagged/jekyll
53-
- title: bitbucket
54-
url: http://bitbucket.org/jekyll
39+
url: http://twitter.com/WordsAndCode
5540
- title: github
56-
url: http://github.com/jekyll
41+
url: http://github.org/WordsAndCode
5742

5843
# Postal address (add as many lines as necessary)
5944
address:
60-
- line: 3481 Melrose Place
61-
- line: Beverly Hills, CA 90210
45+
- line: 7 Alton Road
46+
- line: Bristol, BS7 9PS
6247

6348
# Build settings
6449
markdown: kramdown
65-
permalink: pretty
50+
permalink: pretty

_data/template.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Color settings (hex-codes without the leading hash-tag)
22
color:
3-
primary: fed136
4-
secondary: fec503
5-
secondary-dark: 333
3+
primary: 247a80
4+
secondary: 459ea4
5+
secondary-dark: 247a80
66
muted: 777
77

88
# Font Families
99
font:
10+
company-name: '"Share Tech Monot","Helvetica Neue",Helvetica,Arial,sans-serif'
1011
primary: 'Montserrat, "Helvetica Neue",Helvetica,Arial,sans-serif'
1112
secondary: '"Droid Serif", "Helvetica Neue", Helvetica,Arial,sans-serif'

_includes/css/agency.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ fieldset[disabled] .btn-xl.active {
176176
}
177177

178178
.navbar-default .navbar-brand {
179-
font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
179+
font-family: #{{ site.data.template.font.company-name }};
180180
color: #{{ site.data.template.color.primary }};
181181
}
182182

@@ -238,7 +238,7 @@ fieldset[disabled] .btn-xl.active {
238238
.navbar-default {
239239
padding: 25px 0;
240240
border: 0;
241-
background-color: transparent;
241+
background-color: rgba(0,0,0,0.82);
242242
-webkit-transition: padding .3s;
243243
-moz-transition: padding .3s;
244244
transition: padding .3s;

_includes/header.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
<header>
4545
<div class="container">
4646
<div class="intro-text">
47-
<div class="intro-lead-in">Welcome To Our Studio!</div>
48-
<div class="intro-heading">It's Nice To Meet You</div>
47+
<div class="intro-lead-in">Mastering the building blocks that create</div>
48+
<div class="intro-heading">great digital experiences</div>
4949
<a href="#services" class="page-scroll btn btn-xl">Tell Me More</a>
5050
</div>
5151
</div>
@@ -55,4 +55,3 @@
5555
{% if page.title %}<a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>{% endif %}
5656
{% endfor %}
5757
-->
58-

_includes/team.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur
99
</div>
1010
<div class="row">
1111
{% for member in site.people %}
12-
<div class="col-sm-4">
12+
<div class="col-sm-6">
1313
<div class="team-member">
1414
<img src="img/team/{{ member.pic }}.jpg" class="img-responsive img-circle" alt="">
1515
<h4>{{ member.name }}</h4>
@@ -34,4 +34,4 @@ <h4>{{ member.name }}</h4>
3434
</div>
3535
</div>
3636
</div>
37-
</section>
37+
</section>

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
{% include js.html %}
1919

2020
</body>
21-
</html>
21+
</html>

img/header-bg copy.jpg

10.1 MB
Loading

img/header-bg.jpg

1.42 MB
Loading

img/header-bg.xcf

12.3 MB
Binary file not shown.

img/header-bg0.jpg

233 KB
Loading

img/team/1.jpg

9.1 KB
Loading

img/team/2.jpg

4.67 KB
Loading

img/team/3.jpg

-11.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)