ssi setup
This commit is contained in:
parent
11f5fee67c
commit
d9e5c75a97
6 changed files with 30 additions and 22 deletions
|
@ -9,7 +9,9 @@
|
|||
<body>
|
||||
<h1>Pogmom Suite</h1>
|
||||
<h2>An Archival & Decentralization Project</h2>
|
||||
<div id="header"></div>
|
||||
<div id="header">
|
||||
<!--#include file="assets/views/header.html" -->
|
||||
</div>
|
||||
<hr>
|
||||
<h2>Mission</h2>
|
||||
<p>The Pogmom Suite is a collection of online services which offer its users alternatives to proprietary computing platforms, and a means of contributing to and benefitting from a shared archival project.</p>
|
||||
|
@ -36,7 +38,8 @@
|
|||
<h2>Code of Conduct</h2>
|
||||
<p>Very little can be done for a user to be denied access to the Pogmom Suite. As registrations are manually approved, some level of trust is likely to already exist between a server operator and any given user. Specifically disallowed conduct will not be listed here, as the worst offenses should already be known by users. Violations of acceptable conduct will be addressed personally by a server operator, and handling of any given situation will be be subject to its own judgement.</p>
|
||||
<hr>
|
||||
<div id="footer"><p>Click <a href="https://pogmom.me/links.html">here</a> or enable javascript to view my social links</p></div>
|
||||
<script src="/style/js/views.js"></script>
|
||||
<div id="footer">
|
||||
<!--#include file="assets/views/footer.html" -->
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,7 +9,9 @@
|
|||
<body>
|
||||
<h1>Pogmom Suite</h1>
|
||||
<div>An Archival & Decentralization Project</div>
|
||||
<div id="header"></div>
|
||||
<div id="header">
|
||||
<!--#include file="assets/views/header.html" -->
|
||||
</div>
|
||||
<hr>
|
||||
<div id="nextcloud">
|
||||
<h2>Nextcloud</h2>
|
||||
|
@ -715,7 +717,8 @@
|
|||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div id="footer"><p>Click <a href="https://pogmom.me/links.html">here</a> or enable javascript to view my social links</p></div>
|
||||
<script src="/style/js/views.js"></script>
|
||||
<div id="footer">
|
||||
<!--#include file="assets/views/footer.html" -->
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,7 +9,9 @@
|
|||
<body>
|
||||
<h1>Pogmom Suite</h1>
|
||||
<h2>An Archival & Decentralization Project</h2>
|
||||
<div id="header"><p>Enable javascript to view header</p></div>
|
||||
<div id="header">
|
||||
<!--#include file="assets/views/header.html" -->
|
||||
</div>
|
||||
<hr>
|
||||
<form class="searchbar pinkborder" method="get" action="https://search.pogmom.me/search">
|
||||
<input type="text" placeholder="Search the web with pogmomNG..." value="" name="q" />
|
||||
|
@ -209,7 +211,8 @@
|
|||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div id="footer"><p>Click <a href="https://pogmom.me/links.html">here</a> or enable javascript to view my social links</p></div>
|
||||
<script src="/style/js/views.js"></script>
|
||||
<div id="footer">
|
||||
<!--#include file="assets/views/footer.html" -->
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,7 +9,9 @@
|
|||
<body>
|
||||
<h1>Pogmom Suite</h1>
|
||||
<div>An Archival & Decentralization Project</div>
|
||||
<div id="header"></div>
|
||||
<div id="header">
|
||||
<!--#include file="assets/views/header.html" -->
|
||||
</div>
|
||||
<hr>
|
||||
<div id="nextcloud">
|
||||
<div class="textsection pinkborder">
|
||||
|
@ -203,7 +205,8 @@
|
|||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div id="footer"><p>Click <a href="https://pogmom.me/links.html">here</a> or enable javascript to view my social links</p></div>
|
||||
<script src="/style/js/views.js"></script>
|
||||
<div id="footer">
|
||||
<!--#include file="assets/views/footer.html" -->
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -30,7 +30,9 @@
|
|||
|
||||
<h1>Pogmom Suite</h1>
|
||||
<h2>An Archival & Decentralization Project</h2>
|
||||
<div id="header"><p>Enable javascript to view header</p></div>
|
||||
<div id="header">
|
||||
<!--#include file="/assets/views/header.html" -->
|
||||
</div>
|
||||
<hr>
|
||||
<div class="textsection pinkborder">
|
||||
<h2 class="groupheader">mc.pogmom.me</h2>
|
||||
|
@ -58,7 +60,8 @@
|
|||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div id="footer"><p>Click <a href="https://pogmom.me/links.html">here</a> or enable javascript to view my social links</p></div>
|
||||
<script src="/style/js/views.js"></script>
|
||||
<div id="footer">
|
||||
<!--#include file="/assets/views/footer.html" -->
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
fetch('/assets/views/header.html')
|
||||
.then(response => response.text())
|
||||
.then( resultText => document.getElementById('header').innerHTML = resultText );
|
||||
|
||||
fetch('/assets/views/footer.html')
|
||||
.then(response => response.text())
|
||||
.then( resultText => document.getElementById('footer').innerHTML = resultText );
|
Loading…
Add table
Reference in a new issue