Skip to content

Commit cdb5534

Browse files
authored
Merge pull request #395 from llimllib/llimllib/redirect-portland
redirect portland to caportland.me
2 parents 2ece007 + 7665678 commit cdb5534

File tree

2 files changed

+18
-25
lines changed

2 files changed

+18
-25
lines changed

_layouts/redirect.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>redirecting</title>
5+
<link rel="canonical" href="{{ page.redirect_to }}"/>
6+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
7+
<meta http-equiv="refresh" content="0;url={{ page.redirect_to }}" />
8+
<script>location='{{ page.redirect_to }}'</script>
9+
</head>
10+
<body>
11+
<h1>Redirecting...</h1>
12+
<a href="{{ page.redirect_to }}">Click here if you are not redirected.</a>
13+
</body>
14+
</html>
15+

us_portland.html

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,5 @@
11
---
2-
layout: base
3-
title: Computer Anonymous - Portland
2+
layout: redirect
3+
sitemap: false
4+
redirect_to: http://caportland.me
45
---
5-
<h1>Computer Anonymous — Portland, ME</h1>
6-
7-
<p>This might be the group for you if you want to meet socially conscious nerds to talk about interesting things. This is not an entrepreneurial meetup, nor is it networking: It is a support group, a place to meet good people and talk about good and bad things.</p>
8-
9-
<p>Although education and outreach are both important to us, the primary goal is to create a social group for people in and around tech, from all backgrounds, where they feel comfortable and welcome.</p>
10-
11-
<p>If you're interested in joining, why not <a href="http://portland-ca-slackin.herokuapp.com">join our slack community</a>?</p>
12-
13-
<h3>The Meetings</h3>
14-
15-
<p>Our May meeting will be <b>May 3, 7PM at <a href="http://www.slabportland.com/">Slab</a></b></p>
16-
17-
<p>Hope to see you there!
18-
19-
<h3>Questions/Problems?</h3>
20-
21-
<p>Talk to us if you want to attend, or just turn up!</p>
22-
23-
<p><a href="http://portland-ca-slackin.herokuapp.com">Join our slack community!</a></p>
24-
25-
<p>We're on twitter at: <a href="https://twitter.com/jsmecham">@jsmecham</a> <a href="https://twitter.com/llimllib">@llimllib</a> <a href="https://twitter.com/neruson">@neruson</a> <a href="https://twitter.com/n01s3">@n01s3</a> <a href="https://twitter.com/chrisvermilion">@chrisvermilion</a> <a href="https://twitter.com/sstatik">@sstatik</a>
26-
27-
<p>Feel free to email <a href="mailto:[email protected]">[email protected]</a> to join the email list, or if you have any private questions.</p>

0 commit comments

Comments
 (0)