Added favicon, /staff for staff, and few logo images

This commit is contained in:
Lutchy Horace 2024-01-16 03:07:28 -05:00
parent 3ba4b182ce
commit d117bf3e79
15 changed files with 107 additions and 0 deletions

BIN
dl/pdf/logo-black.pdf Normal file

Binary file not shown.

BIN
dl/pdf/logo-color.pdf Normal file

Binary file not shown.

Binary file not shown.

BIN
dl/pdf/logo-white.pdf Normal file

Binary file not shown.

BIN
dl/png/logo-black.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
dl/png/logo-color.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
dl/png/logo-white.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

1
dl/svg/logo-black.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 51 KiB

1
dl/svg/logo-color.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 51 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 51 KiB

1
dl/svg/logo-white.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 51 KiB

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

68
staff/index.html Normal file
View File

@ -0,0 +1,68 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FAQ Page</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
h1 {
color: #333;
}
.faq-list {
list-style: none;
padding: 0;
}
.faq-item {
margin-bottom: 20px;
}
.question {
font-weight: bold;
color: #0066cc;
}
.answer {
color: #444;
}
</style>
</head>
<body>
<h1>Frequently Asked Questions</h1>
<ul class="faq-list">
<li class="faq-item">
<div class="question">How do you setup/activate free accounts?</div>
<div class="answer">
<ol>
<li>
Create subdomain in Cloudflare only If the user didn't provide a domain (in this case BYOD. ie. Bring your own domain). Under zone 'iofree.info'.<br>
NOTE: Make sure to toggle off proxied in Cloudflare.
</li>
<li>
Create a new client, under 'Client', and fill out required fields. Remember to set the country for easy identification.
NOTEL Don't forget the Limits tab and set master template to Free!
</li>
<li>
Create website at <a href="https://freecp1.iocloudsolutions.net:8080">https://freecp1.iocloudsolutions.net:10000</a>. Under sites.<br>
NOTE: The domain field could be either BYOD or subdomain created above. Ie. bugzbunny.iofree.info.
NOTE:
</li>
</ol>
</div>
</li>
<li class="faq-item">
<div class="question">Why do we use it?</div>
<div class="answer">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</div>
</li>
<li class="faq-item">
<div class="question">Where does it come from?</div>
<div class="answer">Contrary to popular belief, Lorem Ipsum is not simply random text.</div>
</li>
<!-- Add more FAQ items as needed -->
</ul>
</body>
</html>

35
staff/iofree.info.txt Normal file
View File

@ -0,0 +1,35 @@
;;
;; Domain: iofree.info.
;; Exported: 2024-01-14 23:10:16
;;
;; This file is intended for use for informational and archival
;; purposes ONLY and MUST be edited before use on a production
;; DNS server. In particular, you must:
;; -- update the SOA record with the correct authoritative name server
;; -- update the SOA record with the contact e-mail address information
;; -- update the NS record(s) with the authoritative name servers for this domain.
;;
;; For further information, please consult the BIND documentation
;; located on the following website:
;;
;; http://www.isc.org/
;;
;; And RFC 1035:
;;
;; http://www.ietf.org/rfc/rfc1035.txt
;;
;; Please note that we do NOT offer technical support for any use
;; of this zone data, the BIND name server, or any other third-party
;; DNS software.
;;
;; Use at your own risk.
;; SOA Record
iofree.info 3600 IN SOA norm.ns.cloudflare.com. dns.cloudflare.com. 2045694041 10000 2400 604800 3600
;; CNAME Records
;; NOTE: Replace USERNAME with the account username!
USERNAME.iofree.info. 1 IN CNAME freecp1.iocloudsolutions.net.
www.USERNAME.iofree.info. 1 IN CNAME freecp1.iocloudsolutions.net.
ftp.USERNAME.iofree.info. 1 IN CNAME freecp1.iocloudsolutions.net.
m.USERNAME.iofree.info. 1 IN CNAME freecp1.iocloudsolutions.net.
mail.USERNAME.iofree.info. 1 IN CNAME freecp1.iocloudsolutions.net.