Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
srct.gmu.io
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
srct.gmu.io
Commits
13fa506e
Commit
13fa506e
authored
Aug 10, 2017
by
David Haynes
🙆
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '40-generalpolicy' into '1.0-jekyll-rewrite'
Resolve "General Policy" See merge request !23
parents
679930d3
bfe89f49
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
0 deletions
+31
-0
srctweb/_data/navigation.yml
srctweb/_data/navigation.yml
+3
-0
srctweb/_includes/documents_menu.html
srctweb/_includes/documents_menu.html
+1
-0
srctweb/_pages/documents/policy.html
srctweb/_pages/documents/policy.html
+27
-0
No files found.
srctweb/_data/navigation.yml
View file @
13fa506e
...
...
@@ -12,6 +12,9 @@ main:
-
title
:
"
Documents"
url
:
"
/documents/"
children
:
-
title
:
"
General
Policy"
url
:
"
/documents/policy"
-
title
:
"
Constitution"
url
:
"
/documents/constitution/"
...
...
srctweb/_includes/documents_menu.html
View file @
13fa506e
...
...
@@ -2,6 +2,7 @@
<strong>
Documents
</strong>
</h4>
<div
class=
"list-group"
>
<a
href=
"/documents/policy/"
class=
"list-group-item {% if page.title == 'General Policy' %}active{% endif %}"
>
General Policy
</a>
<a
href=
"/documents/constitution/"
class=
"list-group-item {% if page.title == 'Constitution' %}active{% endif %}"
>
Constitution
</a>
<a
href=
"/documents/usage_policy/"
class=
"list-group-item {% if page.title == 'Usage Policy' %}active{% endif %}"
>
Usage Policy
</a>
<a
href=
"/documents/terms_of_service/"
class=
"list-group-item {% if page.title == 'Terms of Service' %}active{% endif %}"
>
Terms of Service
</a>
...
...
srctweb/_pages/documents/policy.html
0 → 100644
View file @
13fa506e
---
title: "General Policy"
permalink: "/documents/policy/"
---
<div
class=
"row"
>
<div
class=
"col-sm-10"
>
<legend>
Social Media
</legend>
<p>
Social media account access will be delegated per a simple majority vote in the
executive board to any volunteering developer. Any executive officer has the ability
to revoke access to social media access for any developer.
</p>
<legend>
General Amendments to this Policy
</legend>
<p>
Amendments added here are those provided from a matter of precedent or executive decision.
Policy added by executive decision should be made only to further regulate matters already
governed by the executive officers, or they should amend the
<a
href=
"/documents/constitution/"
>
the constitution
</a>
as appropriate. Should a developer be in violation of these policies, members
should refer to the constitution for either removal of a developer or executive officer, whichever
is appropriate given the context of the situation.
</p>
</div>
<div
class=
"col-sm-2 hidden-xs"
>
{% include documents_menu.html %}
</div>
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment