Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
css/style.css.map
css/style.css.map
css/style.css
17 changes: 17 additions & 0 deletions Archives/v1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>STM Constitution V1</title>
<link rel="stylesheet" href="../css/style.css?v=1" />
<link rel="icon" href="../favicons/ms-icon-310x310.png" type="image/x-icon">
</head>
<body>
<opencodelaw spec-url="../specs/v1.yaml"></opencodelaw>
<!-- Include opencon.js -->
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-yaml/4.0.0/js-yaml.min.js"></script>
<script async src="../js/opencodelaw.js"></script>
</body>
</html>
17 changes: 17 additions & 0 deletions Archives/v2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>STM Constitution V1</title>
<link rel="stylesheet" href="../css/style.css?v=1" />
<link rel="icon" href="../favicons/ms-icon-310x310.png" type="image/x-icon">
</head>
<body>
<opencodelaw spec-url="../specs/v2.yaml"></opencodelaw>
<!-- Include opencon.js -->
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-yaml/4.0.0/js-yaml.min.js"></script>
<script async src="../js/opencodelaw.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To use OpenCodeLaw, follow these steps:
<!-- Include theme's CSS -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/ServiceToMankind/opencodelaw@1.2.0/css/style.css"
href="https://cdn.jsdelivr.net/gh/ServiceToMankind/opencodelaw@2.0.0/css/style.css"
/>
</head>
<body>
Expand All @@ -32,7 +32,7 @@ To use OpenCodeLaw, follow these steps:
<!-- Include required scripts -->
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-yaml/4.0.0/js-yaml.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/ServiceToMankind/opencodelaw@1.2.0/js/opencodelaw.js"></script>
<script src="https://cdn.jsdelivr.net/gh/ServiceToMankind/opencodelaw@2.0.0/js/opencodelaw.js"></script>
</body>
</html>
```
Expand Down
Binary file added acts/First_Constitution_Amendment_Act_2024.pdf
Binary file not shown.
Binary file added acts/Second Constitution Amendment Act,2024.pdf
Binary file not shown.
Binary file added acts/Third Constitution Amendment Act,2024.pdf
Binary file not shown.
299 changes: 0 additions & 299 deletions css/style.css

This file was deleted.

Loading