Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit f6c0cd1

Browse files
committed
Update the dates for Code Week 2015
1 parent ba20a01 commit f6c0cd1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Europe Code Week
3+
Copyright (c) 2015 Europe Code Week
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

Diff for: static/js/events.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var Codeweek = window.Codeweek || {};
2626
format: "Y-m-d H:i",
2727
formatDate: "Y-m-d",
2828
formatTime: "H:i",
29-
minDate: "2014-01-01",
29+
minDate: "2015-01-01",
3030
closeOnDateSelect: true,
3131
dayOfWeekStart:1,
3232
onShow: function () {

Diff for: web/templates/layout/top_navigation.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</div>
1818
<div class="collapse navbar-collapse" id="cweu-navbar-collapse">
1919
<ul class="nav navbar-nav navbar-right cweu-navbar-list">
20-
<li class="nav-item-intro">11th &mdash; 17th October <strong>&middot;</strong>
20+
<li class="nav-item-intro">10th &mdash; 18th October <strong>&middot;</strong>
2121
<a href="https://twitter.com/search?q=%23codeEU&src=hash" target="_blank">#codeEU</a></li>
2222
<li class="dropdown open">
2323
<a href="{% url 'web.index' %}" class="active">Events</a>

Diff for: web/templates/pages/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
{% block title %}- Map of Events{% endblock title %}
66

77
{% block social %}
8-
<meta name="description" content="October 11 - 17, 2014: a week to celebrate coding in Europe, encouraging citizens to learn more about technology, and connecting communities and organizations who can help you learn coding." />
8+
<meta name="description" content="October 10 - 18, 2015: a week to celebrate coding in Europe, encouraging citizens to learn more about technology, and connecting communities and organizations who can help you learn coding." />
99

1010
<meta property="og:title" content="Europe Code Week" />
1111
<meta property="og:type" content="website" />
1212
<meta property="og:image" content="http://events.codeweek.eu/static/img/social_default_picture.png" />
1313
<meta property="og:url" content="http://codeweek.eu" />
14-
<meta property="og:description" content="October 11 - 17, 2014: a week to celebrate coding in Europe, encouraging citizens to learn more about technology, and connecting communities and organizations who can help you learn coding." />
14+
<meta property="og:description" content="October 10 - 18, 2015: a week to celebrate coding in Europe, encouraging citizens to learn more about technology, and connecting communities and organizations who can help you learn coding." />
1515

1616
<meta name="twitter:card" content="summary" />
1717
<meta name="twitter:url" content="http://codeweek.eu" />
1818
<meta name="twitter:title" content="Europe Code Week" />
19-
<meta name="twitter:description" content="October 11 - 17, 2014: a week to celebrate coding in Europe" />
19+
<meta name="twitter:description" content="October 10 - 18, 2015: a week to celebrate coding in Europe" />
2020
{% endblock social %}
2121

2222

0 commit comments

Comments
 (0)