Skip to content

Commit c11c62a

Browse files
committed
Remove example posts, add contact form
1 parent 6323fa9 commit c11c62a

19 files changed

+41
-195
lines changed

_config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@ url: https://www.wordsandcode.co.uk
22
baseurl: ""
33

44
# Site settings
5-
title: Words & Code
5+
title: Words + Code
66
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: Alexandra Papageorgiou
12+
- name: 💡 Alex Papageorgiou 💡
1313
pic: 1
1414
position: Head of Content Strategy
15+
bio: Alex comes from the world of content strategy, with additional experience in marketing, editorial, web design and UX.
1516
social:
1617
- title: twitter
1718
url: #
18-
- title: facebook
19-
url: #
20-
- title: stack-overflow
21-
url: #
19+
- title: linkedin
20+
url: https://www.linkedin.com/in/alexandra-papageorgiou-07376741/
2221

23-
- name: Eleni Lixourioti
22+
- name: 🤖 Eleni Lixourioti 🤖
2423
pic: 2
2524
position: Head of Tech
25+
bio: Eleni has worked in numerous software projects as a web developer, carrying a passion for quality, good practices and proper understanding of the domain problems in hand.
2626
social:
2727
- title: github
2828
url: https://github.com/Geekfish/
@@ -38,7 +38,7 @@ social:
3838
- title: twitter
3939
url: http://twitter.com/WordsAndCode
4040
- title: github
41-
url: http://github.org/WordsAndCode
41+
url: http://github.com/WordsAndCode
4242

4343
# Postal address (add as many lines as necessary)
4444
address:

_includes/contact.html

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,26 @@
33
<div class="row">
44
<div class="col-lg-12 text-center">
55
<h2 class="section-heading">Contact Us</h2>
6-
<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
6+
<h3 class="section-subheading text-muted">Challenging problems with your current project? Need a hand bootstrapping your latest idea?</h3>
77
</div>
88
</div>
99
<div class="row">
1010
<div class="col-lg-12">
11-
<form name="sentMessage" id="contactForm" novalidate>
11+
<form name="sentMessage" method="POST" id="contactForm" novalidate action="https://formspree.io/hello@wordsandcode.co.uk">
1212
<div class="row">
1313
<div class="col-md-6">
1414
<div class="control-group form-group">
15-
<input type="text" class="form-control" placeholder="Your Name *" id="name" required data-validation-required-message="Please enter your name.">
15+
<input type="text" class="form-control" placeholder="Your Name *" name="name" id="name" required data-validation-required-message="Please enter your name.">
1616
<p class="help-block text-danger"></p>
1717
</div>
1818
<div class="control-group form-group">
19-
<input type="email" class="form-control" placeholder="Your Email *" id="email" required data-validation-required-message="Please enter your email address.">
20-
<p class="help-block text-danger"></p>
21-
</div>
22-
<div class="control-group form-group">
23-
<input type="tel" class="form-control" placeholder="Your Phone *" id="phone" required data-validation-required-message="Please enter your phone number.">
19+
<input type="email" class="form-control" placeholder="Your Email *" name="_replyto" id="email" required data-validation-required-message="Please enter your email address.">
2420
<p class="help-block text-danger"></p>
2521
</div>
2622
</div>
2723
<div class="col-md-6">
2824
<div class="control-group form-group">
29-
<textarea class="form-control" placeholder="Your Message *" id="message" required data-validation-required-message="Please enter a message."></textarea>
25+
<textarea class="form-control" placeholder="Your Message *" name="message" id="message" required data-validation-required-message="Please enter a message."></textarea>
3026
<p class="help-block text-danger"></p>
3127
</div>
3228
</div>

_includes/css/agency.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ section#contact .form-group input.form-control {
681681
}
682682

683683
section#contact .form-group textarea.form-control {
684-
height: 236px;
684+
height: 156px;
685685
}
686686

687687
section#contact .form-control:focus {

_includes/header.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<li>
2222
<a class="page-scroll" href="#services">Services</a>
2323
</li>
24-
<li>
24+
<!-- <li>
2525
<a class="page-scroll" href="#portfolio">Portfolio</a>
26-
</li>
27-
<li>
26+
</li> -->
27+
<!-- <li>
2828
<a class="page-scroll" href="#about">About</a>
29-
</li>
29+
</li> -->
3030
<li>
3131
<a class="page-scroll" href="#team">Team</a>
3232
</li>

_includes/services.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,34 @@
44
<div class="row">
55
<div class="col-lg-12 text-center">
66
<h2 class="section-heading">Services</h2>
7-
<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
7+
<h3 class="section-subheading text-muted">Our multi-discipline team can help you tackle the challenges of developing your digital presence or product.</h3>
88
</div>
99
</div>
1010
<div class="row text-center">
1111
<div class="col-md-4">
1212
<span class="fa-stack fa-4x">
1313
<i class="fa fa-circle fa-stack-2x text-primary"></i>
14-
<i class="fa fa-shopping-cart fa-stack-1x fa-inverse"></i>
14+
<i class="fa fa-info fa-stack-1x fa-inverse"></i>
1515
</span>
16-
<h4 class="service-heading">E-Commerce</h4>
16+
<h4 class="service-heading">Content Strategy</h4>
1717
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima maxime quam architecto quo inventore harum ex magni, dicta impedit.</p>
1818
</div>
1919
<div class="col-md-4">
2020
<span class="fa-stack fa-4x">
2121
<i class="fa fa-circle fa-stack-2x text-primary"></i>
22-
<i class="fa fa-laptop fa-stack-1x fa-inverse"></i>
22+
<i class="fa fa-code fa-stack-1x fa-inverse"></i>
2323
</span>
24-
<h4 class="service-heading">Responsive Design</h4>
25-
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima maxime quam architecto quo inventore harum ex magni, dicta impedit.</p>
24+
<h4 class="service-heading">Web Development</h4>
25+
<p class="text-muted">Building websites, services, apps yada yada yada.</p>
2626
</div>
2727
<div class="col-md-4">
2828
<span class="fa-stack fa-4x">
2929
<i class="fa fa-circle fa-stack-2x text-primary"></i>
30-
<i class="fa fa-lock fa-stack-1x fa-inverse"></i>
30+
<i class="fa fa-comments fa-stack-1x fa-inverse"></i>
3131
</span>
32-
<h4 class="service-heading">Web Security</h4>
33-
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima maxime quam architecto quo inventore harum ex magni, dicta impedit.</p>
32+
<h4 class="service-heading">Consultancy</h4>
33+
<p class="text-muted">Ask and you shall receive.</p>
3434
</div>
3535
</div>
3636
</div>
37-
</section>
37+
</section>

_includes/team.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<div class="container">
44
<div class="row">
55
<div class="col-lg-12 text-center">
6-
<h2 class="section-heading">Our Amazing Team</h2>
7-
<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
6+
<h2 class="section-heading">Who we are</h2>
7+
<h3 class="section-subheading text-muted">The source of all the words and code, carrying over two decades of combined experience.</h3>
88
</div>
99
</div>
1010
<div class="row">
@@ -14,6 +14,7 @@ <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur
1414
<img src="img/team/{{ member.pic }}.jpg" class="img-responsive img-circle" alt="">
1515
<h4>{{ member.name }}</h4>
1616
<p class="text-muted">{{ member.position }}</p>
17+
<p class="text-muted">{{ member.bio }}</p>
1718
<ul class="list-inline social-buttons">
1819
{% for network in member.social %}
1920
<li>
@@ -30,7 +31,7 @@ <h4>{{ member.name }}</h4>
3031
</div>
3132
<div class="row">
3233
<div class="col-lg-8 col-lg-offset-2 text-center">
33-
<p class="large text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde.</p>
34+
<!-- <p class="large text-muted">Our team carries over two decades of combined experience in the world of digital products.</p> -->
3435
</div>
3536
</div>
3637
</div>

_layouts/default.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88

99
{% include header.html %}
1010
{% include services.html %}
11-
{% include portfolio_grid.html %}
12-
{% include about.html %}
1311
{% include team.html %}
14-
{% include clients.html %}
1512
{% include contact.html %}
1613
{% include footer.html %}
1714
{% include modals.html %}

_posts/2014-07-13-project-6.markdown

Lines changed: 0 additions & 15 deletions
This file was deleted.

_posts/2014-07-14-project-5.markdown

Lines changed: 0 additions & 15 deletions
This file was deleted.

_posts/2014-07-15-project-4.markdown

Lines changed: 0 additions & 15 deletions
This file was deleted.

_posts/2014-07-16-project-3.markdown

Lines changed: 0 additions & 15 deletions
This file was deleted.

_posts/2014-07-17-project-2.markdown

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Dreams
3-
subtitle: Website Design
2+
title: Tictrac
3+
subtitle: Content Strategy
44
layout: default
55
modal-id: 1
6-
date: 2014-07-18
7-
img: dreams.png
8-
thumbnail: dreams-thumbnail.png
9-
alt: image-alt
10-
project-date: April 2014
11-
client: Start Bootstrap
12-
category: Web Development
6+
date: 2016-11-20
7+
img: tictrac.png
8+
thumbnail: tictrac-thumbnail.jpg
9+
alt: The "Library" view in Tictrac's "HealthLab" app.
10+
project-date: November 2016
11+
client: Tictrac
12+
category: Content Strategy
1313
description: Lorem ipsum dolor sit amet, usu cu alterum nominavi lobortis. At duo novum diceret. Tantas apeirian vix et, usu sanctus postulant inciderint ut, populo diceret necessitatibus in vim. Cu eum dicam feugiat noluisse.
1414

1515
---

img/portfolio/tictrac-thumbnail.jpg

27.9 KB
Loading

img/portfolio/tictrac.png

867 KB
Loading

img/team/1-old.jpg

20.1 KB
Loading

img/team/1.jpg

31.4 KB
Loading

js/contact_me.js

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -5,53 +5,6 @@ $(function() {
55
submitError: function($form, event, errors) {
66
// additional error messages or events
77
},
8-
submitSuccess: function($form, event) {
9-
event.preventDefault(); // prevent default submit behaviour
10-
// get values from FORM
11-
var name = $("input#name").val();
12-
var email = $("input#email").val();
13-
var phone = $("input#phone").val();
14-
var message = $("textarea#message").val();
15-
var firstName = name; // For Success/Failure Message
16-
// Check for white space in name for Success/Fail message
17-
if (firstName.indexOf(' ') >= 0) {
18-
firstName = name.split(' ').slice(0, -1).join(' ');
19-
}
20-
$.ajax({
21-
url: "././mail/contact_me.php",
22-
type: "POST",
23-
data: {
24-
name: name,
25-
phone: phone,
26-
email: email,
27-
message: message
28-
},
29-
cache: false,
30-
success: function() {
31-
// Success message
32-
$('#success').html("<div class='alert alert-success'>");
33-
$('#success > .alert-success').html("<button type='button' class='close' data-dismiss='alert' aria-hidden='true'>&times;")
34-
.append("</button>");
35-
$('#success > .alert-success')
36-
.append("<strong>Your message has been sent. </strong>");
37-
$('#success > .alert-success')
38-
.append('</div>');
39-
40-
//clear all fields
41-
$('#contactForm').trigger("reset");
42-
},
43-
error: function() {
44-
// Fail message
45-
$('#success').html("<div class='alert alert-danger'>");
46-
$('#success > .alert-danger').html("<button type='button' class='close' data-dismiss='alert' aria-hidden='true'>&times;")
47-
.append("</button>");
48-
$('#success > .alert-danger').append("<strong>Sorry " + firstName + ", it seems that my mail server is not responding. Please try again later!");
49-
$('#success > .alert-danger').append('</div>');
50-
//clear all fields
51-
$('#contactForm').trigger("reset");
52-
},
53-
})
54-
},
558
filter: function() {
569
return $(this).is(":visible");
5710
},

mail/contact_me.php

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)