Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
srct.gmu.io
Commits
13fa506e
Commit
13fa506e
authored
Aug 10, 2017
by
David Haynes
🙆
Browse files
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
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