Skip to content

Commit

Permalink
Replaced terms from 'Programming' to 'Schedule'.
Browse files Browse the repository at this point in the history
  • Loading branch information
michelamaral committed May 26, 2015
1 parent c193027 commit 6d771dd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _includes/programming.html → _includes/schedule.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<section class="programming">
<section class="schedule">
<div class="row">
<h1>Programação</h1>

Expand Down
2 changes: 1 addition & 1 deletion _includes/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>
</li>

<li class="item">
<a href="#programming" class="item-link">Programação</a>
<a href="#schedule" class="item-link">Programação</a>
</li>

<li class="item">
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

{% include location.html %}

{% include programming.html %}
{% include schedule.html %}

{% include sponsors.html %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.programming {
.schedule {
padding: 4em 0;

h1 {
Expand Down
2 changes: 1 addition & 1 deletion css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"modules/about",
"modules/speakers",
"modules/location",
"modules/programming",
"modules/schedule",
"modules/sponsors",
"modules/footer";

0 comments on commit 6d771dd

Please sign in to comment.