-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (79 loc) · 3.25 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<html><head><meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1, minimum-scale=1" name="viewport"/>
<title>i&i</title>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<script type="text/javascript" src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
</head>
<div class="bg-wrapper2">
<div class="bg-wrapper">
<body class="dark-mode">
<span id="welcome"></span>
<header id="siteHeader" class="container">
<h1><span id="site-title">
<a target="_blank" rel="noreferrer" href="https://y0.netlify.app">i&i</a>
</span></h1>
<span id="light-dark-zoom">
<button id="zoom-out" title="Zoom out">−</button>
<button id="zoom-in" title="Zoom in">+</button>
<span class="mode-toggle"><button id="mode-toggle" title="Dark / Light">🌙 / ☀️</button></span></span>
</header>
<div class="container">
<div class="row justify-content-md-center">
<div class="col-md-9">
<div id="connect">
<h3>
Connect for more.</h3>
<div id="login">
<em>Login and request access to view private content.</em>
</div>
<center>
<div class="multiple-buttons"><div data-netlify-identity-menu>
</div></div>
<div class="vip-container"></div>
<div id="form-container">
<form name="access-request" method="post" netlify-honeypot="bot-field" data-netlify="true" action="/#welcome">
<input type="hidden" name="form-name" value="access-request" />
<label><u>Who are you?</u></br>
<input style="min-width: 20em;" type="text" name="name" placeholder="A Disciple of Jesus Christ" required /></label>
<br/>
<label><u>What are you about?</u>
<br/>
<em>(If we're already in contact, put anything here, otherwise,
<br/>
a brief intro and maybe link(s) with things you've made.)
</em>
<br/>
<textarea style="min-width: 20em; min-height: 10em;" name="message" placeholder="I love Jesus Christ.
https://y0.netlify.app/" required></textarea></label>
<input type="hidden" id="username" name="username">
<input type="hidden" id="user-email" name="user-email">
<br/>
<button type="submit">Send</button>
</form>
<p style="text-align: center;">
You'll be redirected to the top of the page after entry,
<br/>
and will receive an email if approved to view extra content.
</p>
<br/>
<em>(No spying or spam here, this is a simple but secure implementation of
<br/>
the open source <a target="_blank" rel="noreferrer" href="https://docs.netlify.com/security/secure-access-to-sites/identity/">Netlify Identity</a> and <a target="_blank" rel="noreferrer" href="https://docs.netlify.com/forms/setup/">Netlify Forms</a>.)</em>
</center>
</div>
<div id="footer" style="margin:auto;">
<p style="text-align: center;">
Why hello there friendo.
</p></br>
<table width="100%"><tbody><tr>
<td style="text-align: left; width:33%;"><b>Christ is King!</b></td>
<td style="text-align: center; width:34%;"><a target="_blank" rel="noreferrer" href="https://y0.netlify.app"><nobr>Return to main site.</nobr></a></td>
<td style="text-align: right; width:33%;"><b>God bless!</b></td>
</tr></tbody></table>
</div>
</div></div></div></div>
<span id="toTop" onclick="topFunction()" title="Go to top"><img class="to-top" src="img/top.png"/></span>
<script type="text/javascript" src="js/script.js"></script>
<script type="text/javascript" src="js/connect4more.js"></script>
</body></html>