Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit 4715c3d

Browse files
committed
rebuilding site Wed Aug 16 23:04:30 EDT 2017
1 parent ea1dc8b commit 4715c3d

File tree

9 files changed

+547
-96
lines changed

9 files changed

+547
-96
lines changed

404.html

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<title>404 Page not found</title>
5+
<style>
6+
html body {
7+
font-family: Raleway, sans-serif;
8+
background-color: white;
9+
}
10+
11+
:root {
12+
--accent: red;
13+
--border-width: 5px ;
14+
}
15+
</style>
16+
17+
18+
<link rel="stylesheet" href="/css/main.css">
19+
20+
21+
22+
23+
24+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
25+
26+
27+
28+
29+
30+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
31+
32+
33+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
34+
35+
36+
37+
38+
39+
40+
41+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
42+
43+
44+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
45+
<meta name="generator" content="Hugo 0.25.1" />
46+
<meta charset="utf-8">
47+
<meta name="viewport" content="width=device-width, initial-scale=1">
48+
</head>
49+
<body>
50+
<nav class="navbar navbar-default navbar-fixed-top">
51+
<div class="container">
52+
<div class="navbar-header">
53+
<a class="navbar-brand visible-xs" href="#">404 Page not found</a>
54+
<button class="navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse">
55+
<span class="icon-bar"></span>
56+
<span class="icon-bar"></span>
57+
<span class="icon-bar"></span>
58+
</button>
59+
</div>
60+
<div class="collapse navbar-collapse">
61+
62+
<ul class="nav navbar-nav">
63+
64+
<li><a href="/">Home</a></li>
65+
66+
<li><a href="/code-of-conduct/">Code of Conduct</a></li>
67+
68+
</ul>
69+
70+
71+
72+
<ul class="nav navbar-nav navbar-right">
73+
74+
<li class="navbar-icon"><a href="https://five-eight-five-slack.herokuapp.com/"><i class="fa fa-slack"></i></a></li>
75+
76+
<li class="navbar-icon"><a href="https://www.meetup.com/meetup-group-BkuJclOW/"><i class="fa fa-meetup"></i></a></li>
77+
78+
<li class="navbar-icon"><a href="https://github.com/585-software/"><i class="fa fa-github"></i></a></li>
79+
80+
</ul>
81+
82+
</div>
83+
</div>
84+
</nav>
85+
86+
87+
<main>
88+
89+
<div class="intro">
90+
91+
<h1>¯\_(ツ)_/¯</h1>
92+
93+
<h2>Page not found</h2>
94+
95+
</div>
96+
97+
</main>
98+
99+
<footer>
100+
<p class="copyright text-muted">&copy; All rights reserved.</p>
101+
</footer>
102+
</body>
103+
</html>
104+

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rocdev.org

categories/index.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title>Categories on 585 Software</title>
5+
<link>https://585-software.github.io/categories/</link>
6+
<description>Recent content in Categories on 585 Software</description>
7+
<generator>Hugo -- gohugo.io</generator>
8+
<language>en-us</language>
9+
10+
<atom:link href="https://585-software.github.io/categories/index.xml" rel="self" type="application/rss+xml" />
11+
12+
13+
</channel>
14+
</rss>

code-of-conduct/index.html

Lines changed: 170 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,170 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<title>Code Of Conduct</title>
5+
<style>
6+
html body {
7+
font-family: Raleway, sans-serif;
8+
background-color: white;
9+
}
10+
11+
:root {
12+
--accent: red;
13+
--border-width: 5px ;
14+
}
15+
</style>
16+
17+
18+
<link rel="stylesheet" href="/css/main.css">
19+
20+
21+
22+
23+
24+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
25+
26+
27+
28+
29+
30+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
31+
32+
33+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
34+
35+
36+
37+
38+
39+
40+
41+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
42+
43+
44+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
45+
<meta name="generator" content="Hugo 0.25.1" />
46+
<meta charset="utf-8">
47+
<meta name="viewport" content="width=device-width, initial-scale=1">
48+
</head>
49+
<body>
50+
<nav class="navbar navbar-default navbar-fixed-top">
51+
<div class="container">
52+
<div class="navbar-header">
53+
<a class="navbar-brand visible-xs" href="#">Code Of Conduct</a>
54+
<button class="navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse">
55+
<span class="icon-bar"></span>
56+
<span class="icon-bar"></span>
57+
<span class="icon-bar"></span>
58+
</button>
59+
</div>
60+
<div class="collapse navbar-collapse">
61+
62+
<ul class="nav navbar-nav">
63+
64+
<li><a href="/">Home</a></li>
65+
66+
<li><a href="/code-of-conduct/">Code of Conduct</a></li>
67+
68+
</ul>
69+
70+
71+
72+
<ul class="nav navbar-nav navbar-right">
73+
74+
<li class="navbar-icon"><a href="https://five-eight-five-slack.herokuapp.com/"><i class="fa fa-slack"></i></a></li>
75+
76+
<li class="navbar-icon"><a href="https://www.meetup.com/meetup-group-BkuJclOW/"><i class="fa fa-meetup"></i></a></li>
77+
78+
<li class="navbar-icon"><a href="https://github.com/585-software/"><i class="fa fa-github"></i></a></li>
79+
80+
</ul>
81+
82+
</div>
83+
</div>
84+
</nav>
85+
86+
87+
<main>
88+
89+
<div class="item">
90+
91+
92+
93+
94+
95+
96+
<h4><a href="/code-of-conduct/">Code Of Conduct</a></h4>
97+
<h5>August 7, 2017</h5>
98+
99+
</div>
100+
101+
102+
<br> <div class="text-justify">
103+
104+
<h1 id="our-pledge">Our Pledge</h1>
105+
106+
<p>In the interest of fostering an open and welcoming environment, we as contributors, maintainers, and organizers pledge to making participation in our projects and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.</p>
107+
108+
<h1 id="our-standards">Our Standards</h1>
109+
110+
<p>Examples of behavior that contributes to creating a positive environment include:</p>
111+
112+
<ul>
113+
<li>Using welcoming and inclusive language</li>
114+
<li>Being respectful of differing viewpoints and experiences</li>
115+
<li>Gracefully accepting constructive criticism</li>
116+
<li>Focusing on what is best for the community</li>
117+
<li>Showing empathy towards other community members</li>
118+
</ul>
119+
120+
<p>Examples of unacceptable behavior by participants include:</p>
121+
122+
<ul>
123+
<li>The use of sexualized language or imagery and unwelcome sexual attention or advances</li>
124+
<li>Trolling, insulting/derogatory comments, and personal or political attacks</li>
125+
<li>Public or private harassment</li>
126+
<li>Publishing others&rsquo; private information, such as a physical or electronic address, without explicit permission</li>
127+
<li>Other conduct which could reasonably be considered inappropriate in a professional setting</li>
128+
<li>Unsolicited recruitment or advertising</li>
129+
</ul>
130+
131+
<h1 id="our-responsibilities">Our Responsibilities</h1>
132+
133+
<p>Project maintainers and community organizers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.</p>
134+
135+
<p>Project maintainers and community organizers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.</p>
136+
137+
<h1 id="scope">Scope</h1>
138+
139+
<p>This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community.
140+
Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
141+
Representation of a project may be further defined and clarified by project maintainers.</p>
142+
143+
<h1 id="enforcement">Enforcement</h1>
144+
145+
<p>Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the community lead at oss@geowa4.software. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances.
146+
The community lead is obligated to maintain confidentiality with regard to the reporter of an incident.
147+
Further details of specific enforcement policies may be posted separately.</p>
148+
149+
<p>Project maintainers and community organizers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project&rsquo;s leadership.</p>
150+
151+
<h1 id="attribution">Attribution</h1>
152+
153+
<p>This Code of Conduct is adapted from the <a href="http://contributor-covenant.org">Contributor Convenant</a>, version 1.4, available at <a href="http://contributor-covenant.org/version/1/4/">http://contributor-covenant.org/version/1/4/</a>.</p>
154+
</div>
155+
156+
157+
158+
159+
160+
161+
</main>
162+
163+
164+
165+
<footer>
166+
<p class="copyright text-muted">&copy; All rights reserved.</p>
167+
</footer>
168+
</body>
169+
</html>
170+

css/main.css

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
html, body {
2+
height: 100%;
3+
}
4+
5+
body {
6+
padding-top: 55px;
7+
display: flex;
8+
text-align: center;
9+
flex-direction: column;
10+
}
11+
12+
main {
13+
margin: auto;
14+
padding: 25px;
15+
flex: 1 0 auto;
16+
max-width: 750px;
17+
}
18+
19+
/*footer*/
20+
21+
.copyright {
22+
margin: 15px 0;
23+
}
24+
25+
/*home page*/
26+
27+
.intro {
28+
margin: 25vh 0;
29+
}
30+
31+
.intro > h1 {
32+
color: #212121;
33+
font-size: 12vh;
34+
}
35+
36+
.intro > h2 {
37+
color: #757575;
38+
font-size: 2.5vmin;
39+
}
40+
41+
/*apply accent colour to links*/
42+
43+
a:link, a:visited {
44+
color: var(--accent);
45+
}
46+
47+
a.icon:hover {
48+
text-decoration: none;
49+
}
50+
51+
a:hover {
52+
color: var(--accent) !important;
53+
}
54+
55+
/*paginator at bottom of list view*/
56+
57+
.pages {
58+
padding: 15px 0;
59+
}
60+
61+
.pages-icon {
62+
padding: 0 15px;
63+
}
64+
65+
/*list item for posts and projects*/
66+
67+
.item {
68+
padding: 10px 0;
69+
}
70+
71+
.item-tag {
72+
background-color: var(--accent);
73+
}
74+
75+
/*navigation bar icons*/
76+
77+
.navbar-icon {
78+
font-size: 125%;
79+
display: inline-block !important;
80+
}
81+
82+
/*coloured borders at top and bottom of the page*/
83+
84+
.navbar.navbar-default {
85+
border-top: var(--border-width) solid var(--accent);
86+
}
87+
88+
footer {
89+
border-bottom: var(--border-width) solid var(--accent);
90+
}

0 commit comments

Comments
 (0)