-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 5b61360
Showing
112 changed files
with
56,540 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<dwsync> | ||
<file name="ff_masterstyle2.css" server="ftp.forceandfire-oto.org" local="131101535078443508" remote="131199170400000000" Dst="2" /> | ||
<file name="defaultold.html" server="ftp.forceandfire-oto.org" local="131187015515693683" remote="131199170400000000" Dst="2" /> | ||
<file name="ffmh2.png" server="ftp.forceandfire-oto.org" local="131097254400000000" remote="131199170400000000" Dst="2" /> | ||
<file name="force_fire_2-01.svg" server="ftp.forceandfire-oto.org" local="131185559999159218" remote="131199170400000000" Dst="2" /> | ||
<file name="forcemh1.svg" server="ftp.forceandfire-oto.org" local="131182001357266453" remote="131199170400000000" Dst="2" /> | ||
</dwsync> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | ||
<html> | ||
|
||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<title>Force and Fire Oasis - OTO - London Ontario Canada</title> | ||
<link rel="stylesheet" type="text/css" href="../Old/elem/ff_masterstyle2.css"> | ||
</head> | ||
|
||
<body> | ||
|
||
<div id="masthead"> <img class="logo" alt="Force and Fire Oasis - OTO - London Ontario Canada" longdesc="Force and Fire Oasis - OTO - London Ontario Canada" src="../Old/img/ffmh2.png"> | ||
</div> | ||
|
||
<div id="page_content"> | ||
<br> | ||
<div id="greeting">Peace, Tolerance, Truth;<br>Salutation on All Points of the Triangle;<br>Respect to the Order.</div> | ||
|
||
<div id="greet2"><p>To all whom it may concern: Greeting and Health.</p></div> | ||
|
||
<h2>Do what thou wilt shall be the whole of the Law.</h2> | ||
|
||
<div id="encrypt">This Website uses a secure TLS connection.<br> | ||
Enable encryption to proceed.<br> | ||
If your browser does not support it, upgrade to a modern version.</div><br> | ||
|
||
<div id="door"><a href="../Old/sec/faf/defaultold.html">Proceed in Peace</a></div><br> | ||
|
||
<h2>Love is the law, love under will.</h2><br><br> | ||
|
||
<div id="center">Some information on encryption and the need for it on the internet may be found | ||
<a href="https://www.hadit.ca/sec/crypt/crypt.html">here</a>.<br> | ||
Those unwilling or unable to proceed, who still wish to make contact, can | ||
email the | ||
<a href="mailto:[email protected]?subject=From Web:">Oasis | ||
Master</a> with or without the | ||
<a href="../Old/elem/body_master [email protected] (0x0B778D4D) pub.asc"> | ||
public key</a>.<br> | ||
|
||
|
||
</div> | ||
|
||
</div> | ||
|
||
<div id="footer" class="align-center"> | ||
<br> | ||
All Material Copyright - <a href="http://oto.org">Ordo Templi Orientis</a></div> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
#masthead { | ||
padding: 0px; | ||
|
||
} | ||
|
||
IMG.logo { | ||
display: block; | ||
margin-left: auto; | ||
margin-right: auto | ||
} | ||
|
||
#page_content { | ||
font-family: "Times New Roman", Times, serif; | ||
padding-left: 100px; | ||
padding-right: 100px; | ||
color:white | ||
} | ||
|
||
#greeting {font-size:250%;text-align:center | ||
} | ||
|
||
#greet2{font-size:medium;text-align:center | ||
} | ||
|
||
#encrypt{text-decoration:underline; text-align:center; font-size:145% | ||
} | ||
|
||
#door {text-align:center;font-size:175% | ||
} | ||
|
||
body {background: #333333; | ||
} | ||
|
||
#footer { | ||
font-family: "Times New Roman", Times, serif; | ||
text-decoration: none; | ||
text-align:center; | ||
color:white | ||
} | ||
|
||
|
||
#center { | ||
text-align: center; font-family: "Iskoola Pota"; font-size: 15px | ||
} | ||
a { | ||
color: #FF0000; | ||
} | ||
a:visited { | ||
color: #008000; | ||
} | ||
a:active { | ||
color: #800000; | ||
} | ||
a:hover { | ||
color: #008000; | ||
} | ||
|
||
h1 {text-align:center;font-size:xx-large | ||
} | ||
|
||
h2 {text-align:center;font-style:italic;font-size:xx-large | ||
} | ||
|
||
p {font-size:x-large | ||
} | ||
|
||
pre {text-align:left;font-size:large | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<dwsync> | ||
<file name="document.dwt" server="ftp.forceandfire-oto.org" local="131199060513744611" remote="131199170400000000" Dst="2" /> | ||
</dwsync> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> | ||
<!-- TemplateBeginEditable name="doctitle" --> | ||
<title>Untitled Document</title> | ||
<!-- TemplateEndEditable --> | ||
<meta name="description" content="Force and Fire is the local representative of Ordo Templi Orientis in the London Ontario area. We were chartered on the nineteenth day of October, 2014 E.V. by Hymenaeus Beta, the Outer Head of the Order, and work in close alliance with Amon-Ra Lodge in Toronto, Ordo Templi Orientis Ontario, Ordo Templi Orientis Canada and a number of local bodies in the United States. We conduct initiatory, sacramental and magical rituals, organize social and educational events, and work towards securing the Liberty of the individual from the bondage of societal and spiritual constraints."> | ||
|
||
<link href="../css/framemin.css" rel="stylesheet" type="text/css"> | ||
<link href="https://fonts.googleapis.com/css?family=Eczar" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css?family=Goudy+Bookletter+1911" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css?family=Halant" rel="stylesheet"> | ||
<link href="../css/sm-navmin.css" rel="stylesheet" type="text/css"> | ||
<link href="../css/forcemin.css" rel="stylesheet" type="text/css"> | ||
|
||
<!-- TemplateBeginEditable name="head" --> | ||
<!-- TemplateEndEditable --> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
<img src="../img/force_fire_live2.svg" alt="Force & Fire Oasis - Ordo Templi Orientis - London, Ontario, Canada" id="thelogo"/> | ||
<nav id="main-nav"> | ||
<input id="main-menu-state" type="checkbox" /> | ||
<label class="main-menu-btn" for="main-menu-state"> | ||
<span class="main-menu-btn-icon"></span>Toggle main menu visibility</label> | ||
<ul id="main-menu" class="sm sm-mint"> | ||
<li><a href="../default.html">Main</a></li> | ||
<li><a href="../sec/faf/oto.html">About OTO</a> | ||
<ul> | ||
<li><a href="../sec/faf/egc.html">Ecclesiæ Gnosticæ Catholicæ</a></li> | ||
<!--<li><a href="../sec/faf/thelema.html">Thelema - Θελημα</a></li>--> | ||
</ul> | ||
</li> | ||
<li><a href="../sec/faf/doc.html">Documents</a> | ||
<ul> | ||
<li><a href="../sec/faf/doc/legis.html">Liber AL vel Legis</a> | ||
<ul> | ||
<li><a href="../sec/faf/doc/legis.html">Introduction</a></li> | ||
<li><a href="../sec/faf/doc/al-1.html">First Chapter</a></li> | ||
<li><a href="../sec/faf/doc/al-2.html">Second Chapter</a></li> | ||
<li><a href="../sec/faf/doc/al-3.html">Third Chapter</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="../sec/faf/doc/librae.html">Liber Librae</a></li> | ||
<li><a href="../sec/faf/doc/manifesto.html">Manifesto of the O.T.O.</a></li> | ||
<li><a href="../sec/faf/doc/oz.html">Liber OZ</a></li> | ||
<li><a href="../sec/faf/doc/mass15.html">Ecclesiæ Gnosticæ Catholicæ Canon Missæ</a></li> | ||
<li><a href="../sec/faf/doc/open101.html">An Open Letter to those who may wish to join the Order</a></li> | ||
<li><a href="../sec/faf/doc/memo101.html">A Memorandum Regarding Liber CI (Book 101) - SABAZIUS X°</a></li> | ||
<li><a href="../sec/faf/doc/libellum.html">De Lege Libellum</a></li> | ||
<li><a href="../sec/faf/doc/intimation.html">An Intimation with Reference to the Constitution of the Order</a></li> | ||
<li><a href="../sec/faf/doc/liberty.html">The Law of Liberty</a></li> | ||
<li><a href="../sec/faf/doc/message.html">The Message of the Master Therion</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="../sec/faf/places.html">Places</a></li> | ||
<li><a href="../sec/faf/contact.html">Contact</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
<div class="container page"> | ||
<main> | ||
<!-- TemplateBeginEditable name="Main" --> | ||
|
||
Main | ||
|
||
<!-- TemplateEndEditable --> | ||
</main> | ||
<footer>All Material © - <a href="http://oto.org">Ordo Templi Orientis</a></footer> | ||
</div> | ||
|
||
|
||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | ||
<script>window.jQuery || document.write('<script src="../js/vendor/jquery-1.12.4.min.js"><\/script>')</script> | ||
<script src="../js/jquery.smartmenus.min.js" type="text/javascript"></script> | ||
|
||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); | ||
|
||
ga('create', 'UA-85052647-1', 'auto'); | ||
ga('send', 'pageview'); | ||
|
||
</script> | ||
|
||
<script>$(function() { | ||
$('#main-menu').smartmenus({ | ||
markCurrentItem: true | ||
}); | ||
var $mainMenuState = $('#main-menu-state'); | ||
if ($mainMenuState.length) { | ||
// animate mobile menu | ||
$mainMenuState.change(function(e) { | ||
var $menu = $('#main-menu'); | ||
if (this.checked) { | ||
$menu.hide().slideDown(250, function() { $menu.css('display', ''); }); | ||
} else { | ||
$menu.show().slideUp(250, function() { $menu.css('display', ''); }); | ||
} | ||
}); | ||
// hide mobile menu beforeunload | ||
$(window).bind('beforeunload unload', function() { | ||
if ($mainMenuState[0].checked) { | ||
$mainMenuState[0].click(); | ||
} | ||
}); | ||
} | ||
}); | ||
</script> | ||
|
||
</body> | ||
</html> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<dwsync> | ||
<file name="default.html" server="ftp.forceandfire-oto.org" local="131239604246178987" remote="131239532400000000" Dst="1" /> | ||
<file name="htoptionindexminus.txt" server="ftp.forceandfire-oto.org" local="131188254622494898" remote="131097297000000000" Dst="2" /> | ||
<file name=".htaccess" server="ftp.forceandfire-oto.org" local="131198436234346252" remote="131198328600000000" Dst="2" /> | ||
</dwsync> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
@charset "utf-8"; | ||
/* CSS Document */ | ||
|
||
body { | ||
background:#0A0A1F; | ||
font-family: 'Halant', serif; | ||
} | ||
|
||
#thelogo { | ||
position: relative; | ||
z-index: 1; | ||
} | ||
|
||
.page { | ||
padding-top: 5%; | ||
} | ||
|
||
h1 { | ||
|
||
} | ||
|
||
h2 { | ||
text-align: center; | ||
color: #E8BD51; | ||
font-family: 'Goudy Bookletter 1911', serif; | ||
font-size: 225%; | ||
} | ||
|
||
.greet1 { | ||
font-size: 250%; | ||
text-align: center; | ||
color: #D9990F; | ||
} | ||
|
||
.greet2 { | ||
text-align: center; | ||
font-size: 160%; | ||
color: #CCCCCC; | ||
} | ||
|
||
|
||
main { | ||
font-size: 140%; | ||
color: #888D9A; | ||
} | ||
|
||
footer { | ||
text-align: center; | ||
padding-top: 5%; | ||
} | ||
|
||
.page a { | ||
color: #306F7A; | ||
text-decoration: none | ||
} | ||
.page a:visited { | ||
color: #80B0B8; | ||
} | ||
.page a:active { | ||
color: #800000; | ||
} | ||
.page a:hover { | ||
color: #800000; | ||
} | ||
|
||
.contact strong { | ||
color: #c32123 | ||
} | ||
|
||
.ctr { | ||
text-align:center; | ||
} | ||
|
||
.right { | ||
text-align: right; | ||
} | ||
|
||
/*.fli { | ||
text-indent: 3%; | ||
}*/ | ||
|
||
.ind { | ||
margin-top: 1.25%; | ||
text-indent: 3%; | ||
} | ||
|
||
.heading { | ||
font-weight:bold; | ||
font-size:170%; | ||
} | ||
|
||
.subhead { | ||
font-size:155%; | ||
margin-left:5%; | ||
} | ||
|
||
.doctitle { | ||
font-size:200%; | ||
|
||
} | ||
|
||
.subtitle { | ||
font-size:125%; | ||
} | ||
|
||
.oz { | ||
|
||
} | ||
|
Oops, something went wrong.