Skip to content
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

Front page and layout edits #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>techcorridor.io — the developer group for Iowa's Creative Corridor</title>
<meta name="description" content="Developer group in Iowa's Creative Corridor. We organize events about computer programming. ">
<meta name="keywords" content="iowa city, cedar rapids, developer, programming">
<title>techcorridor.io — a group of tech professionals and hobbyists from Iowa's Creative Corridor</title>
<meta name="description" content="Tech professional and hobbyist group in Iowa's Creative Corridor. We organize events about computer programming and other technology. ">
<meta name="keywords" content="iowa city, cedar rapids, developer, programming, computers, technology">
<meta name="author" content="TechCorridor.io">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
Expand Down Expand Up @@ -43,7 +43,7 @@
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="meetups.html">Meetups</a></li>
<li><a href="developers.html">Developers</a></li>
<li><a href="developers.html">Members</a></li>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should change the link to members.html as well.

<li><a href="companies.html">Companies</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="jumbotron" style="background-image: url('img/bg.jpg');">
<div class="container">
<h1>Welcome to techcorridor.io</h1>
<p>TechCorridor.io is a developer group in Iowa City and Cedar Rapids, IA. If you’re interested in programming, the intertubes, and whatnot, this is the group for you.</p>
<p>TechCorridor.io is a group of tech professionals and hobbyists based in the Iowa City and Cedar Rapids, IA area. Our hope is that the Tech Corridor will allow members to easily host and attend meetups, spread the word about awesome local events, and ensure anyone new to the scene can easily get in touch with the right people. If you’re interested in computers, programming, or technology of any sort, we'd love to meet you.</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per our Slack conversation, let's move the middle two sentences to another place (like about.html), since this is meant as a quick introduction.

We should also consider putting a link at the end of this paragraph...

TechCorridor.io is a group of tech professionals and hobbyists based in the Iowa City and Cedar Rapids, IA area. If you’re interested in computers, programming, or technology of any sort, we'd love to meet you. Learn more...

<p><a class="btn btn-primary btn-lg" href="http://www.meetup.com/techcorridorio" role="button">Join us at one of our Meetups!</a></p>
</div>
</div>
Expand All @@ -18,7 +18,7 @@ <h2>GitHub</h2>
</div>
<div class="col-md-4">
<h2>Slack</h2>
<p>Slack is a chatroom, like IRC but for the 21st century. We have a large variety of language communities in Iowa's Tech Corridor involved. Ask a programming question or just hang out with other local techies. Newbies are always welcome!</p>
<p>Slack is a chatroom, like IRC but for the 21st century. We have a wide variety of developers and other tech enthusiasts in Iowa's Tech Corridor involved. Ask a programming question or just hang out with other local techies. Newbies are always welcome!</p>
<p><a class="btn btn-default" href="https://techcorridorio-slackin.herokuapp.com/" role="button">Request an invite to our Slack channel &raquo;</a></p>
</div>
<div class="col-md-4">
Expand Down