Skip to content

Commit

Permalink
Short URL for meeting sign in
Browse files Browse the repository at this point in the history
Updated sign in form and short url
  • Loading branch information
fumb1e committed Jul 6, 2017
1 parent f9cded6 commit b0ba91d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
9 changes: 8 additions & 1 deletion config.codekit3
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"uuidString": "A39CC11D-C562-4BC3-B24F-7B869617E835"
}
],
"creatorBuild": "25813",
"creatorBuild": "25849",
"files": {
"\/.editorconfig": {
"ft": 8192,
Expand Down Expand Up @@ -841,6 +841,12 @@
"oAP": "\/robots.txt",
"oF": 0
},
"\/signin\/index.html": {
"ft": 8192,
"oA": 2,
"oAP": "\/signin\/index.html",
"oF": 0
},
"\/signup\/index.html": {
"ft": 8192,
"oA": 2,
Expand Down Expand Up @@ -2792,6 +2798,7 @@
},
"languageDefaultsUserDefined": [
],
"overrideExternalServerCSS": 0,
"previewPathAddition": "",
"skippedFoldersString": "log, _logs, logs, _cache, cache, \/storage\/framework\/sessions, node_modules",
"sourceFolderName": "source",
Expand Down
14 changes: 14 additions & 0 deletions signin/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>
<meta http-equiv="refresh" content="0;url=https://docs.google.com/forms/d/e/1FAIpQLSdrPfJ0RMY743zyCZQfTMwQQ4Ale1RNSi2UFJCPjznNa_c8iA/viewform" />
<title>Redirect</title>
</head>
<body>

<p>Redirecting to <a href="https://docs.google.com/forms/d/e/1FAIpQLSdrPfJ0RMY743zyCZQfTMwQQ4Ale1RNSi2UFJCPjznNa_c8iA/viewform">Form</a></p>

</body>
</html>
10 changes: 8 additions & 2 deletions signup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@

<html>
<head>
<meta http-equiv="refresh" content="0;url=https://docs.google.com/forms/d/e/1FAIpQLSfSlyjvkLS4Hi459K3oh1ePKuaaKL2XbPJOofelCvM5Ph6OHw/viewform?c=0&w=1" />
<meta http-equiv="refresh" content="5;url=https://portlanddsa.org/signin" />
<title>Redirect</title>
</head>
<body>

<p>Redirecting to <a href="https://docs.google.com/forms/d/e/1FAIpQLSfSlyjvkLS4Hi459K3oh1ePKuaaKL2XbPJOofelCvM5Ph6OHw/viewform?c=0&w=1">Form</a></p>
<h1>Whoops</h1>

<p>This is an outdated URL, the correct URL is:</p>

<a href="https://portlanddsa.org/signin">https://portlanddsa.org/signin</a>

<p>You should be redirected there in 5 seconds</p>

</body>
</html>

0 comments on commit b0ba91d

Please sign in to comment.