Skip to content

Commit c1c1db8

Browse files
committed
Update to Bootstrap 4
1 parent 78538b8 commit c1c1db8

28 files changed

Lines changed: 9903 additions & 19052 deletions

404.html

Lines changed: 76 additions & 154 deletions
Original file line numberDiff line numberDiff line change
@@ -1,157 +1,79 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<title>Page Not Found :(</title>
6-
<style>
7-
::-moz-selection {
8-
background: #b3d4fc;
9-
text-shadow: none;
10-
}
113

12-
::selection {
13-
background: #b3d4fc;
14-
text-shadow: none;
15-
}
16-
17-
html {
18-
padding: 30px 10px;
19-
font-size: 20px;
20-
line-height: 1.4;
21-
color: #737373;
22-
background: #f0f0f0;
23-
-webkit-text-size-adjust: 100%;
24-
-ms-text-size-adjust: 100%;
25-
}
26-
27-
html,
28-
input {
29-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
30-
}
31-
32-
body {
33-
max-width: 500px;
34-
_width: 500px;
35-
padding: 30px 20px 50px;
36-
border: 1px solid #b3b3b3;
37-
border-radius: 4px;
38-
margin: 0 auto;
39-
box-shadow: 0 1px 10px #a7a7a7, inset 0 1px 0 #fff;
40-
background: #fcfcfc;
41-
}
42-
43-
h1 {
44-
margin: 0 10px;
45-
font-size: 50px;
46-
text-align: center;
47-
}
48-
49-
h1 span {
50-
color: #bbb;
51-
}
52-
53-
h3 {
54-
margin: 1.5em 0 0.5em;
55-
}
56-
57-
p {
58-
margin: 1em 0;
59-
}
60-
61-
ul {
62-
padding: 0 0 0 40px;
63-
margin: 1em 0;
64-
}
65-
66-
.container {
67-
max-width: 380px;
68-
_width: 380px;
69-
margin: 0 auto;
70-
}
71-
72-
/* google search */
73-
74-
#goog-fixurl ul {
75-
list-style: none;
76-
padding: 0;
77-
margin: 0;
78-
}
79-
80-
#goog-fixurl form {
81-
margin: 0;
82-
}
83-
84-
#goog-wm-qt,
85-
#goog-wm-sb {
86-
border: 1px solid #bbb;
87-
font-size: 16px;
88-
line-height: normal;
89-
vertical-align: top;
90-
color: #444;
91-
border-radius: 2px;
92-
}
93-
94-
#goog-wm-qt {
95-
width: 220px;
96-
height: 20px;
97-
padding: 5px;
98-
margin: 5px 10px 0 0;
99-
box-shadow: inset 0 1px 1px #ccc;
100-
}
101-
102-
#goog-wm-sb {
103-
display: inline-block;
104-
height: 32px;
105-
padding: 0 10px;
106-
margin: 5px 0 0;
107-
white-space: nowrap;
108-
cursor: pointer;
109-
background-color: #f5f5f5;
110-
background-image: -webkit-linear-gradient(rgba(255,255,255,0), #f1f1f1);
111-
background-image: -moz-linear-gradient(rgba(255,255,255,0), #f1f1f1);
112-
background-image: -ms-linear-gradient(rgba(255,255,255,0), #f1f1f1);
113-
background-image: -o-linear-gradient(rgba(255,255,255,0), #f1f1f1);
114-
-webkit-appearance: none;
115-
-moz-appearance: none;
116-
appearance: none;
117-
*overflow: visible;
118-
*display: inline;
119-
*zoom: 1;
120-
}
121-
122-
#goog-wm-sb:hover,
123-
#goog-wm-sb:focus {
124-
border-color: #aaa;
125-
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
126-
background-color: #f8f8f8;
127-
}
128-
129-
#goog-wm-qt:hover,
130-
#goog-wm-qt:focus {
131-
border-color: #105cb6;
132-
outline: 0;
133-
color: #222;
134-
}
135-
136-
input::-moz-focus-inner {
137-
padding: 0;
138-
border: 0;
139-
}
140-
</style>
141-
</head>
142-
<body>
143-
<div class="container">
144-
<h1>Not found <span>:(</span></h1>
145-
<p>Sorry, but the page you were trying to view does not exist.</p>
146-
<p>It looks like this was the result of either:</p>
147-
<ul>
148-
<li>a mistyped address</li>
149-
<li>an out-of-date link</li>
150-
</ul>
151-
<script>
152-
var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),GOOG_FIXURL_SITE = location.host;
153-
</script>
154-
<script src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
155-
</div>
156-
</body>
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
<meta name="description" content="Sign up for PowerShell.Slack.com">
8+
<meta name="author" content="Joel &quot;Jaykul&quot; Bennett (Jaykul) &lt;Jaykul@HuddledMasses.org&gt; http://HuddledMasses.org/about_me">
9+
<title>Virtual PowerShell User Group - Slack Signup</title>
10+
11+
<link rel="stylesheet" href="css/bootstrap.min.css">
12+
<link rel="stylesheet" href="css/main.css">
13+
<style>
14+
body {
15+
padding-top: 50px;
16+
padding-bottom: 20px;
17+
}
18+
</style>
19+
20+
<link rel="openid2.provider" href="https://openid.stackexchange.com/openid/provider">
21+
<link rel="openid2.local_id" href="https://openid.stackexchange.com/user/b167be35-3674-4571-8142-df1f7dcfc268">
22+
<!--
23+
<link rel="openid2.provider" href="https://www.google.com/accounts/o8/ud" />
24+
<link rel="openid2.local_id" href="https://profiles.google.com/+JoelBennett" />
25+
-->
26+
</head>
27+
<body>
28+
<header>
29+
<nav class="navbar navbar-expand-sm fixed-top navbar-dark bg-dark">
30+
<div class="container">
31+
<div class="navbar-header">
32+
<a class="navbar-brand" href="http://poshcode.org/">PoshCode</a>
33+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive"
34+
aria-expanded="false" aria-label="Toggle navigation">
35+
<span class="navbar-toggler-icon"></span>
36+
</button>
37+
</div>
38+
<div id="navbarResponsive" class="collapse navbar-collapse navbar-responsive-collapse navbar-right">
39+
<ul class="nav navbar-nav nav-tabs ml-auto" data-tabs="tabs" id="tabs">
40+
<li class="nav-item">
41+
<a class="nav-link active show" href="#signup" data-toggle="tab">Sign Up</a>
42+
</li>
43+
<li class="nav-item">
44+
<a class="nav-link" href="#irc" data-toggle="tab">Chat Anonymously</a>
45+
</li>
46+
</ul>
47+
</div>
48+
<!--/.navbar-collapse -->
49+
</div>
50+
</nav>
51+
</header>
52+
<div class="container">
53+
<h1><svg height="36" class="octicon octicon-alert" viewBox="0 0 16 16" version="1.1" width="64" aria-hidden="true">
54+
<path fill-rule="evenodd" d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z" style="fill:#DF691A"></path>
55+
</svg> There's Nothing Here</h1>
56+
<p>Sorry, but the page you were trying to view does not exist.</p>
57+
<p>If you're looking for our <a href="/invite/">real-time chat</a>, you can hit the link at the top right.</p>
58+
<p>If you're looking for a script, try searching:</p>
59+
60+
<form accept-charset="UTF-8" action="https://github.com/PoshCode/slack-irc-plugin/search"
61+
class="js-site-search-form" method="get"
62+
data-scoped-search-url="/PoshCode/slack-irc-plugin/search"
63+
data-unscoped-search-url="/search" >
64+
<input name="utf8" value="" type="hidden">
65+
<input class="js-site-search-type-field" name="type" type="hidden" value="Code">
66+
<div class="input-group">
67+
<input data-hotkey="s" name="q" value="test"
68+
class="form-control header-search-input js-site-search-focus js-site-search-field "
69+
placeholder="Search PoshCode" aria-label="Search PoshCode"
70+
autocapitalize="off" type="text">
71+
<div class="input-group-append">
72+
<input type="submit" class="btn btn-outline-secondary"/>
73+
</div>
74+
</div>
75+
</form>
76+
77+
</div>
78+
</body>
15779
</html>

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
slack.poshcode.org
1+
poshcode.org

0 commit comments

Comments
 (0)