Skip to content

Updated page and menu titles for easier reading and reducing redundancy #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 20, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ links:
url: /enforcement
- title: Resource Channels
url: /resource-channels
- title: RFC[r]-RFC Process
- title: RFC Process
url: /rfc-process
- title: RFC[r]-Signup Policy
- title: Signup Policy
url: /rfc-signup
- title: RFC[r]-Docents
- title: Docents
url: /rfc-docents

# Sitemap configuration
Expand Down
6 changes: 3 additions & 3 deletions _pages/rfc-docents.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: pageminimal
title: "RFC [r] - WeAllJS Channel Docents"
title: "Channel Docents"
permalink: /rfc-docents
---

# RFC [r] - WeAllJS Channel Docents
# Channel Docents

[ratified 2016-09-03]
{: text-italic}
Expand All @@ -27,4 +27,4 @@ A channel's docent can usually be found listed in that channel's topic, and they

## How to become a docent

Are you in a channel without a docent? Send us an `/admin` request saying so! If there's no other active docent, we'll probably just say to go ahead and add yourself to the topic! If the current docent is inactive, or if you'd like to be a co-docent, feel free to message the admins and we can help facilitate a conversation if needed, but if the existing docent is fine with it, just let us know so we can update our docent list!
Are you in a channel without a docent? Send us an `/admin` request saying so! If there's no other active docent, we'll probably just say to go ahead and add yourself to the topic! If the current docent is inactive, or if you'd like to be a co-docent, feel free to message the admins and we can help facilitate a conversation if needed, but if the existing docent is fine with it, just let us know so we can update our docent list!
6 changes: 3 additions & 3 deletions _pages/rfc-process.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: pageminimal
title: "RFC [r] - WeAllJS RFC Process"
title: "RFC Process"
permalink: /rfc-process
---

# RFC [r] - WeAllJS RFC Process
# RFC Process

[ratified 2016-09-03]
{: .text-italic}
Expand Down Expand Up @@ -55,4 +55,4 @@ Once an RFC is ratified, it is considered Official WeAllJS Community Policy, and

## How do I change an RFC after ratification?

RFCs themselves cannot be modified after ratification, but new RFCs can be proposed and ratified to amend or remove a policy previously ratified through the RFC process. These amendments will involve the exact same process as a regular RFC.
RFCs themselves cannot be modified after ratification, but new RFCs can be proposed and ratified to amend or remove a policy previously ratified through the RFC process. These amendments will involve the exact same process as a regular RFC.
6 changes: 3 additions & 3 deletions _pages/rfc-signup.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: pageminimal
title: "RFC [r]- WeAllJS Signup Policy"
title: "Signup Policy"
permalink: /rfc-signup
---

# RFC [r]- WeAllJS Signup Policy
# Signup Policy

[ratified 2016-09-03]
{: .text-italic}
Expand Down Expand Up @@ -77,4 +77,4 @@ Remember that immediate inclusion in House Verbot requires a significant degree

That's a good question – the No button on our signup message does not notify applicants about the rejection: it will simply drop and ignore the request. If you have not received an invite email, though, it's much more likely that there has been some delivery issue and you are free to try signing up again the next day.

If you continue to not receive the invites on signup, please contact us through any of the methods listed in the Enforcement section of the Code of Conduct, and we'll get back to you about it and resolve the matter.
If you continue to not receive the invites on signup, please contact us through any of the methods listed in the Enforcement section of the Code of Conduct, and we'll get back to you about it and resolve the matter.
36 changes: 18 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
---
layout: home
title: We All JS
title: Home
description: A JavaScript Community for Everyone
headline: We All JS
tags: [tags]
---

{% if site.paginate %}
{% for post in paginator.posts %}

{% if post.type != 'video' and post.type != 'status' and post.type != 'quote' and post.type != 'photo' %}
<div class="row">
<article class="post post col-md-8 col-md-offset-2">
<header class="post-header">
{% if post.featured %}
<div class="cursive">this post is featured</div>
{% endif %}

{% if post.link %}
<h2 class="post-title text-center super lighter">
<a href="{{ site.url }}{{ post.url }}" style="color: #fff; background-color: #45ADA8; border-radius: 4px; padding: 10px">
<i class="fa fa-link"></i> {{ post.title }}
</a>
{% else %}
<h2 class="post-title text-center super lighter bordered-bottom">
<a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a>
<a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a>
{% endif %}
</h2>
</header>
Expand All @@ -49,7 +49,7 @@ <h2 class="post-title text-center super lighter bordered-bottom">
{% endif %}
{% endif %}
<span class="page-number">Page {{ paginator.page }} of {{ paginator.total_pages }}</span>
{% if paginator.next_page %}
{% if paginator.next_page %}
<a class="older-posts" href="{{ site.url }}/blog/{{ paginator.next_page }}">Older Posts &rarr;</a>
{% endif %}
</nav>
Expand Down Expand Up @@ -147,7 +147,7 @@ <h2 class="post-title text-center super lighter">
and <code>last modified on <time datetime="{{ post.modified | date: "%Y-%m-%d" }}" itemprop="dateModified">{{ post.modified | date: "%d %b %Y" }}</time></code>
{% endif %}
{% endif %}

in <span class="post-tags">
{% for tag in post.categories %}
<a href="{{ site.url }}/categories/index.html#{{ post.categories | cgi_encode }}" data-toggle="tooltip" title="Other posts from the {{ tag | capitalize }} category" rel="tag">
Expand Down Expand Up @@ -187,7 +187,7 @@ <h2 class="post-title text-center super lighter bordered-bottom">
and <code>last modified on <time datetime="{{ post.modified | date: "%Y-%m-%d" }}" itemprop="dateModified">{{ post.modified | date: "%d %b %Y" }}</time></code>
{% endif %}
{% endif %}

in <span class="post-tags">
{% for tag in post.categories %}
<a href="{{ site.url }}/categories/index.html#{{ post.categories | cgi_encode }}" data-toggle="tooltip" title="Other posts from the {{ tag | capitalize }} category" rel="tag">
Expand All @@ -198,7 +198,7 @@ <h2 class="post-title text-center super lighter bordered-bottom">
{% endunless %}
{% endfor %}
</span>

{% if site.readtime %}
&nbsp;<span class="post-tags"><i class="fa fa-clock-o"></i>&nbsp;
{% if readtime > 1 and readtime < 1.5 %}
Expand All @@ -216,7 +216,7 @@ <h2 class="post-title text-center super lighter bordered-bottom">
</header>

<div class="post-body bordered-bottom">
{% if post.video %}
{% if post.video %}
{% assign video_embed = post.video | remove:'https://www.youtube.com/watch?v=' %}
<p>
<iframe width="940" height="529" src="//www.youtube.com/embed/{{ video_embed }}?theme=light&amp;color=white" frameborder="0"
Expand Down Expand Up @@ -256,7 +256,7 @@ <h2 class="post-title text-center super lighter bordered-bottom">
<a href="{{ site.url }}{{ post.url }}"><img src="{{ site.url }}/images/{{ post.imagefeature }}" alt="{{ post.title }}" itemprop="image"></a>
</figure>
{% endif %}

{% if post.link %}
<h2 class="post-title text-center super lighter">
<a href="{{ site.url }}{{ post.url }}" style="color: #fff; background-color: #45ADA8; border-radius: 4px; padding: 10px">
Expand All @@ -272,7 +272,7 @@ <h2 class="post-title text-center super lighter bordered-bottom">

<div class="post-info text-center small">
<time datetime="{{ post.date | date_to_xmlschema }}" class="post-time">{{ post.date | date: "%d %b %Y" }}</time>

{% if post.modified %}
{% if modifiedtime != posttime %}
and <code>last modified on <time datetime="{{ post.modified | date: "%Y-%m-%d" }}" itemprop="dateModified">{{ post.modified | date: "%d %b %Y" }}</time></code>
Expand Down Expand Up @@ -330,7 +330,7 @@ <h2 class="post-title text-center super lighter bordered-bottom">
{% if post.featured %}
<div class="cursive">this post is featured</div>
{% endif %}

{% if post.link %}
<h2 class="post-title text-center super lighter">
<a href="{{ site.url }}{{ post.url }}" style="color: #fff; background-color: #45ADA8; border-radius: 4px; padding: 10px">
Expand All @@ -344,7 +344,7 @@ <h2 class="post-title text-center super lighter bordered-bottom">
<div class="post-info text-center small">
<time datetime="{{ post.date | date_to_xmlschema }}" class="post-time">{{ post.date | date: "%d %b %Y" }}</time>
{% if post.modified %}
{% if modifiedtime != posttime %}
{% if modifiedtime != posttime %}
and <code>last modified on <time datetime="{{ post.modified | date: "%Y-%m-%d" }}" itemprop="dateModified">{{ post.modified | date: "%d %b %Y" }}</time></code>
{% endif %}
{% endif %}
Expand All @@ -362,15 +362,15 @@ <h2 class="post-title text-center super lighter bordered-bottom">

{% if site.readtime %}
&nbsp;<span class="post-tags"><i class="fa fa-clock-o"></i>&nbsp;

{% if readtime > 1 and readtime < 1.5 %}
1 minute read
{% endif %}

{% if readtime > 1.5 %}
<span class="time">{{ readtime }}</span> minutes read
{% endif %}

{% if readtime < 1 %}
Less than 1 minute read
{% endif %}
Expand All @@ -381,7 +381,7 @@ <h2 class="post-title text-center super lighter bordered-bottom">

<div class="post-body bordered-bottom">
{% assign excerptsize = post.excerpt | number_of_words %}

{% if excerptsize <= 100 and excerptsize >= 50 %}
<p class="lead">{{ post.excerpt | strip_html }}&hellip;</p>
{% else %}
Expand All @@ -404,5 +404,5 @@ <h2 class="post-title text-center super lighter bordered-bottom">
</div>
{% endif %}

{% endfor %}
{% endif %}
{% endfor %}
{% endif %}