library now works with sitix. very glad I moved.
This commit is contained in:
2
site/config.stx
Normal file
2
site/config.stx
Normal file
@@ -0,0 +1,2 @@
|
||||
[?]
|
||||
[=baseurl http://localhost:8080]
|
||||
12
site/library/library-entry-2.html
Normal file
12
site/library/library-entry-2.html
Normal file
@@ -0,0 +1,12 @@
|
||||
[!]
|
||||
[=libraryTitle Library Entry Two]
|
||||
[=libraryBlurb-]
|
||||
This is the second Library Entry, for testing. This is a very real blurb! It has important information, just enough to entice the visitor to click!
|
||||
[/]
|
||||
[=libraryContent-]
|
||||
<p>
|
||||
This could be lorem text! This could be lorem text!This could be lorem text!This could be lorem text!This could be lorem text!This could be lorem text!This could be lorem text!This could be lorem text!This could be lorem text!This could be lorem text!
|
||||
</p>
|
||||
[/]
|
||||
|
||||
[#templates/library.html]
|
||||
12
site/library/library-entry.html
Normal file
12
site/library/library-entry.html
Normal file
@@ -0,0 +1,12 @@
|
||||
[!]
|
||||
[=libraryTitle Library Entry]
|
||||
[=libraryBlurb-]
|
||||
This library entry is sure to boggle the mind! Lorem ipsum dolor sit amet, consectetur adipisicing elit. Magnam nam unde sequi nemo voluptatem voluptate autem quaerat perspiciatis! Error ut, velit sed rerum voluptatum officiis pariatur unde facilis inventore eligendi?
|
||||
[/]
|
||||
[=libraryContent-]
|
||||
<p>
|
||||
This library text is sure to boggle the mind! Lorem ipsum dolor sit amet consectetur adipisicing elit. Unde quasi debitis hic quibusdam animi est eius, consequatur optio quidem porro soluta? Dolor quae obcaecati repudiandae est tempore odit eos. Vitae? Lorem ipsum dolor, sit amet consectetur adipisicing elit. Fugiat, harum. Saepe, eum ad? Ducimus dolorem culpa adipisci corporis tempora nemo iste magnam mollitia architecto delectus, enim repellat fugiat! Provident, omnis. Lorem ipsum dolor sit, amet consectetur adipisicing elit. Corrupti, neque ipsum dolor ducimus blanditiis voluptatum excepturi voluptate quia voluptates numquam iste dolorum hic nulla tempora aperiam culpa fuga sed eius.
|
||||
</p>
|
||||
[/]
|
||||
|
||||
[#templates/library.html]
|
||||
30
site/librarymain.html
Normal file
30
site/librarymain.html
Normal file
@@ -0,0 +1,30 @@
|
||||
[!]
|
||||
[=content-]
|
||||
<div id="library">
|
||||
<div id="libpages">
|
||||
[f library libraryEntry]
|
||||
<a href="/library/[^libraryEntry.filename]">
|
||||
<span>[^libraryEntry.libraryTitle]</span>
|
||||
<p>
|
||||
[^libraryEntry.libraryBlurb]
|
||||
</p>
|
||||
<span><img src="/res/librarrow.svg"></span>
|
||||
</a>
|
||||
[/]
|
||||
</div>
|
||||
<div id="study">
|
||||
<div id="study-inner">
|
||||
<h1 style="color: var(--kuwaitred);">Daily Study</h1>
|
||||
<div>
|
||||
Something to study!
|
||||
</div>
|
||||
<div>
|
||||
Something else to study!
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
[/]
|
||||
[=title Library]
|
||||
|
||||
[#templates/default.html]
|
||||
10
site/links.html
Normal file
10
site/links.html
Normal file
@@ -0,0 +1,10 @@
|
||||
[?]
|
||||
[=links-]
|
||||
<a onclick="localStorage.refered = true" href="[^baseurl]/">Home</a>
|
||||
<a onclick="localStorage.refered = true" href="[^baseurl]/intro-to-judaism">Intro to Judaism</a>
|
||||
<a onclick="localStorage.refered = true" href="[^baseurl]/jewish-history-culture">Jewish History and Culture</a>
|
||||
<a onclick="localStorage.refered = true" href="[^baseurl]/landmarks">Jewish Landmarks</a>
|
||||
<a onclick="localStorage.refered = true" href="[^baseurl]/humanism">Humanism</a>
|
||||
<a onclick="localStorage.refered = true" href="[^baseurl]/membership">Membership</a>
|
||||
<a onclick="localStorage.refered = true" href="[^baseurl]/librarymain">Library</a>
|
||||
[/]
|
||||
@@ -364,4 +364,14 @@ h1 {
|
||||
|
||||
#libpages {
|
||||
flex: 1 1 min-content;
|
||||
}
|
||||
|
||||
p#liblurb {
|
||||
font-size: 1.2em;
|
||||
padding-left: 20%;
|
||||
padding-right: 20%;
|
||||
padding-top: 5% !important;
|
||||
padding-bottom: 5% !important;
|
||||
background-image: linear-gradient(white, rgb(255, 255, 255, 0.7), white);
|
||||
background-color: transparent;
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
[?]
|
||||
[=baseurl http://localhost:8080]
|
||||
[#config.stx]
|
||||
[#links.html]
|
||||
<!DOCTYPE html>
|
||||
|
||||
|
||||
@@ -48,18 +49,12 @@
|
||||
<div id="bg"></div>
|
||||
<div id="main">
|
||||
<div id="banner">
|
||||
<a href="[^baseurl]"><img src="res/Avraham_Society.png"></a>
|
||||
<a href="[^baseurl]"><img src="[^baseurl]/res/Avraham_Society.png"></a>
|
||||
<div id="social">Social media, recent updates, etc</div>
|
||||
<input id="navExpander" style="display: none;" type="checkbox" checked>
|
||||
<div id="nav">
|
||||
<label for="navExpander" id="nav-expand"></label>
|
||||
<a onclick="localStorage.refered = true" href="[^baseurl]/">Home</a>
|
||||
<a onclick="localStorage.refered = true" href="[^baseurl]/intro-to-judaism">Intro to Judaism</a>
|
||||
<a onclick="localStorage.refered = true" href="[^baseurl]/jewish-history-culture">Jewish History and Culture</a>
|
||||
<a onclick="localStorage.refered = true" href="[^baseurl]/landmarks">Jewish Landmarks</a>
|
||||
<a onclick="localStorage.refered = true" href="[^baseurl]/humanism">Humanism</a>
|
||||
<a onclick="localStorage.refered = true" href="[^baseurl]/membership">Membership</a>
|
||||
<a onclick="localStorage.refered = true" href="[^baseurl]/library">Library</a>
|
||||
[^links]
|
||||
</div>
|
||||
</div>
|
||||
<div class="top">
|
||||
|
||||
9
site/templates/library.html
Normal file
9
site/templates/library.html
Normal file
@@ -0,0 +1,9 @@
|
||||
[?]
|
||||
[=content-]
|
||||
<p id="liblurb">
|
||||
[^libraryBlurb]
|
||||
</p>
|
||||
[^libraryContent]
|
||||
[/]
|
||||
[=title-]Library | [^libraryTitle][/]
|
||||
[#templates/default.html]
|
||||
Reference in New Issue
Block a user