rebrand Root
This commit is contained in:
		
							parent
							
								
									71de7e7b95
								
							
						
					
					
						commit
						aa0444646b
					
				@ -1,7 +1,7 @@
 | 
			
		||||
<html>
 | 
			
		||||
  <head>
 | 
			
		||||
    <title>Greenlock™</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>
 | 
			
		||||
      @font-face {
 | 
			
		||||
        font-family: 'Source Sans Pro';
 | 
			
		||||
@ -328,14 +328,15 @@
 | 
			
		||||
 | 
			
		||||
      <div><small><center>
 | 
			
		||||
      <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/#privacy" target="_blank">Privacy Policy</a>
 | 
			
		||||
      </div>
 | 
			
		||||
      <!-- or
 | 
			
		||||
        <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):
 | 
			
		||||
        <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>
 | 
			
		||||
      <br>
 | 
			
		||||
 | 
			
		||||
@ -157,13 +157,13 @@
 | 
			
		||||
 | 
			
		||||
  function saveContact(email, domains) {
 | 
			
		||||
    // 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'
 | 
			
		||||
    , cors: true
 | 
			
		||||
    , headers: new Headers({ 'Content-Type': 'application/json' })
 | 
			
		||||
    , body: JSON.stringify({
 | 
			
		||||
        address: email
 | 
			
		||||
      , list: 'web@greenlock.domains'
 | 
			
		||||
      , list: 'greenlock-domains@rootprojects.org'
 | 
			
		||||
      , domain: domains.join(',')
 | 
			
		||||
      })
 | 
			
		||||
    }).catch(function (err) {
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
<html>
 | 
			
		||||
  <head>
 | 
			
		||||
    <title>Greenlock™</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">
 | 
			
		||||
    <style>
 | 
			
		||||
      @font-face {
 | 
			
		||||
@ -81,7 +81,7 @@
 | 
			
		||||
      <!-- or
 | 
			
		||||
      <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):
 | 
			
		||||
      <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>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user