Browse Source

rebrand Root

live-site
AJ ONeal 5 years ago
parent
commit
ab67741604
  1. 7
      app/index.html
  2. 4
      app/js/app.js
  3. 4
      index.html

7
app/index.html

@ -1,7 +1,7 @@
<html> <html>
<head> <head>
<title>Greenlock&trade;</title> <title>Greenlock&trade;</title>
<meta property="og:image" content="https://greenlock.ppl.family/img/greenlock-mark-400x400.png" /> <meta property="og:image" content="https://greenlock.domains/img/greenlock-mark-400x400.png" />
<style> <style>
@font-face { @font-face {
font-family: 'Source Sans Pro'; font-family: 'Source Sans Pro';
@ -328,14 +328,15 @@
<div><small><center> <div><small><center>
<div> <div>
<a href="https://git.coolaj86.com/coolaj86/greenlock.html" target="_blank">View Source</a> (git) A <a href="https://rootprojects.org/" target="_blank">Root</a> Project
| <a href="https://git.coolaj86.com/coolaj86/greenlock.html" target="_blank">View Source</a> (git)
| <a href="https://rootprojects.org/legal/#terms" target="_blank">Terms of Service</a> | <a href="https://rootprojects.org/legal/#terms" target="_blank">Terms of Service</a>
| <a href="https://rootprojects.org/legal/#privacy" target="_blank">Privacy Policy</a> | <a href="https://rootprojects.org/legal/#privacy" target="_blank">Privacy Policy</a>
</div> </div>
<!-- or <!-- or
<pre><code>git clone https://git.coolaj86.com/coolaj86/greenlock.html.git</code></pre> <pre><code>git clone https://git.coolaj86.com/coolaj86/greenlock.html.git</code></pre>
Or view the live site code (same as live-site branch): Or view the live site code (same as live-site branch):
<pre><code>wget https://greenlock.ppl.family --mirror --convert-links --adjust-extension --page-requisites --no-parent</code></pre> <pre><code>wget https://greenlock.domains --mirror --convert-links --adjust-extension --page-requisites --no-parent</code></pre>
--> -->
</center></small></div> </center></small></div>
<br> <br>

4
app/js/app.js

@ -157,13 +157,13 @@
function saveContact(email, domains) { function saveContact(email, domains) {
// to be used for good, not evil // to be used for good, not evil
return window.fetch('https://api.ppl.family/api/ppl.family/public/list', { return window.fetch('https://api.rootprojects.org/api/rootprojects.org/public/list', {
method: 'POST' method: 'POST'
, cors: true , cors: true
, headers: new Headers({ 'Content-Type': 'application/json' }) , headers: new Headers({ 'Content-Type': 'application/json' })
, body: JSON.stringify({ , body: JSON.stringify({
address: email address: email
, list: 'web@greenlock.domains' , list: 'greenlock-domains@rootprojects.org'
, domain: domains.join(',') , domain: domains.join(',')
}) })
}).catch(function (err) { }).catch(function (err) {

4
index.html

@ -1,7 +1,7 @@
<html> <html>
<head> <head>
<title>Greenlock&trade;</title> <title>Greenlock&trade;</title>
<meta property="og:image" content="https://greenlock.ppl.family/img/greenlock-mark-400x400.png" /> <meta property="og:image" content="https://greenlock.domains/img/greenlock-mark-400x400.png" />
<link href="styles/main.css" rel="stylesheet"> <link href="styles/main.css" rel="stylesheet">
<style> <style>
@font-face { @font-face {
@ -81,7 +81,7 @@
<!-- or <!-- or
<pre><code>git clone https://git.coolaj86.com/coolaj86/greenlock.html.git</code></pre> <pre><code>git clone https://git.coolaj86.com/coolaj86/greenlock.html.git</code></pre>
Or view the live site code (same as live-site branch): Or view the live site code (same as live-site branch):
<pre><code>wget https://greenlock.ppl.family --mirror --convert-links --adjust-extension --page-requisites --no-parent</code></pre> <pre><code>wget https://greenlock.domains --mirror --convert-links --adjust-extension --page-requisites --no-parent</code></pre>
--> -->
<script src="./js/app.js"></script> <script src="./js/app.js"></script>

Loading…
Cancel
Save