Compare commits
85 Commits
8fac7bba94
...
a1339bbd9f
Author | SHA1 | Date | |
---|---|---|---|
a1339bbd9f | |||
607b2d6511 | |||
3216088913 | |||
84c448cf12 | |||
34fc93787d | |||
a8e4176dce | |||
531caca0e7 | |||
01de48bd50 | |||
4e14c907c5 | |||
74c153ee7c | |||
110c3559f5 | |||
d156af7ffe | |||
2597fe9745 | |||
f92cc7fbc3 | |||
952ee9eb3e | |||
8ee0e5f5ea | |||
39558a9b1a | |||
9b39adea92 | |||
5af5da9b7a | |||
34059f0391 | |||
9483fceb5d | |||
8d1e4f831d | |||
400f66ae64 | |||
ec2fbf2787 | |||
c1d0701ea2 | |||
06ff49c1e5 | |||
2dcffcecd4 | |||
6d71d2ce12 | |||
61ef0f6346 | |||
1e7b006d9b | |||
b9e02a23be | |||
aab041dfe6 | |||
615adba87b | |||
605e3f0f05 | |||
a3e9b55909 | |||
d39171fd47 | |||
ef9dae28ff | |||
4eee904928 | |||
e1ae0aa166 | |||
0d30157af1 | |||
8ffd0aacd9 | |||
1af3dae6af | |||
ba7a42e48c | |||
0252350236 | |||
757f3394c6 | |||
4c4290d1a5 | |||
ea22a3f6b4 | |||
ef252cf087 | |||
f07f26e85f | |||
8fea2355df | |||
4e339af8d4 | |||
ef62946720 | |||
aa7400e65b | |||
0b20a33326 | |||
10044d8a11 | |||
7b1cf252ab | |||
9f91bde931 | |||
b69c5cb011 | |||
0d9dac1133 | |||
78c2cde0f3 | |||
adb18d0ffa | |||
0d4f98eaef | |||
c81c2b55f5 | |||
f7ce174649 | |||
acd5b4bc60 | |||
6095219b60 | |||
a23d1ecccf | |||
8d14ff1eb8 | |||
460dee2b8d | |||
b32f264ac3 | |||
8ae56038d3 | |||
c592f81700 | |||
acac34cdbd | |||
0b9029311e | |||
040a45388b | |||
553ce37a26 | |||
49f1fa47a9 | |||
f82e829c74 | |||
868fdaef8a | |||
4569c2cdf0 | |||
acc6dde6a0 | |||
d9146c48df | |||
9cb99b9d5b | |||
62102d433d | |||
eeddc1cfa5 |
12
.gitignore
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
# Compiled
|
||||
*.elc
|
||||
|
||||
# Packaging
|
||||
.cask
|
||||
|
||||
# Backup files
|
||||
*~
|
||||
|
||||
# Undo-tree save-files
|
||||
*.~undo-tree
|
||||
|
BIN
1671567757839678.jpg
Normal file
After Width: | Height: | Size: 770 KiB |
41
asdfgh.html
@ -1,41 +0,0 @@
|
||||
<html><head><meta charset="utf-8">
|
||||
<style type="text/css">
|
||||
div {
|
||||
position: absolute;
|
||||
top: 30%;
|
||||
transform: translate(50%, -50%);
|
||||
padding:0px;
|
||||
max-width:50%;
|
||||
background:#f0f0f0;
|
||||
font-family: 'Inconsolata', monospace;
|
||||
font-size: 18px;
|
||||
}
|
||||
body {
|
||||
background-image: url('./media-server-bg.jpg');
|
||||
background-repeat: repeat-xx;
|
||||
}
|
||||
|
||||
</style>
|
||||
<link rel='stylesheet' href="/fonts/inconsolata/stylesheet.css" type='text/css' media='all' />
|
||||
<title>Lezzo in alto mare</title>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<h1> LEGGIMI ⤵</h1>
|
||||
<p>
|
||||
Allaccia stretta la bandana e issa le vele: <a href="pirateria.html">guida alla pirateria</a>.
|
||||
Rispetta la solita regola d'oro: tieniti stretto le tue credenziali e se proprio devi condividere un file pubblicamente contattaci.
|
||||
</p>
|
||||
<p>
|
||||
Se noti doppioni o file con nomenclatura incoerente contattaci.
|
||||
Cerchi un file o una collezione rara? Vuoi un invito ad un tracker privato per sentirti meno normie? Contattaci su #paygimps
|
||||
</p>
|
||||
⤷ <a href="/asdfgh/audiovideo" >audiovideo</a>: file multimediali vari<br>
|
||||
⤷ <a href="/asdfgh/games" >games</a>: videogiochi ma anche giochi IRL<br>
|
||||
⤷ <a href="/asdfgh/lit" >lit</a>: fumetti, libri, zine e pubblicazioni accademiche, rant vari<br>
|
||||
⤷ <a href="/asdfgh/matrioska" >matrioska</a>: film, ma non quei film :^) e serie tv<br>
|
||||
⤷ <a href="/asdfgh/vibbra" >vibbra</a>: ora che hai tutta la musica ti mancano solo le info<br>
|
||||
</br>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -40,4 +40,3 @@ body {
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
@ -1,3 +1,178 @@
|
||||
// FROM read.css
|
||||
:root {
|
||||
--bg-color: #ffffff;
|
||||
--font-color: #000000;
|
||||
/* highest contrast colors
|
||||
for light and dark themes */
|
||||
--red: #ec0000;
|
||||
--green: #008900;
|
||||
--blue: #5f5fff;
|
||||
--gray: #757575;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
/* change to dark theme */
|
||||
--bg-color: #000000;
|
||||
--font-color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
*:not(li, progress, span) {
|
||||
border-radius: 5px;
|
||||
/* no overflowing body */
|
||||
max-width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
*:disabled {
|
||||
cursor: not-allowed !important;
|
||||
}
|
||||
|
||||
[href],
|
||||
dfn {
|
||||
/* no visited color */
|
||||
color: var(--blue);
|
||||
}
|
||||
|
||||
[href]:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
[href^="mailto:"]::before {
|
||||
content: "📧 ";
|
||||
}
|
||||
|
||||
abbr {
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
abbr,
|
||||
var {
|
||||
color: var(--red);
|
||||
}
|
||||
|
||||
blockquote {
|
||||
/* add bar before quote */
|
||||
border-left: 0.3em solid var(--gray);
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
body {
|
||||
/* high contrast */
|
||||
background: var(--bg-color);
|
||||
color: var(--font-color);
|
||||
/* /\* most readable wed-safe font *\/ */
|
||||
/* font-family: Helvetica; */
|
||||
/* /\* 12pt is minimum *\/ */
|
||||
font-size: 14pt;
|
||||
/* required with justified text */
|
||||
hyphens: auto;
|
||||
/* experimental:
|
||||
highest quality images */
|
||||
image-rendering: high-quality;
|
||||
/* 1.5 is minimum */
|
||||
line-height: 1.6;
|
||||
/* center body in page */
|
||||
margin: auto;
|
||||
/* space inside body */
|
||||
padding: 0 1em;
|
||||
/* each line is similar length */
|
||||
text-align: justify;
|
||||
/* browser focuses on readability */
|
||||
text-rendering: optimizeLegibility;
|
||||
/* line length of 60 characters
|
||||
(between recommended 45-80)
|
||||
& subtract the padding */
|
||||
width: min(95ch, calc(100% - 2em));
|
||||
}
|
||||
|
||||
button,
|
||||
input[type="button"],
|
||||
input[type="reset"],
|
||||
input[type="submit"] {
|
||||
border: 1px solid var(--gray);
|
||||
/* appear clickable */
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button:hover,
|
||||
input[type="button"]:hover,
|
||||
input[type="reset"]:hover,
|
||||
input[type="submit"]:hover {
|
||||
/* make border blend into background */
|
||||
border: 1px solid var(--bg-color);
|
||||
}
|
||||
|
||||
code {
|
||||
/* classic green code */
|
||||
color: var(--green);
|
||||
}
|
||||
|
||||
figure {
|
||||
/* center caption under image */
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
footer,
|
||||
header {
|
||||
margin-top: 1em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
html {
|
||||
/* better for jump scrolling */
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
iframe {
|
||||
/* common screen ratio */
|
||||
aspect-ratio: 3/2;
|
||||
/* keep from overflowing */
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
kbd {
|
||||
/* appear like a key */
|
||||
box-shadow: 1px 1px 2px 1px;
|
||||
}
|
||||
|
||||
nav {
|
||||
display: flex;
|
||||
/* space links apart */
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
small {
|
||||
/* decrease visibility */
|
||||
color: var(--gray);
|
||||
}
|
||||
|
||||
summary {
|
||||
/* indicate interaction */
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table {
|
||||
/* multiple borders merge */
|
||||
border-collapse: collapse;
|
||||
display: block;
|
||||
}
|
||||
|
||||
tbody>tr:nth-child(odd) {
|
||||
/* set background of odd cells */
|
||||
background: var(--gray);
|
||||
}
|
||||
|
||||
td,
|
||||
th {
|
||||
border: 1px solid;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
// end read.css
|
||||
//
|
||||
.title { text-align: center;
|
||||
margin-bottom: .2em; }
|
||||
.subtitle { text-align: center;
|
||||
@ -134,6 +309,7 @@ pre.src-nxml:before { content: 'XML'; }
|
||||
pre.src-conf:before { content: 'Configuration File'; }
|
||||
|
||||
table { border-collapse:collapse; }
|
||||
table, th, td { border: 1px solid black; }
|
||||
caption.t-above { caption-side: top; }
|
||||
caption.t-bottom { caption-side: bottom; }
|
||||
td, th { vertical-align:top; }
|
||||
|
362
blog/backup_strategy.html
Normal file
@ -0,0 +1,362 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2022-04-21 Thu 23:59 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>‎</title>
|
||||
<meta name="generator" content="Org mode" />
|
||||
<meta name="author" content="user" />
|
||||
<style type="text/css">
|
||||
<!--/*--><![CDATA[/*><!--*/
|
||||
.title { text-align: center;
|
||||
margin-bottom: .2em; }
|
||||
.subtitle { text-align: center;
|
||||
font-size: medium;
|
||||
font-weight: bold;
|
||||
margin-top:0; }
|
||||
.todo { font-family: monospace; color: red; }
|
||||
.done { font-family: monospace; color: green; }
|
||||
.priority { font-family: monospace; color: orange; }
|
||||
.tag { background-color: #eee; font-family: monospace;
|
||||
padding: 2px; font-size: 80%; font-weight: normal; }
|
||||
.timestamp { color: #bebebe; }
|
||||
.timestamp-kwd { color: #5f9ea0; }
|
||||
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
|
||||
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
|
||||
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
|
||||
.underline { text-decoration: underline; }
|
||||
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
|
||||
p.verse { margin-left: 3%; }
|
||||
pre {
|
||||
border: 1px solid #ccc;
|
||||
box-shadow: 3px 3px 3px #eee;
|
||||
padding: 8pt;
|
||||
font-family: monospace;
|
||||
overflow: auto;
|
||||
margin: 1.2em;
|
||||
}
|
||||
pre.src {
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
padding-top: 1.2em;
|
||||
}
|
||||
pre.src:before {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background-color: white;
|
||||
top: -10px;
|
||||
right: 10px;
|
||||
padding: 3px;
|
||||
border: 1px solid black;
|
||||
}
|
||||
pre.src:hover:before { display: inline; margin-top: 14px;}
|
||||
/* Languages per Org manual */
|
||||
pre.src-asymptote:before { content: 'Asymptote'; }
|
||||
pre.src-awk:before { content: 'Awk'; }
|
||||
pre.src-C:before { content: 'C'; }
|
||||
/* pre.src-C++ doesn't work in CSS */
|
||||
pre.src-clojure:before { content: 'Clojure'; }
|
||||
pre.src-css:before { content: 'CSS'; }
|
||||
pre.src-D:before { content: 'D'; }
|
||||
pre.src-ditaa:before { content: 'ditaa'; }
|
||||
pre.src-dot:before { content: 'Graphviz'; }
|
||||
pre.src-calc:before { content: 'Emacs Calc'; }
|
||||
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
|
||||
pre.src-fortran:before { content: 'Fortran'; }
|
||||
pre.src-gnuplot:before { content: 'gnuplot'; }
|
||||
pre.src-haskell:before { content: 'Haskell'; }
|
||||
pre.src-hledger:before { content: 'hledger'; }
|
||||
pre.src-java:before { content: 'Java'; }
|
||||
pre.src-js:before { content: 'Javascript'; }
|
||||
pre.src-latex:before { content: 'LaTeX'; }
|
||||
pre.src-ledger:before { content: 'Ledger'; }
|
||||
pre.src-lisp:before { content: 'Lisp'; }
|
||||
pre.src-lilypond:before { content: 'Lilypond'; }
|
||||
pre.src-lua:before { content: 'Lua'; }
|
||||
pre.src-matlab:before { content: 'MATLAB'; }
|
||||
pre.src-mscgen:before { content: 'Mscgen'; }
|
||||
pre.src-ocaml:before { content: 'Objective Caml'; }
|
||||
pre.src-octave:before { content: 'Octave'; }
|
||||
pre.src-org:before { content: 'Org mode'; }
|
||||
pre.src-oz:before { content: 'OZ'; }
|
||||
pre.src-plantuml:before { content: 'Plantuml'; }
|
||||
pre.src-processing:before { content: 'Processing.js'; }
|
||||
pre.src-python:before { content: 'Python'; }
|
||||
pre.src-R:before { content: 'R'; }
|
||||
pre.src-ruby:before { content: 'Ruby'; }
|
||||
pre.src-sass:before { content: 'Sass'; }
|
||||
pre.src-scheme:before { content: 'Scheme'; }
|
||||
pre.src-screen:before { content: 'Gnu Screen'; }
|
||||
pre.src-sed:before { content: 'Sed'; }
|
||||
pre.src-sh:before { content: 'shell'; }
|
||||
pre.src-sql:before { content: 'SQL'; }
|
||||
pre.src-sqlite:before { content: 'SQLite'; }
|
||||
/* additional languages in org.el's org-babel-load-languages alist */
|
||||
pre.src-forth:before { content: 'Forth'; }
|
||||
pre.src-io:before { content: 'IO'; }
|
||||
pre.src-J:before { content: 'J'; }
|
||||
pre.src-makefile:before { content: 'Makefile'; }
|
||||
pre.src-maxima:before { content: 'Maxima'; }
|
||||
pre.src-perl:before { content: 'Perl'; }
|
||||
pre.src-picolisp:before { content: 'Pico Lisp'; }
|
||||
pre.src-scala:before { content: 'Scala'; }
|
||||
pre.src-shell:before { content: 'Shell Script'; }
|
||||
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
|
||||
/* additional language identifiers per "defun org-babel-execute"
|
||||
in ob-*.el */
|
||||
pre.src-cpp:before { content: 'C++'; }
|
||||
pre.src-abc:before { content: 'ABC'; }
|
||||
pre.src-coq:before { content: 'Coq'; }
|
||||
pre.src-groovy:before { content: 'Groovy'; }
|
||||
/* additional language identifiers from org-babel-shell-names in
|
||||
ob-shell.el: ob-shell is the only babel language using a lambda to put
|
||||
the execution function name together. */
|
||||
pre.src-bash:before { content: 'bash'; }
|
||||
pre.src-csh:before { content: 'csh'; }
|
||||
pre.src-ash:before { content: 'ash'; }
|
||||
pre.src-dash:before { content: 'dash'; }
|
||||
pre.src-ksh:before { content: 'ksh'; }
|
||||
pre.src-mksh:before { content: 'mksh'; }
|
||||
pre.src-posh:before { content: 'posh'; }
|
||||
/* Additional Emacs modes also supported by the LaTeX listings package */
|
||||
pre.src-ada:before { content: 'Ada'; }
|
||||
pre.src-asm:before { content: 'Assembler'; }
|
||||
pre.src-caml:before { content: 'Caml'; }
|
||||
pre.src-delphi:before { content: 'Delphi'; }
|
||||
pre.src-html:before { content: 'HTML'; }
|
||||
pre.src-idl:before { content: 'IDL'; }
|
||||
pre.src-mercury:before { content: 'Mercury'; }
|
||||
pre.src-metapost:before { content: 'MetaPost'; }
|
||||
pre.src-modula-2:before { content: 'Modula-2'; }
|
||||
pre.src-pascal:before { content: 'Pascal'; }
|
||||
pre.src-ps:before { content: 'PostScript'; }
|
||||
pre.src-prolog:before { content: 'Prolog'; }
|
||||
pre.src-simula:before { content: 'Simula'; }
|
||||
pre.src-tcl:before { content: 'tcl'; }
|
||||
pre.src-tex:before { content: 'TeX'; }
|
||||
pre.src-plain-tex:before { content: 'Plain TeX'; }
|
||||
pre.src-verilog:before { content: 'Verilog'; }
|
||||
pre.src-vhdl:before { content: 'VHDL'; }
|
||||
pre.src-xml:before { content: 'XML'; }
|
||||
pre.src-nxml:before { content: 'XML'; }
|
||||
/* add a generic configuration mode; LaTeX export needs an additional
|
||||
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
|
||||
pre.src-conf:before { content: 'Configuration File'; }
|
||||
|
||||
table { border-collapse:collapse; }
|
||||
caption.t-above { caption-side: top; }
|
||||
caption.t-bottom { caption-side: bottom; }
|
||||
td, th { vertical-align:top; }
|
||||
th.org-right { text-align: center; }
|
||||
th.org-left { text-align: center; }
|
||||
th.org-center { text-align: center; }
|
||||
td.org-right { text-align: right; }
|
||||
td.org-left { text-align: left; }
|
||||
td.org-center { text-align: center; }
|
||||
dt { font-weight: bold; }
|
||||
.footpara { display: inline; }
|
||||
.footdef { margin-bottom: 1em; }
|
||||
.figure { padding: 1em; }
|
||||
.figure p { text-align: center; }
|
||||
.equation-container {
|
||||
display: table;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
.equation {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.equation-label {
|
||||
display: table-cell;
|
||||
text-align: right;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.inlinetask {
|
||||
padding: 10px;
|
||||
border: 2px solid gray;
|
||||
margin: 10px;
|
||||
background: #ffffcc;
|
||||
}
|
||||
#org-div-home-and-up
|
||||
{ text-align: right; font-size: 70%; white-space: nowrap; }
|
||||
textarea { overflow-x: auto; }
|
||||
.linenr { font-size: smaller }
|
||||
.code-highlighted { background-color: #ffff00; }
|
||||
.org-info-js_info-navigation { border-style: none; }
|
||||
#org-info-js_console-label
|
||||
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
|
||||
.org-info-js_search-highlight
|
||||
{ background-color: #ffff00; color: #000000; font-weight: bold; }
|
||||
.org-svg { width: 90%; }
|
||||
/*]]>*/-->
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
// @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain
|
||||
<!--/*--><![CDATA[/*><!--*/
|
||||
function CodeHighlightOn(elem, id)
|
||||
{
|
||||
var target = document.getElementById(id);
|
||||
if(null != target) {
|
||||
elem.classList.add("code-highlighted");
|
||||
target.classList.add("code-highlighted");
|
||||
}
|
||||
}
|
||||
function CodeHighlightOff(elem, id)
|
||||
{
|
||||
var target = document.getElementById(id);
|
||||
if(null != target) {
|
||||
elem.classList.remove("code-highlighted");
|
||||
target.classList.remove("code-highlighted");
|
||||
}
|
||||
}
|
||||
/*]]>*///-->
|
||||
// @license-end
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
<div id="table-of-contents">
|
||||
<h2>Table of Contents</h2>
|
||||
<div id="text-table-of-contents">
|
||||
<ul>
|
||||
<li><a href="#orgc78ab8a">1. –archive flags</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
–dry-run does not produce the same output file.
|
||||
Remove –info=progress 2 and use –itemize-changes
|
||||
</p>
|
||||
<pre class="example">
|
||||
rsync -e ssh user@archimede.local:/media/asparagi/ /media/asparagi \
|
||||
--info=progress2 --log-file ~/rsync.log \
|
||||
--archive --verbose --human-readable --links --update --delete \
|
||||
--dry-run # warrant against copy-paste
|
||||
</pre>
|
||||
<p>
|
||||
NOTA GLI SLASH
|
||||
</p>
|
||||
|
||||
|
||||
<pre class="example">
|
||||
YXcstpoguax path/to/file
|
||||
|||||||||||
|
||||
||||||||||╰- x: The extended attribute information changed
|
||||
|||||||||╰-- a: The ACL information changed
|
||||
||||||||╰--- u: The u slot is reserved for future use
|
||||
|||||||╰---- g: Group is different
|
||||
||||||╰----- o: Owner is different
|
||||
|||||╰------ p: Permission are different
|
||||
||||╰------- t: Modification time is different
|
||||
|||╰-------- s: Size is different
|
||||
||╰--------- c: Different checksum (for regular files), or
|
||||
|| changed value (for symlinks, devices, and special files)
|
||||
|╰---------- the file type:
|
||||
| f: for a file,
|
||||
| d: for a directory,
|
||||
| L: for a symlink,
|
||||
| D: for a device,
|
||||
| S: for a special file (e.g. named sockets and fifos)
|
||||
╰----------- the type of update being done::
|
||||
<: file is being transferred to the remote host (sent)
|
||||
>: file is being transferred to the local host (received)
|
||||
c: local change/creation for the item, such as:
|
||||
- the creation of a directory
|
||||
- the changing of a symlink,
|
||||
- etc.
|
||||
h: the item is a hard link to another item (requires
|
||||
--hard-links).
|
||||
.: the item is not being updated (though it might have
|
||||
attributes that are being modified)
|
||||
*: means that the rest of the itemized-output area contains
|
||||
a message (e.g. "deleting")
|
||||
</pre>
|
||||
<pre class="example">
|
||||
>f+++++++++ some/dir/new-file.txt
|
||||
.f....og..x some/dir/existing-file-with-changed-owner-and-group.txt
|
||||
.f........x some/dir/existing-file-with-changed-unnamed-attribute.txt
|
||||
>f...p....x some/dir/existing-file-with-changed-permissions.txt
|
||||
>f..t..g..x some/dir/existing-file-with-changed-time-and-group.txt
|
||||
>f.s......x some/dir/existing-file-with-changed-size.txt
|
||||
>f.st.....x some/dir/existing-file-with-changed-size-and-time-stamp.txt
|
||||
cd+++++++++ some/dir/new-directory/
|
||||
.d....og... some/dir/existing-directory-with-changed-owner-and-group/
|
||||
.d..t...... some/dir/existing-directory-with-different-time-stamp/
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
mergerfs <i>mnt/a1</i>:/mnt/b1/:/mnt/d1/:/mnt/e1/ /media/asparagi -o
|
||||
threads=6,allow<sub>other,use</sub><sub>ino,cache.files</sub>=off,dropcacheonclose=true,category.create=mfs,moveonenospc=true,minfreespace=20G,fsname=mergerfsPool,nonempty
|
||||
</p>
|
||||
|
||||
|
||||
<div id="outline-container-orgc78ab8a" class="outline-2">
|
||||
<h2 id="orgc78ab8a"><span class="section-number-2">1</span> –archive flags</h2>
|
||||
<div class="outline-text-2" id="text-1">
|
||||
<p>
|
||||
It's all of these:
|
||||
</p>
|
||||
<blockquote>
|
||||
<p>
|
||||
-r, –recursive recurse into directories
|
||||
</p>
|
||||
|
||||
<p>
|
||||
-l, –links copy symlinks as symlinks
|
||||
</p>
|
||||
|
||||
<p>
|
||||
-p, –perms preserve permissions
|
||||
</p>
|
||||
|
||||
<p>
|
||||
-t, –times preserve modification times
|
||||
</p>
|
||||
|
||||
<p>
|
||||
-g, –group preserve group
|
||||
</p>
|
||||
|
||||
<p>
|
||||
-o, –owner preserve owner (super-user only)
|
||||
</p>
|
||||
|
||||
<p>
|
||||
-D same as –devices –specials
|
||||
</p>
|
||||
|
||||
<p>
|
||||
–devices preserve device files (super-user only)
|
||||
</p>
|
||||
|
||||
<p>
|
||||
–specials preserve special files
|
||||
</p>
|
||||
</blockquote>
|
||||
<p>
|
||||
It excludes:
|
||||
</p>
|
||||
<blockquote>
|
||||
<p>
|
||||
-H, –hard-links preserve hard links
|
||||
</p>
|
||||
|
||||
<p>
|
||||
-A, –acls preserve ACLs (implies -p)
|
||||
</p>
|
||||
|
||||
<p>
|
||||
-X, –xattrs preserve extended attributes
|
||||
</p>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: user</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
13155
blog/borderlands2.html
306
blog/bsg.html
@ -3,7 +3,7 @@
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2021-09-25 Sat 18:15 -->
|
||||
<!-- 2022-05-23 Mon 17:42 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Battlestar Galactica: a guide for watching the show</title>
|
||||
@ -18,65 +18,65 @@
|
||||
<h2>Table of Contents</h2>
|
||||
<div id="text-table-of-contents">
|
||||
<ul>
|
||||
<li><a href="#org8237847">1. Battlestar Galactica Viewing Order</a>
|
||||
<li><a href="#orge1331bf">1. Battlestar Galactica Viewing Order</a>
|
||||
<ul>
|
||||
<li><a href="#org886439c">1.1. Blood and Chrome</a></li>
|
||||
<li><a href="#org568d905">1.2. The Miniseries</a></li>
|
||||
<li><a href="#orgf28028c">1.3. Season 1</a></li>
|
||||
<li><a href="#org62b0aa0">1.4. Season 2</a>
|
||||
<li><a href="#org3b3479f">1.1. Blood and Chrome</a></li>
|
||||
<li><a href="#orgfefede0">1.2. The Miniseries</a></li>
|
||||
<li><a href="#org8f91995">1.3. Season 1</a></li>
|
||||
<li><a href="#org91bc38b">1.4. Season 2</a>
|
||||
<ul>
|
||||
<li><a href="#orgfb7f8de">1.4.1. Razor</a></li>
|
||||
<li><a href="#org7a77cd2">1.4.2. Optional: Razor Flashbacks</a></li>
|
||||
<li><a href="#orgfeaad8e">1.4.3. Rest of season 2</a></li>
|
||||
<li><a href="#orgd3b9152">1.4.1. Razor</a></li>
|
||||
<li><a href="#org7df541a">1.4.2. Optional: Razor Flashbacks</a></li>
|
||||
<li><a href="#org48dc236">1.4.3. Rest of season 2</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#org58f761e">1.5. The Resistance</a></li>
|
||||
<li><a href="#orga7e7bfb">1.6. Season 3</a>
|
||||
<li><a href="#orgca6c9b2">1.5. The Resistance</a></li>
|
||||
<li><a href="#org5df3f8b">1.6. Season 3</a>
|
||||
<ul>
|
||||
<li><a href="#orgdc01a77">1.6.1. Caprica</a></li>
|
||||
<li><a href="#orgf201ccb">1.6.2. Rest of season 3</a></li>
|
||||
<li><a href="#org39aceed">1.6.1. Caprica</a></li>
|
||||
<li><a href="#org2fc5fee">1.6.2. Rest of season 3</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#orgfbfc6f1">1.7. Razor</a></li>
|
||||
<li><a href="#org4d19048">1.8. Season 4</a>
|
||||
<li><a href="#orga845148">1.7. Razor</a></li>
|
||||
<li><a href="#orgc90fdfd">1.8. Season 4</a>
|
||||
<ul>
|
||||
<li><a href="#org9c1db17">1.8.1. The Face of the Enemy</a></li>
|
||||
<li><a href="#org5447a52">1.8.2. Rest of season 4</a></li>
|
||||
<li><a href="#org4c23eb8">1.8.3. The Plan (DVD/Bluray movie)</a></li>
|
||||
<li><a href="#org0f5eb33">1.8.4. Finale</a></li>
|
||||
<li><a href="#orge7fba35">1.8.1. The Face of the Enemy</a></li>
|
||||
<li><a href="#orgc357b52">1.8.2. Rest of season 4</a></li>
|
||||
<li><a href="#org5afeebe">1.8.3. The Plan (DVD/Bluray movie)</a></li>
|
||||
<li><a href="#org3ed61ac">1.8.4. Finale</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#orgda4e7af">2. Further reading</a></li>
|
||||
<li><a href="#orgd59dfc9">3. The story so far</a></li>
|
||||
<li><a href="#org9e17488">4. Episode reviews</a>
|
||||
<li><a href="#org4d77b2a">2. Further reading</a></li>
|
||||
<li><a href="#orgbd31609">3. The story so far</a></li>
|
||||
<li><a href="#orgef91fb7">4. Episode reviews</a>
|
||||
<ul>
|
||||
<li><a href="#org7fc780f">4.1. Season 02 Episode 14: Black Market</a></li>
|
||||
<li><a href="#orgcf208dc">4.2. Season 03 Episode 07: A Measure of Salvation</a></li>
|
||||
<li><a href="#org1f0b9a2">4.3. Season 03 Episode 08: Hero</a></li>
|
||||
<li><a href="#org36b5415">4.4. Season 03 Episode 09: Unfinished Business</a></li>
|
||||
<li><a href="#orgf44ef2e">4.5. Season 03 Episode 10: The Passage</a></li>
|
||||
<li><a href="#orgc2cc20e">4.6. Season 03 Episode 14: The Woman King</a></li>
|
||||
<li><a href="#org55c9fe6">4.7. Season 03 Episode 18: The Son Also Rises</a></li>
|
||||
<li><a href="#org6673893">4.8. Caprica Episode 18</a></li>
|
||||
<li><a href="#orgb74abf5">4.9. Season 03 Episode 20: Crossroads</a></li>
|
||||
<li><a href="#org8d48790">4.10. Season 04 Episode 03: The Ties That Bind</a></li>
|
||||
<li><a href="#org93adc16">4.11. Season 04 Episode 04: Escape Velocity</a></li>
|
||||
<li><a href="#org56345f5">4.12. Season 04 Episode 07: Guess What's Coming To Dinner</a></li>
|
||||
<li><a href="#orgd032f73">4.13. Season 04 Episode 04: Sine Qua Non</a></li>
|
||||
<li><a href="#orga87ae1e">4.14. Season 04 Episode 14: Blood On The Scales</a></li>
|
||||
<li><a href="#orga731da5">4.15. The Plan</a></li>
|
||||
<li><a href="#org7191990">4.16. Season 04 Episode 16: Deadlock</a></li>
|
||||
<li><a href="#org406b07b">4.17. Season 04: Battlestar Galactica Finale (S04E17-18-19-20)</a>
|
||||
<li><a href="#org00cd01e">4.1. Season 02 Episode 14: Black Market</a></li>
|
||||
<li><a href="#org2e4a14a">4.2. Season 03 Episode 07: A Measure of Salvation</a></li>
|
||||
<li><a href="#org7ae85c2">4.3. Season 03 Episode 08: Hero</a></li>
|
||||
<li><a href="#org80fe9ac">4.4. Season 03 Episode 09: Unfinished Business</a></li>
|
||||
<li><a href="#orgb9e2e64">4.5. Season 03 Episode 10: The Passage</a></li>
|
||||
<li><a href="#orga820cbe">4.6. Season 03 Episode 14: The Woman King</a></li>
|
||||
<li><a href="#org19e4457">4.7. Season 03 Episode 18: The Son Also Rises</a></li>
|
||||
<li><a href="#org2baea36">4.8. Caprica Episode 18</a></li>
|
||||
<li><a href="#org9fb3fa0">4.9. Season 03 Episode 20: Crossroads</a></li>
|
||||
<li><a href="#org178c851">4.10. Season 04 Episode 03: The Ties That Bind</a></li>
|
||||
<li><a href="#org14f20e2">4.11. Season 04 Episode 04: Escape Velocity</a></li>
|
||||
<li><a href="#orge9fe932">4.12. Season 04 Episode 07: Guess What's Coming To Dinner</a></li>
|
||||
<li><a href="#org9a9daf9">4.13. Season 04 Episode 04: Sine Qua Non</a></li>
|
||||
<li><a href="#org04fc379">4.14. Season 04 Episode 14: Blood On The Scales</a></li>
|
||||
<li><a href="#orgf93771f">4.15. The Plan</a></li>
|
||||
<li><a href="#org7dd6437">4.16. Season 04 Episode 16: Deadlock</a></li>
|
||||
<li><a href="#orga058f46">4.17. Season 04: Battlestar Galactica Finale (S04E17-18-19-20)</a>
|
||||
<ul>
|
||||
<li><a href="#org5d80d49">4.17.1. Other reviews</a></li>
|
||||
<li><a href="#org6b20b45">4.17.1. Other reviews</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#orgea286fd">4.18. Bloopers</a></li>
|
||||
<li><a href="#orgdee9f20">4.18. Bloopers</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#orgf5836eb">5. Timeline</a></li>
|
||||
<li><a href="#org45270b1">5. Timeline</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -91,8 +91,8 @@ to give future viewers a sense of what it means when culture is not
|
||||
constrained into the cage of user hostile technologies such as
|
||||
streaming servicies and walled social media.
|
||||
</p>
|
||||
<div id="outline-container-org8237847" class="outline-2">
|
||||
<h2 id="org8237847"><span class="section-number-2">1</span> Battlestar Galactica Viewing Order</h2>
|
||||
<div id="outline-container-orge1331bf" class="outline-2">
|
||||
<h2 id="orge1331bf"><span class="section-number-2">1</span> Battlestar Galactica Viewing Order</h2>
|
||||
<div class="outline-text-2" id="text-1">
|
||||
<blockquote>
|
||||
<p>
|
||||
@ -124,8 +124,8 @@ guide but also most of this post
|
||||
(<a href="http://thunderpeel2001.blogspot.com/2010/02/battlestar-galactica-viewing-order.html">http://thunderpeel2001.blogspot.com/2010/02/battlestar-galactica-viewing-order.html</a>).
|
||||
</p>
|
||||
</div>
|
||||
<div id="outline-container-org886439c" class="outline-3">
|
||||
<h3 id="org886439c"><span class="section-number-3">1.1</span> Blood and Chrome</h3>
|
||||
<div id="outline-container-org3b3479f" class="outline-3">
|
||||
<h3 id="org3b3479f"><span class="section-number-3">1.1</span> Blood and Chrome</h3>
|
||||
<div class="outline-text-3" id="text-1-1">
|
||||
<p>
|
||||
This was potentially a whole new show at one stage,
|
||||
@ -154,8 +154,8 @@ whole journey.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org568d905" class="outline-3">
|
||||
<h3 id="org568d905"><span class="section-number-3">1.2</span> The Miniseries</h3>
|
||||
<div id="outline-container-orgfefede0" class="outline-3">
|
||||
<h3 id="orgfefede0"><span class="section-number-3">1.2</span> The Miniseries</h3>
|
||||
<div class="outline-text-3" id="text-1-2">
|
||||
<ul class="org-ul">
|
||||
<li>Night 1</li>
|
||||
@ -164,8 +164,8 @@ whole journey.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgf28028c" class="outline-3">
|
||||
<h3 id="orgf28028c"><span class="section-number-3">1.3</span> Season 1</h3>
|
||||
<div id="outline-container-org8f91995" class="outline-3">
|
||||
<h3 id="org8f91995"><span class="section-number-3">1.3</span> Season 1</h3>
|
||||
<div class="outline-text-3" id="text-1-3">
|
||||
<ul class="org-ul">
|
||||
<li>1.01 33</li>
|
||||
@ -184,8 +184,8 @@ whole journey.
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org62b0aa0" class="outline-3">
|
||||
<h3 id="org62b0aa0"><span class="section-number-3">1.4</span> Season 2</h3>
|
||||
<div id="outline-container-org91bc38b" class="outline-3">
|
||||
<h3 id="org91bc38b"><span class="section-number-3">1.4</span> Season 2</h3>
|
||||
<div class="outline-text-3" id="text-1-4">
|
||||
<ul class="org-ul">
|
||||
<li>2.01 Scattered</li>
|
||||
@ -207,8 +207,8 @@ whole journey.
|
||||
<li>2.17 The Captain's Hand</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="outline-container-orgfb7f8de" class="outline-4">
|
||||
<h4 id="orgfb7f8de"><span class="section-number-4">1.4.1</span> Razor</h4>
|
||||
<div id="outline-container-orgd3b9152" class="outline-4">
|
||||
<h4 id="orgd3b9152"><span class="section-number-4">1.4.1</span> Razor</h4>
|
||||
<div class="outline-text-4" id="text-1-4-1">
|
||||
<p>
|
||||
The 101 minute extended version - not the 81 minute broadcast
|
||||
@ -300,8 +300,8 @@ try your best to follow my instructions.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org7a77cd2" class="outline-4">
|
||||
<h4 id="org7a77cd2"><span class="section-number-4">1.4.2</span> Optional: Razor Flashbacks</h4>
|
||||
<div id="outline-container-org7df541a" class="outline-4">
|
||||
<h4 id="org7df541a"><span class="section-number-4">1.4.2</span> Optional: Razor Flashbacks</h4>
|
||||
<div class="outline-text-4" id="text-1-4-2">
|
||||
<p>
|
||||
Note: This was billed as a "seven episode web series", but really
|
||||
@ -327,8 +327,8 @@ story, though.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgfeaad8e" class="outline-4">
|
||||
<h4 id="orgfeaad8e"><span class="section-number-4">1.4.3</span> Rest of season 2</h4>
|
||||
<div id="outline-container-org48dc236" class="outline-4">
|
||||
<h4 id="org48dc236"><span class="section-number-4">1.4.3</span> Rest of season 2</h4>
|
||||
<div class="outline-text-4" id="text-1-4-3">
|
||||
<ul class="org-ul">
|
||||
<li>2.18 Downloaded</li>
|
||||
@ -339,8 +339,8 @@ story, though.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org58f761e" class="outline-3">
|
||||
<h3 id="org58f761e"><span class="section-number-3">1.5</span> The Resistance</h3>
|
||||
<div id="outline-container-orgca6c9b2" class="outline-3">
|
||||
<h3 id="orgca6c9b2"><span class="section-number-3">1.5</span> The Resistance</h3>
|
||||
<div class="outline-text-3" id="text-1-5">
|
||||
<p>
|
||||
A 10 episode web-based series bridging seasons 2 and 3. (25 mins.)
|
||||
@ -349,8 +349,8 @@ This should be included on your DVDs/Blurays.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orga7e7bfb" class="outline-3">
|
||||
<h3 id="orga7e7bfb"><span class="section-number-3">1.6</span> Season 3</h3>
|
||||
<div id="outline-container-org5df3f8b" class="outline-3">
|
||||
<h3 id="org5df3f8b"><span class="section-number-3">1.6</span> Season 3</h3>
|
||||
<div class="outline-text-3" id="text-1-6">
|
||||
<ul class="org-ul">
|
||||
<li>3.01 Occupation</li>
|
||||
@ -372,8 +372,8 @@ This should be included on your DVDs/Blurays.
|
||||
<li>3.17 Maelstrom</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="outline-container-orgdc01a77" class="outline-4">
|
||||
<h4 id="orgdc01a77"><span class="section-number-4">1.6.1</span> Caprica</h4>
|
||||
<div id="outline-container-org39aceed" class="outline-4">
|
||||
<h4 id="org39aceed"><span class="section-number-4">1.6.1</span> Caprica</h4>
|
||||
<div class="outline-text-4" id="text-1-6-1">
|
||||
<p>
|
||||
An entire TV series set 58 years before the events of Battlestar
|
||||
@ -430,8 +430,8 @@ the show have been lingering for a while.
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgf201ccb" class="outline-4">
|
||||
<h4 id="orgf201ccb"><span class="section-number-4">1.6.2</span> Rest of season 3</h4>
|
||||
<div id="outline-container-org2fc5fee" class="outline-4">
|
||||
<h4 id="org2fc5fee"><span class="section-number-4">1.6.2</span> Rest of season 3</h4>
|
||||
<div class="outline-text-4" id="text-1-6-2">
|
||||
<ul class="org-ul">
|
||||
<li>3.18 The Son Also Rises</li>
|
||||
@ -441,8 +441,8 @@ the show have been lingering for a while.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgfbfc6f1" class="outline-3">
|
||||
<h3 id="orgfbfc6f1"><span class="section-number-3">1.7</span> Razor</h3>
|
||||
<div id="outline-container-orga845148" class="outline-3">
|
||||
<h3 id="orga845148"><span class="section-number-3">1.7</span> Razor</h3>
|
||||
<div class="outline-text-3" id="text-1-7">
|
||||
<p>
|
||||
This is where Razor was originally broadcast. Remember the last 07
|
||||
@ -452,8 +452,8 @@ now is when you get to go back and hear what was said. Watch the last
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org4d19048" class="outline-3">
|
||||
<h3 id="org4d19048"><span class="section-number-3">1.8</span> Season 4</h3>
|
||||
<div id="outline-container-orgc90fdfd" class="outline-3">
|
||||
<h3 id="orgc90fdfd"><span class="section-number-3">1.8</span> Season 4</h3>
|
||||
<div class="outline-text-3" id="text-1-8">
|
||||
<ul class="org-ul">
|
||||
<li>4.01 He That Believeth In Me</li>
|
||||
@ -469,8 +469,8 @@ now is when you get to go back and hear what was said. Watch the last
|
||||
<li>4.11 Sometimes a Great Notion</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="outline-container-org9c1db17" class="outline-4">
|
||||
<h4 id="org9c1db17"><span class="section-number-4">1.8.1</span> The Face of the Enemy</h4>
|
||||
<div id="outline-container-orge7fba35" class="outline-4">
|
||||
<h4 id="orge7fba35"><span class="section-number-4">1.8.1</span> The Face of the Enemy</h4>
|
||||
<div class="outline-text-4" id="text-1-8-1">
|
||||
<p>
|
||||
A 10 episode web-based series (although it plays together like an
|
||||
@ -490,8 +490,8 @@ things that set up the next episode.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org5447a52" class="outline-4">
|
||||
<h4 id="org5447a52"><span class="section-number-4">1.8.2</span> Rest of season 4</h4>
|
||||
<div id="outline-container-orgc357b52" class="outline-4">
|
||||
<h4 id="orgc357b52"><span class="section-number-4">1.8.2</span> Rest of season 4</h4>
|
||||
<div class="outline-text-4" id="text-1-8-2">
|
||||
<ul class="org-ul">
|
||||
<li>4.12 A Disquiet Follows My Soul (53 minute extended version)</li>
|
||||
@ -501,8 +501,8 @@ things that set up the next episode.
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org4c23eb8" class="outline-4">
|
||||
<h4 id="org4c23eb8"><span class="section-number-4">1.8.3</span> The Plan (DVD/Bluray movie)</h4>
|
||||
<div id="outline-container-org5afeebe" class="outline-4">
|
||||
<h4 id="org5afeebe"><span class="section-number-4">1.8.3</span> The Plan (DVD/Bluray movie)</h4>
|
||||
<div class="outline-text-4" id="text-1-8-3">
|
||||
<p>
|
||||
A stand-alone movie that shows (approximately) the first two seasons
|
||||
@ -514,8 +514,8 @@ up when you do reach the end.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org0f5eb33" class="outline-4">
|
||||
<h4 id="org0f5eb33"><span class="section-number-4">1.8.4</span> Finale</h4>
|
||||
<div id="outline-container-org3ed61ac" class="outline-4">
|
||||
<h4 id="org3ed61ac"><span class="section-number-4">1.8.4</span> Finale</h4>
|
||||
<div class="outline-text-4" id="text-1-8-4">
|
||||
<ul class="org-ul">
|
||||
<li>4.16 Deadlock</li>
|
||||
@ -527,8 +527,8 @@ up when you do reach the end.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgda4e7af" class="outline-2">
|
||||
<h2 id="orgda4e7af"><span class="section-number-2">2</span> Further reading</h2>
|
||||
<div id="outline-container-org4d77b2a" class="outline-2">
|
||||
<h2 id="org4d77b2a"><span class="section-number-2">2</span> Further reading</h2>
|
||||
<div class="outline-text-2" id="text-2">
|
||||
<p>
|
||||
Well not quite "reading", but if you're a fan you may
|
||||
@ -548,8 +548,8 @@ original "Bible", contains of course major spoilers.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgd59dfc9" class="outline-2">
|
||||
<h2 id="orgd59dfc9"><span class="section-number-2">3</span> The story so far</h2>
|
||||
<div id="outline-container-orgbd31609" class="outline-2">
|
||||
<h2 id="orgbd31609"><span class="section-number-2">3</span> The story so far</h2>
|
||||
<div class="outline-text-2" id="text-3">
|
||||
<p>
|
||||
Battlestar Galactica: The Story So Far is a special program aired on
|
||||
@ -610,16 +610,16 @@ I haven't see this movie and honestly I don't look forward to it.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org9e17488" class="outline-2">
|
||||
<h2 id="org9e17488"><span class="section-number-2">4</span> Episode reviews</h2>
|
||||
<div id="outline-container-orgef91fb7" class="outline-2">
|
||||
<h2 id="orgef91fb7"><span class="section-number-2">4</span> Episode reviews</h2>
|
||||
<div class="outline-text-2" id="text-4">
|
||||
<p>
|
||||
Here I gathered some reviews on the most significant episodes of
|
||||
Battlestar Galactica. Some of the reviews were written by me.
|
||||
</p>
|
||||
</div>
|
||||
<div id="outline-container-org7fc780f" class="outline-3">
|
||||
<h3 id="org7fc780f"><span class="section-number-3">4.1</span> Season 02 Episode 14: Black Market</h3>
|
||||
<div id="outline-container-org00cd01e" class="outline-3">
|
||||
<h3 id="org00cd01e"><span class="section-number-3">4.1</span> Season 02 Episode 14: Black Market</h3>
|
||||
<div class="outline-text-3" id="text-4-1">
|
||||
<p>
|
||||
It's very out of character for Lee. I mean, even if we were to infer
|
||||
@ -735,8 +735,8 @@ you and goodnight.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgcf208dc" class="outline-3">
|
||||
<h3 id="orgcf208dc"><span class="section-number-3">4.2</span> Season 03 Episode 07: A Measure of Salvation</h3>
|
||||
<div id="outline-container-org2e4a14a" class="outline-3">
|
||||
<h3 id="org2e4a14a"><span class="section-number-3">4.2</span> Season 03 Episode 07: A Measure of Salvation</h3>
|
||||
<div class="outline-text-3" id="text-4-2">
|
||||
<p>
|
||||
I also want to address this from another angle: that sparing the
|
||||
@ -777,8 +777,8 @@ short term. But…
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org1f0b9a2" class="outline-3">
|
||||
<h3 id="org1f0b9a2"><span class="section-number-3">4.3</span> Season 03 Episode 08: Hero</h3>
|
||||
<div id="outline-container-org7ae85c2" class="outline-3">
|
||||
<h3 id="org7ae85c2"><span class="section-number-3">4.3</span> Season 03 Episode 08: Hero</h3>
|
||||
<div class="outline-text-3" id="text-4-3">
|
||||
<p>
|
||||
This is regarded as one of the worst episode of BSG along with "Black
|
||||
@ -795,8 +795,8 @@ episode" (not a literal quote).
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org36b5415" class="outline-3">
|
||||
<h3 id="org36b5415"><span class="section-number-3">4.4</span> Season 03 Episode 09: Unfinished Business</h3>
|
||||
<div id="outline-container-org80fe9ac" class="outline-3">
|
||||
<h3 id="org80fe9ac"><span class="section-number-3">4.4</span> Season 03 Episode 09: Unfinished Business</h3>
|
||||
<div class="outline-text-3" id="text-4-4">
|
||||
<p>
|
||||
During Starbuck's fight with Lee Adama, once it becomes obvious that
|
||||
@ -879,8 +879,8 @@ described it in the commentary as The Passion of the Adama.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgf44ef2e" class="outline-3">
|
||||
<h3 id="orgf44ef2e"><span class="section-number-3">4.5</span> Season 03 Episode 10: The Passage</h3>
|
||||
<div id="outline-container-orgb9e2e64" class="outline-3">
|
||||
<h3 id="orgb9e2e64"><span class="section-number-3">4.5</span> Season 03 Episode 10: The Passage</h3>
|
||||
<div class="outline-text-3" id="text-4-5">
|
||||
<p>
|
||||
Have you ever wondered what it was like to fly through baby stars?
|
||||
@ -967,8 +967,8 @@ while in the hospital bed.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgc2cc20e" class="outline-3">
|
||||
<h3 id="orgc2cc20e"><span class="section-number-3">4.6</span> Season 03 Episode 14: The Woman King</h3>
|
||||
<div id="outline-container-orga820cbe" class="outline-3">
|
||||
<h3 id="orga820cbe"><span class="section-number-3">4.6</span> Season 03 Episode 14: The Woman King</h3>
|
||||
<div class="outline-text-3" id="text-4-6">
|
||||
<p>
|
||||
In the commentary, RDM says that this episode was supposed to be a
|
||||
@ -1052,8 +1052,8 @@ down on Helo for suspecting that doctor, that's a bad move.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org55c9fe6" class="outline-3">
|
||||
<h3 id="org55c9fe6"><span class="section-number-3">4.7</span> Season 03 Episode 18: The Son Also Rises</h3>
|
||||
<div id="outline-container-org19e4457" class="outline-3">
|
||||
<h3 id="org19e4457"><span class="section-number-3">4.7</span> Season 03 Episode 18: The Son Also Rises</h3>
|
||||
<div class="outline-text-3" id="text-4-7">
|
||||
<p>
|
||||
Sam Anders' flipping a coin and continually coming up with heads is
|
||||
@ -1102,8 +1102,8 @@ the company of someone who loved Kara as much as he did.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org6673893" class="outline-3">
|
||||
<h3 id="org6673893"><span class="section-number-3">4.8</span> Caprica Episode 18</h3>
|
||||
<div id="outline-container-org2baea36" class="outline-3">
|
||||
<h3 id="org2baea36"><span class="section-number-3">4.8</span> Caprica Episode 18</h3>
|
||||
<div class="outline-text-3" id="text-4-8">
|
||||
<p>
|
||||
If you watched this in the order proposed you are going to feel
|
||||
@ -1169,8 +1169,8 @@ On a minor important note, V World helps explain Cylon's phenomenon of "projecti
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgb74abf5" class="outline-3">
|
||||
<h3 id="orgb74abf5"><span class="section-number-3">4.9</span> Season 03 Episode 20: Crossroads</h3>
|
||||
<div id="outline-container-org9fb3fa0" class="outline-3">
|
||||
<h3 id="org9fb3fa0"><span class="section-number-3">4.9</span> Season 03 Episode 20: Crossroads</h3>
|
||||
<div class="outline-text-3" id="text-4-9">
|
||||
<p>
|
||||
All I am going to say is that I needed a chair with a deeper edge.
|
||||
@ -1227,8 +1227,8 @@ On a personal note at this point of the show I hate Kara.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org8d48790" class="outline-3">
|
||||
<h3 id="org8d48790"><span class="section-number-3">4.10</span> Season 04 Episode 03: The Ties That Bind</h3>
|
||||
<div id="outline-container-org178c851" class="outline-3">
|
||||
<h3 id="org178c851"><span class="section-number-3">4.10</span> Season 04 Episode 03: The Ties That Bind</h3>
|
||||
<div class="outline-text-3" id="text-4-10">
|
||||
<p>
|
||||
When Six's fleet is ambushed by Cavil's, the Orion constellation (as
|
||||
@ -1241,8 +1241,8 @@ seen more frequently in the episodes that follow.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org93adc16" class="outline-3">
|
||||
<h3 id="org93adc16"><span class="section-number-3">4.11</span> Season 04 Episode 04: Escape Velocity</h3>
|
||||
<div id="outline-container-org14f20e2" class="outline-3">
|
||||
<h3 id="org14f20e2"><span class="section-number-3">4.11</span> Season 04 Episode 04: Escape Velocity</h3>
|
||||
<div class="outline-text-3" id="text-4-11">
|
||||
<p>
|
||||
Distraught over the incident, Tyrol sits alone in Joe's Bar. Adama
|
||||
@ -1315,8 +1315,8 @@ confronts her impending death.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org56345f5" class="outline-3">
|
||||
<h3 id="org56345f5"><span class="section-number-3">4.12</span> Season 04 Episode 07: Guess What's Coming To Dinner</h3>
|
||||
<div id="outline-container-orge9fe932" class="outline-3">
|
||||
<h3 id="orge9fe932"><span class="section-number-3">4.12</span> Season 04 Episode 07: Guess What's Coming To Dinner</h3>
|
||||
<div class="outline-text-3" id="text-4-12">
|
||||
<p>
|
||||
The Hybrid's prophecy that Kara Thrace is the "harbinger of death"
|
||||
@ -1356,8 +1356,8 @@ when destroying the latter's apotheosis heaven decades earlier in
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgd032f73" class="outline-3">
|
||||
<h3 id="orgd032f73"><span class="section-number-3">4.13</span> Season 04 Episode 04: Sine Qua Non</h3>
|
||||
<div id="outline-container-org9a9daf9" class="outline-3">
|
||||
<h3 id="org9a9daf9"><span class="section-number-3">4.13</span> Season 04 Episode 04: Sine Qua Non</h3>
|
||||
<div class="outline-text-3" id="text-4-13">
|
||||
<p>
|
||||
Ron Moore and the episodes writer, Michael Taylor, talk about Romo's
|
||||
@ -1375,8 +1375,8 @@ cat, a "bad idea" for which he chooses to take the blame.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orga87ae1e" class="outline-3">
|
||||
<h3 id="orga87ae1e"><span class="section-number-3">4.14</span> Season 04 Episode 14: Blood On The Scales</h3>
|
||||
<div id="outline-container-org04fc379" class="outline-3">
|
||||
<h3 id="org04fc379"><span class="section-number-3">4.14</span> Season 04 Episode 14: Blood On The Scales</h3>
|
||||
<div class="outline-text-3" id="text-4-14">
|
||||
<p>
|
||||
Gaeta and Thigh are my favourite characters. Romantically Gaeta
|
||||
@ -1447,8 +1447,8 @@ it might be understandable that he harbors a profound hate for them.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orga731da5" class="outline-3">
|
||||
<h3 id="orga731da5"><span class="section-number-3">4.15</span> The Plan</h3>
|
||||
<div id="outline-container-orgf93771f" class="outline-3">
|
||||
<h3 id="orgf93771f"><span class="section-number-3">4.15</span> The Plan</h3>
|
||||
<div class="outline-text-3" id="text-4-15">
|
||||
<p>
|
||||
The Plan is not a particularly compelling piece of work on its own. In
|
||||
@ -1738,8 +1738,8 @@ Stockwell from The Boy With Green Hair.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org7191990" class="outline-3">
|
||||
<h3 id="org7191990"><span class="section-number-3">4.16</span> Season 04 Episode 16: Deadlock</h3>
|
||||
<div id="outline-container-org7dd6437" class="outline-3">
|
||||
<h3 id="org7dd6437"><span class="section-number-3">4.16</span> Season 04 Episode 16: Deadlock</h3>
|
||||
<div class="outline-text-3" id="text-4-16">
|
||||
<p>
|
||||
Not much to say except to make two clarifications:
|
||||
@ -1762,8 +1762,8 @@ because he is accepted again.</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org406b07b" class="outline-3">
|
||||
<h3 id="org406b07b"><span class="section-number-3">4.17</span> Season 04: Battlestar Galactica Finale (S04E17-18-19-20)</h3>
|
||||
<div id="outline-container-orga058f46" class="outline-3">
|
||||
<h3 id="orga058f46"><span class="section-number-3">4.17</span> Season 04: Battlestar Galactica Finale (S04E17-18-19-20)</h3>
|
||||
<div class="outline-text-3" id="text-4-17">
|
||||
<p>
|
||||
I wont play pretend to be a critico cinematografico. I'll just try to
|
||||
@ -2048,12 +2048,12 @@ even kind of a let down (Athena putting a cable in her arm, really?)
|
||||
but this is why it will withstand the test of time.
|
||||
</p>
|
||||
</div>
|
||||
<div id="outline-container-org5d80d49" class="outline-4">
|
||||
<h4 id="org5d80d49"><span class="section-number-4">4.17.1</span> Other reviews</h4>
|
||||
<div id="outline-container-org6b20b45" class="outline-4">
|
||||
<h4 id="org6b20b45"><span class="section-number-4">4.17.1</span> Other reviews</h4>
|
||||
<div class="outline-text-4" id="text-4-17-1">
|
||||
</div>
|
||||
<ol class="org-ol">
|
||||
<li><a id="org509c3f8"></a>Battlestar's "Daybreak:" The worst ending in the history of on-screen science fiction - Brad Templeton<br />
|
||||
<li><a id="org55a6618"></a>Battlestar's "Daybreak:" The worst ending in the history of on-screen science fiction - Brad Templeton<br />
|
||||
<div class="outline-text-5" id="text-4-17-1-1">
|
||||
<p>
|
||||
Battlestar Galactica attracted a lot of fans and a lot of kudos during
|
||||
@ -2108,7 +2108,7 @@ began, might well have made the grade.)
|
||||
</p>
|
||||
</div>
|
||||
<ol class="org-ol">
|
||||
<li><a id="orgb509c6f"></a>Ron Moore's goals<br />
|
||||
<li><a id="orge920981"></a>Ron Moore's goals<br />
|
||||
<div class="outline-text-6" id="text-4-17-1-1-1">
|
||||
<p>
|
||||
To understand the fall of BSG, one must examine it both in terms of
|
||||
@ -2138,7 +2138,7 @@ the characters, stupid."
|
||||
</p>
|
||||
</div>
|
||||
<ol class="org-ol">
|
||||
<li><a id="orgabddfea"></a>The link to reality<br />
|
||||
<li><a id="orgb33a723"></a>The link to reality<br />
|
||||
<div class="outline-text-7" id="text-4-17-1-1-1-1">
|
||||
<p>
|
||||
In addition, his other goal for the end was to make a connection to
|
||||
@ -2154,7 +2154,7 @@ Moore felt an alternative universe was not sufficient.
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li><a id="org6d811ec"></a>THe successes, and then failures<br />
|
||||
<li><a id="org4cfaa0f"></a>THe successes, and then failures<br />
|
||||
<div class="outline-text-6" id="text-4-17-1-1-2">
|
||||
<p>
|
||||
During its run, BSG offered much that was great, in several cases groundbreaking elements never seen before in TV SF:
|
||||
@ -2200,7 +2200,7 @@ to understand the metrics of greatness that I am using.
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
<li><a id="orgba76888"></a>A defence of hard (and soft) science fiction<br />
|
||||
<li><a id="orgdc13d18"></a>A defence of hard (and soft) science fiction<br />
|
||||
<div class="outline-text-6" id="text-4-17-1-1-3">
|
||||
<p>
|
||||
The term "hard" science fiction has two meanings. The first is SF that
|
||||
@ -2358,7 +2358,7 @@ is still a goal to strive for and be measured against.
|
||||
</p>
|
||||
</div>
|
||||
<ol class="org-ol">
|
||||
<li><a id="orge5b6fd1"></a>Values of great mistery<br />
|
||||
<li><a id="org7f3e255"></a>Values of great mistery<br />
|
||||
<div class="outline-text-7" id="text-4-17-1-1-3-1">
|
||||
<p>
|
||||
BSG was not just an SF show. It was a mystery. The story held many
|
||||
@ -2387,7 +2387,7 @@ Now on to where BSG fell down.
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li><a id="org4812cf5"></a>Failure 1 - God did it<br />
|
||||
<li><a id="org873389e"></a>Failure 1 - God did it<br />
|
||||
<div class="outline-text-6" id="text-4-17-1-1-4">
|
||||
<p>
|
||||
(And no, in spiteWhen gods become active characters in fiction, the rules change again. The earliest dramas, written by the ancient Greeks, regularly had the gods meddling in the affairs of mortals. In many of these plays, the mortals were just pawns, doomed to meet a divinely willed destiny. Plots would be resolved and characters' fates settled through the sudden intervention of gods.
|
||||
@ -2516,7 +2516,7 @@ sense.
|
||||
</p>
|
||||
</div>
|
||||
<ol class="org-ol">
|
||||
<li><a id="orga25e1a8"></a>The Ghostbusters law<br />
|
||||
<li><a id="org7cc8b53"></a>The Ghostbusters law<br />
|
||||
<div class="outline-text-7" id="text-4-17-1-1-4-1">
|
||||
<p>
|
||||
Many argue that the appearance of the divine is hardly a surprise in
|
||||
@ -2626,7 +2626,7 @@ entirely different rules.)
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li><a id="orgaf7bfaa"></a>Failure 2 – Science errors on plot-turning elements<br />
|
||||
<li><a id="org6bde2a4"></a>Failure 2 – Science errors on plot-turning elements<br />
|
||||
<div class="outline-text-6" id="text-4-17-1-1-5">
|
||||
<p>
|
||||
No work of SF is likely to be perfect in its science, no matter how
|
||||
@ -2671,7 +2671,7 @@ everybody.
|
||||
</p>
|
||||
</div>
|
||||
<ol class="org-ol">
|
||||
<li><a id="org4017bca"></a>Mitochondrial Eve<br />
|
||||
<li><a id="org7016ab9"></a>Mitochondrial Eve<br />
|
||||
<div class="outline-text-7" id="text-4-17-1-1-5-1">
|
||||
<p>
|
||||
The key error I am going to speak about may seem rather obscure to
|
||||
@ -2815,7 +2815,7 @@ some DNA.
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
<li><a id="org8afed87"></a>Hera's Mitochondria, interbreeding, and Arks<br />
|
||||
<li><a id="orge92846c"></a>Hera's Mitochondria, interbreeding, and Arks<br />
|
||||
<div class="outline-text-7" id="text-4-17-1-1-5-2">
|
||||
<p>
|
||||
Or did they do even that? Adama is correctly shocked to hear that the
|
||||
@ -2919,7 +2919,7 @@ powerful. Some might like that better, but it's not our world.
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
<li><a id="org698119b"></a>Failure 2a – Broken connection to our reality<br />
|
||||
<li><a id="orge8d295d"></a>Failure 2a – Broken connection to our reality<br />
|
||||
<div class="outline-text-7" id="text-4-17-1-1-5-3">
|
||||
<p>
|
||||
Making mistakes like this is one of the big dangers of the "secret
|
||||
@ -2939,7 +2939,7 @@ reality is.
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
<li><a id="orgf46948d"></a>Is this too nitpicky?<br />
|
||||
<li><a id="org5f92dba"></a>Is this too nitpicky?<br />
|
||||
<div class="outline-text-7" id="text-4-17-1-1-5-4">
|
||||
<p>
|
||||
Many viewers were not aware (just as Moore wasn't) of who MTE was. In
|
||||
@ -2976,7 +2976,7 @@ that gives it meaning, if you want to rise to the top.
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li><a id="org3046266"></a>Failure 3 – Collective Unconscious<br />
|
||||
<li><a id="orgd8f3c86"></a>Failure 3 – Collective Unconscious<br />
|
||||
<div class="outline-text-6" id="text-4-17-1-1-6">
|
||||
<p>
|
||||
The show was full of elements from our culture. They dressed like us, their technology looked like ours. They used our idioms, and even quoted lines of Shakespeare from time to time. Their gods were the same as the Greeks had, their military rules were similar. On the surface, this might be treated as a translation for the audience. After all, often we see shows where the characters would obviously not be speaking English, but of course the actors do – what we see is translated to be familiar with us.
|
||||
@ -3014,7 +3014,7 @@ experimental success.
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
<li><a id="org221c0b5"></a>Failure 4 – The Future vs. a secret history<br />
|
||||
<li><a id="org0768001"></a>Failure 4 – The Future vs. a secret history<br />
|
||||
<div class="outline-text-6" id="text-4-17-1-1-7">
|
||||
<p>
|
||||
In the 1970s, Chariots of the Gods, which talked about ancient
|
||||
@ -3206,7 +3206,7 @@ was the clue we should have noticed.)
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
<li><a id="org611825c"></a>Failure 5 – It's the characters, stupid<br />
|
||||
<li><a id="org476f25f"></a>Failure 5 – It's the characters, stupid<br />
|
||||
<div class="outline-text-6" id="text-4-17-1-1-8">
|
||||
<p>
|
||||
Moore often defends the ending by saying that, while writing it, he
|
||||
@ -3284,7 +3284,7 @@ the tweakings of an interventionist diety.
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
<li><a id="orge07a7fe"></a>Failure 6 – no a great ending<br />
|
||||
<li><a id="orgcdae7bb"></a>Failure 6 – no a great ending<br />
|
||||
<div class="outline-text-6" id="text-4-17-1-1-9">
|
||||
<p>
|
||||
Many others have written about other failures of the ending, failures
|
||||
@ -3396,7 +3396,7 @@ World SF Convention in August was surprisingly vitriolic.
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
<li><a id="orgaf28baf"></a>How it could have been great<br />
|
||||
<li><a id="org4c6ac77"></a>How it could have been great<br />
|
||||
<div class="outline-text-6" id="text-4-17-1-1-10">
|
||||
<p>
|
||||
I've noted that one of the great disappointments of the ending was how
|
||||
@ -3419,7 +3419,7 @@ such as these.
|
||||
</p>
|
||||
</div>
|
||||
<ol class="org-ol">
|
||||
<li><a id="orgd61c849"></a>In the future<br />
|
||||
<li><a id="org3c6aba5"></a>In the future<br />
|
||||
<div class="outline-text-7" id="text-4-17-1-1-10-1">
|
||||
<p>
|
||||
The show could have been set in the future with just a few minor
|
||||
@ -3508,7 +3508,7 @@ topics at anywhere near the depth found in the written literature.
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
<li><a id="org7f6fdc0"></a>In the past<br />
|
||||
<li><a id="org5a224dc"></a>In the past<br />
|
||||
<div class="outline-text-7" id="text-4-17-1-1-10-2">
|
||||
<p>
|
||||
It is still just barely possible to have set a great ending in the
|
||||
@ -3532,7 +3532,7 @@ you want to retain his religious mood.
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
<li><a id="orgb9d5834"></a>Could this be what Moore intended?<br />
|
||||
<li><a id="org924fc59"></a>Could this be what Moore intended?<br />
|
||||
<div class="outline-text-7" id="text-4-17-1-1-10-3">
|
||||
<p>
|
||||
There is the slightest hint that Moore was considering this. He has the demon-Baltar declare at the end, "You know it doesn't like that name" when Angel-Six refers to "God's plan" as she has so often in the course of the show. This leaves a trace hint that the god isn't supernatural. Moore says in his podcast that he liked leaving that ambiguity in. However, he never answers it. And had he wanted to do it this way, had he wanted to lay it out as a story of alien or divine abduction, he could have easily done so, at great benefit and no harm to his story. It's hard to imagine him liking the interpretation that realism-oriented fans have of the "god did it" ending that was delivered.
|
||||
@ -3552,7 +3552,7 @@ throwing science out the window.
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
<li><a id="orga953916"></a>The writers' strike ending<br />
|
||||
<li><a id="org2f686bd"></a>The writers' strike ending<br />
|
||||
<div class="outline-text-7" id="text-4-17-1-1-10-4">
|
||||
<p>
|
||||
As some viewers know, the episode "Revelations" which ended the first half of season four with the crew discovering a ruined Earth was an emergency backup finale for the show. At the time, the writers' guild was on strike and there was no end in sight. Had it gone on longer, they would have had to shut down the show, close leases on the studio lots and tear down the sets. They might not have been able to finish the show. So they tweaked Revelations as a possible final ending.
|
||||
@ -3575,7 +3575,7 @@ episodes covered exactly those matters.
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li><a id="org992242d"></a>The worst ending ever?<br />
|
||||
<li><a id="org375898f"></a>The worst ending ever?<br />
|
||||
<div class="outline-text-6" id="text-4-17-1-1-11">
|
||||
<p>
|
||||
As I wrote at the start, I deem this the worst (most disappointing)
|
||||
@ -3629,7 +3629,7 @@ ever, and that's a pity.
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li><a id="org8607642"></a>"You know he doesn't like that name" - Josh bids farewell to Battlestar Galactica!<br />
|
||||
<li><a id="orgc24da27"></a>"You know he doesn't like that name" - Josh bids farewell to Battlestar Galactica!<br />
|
||||
<div class="outline-text-5" id="text-4-17-1-2">
|
||||
<p>
|
||||
March 23rd, 2009 Battlestar Galactica, TV Show Reviews
|
||||
@ -3879,7 +3879,7 @@ Say it with me now, folks: So say we all!
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
<li><a id="org9c50652"></a>On Hera's blood<br />
|
||||
<li><a id="org0f93268"></a>On Hera's blood<br />
|
||||
<div class="outline-text-5" id="text-4-17-1-3">
|
||||
<p>
|
||||
After the show concluded, many viewers complained about how all the
|
||||
@ -3921,7 +3921,7 @@ show is set in the past.
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
<li><a id="org55adc3e"></a>Not In Our Stars: the Betrayals of the Battlestar Galactica Finale - Sam J. Miller<br />
|
||||
<li><a id="org8863a96"></a>Not In Our Stars: the Betrayals of the Battlestar Galactica Finale - Sam J. Miller<br />
|
||||
<div class="outline-text-5" id="text-4-17-1-4">
|
||||
<pre class="example">
|
||||
“The fault, dear Brutus, is not in our stars, but in ourselves...”
|
||||
@ -4220,7 +4220,7 @@ betrayals of Daybreak have ceased to annoy us.
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
<li><a id="org1d5df81"></a>As Battlestar Ends, God Is In the Details - Annalee Newitz<br />
|
||||
<li><a id="org4a02152"></a>As Battlestar Ends, God Is In the Details - Annalee Newitz<br />
|
||||
<div class="outline-text-5" id="text-4-17-1-5">
|
||||
<p>
|
||||
Battlestar Galactica concluded with a moving, pyrotechnic two-hour
|
||||
@ -4475,7 +4475,7 @@ series. It offers no pat answers. We must decide.
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li><a id="org8df0a54"></a>Reddit comments on the finale<br />
|
||||
<li><a id="org63f65ff"></a>Reddit comments on the finale<br />
|
||||
<div class="outline-text-5" id="text-4-17-1-6">
|
||||
<p>
|
||||
I enjoyed both the connections to our modern world (on-the-nose though
|
||||
@ -4591,8 +4591,8 @@ not intercede at a key moment.
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgea286fd" class="outline-3">
|
||||
<h3 id="orgea286fd"><span class="section-number-3">4.18</span> Bloopers</h3>
|
||||
<div id="outline-container-orgdee9f20" class="outline-3">
|
||||
<h3 id="orgdee9f20"><span class="section-number-3">4.18</span> Bloopers</h3>
|
||||
<div class="outline-text-3" id="text-4-18">
|
||||
<ul class="org-ul">
|
||||
<li>Season 03 Episode 09: Dr Cottle says "Christ" (47:42)</li>
|
||||
@ -4604,14 +4604,14 @@ mark</li>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgf5836eb" class="outline-2">
|
||||
<h2 id="orgf5836eb"><span class="section-number-2">5</span> Timeline</h2>
|
||||
<div id="outline-container-org45270b1" class="outline-2">
|
||||
<h2 id="org45270b1"><span class="section-number-2">5</span> Timeline</h2>
|
||||
<div class="outline-text-2" id="text-5">
|
||||
<p>
|
||||
<a href="https://www.flickr.com/photos/billyray_jr/5593262639">https://www.flickr.com/photos/billyray_jr/5593262639</a>
|
||||
</p>
|
||||
|
||||
<div class="figure">
|
||||
<div id="org505d2f1" class="figure">
|
||||
<p><img src="./bsg_timeline.jpg" alt="bsg_timeline.jpg" />
|
||||
</p>
|
||||
<p><span class="figure-number">Figure 1: </span>This is the timeline of the show</p>
|
||||
|
171
blog/capodanno22.html
Normal file
@ -0,0 +1,171 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2021-12-30 Thu 15:40 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Capodanno 22. Happy lezzo year</title>
|
||||
<meta name="generator" content="Org mode" />
|
||||
<meta name="author" content="ruspante" />
|
||||
<link rel="stylesheet" href="articles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
<h1 class="title">Capodanno 22. Happy lezzo year</h1>
|
||||
<div id="outline-container-org781f180" class="outline-2">
|
||||
<h2 id="org781f180">Programma</h2>
|
||||
<div class="outline-text-2" id="text-org781f180">
|
||||
<ul class="org-ul">
|
||||
<li>ci ritroviamo a casa di BAYONETTA alle 8</li>
|
||||
<li>il menù della cena è il seguente:
|
||||
<ul class="org-ul">
|
||||
<li>Gyoza (anche veg) by ruspante</li>
|
||||
<li>Riso al curry con verdure saltate by Tuna</li>
|
||||
<li>Chicken Pot Pie by bparodi</li>
|
||||
<li>lenticchie veg by bparodi</li>
|
||||
</ul></li>
|
||||
<li>"cose" da bere:
|
||||
<ul class="org-ul">
|
||||
<li>15 birre</li>
|
||||
<li>Melatini</li>
|
||||
<li>Spritz</li>
|
||||
<li>1 spumante</li>
|
||||
<li>1 prosecco</li>
|
||||
<li>1 coca</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
La serata sarà scandita da una serie di giochi di gruppo. Alla fine di ogni
|
||||
gioco il vincitore o i vincitori dovranno decidere una regola fra quelle
|
||||
elencate. La regola ha validità un'ora oppure fino a quando 6 persone diverse
|
||||
non la infrangono. Ogni volta che una persona infrange una regola deve bere uno
|
||||
dei drink a sua scelta.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orge8de4b8" class="outline-3">
|
||||
<h3 id="orge8de4b8">Lista regole</h3>
|
||||
<div class="outline-text-3" id="text-orge8de4b8">
|
||||
<ol class="org-ol">
|
||||
<li>si parla solo in maniera forbita e aulica</li>
|
||||
<li>ogni frase deve contenere almeno una parola in inglese</li>
|
||||
<li>se il tuo sguardo incrocia quello di un'altra persona mentre stai bevendo
|
||||
allora questa persona deve bere</li>
|
||||
<li>non si può camminare dritti (quindi solo di lato o all'indietro)</li>
|
||||
<li>puoi obbligare una persona a rispondere ad una tua domanda lanciando un dado
|
||||
e scegliendo pari o dispari (le richieste non si possono ripetere)</li>
|
||||
<li>puoi obbligare una persona a fare qualcosa lanciando un dado
|
||||
e scegliendo pari o dispari (le richieste non si possono ripetere)</li>
|
||||
<li>ogni volta che guardi il cellulare bevi</li>
|
||||
<li>tutti devono tenere i gomiti come i T-rex. Le mani e le braccia non
|
||||
possono essere estese. Chi viola questa regola deve bere e fare il
|
||||
verso di un dinosauro</li>
|
||||
<li>tutti si chiamano Ciro. Chi viola questa regola deve bere. È
|
||||
consentito sostituire Ciro con un altro nome</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org70bbd3f" class="outline-3">
|
||||
<h3 id="org70bbd3f">Gioco 1 - bullshit</h3>
|
||||
<div class="outline-text-3" id="text-org70bbd3f">
|
||||
<p>
|
||||
Tutti i giocatori si siedono in cerchio e, a turno, ognuno fa delle
|
||||
confessioni che possono essere vere o false. Ogni giocatore del
|
||||
cerchio che è convinto che il narratore stia mentendo deve gridare
|
||||
"Stronzate". Se la confessione era falsa il narratore deve bere mentre
|
||||
se era vera deve bere il giocatore accusatore.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org819a862" class="outline-3">
|
||||
<h3 id="org819a862">Gioco 2 - pictionary</h3>
|
||||
<div class="outline-text-3" id="text-org819a862">
|
||||
<p>
|
||||
Il gioco consiste nel tentativo di indovinare una parola o frase segreta che un
|
||||
giocatore deve suggerire ai propri compagni di squadra disegnando su un foglio
|
||||
di carta. Ci saranno 4 turni per due squadre. Il penteggio viene assegnato in
|
||||
base al numero di disegni azzeccati correttamente.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org9d2a6e0" class="outline-3">
|
||||
<h3 id="org9d2a6e0">Gioco 3 - taboo</h3>
|
||||
<div class="outline-text-3" id="text-org9d2a6e0">
|
||||
<p>
|
||||
Scopo del gioco è far indovinare ai membri della propria squadra una parola,
|
||||
senza però pronunciare una delle cosiddette parole tabù, ossia un elenco di
|
||||
cinque parole correlate a quella da indovinare. Ad esempio, per far indovinare
|
||||
la parola "Arresto", non si potranno utilizzare "Polizia", "Stop", "Liberare",
|
||||
"Imprigionare" e "Manette". Il penteggio viene assegnato in base al numero di
|
||||
parole azzeccate correttamente.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org8872bff" class="outline-3">
|
||||
<h3 id="org8872bff">Gioco 4 - io non ho mai</h3>
|
||||
<div class="outline-text-3" id="text-org8872bff">
|
||||
<p>
|
||||
Si giocheranno 4 giri di io non ho mai, dove per ogni 30 secondi di attesa nel
|
||||
formulare una domanda si beve uno shot di penalità. Il punteggio ottenuto ad
|
||||
ogni giro equivale alle persone che hanno bevuto durante il tuo turno.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org07b369c" class="outline-3">
|
||||
<h3 id="org07b369c">Gioco 5 - il gioco di Santhià</h3>
|
||||
<div class="outline-text-3" id="text-org07b369c">
|
||||
<p>
|
||||
A turno ogni giocatore pesca una domanda che dovrà porre agli altri
|
||||
partecipanti. Tutti scriveranno la risposta su un foglio di carta. Chi risponde
|
||||
correttamente o si avvicina di più alla risposta del giocatore guadagna un
|
||||
punto.
|
||||
</p>
|
||||
|
||||
<ol class="org-ol">
|
||||
<li>quali sono le 3 mie serie tv preferite?</li>
|
||||
<li>qual è la mia posizione sessuale preferita?</li>
|
||||
<li>qual è l'età della più giovane e della più vecchia persona con il quale
|
||||
Ho limonato?</li>
|
||||
<li>quale è il mio kink?</li>
|
||||
<li>quale politico mi farei?</li>
|
||||
<li>qual è il posto più strano in cui l'ho fatto?</li>
|
||||
<li>qual è il posto più strano in cui ho cagato?</li>
|
||||
<li>quante volte mi masturbo in una settimana?</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgfb7f1f9" class="outline-3">
|
||||
<h3 id="orgfb7f1f9">Gioco 6 - obbligo o verità</h3>
|
||||
<div class="outline-text-3" id="text-orgfb7f1f9">
|
||||
<p>
|
||||
I giocatori si riuniscono e si preparano a giocare posizionando una
|
||||
bottiglia vuota al centro del gruppo, sul tavolo o per terra. Inizia
|
||||
il giocatore più giovane, facendo girare la bottiglia. Quando si
|
||||
fermerà, il giocatore designato dovrà scegliere tra fare un Obbligo o
|
||||
dire una Verità.
|
||||
</p>
|
||||
<ul class="org-ul">
|
||||
<li>Verità: il giocatore che ha fatto girare la bottiglia può chiedere
|
||||
al malcapitato qualsiasi domanda ed egli dovrà rispondere con
|
||||
assoluta sincerità.</li>
|
||||
<li>Obbligo: se l'intrepido giocatore sceglie Obbligo, allora dovrà fare
|
||||
ciò che gli viene chiesto</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: ruspante</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
256
blog/capodanno23.html
Normal file
@ -0,0 +1,256 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2022-12-31 Sat 12:18 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Capodanno 23. Happy lezzo year (again)</title>
|
||||
<meta name="generator" content="Org mode" />
|
||||
<meta name="author" content="bparodi" />
|
||||
<link rel="stylesheet" href="articles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
<h1 class="title">Capodanno 23. Happy lezzo year (again)</h1>
|
||||
<div id="outline-container-org351cde9" class="outline-2">
|
||||
<h2 id="org351cde9">Programma</h2>
|
||||
<div class="outline-text-2" id="text-org351cde9">
|
||||
<ul class="org-ul">
|
||||
<li>ci ritroviamo a casa del Conte alle 19</li>
|
||||
<li>il menù della cena è il seguente:
|
||||
<ul class="org-ul">
|
||||
<li>stuzzichini</li>
|
||||
<li>hummus e focaccia by Benedetta</li>
|
||||
<li>cannelloni by il Conte</li>
|
||||
<li>zampone e lenticchie by Ruspante and Selene</li>
|
||||
<li>tiramisu by Smos0</li>
|
||||
<li>frittata e torta salata by the girl from Bologna and Torres</li>
|
||||
<li>torta salata e panettone by Bayonetta and ButtStallion</li>
|
||||
</ul></li>
|
||||
<li>"cose" da bere:
|
||||
<ul class="org-ul">
|
||||
<li>10 birre</li>
|
||||
<li>6 bottiglie di vino</li>
|
||||
<li>2 bottiglie di Aperol</li>
|
||||
<li>3 prosecchi</li>
|
||||
<li>2 spumanti</li>
|
||||
<li>2l di bevanda capitalista</li>
|
||||
<li>una bottiglia di vino di visciole</li>
|
||||
<li>una bottiglia di amaro sibilla</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org8ec3b32" class="outline-2">
|
||||
<h2 id="org8ec3b32">Partecipanti</h2>
|
||||
<div class="outline-text-2" id="text-org8ec3b32">
|
||||
<ul class="org-ul">
|
||||
<li>The girl from Bologna</li>
|
||||
<li>Torres</li>
|
||||
<li>Benedetta</li>
|
||||
<li>Il Conte</li>
|
||||
<li>Ruspante</li>
|
||||
<li>Selene</li>
|
||||
<li>Bayonetta</li>
|
||||
<li>ButtStallion</li>
|
||||
<li>Smos0</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
La serata sarà scandita da una serie di giochi di gruppo. Alla fine di ogni
|
||||
gioco il vincitore o i vincitori dovranno decidere una regola fra quelle
|
||||
elencate. La regola ha validità un'ora oppure fino a quando 5 persone diverse
|
||||
non la infrangono. Ogni volta che una persona infrange una regola deve bere uno
|
||||
dei drink a sua scelta.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org6b2d311" class="outline-3">
|
||||
<h3 id="org6b2d311">Lista delle regole</h3>
|
||||
<div class="outline-text-3" id="text-org6b2d311">
|
||||
<p>
|
||||
Questa è una lista di regole dalle quali attingere durante la serata.
|
||||
Se possibile, preferiremmo che venissero inventate sul momento.
|
||||
</p>
|
||||
<ol class="org-ol">
|
||||
<li>si parla solo in maniera forbita e aulica</li>
|
||||
<li>ogni frase deve contenere almeno una parola in inglese</li>
|
||||
<li>se il tuo sguardo incrocia quello di un'altra persona mentre stai bevendo
|
||||
allora questa persona deve bere</li>
|
||||
<li>la regola del gambero: non si può camminare dritti, quindi solo di lato o all'indietro</li>
|
||||
<li>puoi obbligare una persona a rispondere ad una tua domanda lanciando un dado
|
||||
e scegliendo pari o dispari (le richieste non si possono ripetere)</li>
|
||||
<li>puoi obbligare una persona a fare qualcosa lanciando un dado
|
||||
e scegliendo pari o dispari (le richieste non si possono ripetere)</li>
|
||||
<li>ogni volta che guardi il cellulare bevi</li>
|
||||
<li>tutti devono tenere i gomiti come i T-rex. Le mani e le braccia non
|
||||
possono essere estese. Chi viola questa regola deve bere e fare il
|
||||
verso di un dinosauro</li>
|
||||
<li>Ogni volta che qualcuno dice una parola che ha più di cinque
|
||||
sillabe, tutti gli altri devono dire una parola con lo stesso
|
||||
numero di sillabe. Chi non riesce, deve bere</li>
|
||||
<li>Ogni volta che qualcuno dice una parola che inizia con la stessa
|
||||
lettera della propria iniziale del nome, devono bere</li>
|
||||
<li>Ogni volta che qualcuno dice una parola che può avere un doppio
|
||||
senso, tutti gli altri devono indovinare il vero significato. Chi
|
||||
non indovina, deve bere</li>
|
||||
<li>Ogni volta che qualcuno dice una parola che ha a che fare con il
|
||||
sesso, tutti gli altri devono dire una parola che ha a che fare
|
||||
con il sesso. Chi non riesce, deve bere</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org4cf4d4d" class="outline-2">
|
||||
<h2 id="org4cf4d4d">Lista dei giochi</h2>
|
||||
<div class="outline-text-2" id="text-org4cf4d4d">
|
||||
</div>
|
||||
<div id="outline-container-org52e614c" class="outline-3">
|
||||
<h3 id="org52e614c">Gioco 1 - Il dizionario</h3>
|
||||
<div class="outline-text-3" id="text-org52e614c">
|
||||
<p>
|
||||
Il gioco del dizionario è un gioco da tavolo di carta e matita per il
|
||||
quale è necessario un dizionario. Si richiede un minimo di 3
|
||||
giocatori, ma l'ideale è giocarlo in gruppi numerosi. Oltre al
|
||||
dizionario, occorrono un foglio di carta e una penna o matita per
|
||||
ciascun giocatore.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Si gioca a turni. Il giocatore di turno prende il dizionario e sceglie
|
||||
una parola, possibilmente ignota o poco nota ai presenti,
|
||||
annunciandola ad alta voce e trascrivendone segretamente la
|
||||
definizione sul proprio foglio. Il giocatore che tiene il dizionario è
|
||||
escluso dalla competizione per quel turno (svolge la funzione di
|
||||
"moderatore" o "banco"). Ciascuno degli altri giocatori procede quindi
|
||||
a scrivere sul proprio foglio, segretamente, una ipotetica definizione
|
||||
del termine scelto. Ai fini del gioco non è rilevante che la
|
||||
definizione proposta dai giocatori coincida con quella data dal
|
||||
dizionario, basta che essa sia vera e corretta nella sostanza.
|
||||
Terminata questa fase, i giocatori consegneranno i propri fogli
|
||||
(piegati in modo da nasconderli alla vista degli altri giocatori) al
|
||||
giocatore che ha scelto il termine. Quest'ultimo legge tutte le
|
||||
definizioni proposte, in ordine casuale, ad alta voce, includendovi
|
||||
anche la definizione "vera" presa dal dizionario (che può
|
||||
semplicemente trascrivere; o, meglio, se la riscrive con parole sue
|
||||
più semplici o stringate). A questo punto tutti gli altri giocatori
|
||||
dovranno "puntare" sulla definizione che ritengono essere quella vera.
|
||||
Nel caso in cui non si sappia né si intuisca in alcun modo il
|
||||
significato della parola, è possibile bluffare dando una definizione
|
||||
"camuffata", espressa nel modo più plausibile da convincere gli altri
|
||||
giocatori che si tratti di quella vera, di modo da ricevere comunque
|
||||
un punteggio, anche se non si è indovinata la definizione giusta; in
|
||||
questo caso quindi è più importante che la definizione che si propone
|
||||
sia verosimile, e dunque avrà un peso non secondario lo stile in cui
|
||||
essa verrà scritta.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Quando tutti i giocatori hanno scelto la definizione che reputavano
|
||||
essere quella giusta, si procede al conteggio dei punti, come segue:
|
||||
ogni giocatore che ha puntato sulla definizione vera guadagna 1 punto;
|
||||
ogni giocatore guadagna 1 punto per ciascun avversario che ha puntato
|
||||
sulla "sua" definizione.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orge797e67" class="outline-3">
|
||||
<h3 id="orge797e67">Gioco 2 - Io sono un drago</h3>
|
||||
<div class="outline-text-3" id="text-orge797e67">
|
||||
<p>
|
||||
<a href="./files/ocaubriaca.jpg">table</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org9e64a03" class="outline-3">
|
||||
<h3 id="org9e64a03">Gioco 3 - Quotami</h3>
|
||||
<div class="outline-text-3" id="text-org9e64a03">
|
||||
<p>
|
||||
L'obiettivo dello sfidato è quello di scegliere un intervallo di
|
||||
probabilità che va da 1 a 100. Al tre, entrambi i partecipanti
|
||||
dovranno pronunciare un numero. Se il numero pronunciato è lo stesso,
|
||||
lo sfidato dovrà compiere l'azione richiesta. Se il numero pronunciato
|
||||
è diverso, entrambi i partecipanti dovranno bere.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org93798a4" class="outline-3">
|
||||
<h3 id="org93798a4">Gioco 4 - io non ho mai</h3>
|
||||
<div class="outline-text-3" id="text-org93798a4">
|
||||
<p>
|
||||
Si giocheranno 4 giri di io non ho mai, dove per ogni 30 secondi di attesa nel
|
||||
formulare una domanda si beve uno shot di penalità. Il punteggio ottenuto ad
|
||||
ogni giro equivale alle persone che hanno bevuto durante il tuo turno.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org82cedb7" class="outline-3">
|
||||
<h3 id="org82cedb7">Gioco 5 - Taboo</h3>
|
||||
<div class="outline-text-3" id="text-org82cedb7">
|
||||
<p>
|
||||
Scopo del gioco è far indovinare ai membri della propria squadra una parola,
|
||||
senza però pronunciare una delle cosiddette parole tabù, ossia un elenco di
|
||||
cinque parole correlate a quella da indovinare. Ad esempio, per far indovinare
|
||||
la parola "Arresto", non si potranno utilizzare "Polizia", "Stop", "Liberare",
|
||||
"Imprigionare" e "Manette". Il penteggio viene assegnato in base al numero di
|
||||
parole azzeccate correttamente.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgec7a1c1" class="outline-3">
|
||||
<h3 id="orgec7a1c1">Gioco 6 - Obbligo o verità</h3>
|
||||
<div class="outline-text-3" id="text-orgec7a1c1">
|
||||
<p>
|
||||
I giocatori si riuniscono e si preparano a giocare posizionando una
|
||||
bottiglia vuota al centro del gruppo, sul tavolo o per terra. Inizia
|
||||
il giocatore più giovane, facendo girare la bottiglia. Quando si
|
||||
fermerà, il giocatore designato dovrà scegliere tra fare un Obbligo o
|
||||
dire una Verità.
|
||||
</p>
|
||||
<ul class="org-ul">
|
||||
<li>Verità: il giocatore che ha fatto girare la bottiglia può chiedere
|
||||
al malcapitato qualsiasi domanda ed egli dovrà rispondere con
|
||||
assoluta sincerità.</li>
|
||||
<li>Obbligo: se l'intrepido giocatore sceglie Obbligo, allora dovrà fare
|
||||
ciò che gli viene chiesto</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgceac499" class="outline-3">
|
||||
<h3 id="orgceac499">Gioco 7 - Il gioco di Santhià</h3>
|
||||
<div class="outline-text-3" id="text-orgceac499">
|
||||
<p>
|
||||
A turno ogni giocatore pesca una domanda che dovrà porre agli altri
|
||||
partecipanti. Tutti scriveranno la risposta su un foglio di carta. Chi risponde
|
||||
correttamente o si avvicina di più alla risposta del giocatore guadagna un
|
||||
punto.
|
||||
</p>
|
||||
|
||||
<ol class="org-ol">
|
||||
<li>quali sono le 3 mie serie tv preferite?</li>
|
||||
<li>qual è la mia posizione sessuale preferita?</li>
|
||||
<li>qual è l'età della più giovane e della più vecchia persona con il quale
|
||||
Ho limonato?</li>
|
||||
<li>quale è il mio kink?</li>
|
||||
<li>quale politico mi farei?</li>
|
||||
<li>qual è il posto più strano in cui l'ho fatto?</li>
|
||||
<li>qual è il posto più strano in cui ho cagato?</li>
|
||||
<li>quante volte mi masturbo in una settimana?</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: bparodi</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
BIN
blog/files/No Alla Pirateria - Non Ruberesti Mai.webm
Normal file
BIN
blog/files/adunanza2021.jpg
Normal file
After Width: | Height: | Size: 641 KiB |
@ -0,0 +1,276 @@
|
||||
@media only screen
|
||||
and (min-width : 320px)
|
||||
and (max-width : 620px) {
|
||||
/* MOBILE NAVIGATION ================================================================ */
|
||||
.mobile-nav-container {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.mobile-nav-close,
|
||||
.mobile-nav-open {
|
||||
background: transparent;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
display: none;
|
||||
margin: 12px 15px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 40px;
|
||||
z-index: 10000;
|
||||
}
|
||||
.mobile-nav-open {
|
||||
display: block
|
||||
}
|
||||
|
||||
.nav-container ul.nav {
|
||||
display: none;
|
||||
margin: 0;
|
||||
margin-top: 46px;
|
||||
}
|
||||
|
||||
.nav-container ul.nav li {
|
||||
background: #4682b4;
|
||||
/*background: #002041;*/
|
||||
border-bottom: 2px solid #ffffff;
|
||||
border-left: 2px solid #ffffff;
|
||||
border-right: 2px solid #ffffff;
|
||||
color: #ffffff;
|
||||
display: block;
|
||||
float: left;
|
||||
height: 40px;
|
||||
padding-right: 0;
|
||||
position: relative;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.nav-container ul.nav li:first-child {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.nav-container ul.nav li a {
|
||||
/*background: red;*/
|
||||
display: block;
|
||||
font-size: 11px;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.nav-container ul.nav li a span,
|
||||
.nav-container ul.nav li .photo-sub-menu a > span {
|
||||
display: block;
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
||||
.nav-container ul.nav li a > span br {
|
||||
content: " ";
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* COMMON ================================================================ */
|
||||
.main-logo {
|
||||
max-width: 520px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.main-logo-home {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
font-size:2em;
|
||||
}
|
||||
|
||||
.column {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.c12 {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.c13 {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.left {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.contact-list-container .left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.right {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* HOME ================================================================ */
|
||||
.home-copy {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.home-right {
|
||||
left: 0;
|
||||
position: relative;
|
||||
right: auto;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.home-left {
|
||||
left: 0;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
position: relative;
|
||||
right: auto;
|
||||
text-align: center;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.section-title-small {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
/* CALENDAR ================================================================ */
|
||||
.calendar-container {
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
.bible {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
/* MINISTRIES ================================================================ */
|
||||
.left-column-container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.left-column {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ministries-pastor {
|
||||
padding-right: 0px;
|
||||
width: 320px;
|
||||
}
|
||||
|
||||
.cross-left {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.cross-right {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.c13-1,
|
||||
.c13-2,
|
||||
.c13-3 {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* TESTIMONIALS ================================================================ */
|
||||
.testimonials-container {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.testimonials-right-column {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.testimonials-container .c13-1,
|
||||
.testimonials-container .c13-2,
|
||||
.testimonials-container .c13-3 {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.testimonials-container .c13-1,
|
||||
.testimonials-container .c13-3 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.audiojs {
|
||||
width:340px;
|
||||
}
|
||||
|
||||
.audiojs .scrubber {
|
||||
width:200px;
|
||||
}
|
||||
|
||||
.audiojs .time {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.contact-box-1 {
|
||||
height: 60px;
|
||||
margin: 0 auto 20px;
|
||||
width: 90%;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
|
||||
.contact-box-2 {
|
||||
margin: 0 auto;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
/* CONTACT US ================================================================ */
|
||||
.contact-pastor-container {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.contact-item-container {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.contact-cross-container {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.contact-list-container {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.contact-pastor {
|
||||
float: none;
|
||||
padding-right: 0;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.contatc-cross {
|
||||
float: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.contact-banner {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.contact-banner-mobile {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
/* FOOTER ================================================================ */
|
||||
.footer-copy {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.legal {
|
||||
max-width: 90%;
|
||||
}
|
||||
}
|
@ -0,0 +1,679 @@
|
||||
html, body, div, span, applet, object, iframe,
|
||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||
a, abbr, acronym, address, big, cite, code,
|
||||
del, dfn, em, img, ins, kbd, q, s, samp,
|
||||
small, strike, strong, tt, var,
|
||||
b, u, center,
|
||||
dl, dt, dd, ol, ul, li,
|
||||
fieldset, form, label, legend,
|
||||
table, caption, tbody, tfoot, thead, tr, th, td,
|
||||
article, aside, canvas, details, embed,
|
||||
figure, figcaption, footer, header, hgroup,
|
||||
menu, nav, output, ruby, section, summary,
|
||||
time, mark, audio, video {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
font: inherit;
|
||||
text-decoration: none;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #ffffff;
|
||||
color: #000000;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
font-family: "Comic Sans MS", 'Architects Daughter', "trebuchet ms", verdana, sans-serif;
|
||||
}
|
||||
|
||||
.main-container {
|
||||
height: 100%;
|
||||
/*position: absolute;*/
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* NAVIGATION ================================================================ */
|
||||
.mobile-nav-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.nav-container {
|
||||
background: #4682b4;
|
||||
display: block;
|
||||
height: 54px;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
text-align: center;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.nav-container ul.nav {
|
||||
display: inline-block;
|
||||
margin-top: 14px;
|
||||
/*position: absolute; */
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
width: 90%;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.nav-container ul.nav li {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 20%;
|
||||
}
|
||||
.nav-container ul.nav li:first-child {
|
||||
width: 12%;
|
||||
}
|
||||
|
||||
|
||||
.nav-container ul.nav li a {
|
||||
color: #ffffff;
|
||||
display: block;/*
|
||||
font-size: 0.7em;
|
||||
font-weight: bold;
|
||||
letter-spacing: 1px;
|
||||
line-height: 1.3em;*/
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
/* NAV media queries... */
|
||||
@media screen and (max-width: 800px) {
|
||||
.nav-container ul.nav {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
/* COMMON ================================================================ */
|
||||
.content-container {
|
||||
margin-top: 64px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.main-logo {
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
color: #4682b4;
|
||||
font-size: 2.8em;
|
||||
margin-top: -10px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.page-sub-title {
|
||||
font-size: 1.5em;
|
||||
font-weight: bold;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.section-container {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.section-title {
|
||||
color: #4682b4;
|
||||
font-size: 2em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.heading {
|
||||
font-size: 1em;
|
||||
margin: 15px 0 20px;
|
||||
}
|
||||
|
||||
.ministries {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.column {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
|
||||
/*border: 1px solid red;*/
|
||||
}
|
||||
|
||||
.c12 {
|
||||
width: 49%;
|
||||
}
|
||||
|
||||
.c13 {
|
||||
width: 32%;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.font-medium {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.font-big {
|
||||
font-size: 1.4em
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.white {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* HOME ================================================================ */
|
||||
.home-container {
|
||||
margin: 0 auto;
|
||||
max-width: 1280px;
|
||||
min-height: 550px;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
/*border: 1px solid red;*/
|
||||
}
|
||||
|
||||
.home-right {
|
||||
left: 260px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 80%;
|
||||
|
||||
/*border: 1px solid blue;*/
|
||||
}
|
||||
|
||||
.home-left {
|
||||
left: 0;
|
||||
padding-left: 40px;
|
||||
padding-top:20px;
|
||||
position: absolute;
|
||||
text-align: left;
|
||||
top: 0;
|
||||
width: 190px;
|
||||
|
||||
/*border: 1px solid green;*/
|
||||
}
|
||||
|
||||
.main-logo-home {
|
||||
float: left;
|
||||
margin-left: -18px;
|
||||
width: 750px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.home-left-column {
|
||||
max-width: 400px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.home-church {
|
||||
width: 170px;
|
||||
}
|
||||
|
||||
.pastor-info {
|
||||
font-size: 1.4em;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.service-times-container > .item {
|
||||
font-size: 0.9em;
|
||||
white-space: nowrap;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.service-times-heading {
|
||||
color: #4682b4;
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
||||
.section-title-small {
|
||||
color: #4682b4;
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.home-please-donate {
|
||||
color: #4682b4;
|
||||
font-size: 1.8em;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.home-copy {
|
||||
font-size: 1em;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
.donate-container {
|
||||
margin-bottom: 20px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.donate-button {
|
||||
background: #27b722;
|
||||
color: #ffffff;
|
||||
display: inline-block;
|
||||
margin: 0 auto 3px;
|
||||
padding: 6px;
|
||||
width: 170px;
|
||||
font-size: 1.4em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.money-box-container {
|
||||
color: #4682b4;
|
||||
display: block;
|
||||
margin: 5px auto 0;
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
.dollar-sign {
|
||||
display: inline-block;
|
||||
font-size: 1.4em;
|
||||
font-weight: bold;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
.money-box {
|
||||
background: #4682b4;
|
||||
color: #ffffff;
|
||||
display: inline-block;
|
||||
font-size: 1.6em;
|
||||
font-weight: bold;
|
||||
padding: 2px 7px;
|
||||
width: 170px;
|
||||
}
|
||||
|
||||
.slideshow {
|
||||
display: block;
|
||||
height: 280px;
|
||||
margin: 0 auto;
|
||||
/*padding-right: 20px;*/
|
||||
padding-bottom:10px;
|
||||
width: 420px;
|
||||
}
|
||||
|
||||
.slide {
|
||||
height: 280px;
|
||||
width: 420px;
|
||||
}
|
||||
|
||||
/* media queries... */
|
||||
@media screen and (max-width: 1115px) {
|
||||
.pastor-info {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 1040px) {
|
||||
.main-logo-home {
|
||||
width: 530px;
|
||||
}
|
||||
|
||||
.home-copy {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
.slideshow {
|
||||
height: 207px;
|
||||
width: 310px;
|
||||
}
|
||||
|
||||
.slide {
|
||||
height: 207px;
|
||||
width: 310px;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 870px) {
|
||||
.main-logo-home {
|
||||
float: none;
|
||||
margin-left: 0;
|
||||
}
|
||||
.slideshow {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.home-copy {
|
||||
padding-right: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.home-right {
|
||||
left: 0;
|
||||
position: relative;
|
||||
right: auto;
|
||||
top: 0;
|
||||
width: 96%;
|
||||
}
|
||||
|
||||
.home-left {
|
||||
left: 0;
|
||||
position: relative;
|
||||
right: auto;
|
||||
text-align: center;
|
||||
top: 0;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.home-left-column {
|
||||
/*padding-left: 20px;*/
|
||||
width: 45%;
|
||||
}
|
||||
}
|
||||
|
||||
/* CALENDAR ================================================================ */
|
||||
.calendar-container {
|
||||
margin: 0 auto;
|
||||
max-width: 800px;
|
||||
text-align: left;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.calendar-item {
|
||||
margin: 28px 0;
|
||||
font-size:1.2em;
|
||||
}
|
||||
|
||||
.day {
|
||||
font-weight: bold;
|
||||
margin-left: -15px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.bible {
|
||||
float: right;
|
||||
padding: 50px 0 50px 20px;
|
||||
width: 210px;
|
||||
}
|
||||
|
||||
.candle {
|
||||
float: right;
|
||||
padding: 0 28px;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.dove {
|
||||
width: 130px;
|
||||
}
|
||||
|
||||
/* MINISTRIES ================================================================ */
|
||||
.save-huell {
|
||||
color: #ff00d8;
|
||||
font-size: 2em;
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.free-huell {
|
||||
font-size:1.3em;
|
||||
}
|
||||
|
||||
.ministries-pastor {
|
||||
padding-right: 20px;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.left-column {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.left-column-container {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.ministries-padding {
|
||||
margin-top:40px;
|
||||
}
|
||||
|
||||
.cross-left {
|
||||
padding-right: 20px;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
.cross-right {
|
||||
padding-left: 20px;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
.c13-1,
|
||||
.c13-3 {
|
||||
width: 22%;
|
||||
}
|
||||
|
||||
.c13-2 {
|
||||
width: 42%;
|
||||
}
|
||||
|
||||
/* media queries... */
|
||||
@media only screen
|
||||
and (min-width : 620px)
|
||||
and (max-width : 925px)
|
||||
{
|
||||
.section-title {
|
||||
font-size:1.7em;
|
||||
}
|
||||
|
||||
.ministries-pastor {
|
||||
width: 300px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
}
|
||||
|
||||
/* TESTIMONIALS ================================================================ */
|
||||
.testimonials-container {
|
||||
margin: 0 auto;
|
||||
max-width: 900px;
|
||||
text-align: center;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.testimonials-pastor {
|
||||
padding-right: 30px;
|
||||
width: 190px;
|
||||
}
|
||||
|
||||
.testimonials-left-column {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.testimonials-right-column {
|
||||
font-size: 1em;
|
||||
max-width: 560px;
|
||||
text-align: left;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.contact-box-container {
|
||||
margin-top: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.contact-box-1 {
|
||||
border: 1.5px solid #000000;
|
||||
display: inline-block;
|
||||
font-size: 0.9em;
|
||||
font-weight: bold;
|
||||
height: 108px;
|
||||
line-height: 2em;
|
||||
margin: 5px 5px 5px 0;
|
||||
padding: 12px;
|
||||
vertical-align: top;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.contact-box-2 {
|
||||
border: 1.5px solid #000000;
|
||||
display: inline-block;
|
||||
font-size: 0.9em;
|
||||
font-weight: bold;
|
||||
height: 108px;
|
||||
margin: 5px;
|
||||
padding: 12px;
|
||||
vertical-align: top;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.testimonial-mid {
|
||||
color: #4682b4;
|
||||
margin: 20px auto;
|
||||
padding: 0 4%;
|
||||
font-weight: bold;
|
||||
line-height: 1.7em;
|
||||
}
|
||||
|
||||
hr.testimonial-mid {
|
||||
border: 1px solid #4682b4;
|
||||
}
|
||||
|
||||
.testimonials-container .c13-1,
|
||||
.testimonials-container .c13-3 {
|
||||
width: 17%;
|
||||
}
|
||||
|
||||
.testimonials-container .c13-2 {
|
||||
width: 480px;
|
||||
}
|
||||
|
||||
/* media queries... */
|
||||
@media screen and (max-width: 875px) {
|
||||
.testimonials-container .c13-3 {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.audioPlayer {
|
||||
margin: 15px 0;
|
||||
background-color: #cccccc;
|
||||
padding:0 20px 20px 20px;
|
||||
font-size: .9em;
|
||||
}
|
||||
|
||||
/* media queries... */
|
||||
@media screen and (max-width: 925px) {
|
||||
.testimonials-container {
|
||||
width: 95%;
|
||||
}
|
||||
}
|
||||
|
||||
/* CONTACT US ================================================================ */
|
||||
.contact-list-container {
|
||||
margin: 20px auto;
|
||||
max-width: 800px;
|
||||
text-align: center;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
/* media queries... */
|
||||
@media screen and (max-width: 800px) {
|
||||
.contact-list-container {
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
.contact-pastor-container {
|
||||
float: left;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.contact-item-container {
|
||||
float: left;
|
||||
margin-bottom: 20px;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.contact-cross-container {
|
||||
float: left;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
margin: 10px 0 20px;
|
||||
}
|
||||
|
||||
.contact-pastor {
|
||||
float: none;
|
||||
padding: 0 0 0 10px;
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
.contatc-cross {
|
||||
float: none;
|
||||
padding: 0 0 5px 0;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.contact-banner {
|
||||
display: block;
|
||||
float: right;
|
||||
padding: 10px 0 20px 0;
|
||||
width: 310px;
|
||||
}
|
||||
|
||||
.contact-banner-mobile {
|
||||
display: none;
|
||||
float: none;
|
||||
margin: 0 auto;
|
||||
padding: 10px 0;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.text-input {
|
||||
border: 1px solid #000000;
|
||||
height: 20px;
|
||||
width: 230px;
|
||||
}
|
||||
|
||||
.submit-form {
|
||||
width: 100px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
background-color: #cccccc;
|
||||
padding: 5px 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/* FOOTER ================================================================ */
|
||||
.footer {
|
||||
color: #939598;
|
||||
font-size: 0.7em;
|
||||
margin-top: 75px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.footer-copy {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.footer a {
|
||||
color: #939598;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.legal {
|
||||
font-size: 0.7em;
|
||||
margin: 10px auto 50px;
|
||||
max-width: 639px;
|
||||
min-width: 40%;
|
||||
}
|
After Width: | Height: | Size: 25 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 53 KiB |
After Width: | Height: | Size: 39 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 71 KiB |
After Width: | Height: | Size: 62 KiB |
After Width: | Height: | Size: 78 KiB |
After Width: | Height: | Size: 55 KiB |
After Width: | Height: | Size: 112 KiB |
After Width: | Height: | Size: 72 KiB |
After Width: | Height: | Size: 757 B |
After Width: | Height: | Size: 460 B |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 73 KiB |
After Width: | Height: | Size: 93 KiB |
24
blog/files/brba/www.freewill-baptistchurch.com/assets/js/audio/audio.min.js
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
(function(h,o,g){var p=function(){for(var b=/audio(.min)?.js.*/,a=document.getElementsByTagName("script"),c=0,d=a.length;c<d;c++){var e=a[c].getAttribute("src");if(b.test(e))return e.replace(b,"")}}();g[h]={instanceCount:0,instances:{},flashSource:' <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="$1" width="1" height="1" name="$1" style="position: absolute; left: -1px;"> <param name="movie" value="$2?playerInstance='+h+'.instances[\'$1\']&datetime=$3"> <param name="allowscriptaccess" value="always"> <embed name="$1" src="$2?playerInstance='+
|
||||
h+'.instances[\'$1\']&datetime=$3" width="1" height="1" allowscriptaccess="always"> </object>',settings:{autoplay:false,loop:false,preload:true,imageLocation:p+"player-graphics.gif",swfLocation:p+"audiojs.swf",useFlash:function(){var b=document.createElement("audio");return!(b.canPlayType&&b.canPlayType("audio/mpeg;").replace(/no/,""))}(),hasFlash:function(){if(navigator.plugins&&navigator.plugins.length&&navigator.plugins["Shockwave Flash"])return true;else if(navigator.mimeTypes&&navigator.mimeTypes.length){var b=
|
||||
navigator.mimeTypes["application/x-shockwave-flash"];return b&&b.enabledPlugin}else try{new ActiveXObject("ShockwaveFlash.ShockwaveFlash");return true}catch(a){}return false}(),createPlayer:{markup:' <div class="play-pause"> <p class="play"></p> <p class="pause"></p> <p class="loading"></p> <p class="error"></p> </div> <div class="scrubber"> <div class="progress"></div> <div class="loaded"></div> </div> <div class="time"> <em class="played">00:00</em>/<strong class="duration">00:00</strong> </div> <div class="error-message"></div>',
|
||||
playPauseClass:"play-pause",scrubberClass:"scrubber",progressClass:"progress",loaderClass:"loaded",timeClass:"time",durationClass:"duration",playedClass:"played",errorMessageClass:"error-message",playingClass:"playing",loadingClass:"loading",errorClass:"error"},css:' .audiojs audio { position: absolute; left: -1px; } .audiojs { width: 460px; height: 36px; padding-top:4px; overflow: hidden; font-family: monospace; font-size: 12px; } .audiojs .play-pause { width: 25px; height: 40px; padding: 4px 6px; margin: 0px; float: left; overflow: hidden; background-color:#999999;} .audiojs p { display: none; width: 25px; height: 40px; margin: 0px; cursor: pointer; } .audiojs .play { display: block; } .audiojs .scrubber { position: relative; float: left; width: 280px; background: #5a5a5a; height: 14px; margin: 10px; border-top: 1px solid #3f3f3f; border-left: 0px; border-bottom: 0px; overflow: hidden; } .audiojs .progress { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #fff; z-index: 1; background-color:#fff;} .audiojs .loaded { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #0006ff;} .audiojs .time { float: left; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px; padding: 0px 6px 0px 12px; border-left: 1px solid #999; color: #000; } .audiojs .time em { padding: 0px 2px 0px 0px; color: #999; font-style: normal;font-weight: bold;} .audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: bold; } .audiojs .error-message { float: left; display: none; margin: 0px 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff; text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; } .audiojs .error-message a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap; } .audiojs .play { background: url("$1") -2px -1px no-repeat; } .audiojs .loading { background: url("$1") -2px -31px no-repeat; } .audiojs .error { background: url("$1") -2px -61px no-repeat; } .audiojs .pause { background: url("$1") -2px -91px no-repeat; } .playing .play, .playing .loading, .playing .error { display: none; } .playing .pause { display: block; } .loading .play, .loading .pause, .loading .error { display: none; } .loading .loading { display: block; } .error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; } .error .error { display: block; } .error .play-pause p { cursor: auto; } .error .error-message { display: block; }',
|
||||
trackEnded:function(){},flashError:function(){var b=this.settings.createPlayer,a=j(b.errorMessageClass,this.wrapper),c='Missing <a href="http://get.adobe.com/flashplayer/">flash player</a> plugin.';if(this.mp3)c+=' <a href="'+this.mp3+'">Download audio file</a>.';g[h].helpers.removeClass(this.wrapper,b.loadingClass);g[h].helpers.addClass(this.wrapper,b.errorClass);a.innerHTML=c},loadError:function(){var b=this.settings.createPlayer,a=j(b.errorMessageClass,this.wrapper);g[h].helpers.removeClass(this.wrapper,
|
||||
b.loadingClass);g[h].helpers.addClass(this.wrapper,b.errorClass);a.innerHTML='Error loading: "'+this.mp3+'"'},init:function(){g[h].helpers.addClass(this.wrapper,this.settings.createPlayer.loadingClass)},loadStarted:function(){var b=this.settings.createPlayer,a=j(b.durationClass,this.wrapper),c=Math.floor(this.duration/60),d=Math.floor(this.duration%60);g[h].helpers.removeClass(this.wrapper,b.loadingClass);a.innerHTML=(c<10?"0":"")+c+":"+(d<10?"0":"")+d},loadProgress:function(b){var a=this.settings.createPlayer,
|
||||
c=j(a.scrubberClass,this.wrapper);j(a.loaderClass,this.wrapper).style.width=c.offsetWidth*b+"px"},playPause:function(){this.playing?this.settings.play():this.settings.pause()},play:function(){g[h].helpers.addClass(this.wrapper,this.settings.createPlayer.playingClass)},pause:function(){g[h].helpers.removeClass(this.wrapper,this.settings.createPlayer.playingClass)},updatePlayhead:function(b){var a=this.settings.createPlayer,c=j(a.scrubberClass,this.wrapper);j(a.progressClass,this.wrapper).style.width=
|
||||
c.offsetWidth*b+"px";a=j(a.playedClass,this.wrapper);c=this.duration*b;b=Math.floor(c/60);c=Math.floor(c%60);a.innerHTML=(b<10?"0":"")+b+":"+(c<10?"0":"")+c}},create:function(b,a){a=a||{};return b.length?this.createAll(a,b):this.newInstance(b,a)},createAll:function(b,a){var c=a||document.getElementsByTagName("audio"),d=[];b=b||{};for(var e=0,i=c.length;e<i;e++)d.push(this.newInstance(c[e],b));return d},newInstance:function(b,a){var c=this.helpers.clone(this.settings),d="audiojs"+this.instanceCount,
|
||||
e="audiojs_wrapper"+this.instanceCount;this.instanceCount++;if(b.getAttribute("autoplay")!=null)c.autoplay=true;if(b.getAttribute("loop")!=null)c.loop=true;if(b.getAttribute("preload")=="none")c.preload=false;a&&this.helpers.merge(c,a);if(c.createPlayer.markup)b=this.createPlayer(b,c.createPlayer,e);else b.parentNode.setAttribute("id",e);e=new g[o](b,c);c.css&&this.helpers.injectCss(e,c.css);if(c.useFlash&&c.hasFlash){this.injectFlash(e,d);this.attachFlashEvents(e.wrapper,e)}else c.useFlash&&!c.hasFlash&&
|
||||
this.settings.flashError.apply(e);if(!c.useFlash||c.useFlash&&c.hasFlash)this.attachEvents(e.wrapper,e);return this.instances[d]=e},createPlayer:function(b,a,c){var d=document.createElement("div"),e=b.cloneNode(true);d.setAttribute("class","audiojs");d.setAttribute("className","audiojs");d.setAttribute("id",c);if(e.outerHTML&&!document.createElement("audio").canPlayType){e=this.helpers.cloneHtml5Node(b);d.innerHTML=a.markup;d.appendChild(e);b.outerHTML=d.outerHTML;d=document.getElementById(c)}else{d.appendChild(e);
|
||||
d.innerHTML+=a.markup;b.parentNode.replaceChild(d,b)}return d.getElementsByTagName("audio")[0]},attachEvents:function(b,a){if(a.settings.createPlayer){var c=a.settings.createPlayer,d=j(c.playPauseClass,b),e=j(c.scrubberClass,b);g[h].events.addListener(d,"click",function(){a.playPause.apply(a)});g[h].events.addListener(e,"click",function(i){i=i.clientX;var f=this,k=0;if(f.offsetParent){do k+=f.offsetLeft;while(f=f.offsetParent)}a.skipTo((i-k)/e.offsetWidth)});if(!a.settings.useFlash){g[h].events.trackLoadProgress(a);
|
||||
g[h].events.addListener(a.element,"timeupdate",function(){a.updatePlayhead.apply(a)});g[h].events.addListener(a.element,"ended",function(){a.trackEnded.apply(a)});g[h].events.addListener(a.source,"error",function(){clearInterval(a.readyTimer);clearInterval(a.loadTimer);a.settings.loadError.apply(a)})}}},attachFlashEvents:function(b,a){a.swfReady=false;a.load=function(c){a.mp3=c;a.swfReady&&a.element.load(c)};a.loadProgress=function(c,d){a.loadedPercent=c;a.duration=d;a.settings.loadStarted.apply(a);
|
||||
a.settings.loadProgress.apply(a,[c])};a.skipTo=function(c){if(!(c>a.loadedPercent)){a.updatePlayhead.call(a,[c]);a.element.skipTo(c)}};a.updatePlayhead=function(c){a.settings.updatePlayhead.apply(a,[c])};a.play=function(){if(!a.settings.preload){a.settings.preload=true;a.element.init(a.mp3)}a.playing=true;a.element.pplay();a.settings.play.apply(a)};a.pause=function(){a.playing=false;a.element.ppause();a.settings.pause.apply(a)};a.setVolume=function(c){a.element.setVolume(c)};a.loadStarted=function(){a.swfReady=
|
||||
true;a.settings.preload&&a.element.init(a.mp3);a.settings.autoplay&&a.play.apply(a)}},injectFlash:function(b,a){var c=this.flashSource.replace(/\$1/g,a);c=c.replace(/\$2/g,b.settings.swfLocation);c=c.replace(/\$3/g,+new Date+Math.random());var d=b.wrapper.innerHTML,e=document.createElement("div");e.innerHTML=c+d;b.wrapper.innerHTML=e.innerHTML;b.element=this.helpers.getSwf(a)},helpers:{merge:function(b,a){for(attr in a)if(b.hasOwnProperty(attr)||a.hasOwnProperty(attr))b[attr]=a[attr]},clone:function(b){if(b==
|
||||
null||typeof b!=="object")return b;var a=new b.constructor,c;for(c in b)a[c]=arguments.callee(b[c]);return a},addClass:function(b,a){RegExp("(\\s|^)"+a+"(\\s|$)").test(b.className)||(b.className+=" "+a)},removeClass:function(b,a){b.className=b.className.replace(RegExp("(\\s|^)"+a+"(\\s|$)")," ")},injectCss:function(b,a){for(var c="",d=document.getElementsByTagName("style"),e=a.replace(/\$1/g,b.settings.imageLocation),i=0,f=d.length;i<f;i++){var k=d[i].getAttribute("title");if(k&&~k.indexOf("audiojs")){f=
|
||||
d[i];if(f.innerHTML===e)return;c=f.innerHTML;break}}d=document.getElementsByTagName("head")[0];i=d.firstChild;f=document.createElement("style");if(d){f.setAttribute("type","text/css");f.setAttribute("title","audiojs");if(f.styleSheet)f.styleSheet.cssText=c+e;else f.appendChild(document.createTextNode(c+e));i?d.insertBefore(f,i):d.appendChild(styleElement)}},cloneHtml5Node:function(b){var a=document.createDocumentFragment(),c=a.createElement?a:document;c.createElement("audio");c=c.createElement("div");
|
||||
a.appendChild(c);c.innerHTML=b.outerHTML;return c.firstChild},getSwf:function(b){b=document[b]||window[b];return b.length>1?b[b.length-1]:b}},events:{memoryLeaking:false,listeners:[],addListener:function(b,a,c){if(b.addEventListener)b.addEventListener(a,c,false);else if(b.attachEvent){this.listeners.push(b);if(!this.memoryLeaking){window.attachEvent("onunload",function(){if(this.listeners)for(var d=0,e=this.listeners.length;d<e;d++)g[h].events.purge(this.listeners[d])});this.memoryLeaking=true}b.attachEvent("on"+
|
||||
a,function(){c.call(b,window.event)})}},trackLoadProgress:function(b){if(b.settings.preload){var a,c;b=b;var d=/(ipod|iphone|ipad)/i.test(navigator.userAgent);a=setInterval(function(){if(b.element.readyState>-1)d||b.init.apply(b);if(b.element.readyState>1){b.settings.autoplay&&b.play.apply(b);clearInterval(a);c=setInterval(function(){b.loadProgress.apply(b);b.loadedPercent>=1&&clearInterval(c)})}},10);b.readyTimer=a;b.loadTimer=c}},purge:function(b){var a=b.attributes,c;if(a)for(c=0;c<a.length;c+=
|
||||
1)if(typeof b[a[c].name]==="function")b[a[c].name]=null;if(a=b.childNodes)for(c=0;c<a.length;c+=1)purge(b.childNodes[c])},ready:function(){return function(b){var a=window,c=false,d=true,e=a.document,i=e.documentElement,f=e.addEventListener?"addEventListener":"attachEvent",k=e.addEventListener?"removeEventListener":"detachEvent",n=e.addEventListener?"":"on",m=function(l){if(!(l.type=="readystatechange"&&e.readyState!="complete")){(l.type=="load"?a:e)[k](n+l.type,m,false);if(!c&&(c=true))b.call(a,l.type||
|
||||
l)}},q=function(){try{i.doScroll("left")}catch(l){setTimeout(q,50);return}m("poll")};if(e.readyState=="complete")b.call(a,"lazy");else{if(e.createEventObject&&i.doScroll){try{d=!a.frameElement}catch(r){}d&&q()}e[f](n+"DOMContentLoaded",m,false);e[f](n+"readystatechange",m,false);a[f](n+"load",m,false)}}}()}};g[o]=function(b,a){this.element=b;this.wrapper=b.parentNode;this.source=b.getElementsByTagName("source")[0]||b;this.mp3=function(c){var d=c.getElementsByTagName("source")[0];return c.getAttribute("src")||
|
||||
(d?d.getAttribute("src"):null)}(b);this.settings=a;this.loadStartedCalled=false;this.loadedPercent=0;this.duration=1;this.playing=false};g[o].prototype={updatePlayhead:function(){this.settings.updatePlayhead.apply(this,[this.element.currentTime/this.duration])},skipTo:function(b){if(!(b>this.loadedPercent)){this.element.currentTime=this.duration*b;this.updatePlayhead()}},load:function(b){this.loadStartedCalled=false;this.source.setAttribute("src",b);this.element.load();this.mp3=b;g[h].events.trackLoadProgress(this)},
|
||||
loadError:function(){this.settings.loadError.apply(this)},init:function(){this.settings.init.apply(this)},loadStarted:function(){if(!this.element.duration)return false;this.duration=this.element.duration;this.updatePlayhead();this.settings.loadStarted.apply(this)},loadProgress:function(){if(this.element.buffered!=null&&this.element.buffered.length){if(!this.loadStartedCalled)this.loadStartedCalled=this.loadStarted();this.loadedPercent=this.element.buffered.end(this.element.buffered.length-1)/this.duration;
|
||||
this.settings.loadProgress.apply(this,[this.loadedPercent])}},playPause:function(){this.playing?this.pause():this.play()},play:function(){/(ipod|iphone|ipad)/i.test(navigator.userAgent)&&this.element.readyState==0&&this.init.apply(this);if(!this.settings.preload){this.settings.preload=true;this.element.setAttribute("preload","auto");g[h].events.trackLoadProgress(this)}this.playing=true;this.element.play();this.settings.play.apply(this)},pause:function(){this.playing=false;this.element.pause();this.settings.pause.apply(this)},
|
||||
setVolume:function(b){this.element.volume=b},trackEnded:function(){this.skipTo.apply(this,[0]);this.settings.loop||this.pause.apply(this);this.settings.trackEnded.apply(this)}};var j=function(b,a){var c=[];a=a||document;if(a.getElementsByClassName)c=a.getElementsByClassName(b);else{var d,e,i=a.getElementsByTagName("*"),f=RegExp("(^|\\s)"+b+"(\\s|$)");d=0;for(e=i.length;d<e;d++)f.test(i[d].className)&&c.push(i[d])}return c.length>1?c:c[0]}})("audiojs","audiojsInstance",this);
|
4
blog/files/brba/www.freewill-baptistchurch.com/assets/js/jquery-1.11.2.min.js
vendored
Normal file
15
blog/files/brba/www.freewill-baptistchurch.com/assets/js/jquery.cycle2.min.js
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
$(window).load(function(){
|
||||
// Mobile Dropdown menu behavior...
|
||||
$('.mobile-nav-close').on('click', function(event) {
|
||||
$('.nav-container ul.nav').toggle();
|
||||
$('.mobile-nav-close').css('display','none');
|
||||
$('.mobile-nav-open').css('display','block');
|
||||
});
|
||||
$('.mobile-nav-open').on('click', function(event) {
|
||||
$('.nav-container ul.nav').toggle();
|
||||
$('.mobile-nav-close').css('display','block');
|
||||
$('.mobile-nav-open').css('display','none');
|
||||
});
|
||||
|
||||
// Navigation Behavior on Resize...
|
||||
$(window).resize(function() {
|
||||
$('.nav').stop(true).attr('style','');
|
||||
$('.mobile-nav-close').css('display','none');
|
||||
$('.mobile-nav-open').css('display','block');
|
||||
});
|
||||
});
|
103
blog/files/brba/www.freewill-baptistchurch.com/calendar.php.html
Normal file
@ -0,0 +1,103 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE 9]> <html class="no-js lt-ie11 lt-ie10" lang="en"> <![endif]-->
|
||||
<!--[if IE 10]> <html class="no-js lt-ie11" lang="en"> <![endif]-->
|
||||
<!--[if gt IE 10]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Free Will Baptist Church</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no" />
|
||||
<link rel="stylesheet" href="assets/css/style.css" />
|
||||
<link rel="stylesheet" href="assets/css/style-mobile.css" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Architects+Daughter" rel="stylesheet">
|
||||
<script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-2376355-102"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-2376355-102');
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="main-container">
|
||||
<div class="nav-container">
|
||||
<div class="mobile-nav-container">
|
||||
<!-- <a href="index.php">
|
||||
<img class="logo-show-mobile" src="assets/images/logo-nav.png" alt="loog" />
|
||||
</a> -->
|
||||
<img class="mobile-nav-close" src="assets/images/icon-menu-close.png" />
|
||||
<img class="mobile-nav-open" src="assets/images/icon-menu.png" />
|
||||
</div>
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="index.php.html"><span>Home</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="calendar.php.html"><span>Calendar</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ministries.php.html"><span>Ministries</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="testimonials.php.html"><span>Testimonials</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="contactus.php.html"><span>Contact Us</span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="content-container">
|
||||
<a href="index.php.html"><img class="main-logo" src="assets/images/logo.jpg" /></a>
|
||||
<div class="page-title">Calendar</div>
|
||||
<div class="page-sub-title">This week at Free Will Baptist Church:</div>
|
||||
<div class="calendar-container">
|
||||
<img class="bible" src="assets/images/bible.jpg" />
|
||||
<div class="calendar-item">
|
||||
<span class="day">Sunday:</span> Sunday School 9:45 am. Morning Worship 11:00 am. Evening Worship 6:00 pm.
|
||||
</div>
|
||||
<div class="calendar-item">
|
||||
<span class="day">Monday:</span> Huell Babineaux letter writing campaign 5:30 pm-7:00 pm.
|
||||
</div>
|
||||
<div class="calendar-item">
|
||||
<span class="day">Tuesday:</span> Bring your dated leisure suits, your old zydeco tapes, your abandoned fishing poles! Bring any goods ya’ll have tucked away in the attic or basement! CHURCH JUMBLE SALE 9:00 am - 3:00 pm. All proceeds for new rectory furniture!
|
||||
</div>
|
||||
<img class="candle" src="assets/images/candle.jpg" />
|
||||
<div class="calendar-item">
|
||||
<span class="day">Wednesday:</span> Evening Worship 7:00 pm. Potluck before evening worship. We always need volunteers so please contact Karen Lee for details!
|
||||
</div>
|
||||
<div class="calendar-item">
|
||||
<span class="day">Thursday:</span> Choir Practice. Cherub Choir 4:00 - 4:45 pm. Youth Choir 5:00 - 5:45 pm. Adult Choir 6:00 - 6:45 pm.
|
||||
</div>
|
||||
<div class="calendar-item">
|
||||
<span class="day">Friday:</span> 10th Annual Lenten Fish Fry 5:00 pm.
|
||||
</div>
|
||||
<div class="calendar-item">
|
||||
<span class="day">Saturday:</span> Senior Bible Study led by Elmer Fontaneau 4:00 pm in the rectory. LARGE PRINT BIBLES AVAILABLE!
|
||||
</div>
|
||||
</div>
|
||||
<img class="dove" src="assets/images/dove.jpg" />
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="footer-copy">
|
||||
FOR ENTERTAINMENT PURPOSES.
|
||||
</div>
|
||||
<div class="footer-copy">
|
||||
© 2018 AMC Network Entertainment LLC. All Rights Reserved.
|
||||
</div>
|
||||
<ul>
|
||||
<a href="https://www.amc.com/privacy" target="_blank">Privacy</a> |
|
||||
<a href="https://www.amc.com/cookies" target="_blank">Cookies</a> |
|
||||
<a href="https://www.amc.com/terms" target="_blank">Terms of Use</a> |
|
||||
<a href="https://www.amc.com/shows/better-call-saul" target="_blank">Better Call Saul</a>
|
||||
</ul>
|
||||
<div class="legal">
|
||||
This is a work of fiction. Names, characters, businesses, places, events, locales, and incidents are either the products of the author's imagination or used in a fictitious manner. Any resemblance to actual persons, living or dead, or actual events is purely coincidental.
|
||||
</div>
|
||||
</div>
|
||||
<script src="assets/js/jquery-1.11.2.min.js"></script>
|
||||
<script src="assets/js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,504 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE 9]> <html class="no-js lt-ie11 lt-ie10" lang="en"> <![endif]-->
|
||||
<!--[if IE 10]> <html class="no-js lt-ie11" lang="en"> <![endif]-->
|
||||
<!--[if gt IE 10]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Free Will Baptist Church</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no" />
|
||||
<link rel="stylesheet" href="assets/css/style.css" />
|
||||
<link rel="stylesheet" href="assets/css/style-mobile.css" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Architects+Daughter" rel="stylesheet">
|
||||
<script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-2376355-102"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-2376355-102');
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="main-container">
|
||||
<div class="nav-container">
|
||||
<div class="mobile-nav-container">
|
||||
<!-- <a href="index.php">
|
||||
<img class="logo-show-mobile" src="assets/images/logo-nav.png" alt="loog" />
|
||||
</a> -->
|
||||
<img class="mobile-nav-close" src="assets/images/icon-menu-close.png" />
|
||||
<img class="mobile-nav-open" src="assets/images/icon-menu.png" />
|
||||
</div>
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="index.php.html"><span>Home</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="calendar.php.html"><span>Calendar</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ministries.php.html"><span>Ministries</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="testimonials.php.html"><span>Testimonials</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="contactus.php.html"><span>Contact Us</span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="content-container">
|
||||
|
||||
<script type="text/javascript">var required_fields = ['leanplum_ids'];
|
||||
var regex_fields = {email : {pattern : /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/, message : 'Invalid email address.'}, telephone : {pattern : /^[\+0-9\s\-\(\)]{10,20}$/, message : 'Please enter a valid phone number.'}, zipcode : {pattern : /(^[ABCEGHJKLMNPRSTVXY]\d[ABCEGHJKLMNPRSTVWXYZ]( )?\d[ABCEGHJKLMNPRSTVWXYZ]\d$)|(^\d{5}(-\d{4})?$)/, message : 'Must be a valid zip code.'}};
|
||||
|
||||
function amcnSweepsGetState(response, textStatus, jqXHR){
|
||||
sweepsState = response.state.message ? response.state.message : false;
|
||||
sweepsTime = response.state.timestamp;
|
||||
|
||||
if(sweepsState == 'open'){
|
||||
jQuery('#sweeps-form-container').fadeIn();
|
||||
jQuery('.sweeps-message-item.timed').each(function(){
|
||||
var begin = jQuery(this).data('begin');
|
||||
var end = jQuery(this).data('end');
|
||||
|
||||
if(response.state.timestamp < begin || response.state.timestamp > end)
|
||||
jQuery(this).remove();
|
||||
});
|
||||
}
|
||||
else{
|
||||
jQuery('#sweeps-form-container, #sweeps-form-messaging').remove();
|
||||
jQuery('.sweeps-global-message').each(function(){
|
||||
if(!jQuery(this).hasClass('message-'+sweepsState))
|
||||
jQuery(this).remove();
|
||||
});
|
||||
jQuery('#sweeps-global-messaging').fadeIn();
|
||||
}
|
||||
|
||||
//Messaging Init
|
||||
jQuery('.sweeps-message-item').each(function(){
|
||||
var begin = jQuery(this).data('begin');
|
||||
var end = jQuery(this).data('end');
|
||||
|
||||
});
|
||||
|
||||
jQuery(document).trigger('sweeps_init', [response]);
|
||||
}
|
||||
|
||||
var sweepsState = false;
|
||||
var showSweepsMessage = true;
|
||||
var sweepsTime = false;
|
||||
|
||||
|
||||
(function ($) {
|
||||
$(function () {
|
||||
|
||||
|
||||
var _url = '//sweeps.svc.ds.amcn.com/';
|
||||
var sweeps_button = $('form.sweeps button#submit-form');
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//Init
|
||||
var _data = {channel: 'amc', application_xid: '1429054', application: 'sweeps', action: 'get.state', 'max-age': 60, callback: 'amcnSweepsGetState'};
|
||||
$.ajax({
|
||||
url: _url,
|
||||
data: _data,
|
||||
dataType: 'jsonp',
|
||||
type: 'GET',
|
||||
cache: true,
|
||||
jsonp: false
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function sweeps_error_check(){
|
||||
|
||||
var no_errors = true;
|
||||
|
||||
$('form.sweeps span.error-message').remove();
|
||||
$('form.sweeps div.error').removeClass('error');
|
||||
|
||||
//Check custom regex
|
||||
$.each(regex_fields, function(index, data){
|
||||
var field = $('form.sweeps #'+index);
|
||||
var field_container = field.parent('div');
|
||||
|
||||
//Check if field is required. If not, and no value, skip regex test
|
||||
var _required = field.hasClass('required');
|
||||
if(!_required && !field.val()){
|
||||
//Do Nothing
|
||||
}
|
||||
else{
|
||||
//Test the custom regex patterns
|
||||
if(!data.pattern.test(field.val())){
|
||||
if(!field_container.hasClass('error')){
|
||||
$(field_container).addClass('error').append('<span class=\'error-message\'>'+data.message+' </span>');
|
||||
no_errors = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
//Check required fields
|
||||
$.each(required_fields, function(index, field_id){
|
||||
var field = $('form.sweeps #'+field_id);
|
||||
var field_container = field.parent('div');
|
||||
if((!field.val() || field.val() === 'yes') && !field.is(':checked')){
|
||||
if(!field_container.hasClass('error'))
|
||||
$(field_container).addClass('error').append('<span class=\'error-message\'>This field is required. </span>');
|
||||
no_errors = false;
|
||||
}
|
||||
});
|
||||
|
||||
//Check minimum age
|
||||
if(typeof min_age !== 'undefined'){
|
||||
var underage = false;
|
||||
var month = parseInt($('#bday-month').val());
|
||||
var day = parseInt($('#bday-day').val());
|
||||
var year = parseInt($('#bday-year').val());
|
||||
|
||||
if(!year || !day || !month)
|
||||
underage = true;
|
||||
|
||||
if(year > min_age.year && !underage)
|
||||
underage = true;
|
||||
|
||||
if(year === min_age.year && !underage)
|
||||
if(month >= min_age.month)
|
||||
if(month === min_age.month && day > min_age.day || month > min_age.month)
|
||||
underage = true;
|
||||
|
||||
if(underage){
|
||||
no_errors = false;
|
||||
$('#form-item-bday').addClass('error').append('<span class=\'error-message\'>You must be at least ' + min_age.age + ' years of age to enter.</span>');
|
||||
}
|
||||
}
|
||||
|
||||
return no_errors;
|
||||
}
|
||||
|
||||
function sweeps_compare_fields(a,b){
|
||||
var field_1 = $('form.sweeps #'+a);
|
||||
var field_2 = $('form.sweeps #'+b);
|
||||
if(!field_1.val() || !field_2.val())
|
||||
return false;
|
||||
else if(field_1.val() === field_2.val())
|
||||
return true;
|
||||
else
|
||||
return false;
|
||||
}
|
||||
|
||||
function sweeps_show_message(msg, context){
|
||||
var message_container = $('#sweeps-form-messaging');
|
||||
var message = $('.message', message_container);
|
||||
var form_container = $('#sweeps-form-container');
|
||||
message.html('');
|
||||
$('.sweeps-message-error, .sweeps-message-success, .sweeps-message-success-code').hide();
|
||||
form_container.fadeOut('medium', function(){
|
||||
message.prepend(msg);
|
||||
if(context)
|
||||
$('.sweeps-message-'+context, message_container).show();
|
||||
message_container.fadeIn('slow', function(){
|
||||
$('html,body').animate({scrollTop: $('#sweeps-form-messaging').offset().top},'slow');
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
function sweeps_show_form(){
|
||||
var message_container = $('#sweeps-form-messaging');
|
||||
var form_container = $('#sweeps-form-container');
|
||||
message_container.hide();
|
||||
$('.message', message_container).html('');
|
||||
$('.thank-you', message_container).hide();
|
||||
form_container.fadeIn();
|
||||
|
||||
}
|
||||
|
||||
function sweeps_submit_form(){
|
||||
var _form = $('form.sweeps').serializeArray();
|
||||
|
||||
$.ajax({
|
||||
url: _url,
|
||||
data: _form,
|
||||
dataType: 'jsonp',
|
||||
type: 'GET',
|
||||
success: function(response, textStatus, jqXHR) {
|
||||
sweeps_button.removeAttr('disabled').fadeTo('fast', 1);
|
||||
if(response.error === true){
|
||||
$(document).trigger('sweeps_error', [_form, response]);
|
||||
if(showSweepsMessage)
|
||||
sweeps_show_message('<p class=\'submission-error\'>'+response.message+' - <a href="contactus.php.html#" class="sweeps-show-form">Return To Form</a></p>', 'error');
|
||||
showSweepsMessage = true;
|
||||
}
|
||||
else{
|
||||
//If we have a session key, the user submitted with key code
|
||||
var context = $('form.sweeps #session_key').val() ? 'success-code' : 'success';
|
||||
var hook = $('form.sweeps #session_key').val() ? 'success_code' : 'success';
|
||||
|
||||
//Append Entry ID
|
||||
$('<input>').attr({
|
||||
type: 'hidden',
|
||||
id: 'entry_id',
|
||||
name: 'entry_id'
|
||||
}).appendTo('form.sweeps').val(response.entry.entry_id);
|
||||
|
||||
//Append Entry Key
|
||||
$('<input>').attr({
|
||||
type: 'hidden',
|
||||
id: 'entry_key',
|
||||
name: 'entry_key'
|
||||
}).appendTo('form.sweeps').val(response.entry.key);
|
||||
|
||||
$(document).trigger('sweeps_coupon', [_form, response.entry]);
|
||||
$(document).trigger('sweeps_'+hook, [_form, response]);
|
||||
|
||||
if(showSweepsMessage)
|
||||
sweeps_show_message('', context);
|
||||
|
||||
showSweepsMessage = true;
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
function sweeps_get_bonus(){
|
||||
var entry_key = $('form.sweeps #entry_key').val();
|
||||
var entry_id = $('form.sweeps #entry_id').val();
|
||||
if(entry_id && entry_key){
|
||||
$.ajax({
|
||||
url: _url,
|
||||
data: {
|
||||
action : 'redeem.share.value',
|
||||
entry_id : entry_id,
|
||||
key : entry_key
|
||||
},
|
||||
dataType: 'jsonp',
|
||||
type: 'GET',
|
||||
success: function(response, textStatus, jqXHR){
|
||||
if(response.error){
|
||||
alert(response.message);
|
||||
return false;
|
||||
}
|
||||
else
|
||||
return true;
|
||||
}
|
||||
});
|
||||
}
|
||||
else{
|
||||
alert('No prior submission found.');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
function sweeps_get_bonus_2(){
|
||||
var entry_key = $('form.sweeps #entry_key').val();
|
||||
var entry_id = $('form.sweeps #entry_id').val();
|
||||
if(entry_id && entry_key){
|
||||
$.ajax({
|
||||
url: _url,
|
||||
data: {
|
||||
action : 'redeem.share2.value',
|
||||
entry_id : entry_id,
|
||||
key : entry_key
|
||||
},
|
||||
dataType: 'jsonp',
|
||||
type: 'GET',
|
||||
success: function(response, textStatus, jqXHR){
|
||||
if(response.error){
|
||||
alert(response.message);
|
||||
return false;
|
||||
}
|
||||
else
|
||||
return true;
|
||||
}
|
||||
});
|
||||
}
|
||||
else{
|
||||
alert('No prior submission found.');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
var sweepsSubmitted = false;
|
||||
$(sweeps_button).click(function(){
|
||||
|
||||
if(!sweeps_error_check()){
|
||||
//Focus on the first error
|
||||
$('div.error:first input').focus();
|
||||
return false;
|
||||
}
|
||||
else{
|
||||
//Disable submit button
|
||||
sweeps_button.attr('disabled', 'disabled').fadeTo('fast', 0.33);
|
||||
|
||||
//Redeem keycodes firstly
|
||||
var keycode = $('form.sweeps #keycode');
|
||||
var keycode_container = keycode.parent('div');
|
||||
var session_id = $('form.sweeps #session_id').val();
|
||||
var session_key = $('form.sweeps #session_key').val();
|
||||
|
||||
if(keycode.val() && !session_id && !session_key){
|
||||
var _data = {keycode: keycode.val(), channel: 'amc', application_xid: '1429054', application: 'sweeps', action: 'submit.keycode.before'};
|
||||
$.ajax({
|
||||
url: _url,
|
||||
data: _data,
|
||||
dataType: 'jsonp',
|
||||
type: 'GET',
|
||||
success: function(response, textStatus, jqXHR) {
|
||||
if(response.error){
|
||||
$('.error-message', keycode_container).remove();
|
||||
keycode_container.append('<span class=\'error-message\'>Invalid Code</span>');
|
||||
sweeps_button.removeAttr('disabled').fadeTo('fast', 1);
|
||||
$(document).trigger('sweeps_keycode_error', [_data, response]);
|
||||
}
|
||||
else{
|
||||
keycode_container.append('<span class=\'success-message\'>Redeemed!</span>');
|
||||
|
||||
//Append Session ID
|
||||
$('<input>').attr({
|
||||
type: 'hidden',
|
||||
id: 'session_id',
|
||||
name: 'session_id'
|
||||
}).appendTo('form.sweeps #code').val(response.session_id);
|
||||
|
||||
//Append Session Key
|
||||
$('<input>').attr({
|
||||
type: 'hidden',
|
||||
id: 'session_key',
|
||||
name: 'session_key'
|
||||
}).appendTo('form.sweeps #code').val(response.session_key);
|
||||
|
||||
$(document).trigger('sweeps_success', [_data, response]);
|
||||
sweeps_submit_form();
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
else{
|
||||
if(!sweepsSubmitted)
|
||||
sweeps_submit_form();
|
||||
}
|
||||
}
|
||||
return false;
|
||||
});
|
||||
|
||||
$('#sweeps-form-messaging a.sweeps-show-form').live('click', function(){
|
||||
sweeps_show_form();
|
||||
return false;
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
} ) (jQuery);</script>
|
||||
|
||||
|
||||
<a href="index.php.html"><img class="main-logo" src="assets/images/logo.jpg" /></a>
|
||||
<div class="page-title">Contact Us</div>
|
||||
<div class="contact-list-container">
|
||||
|
||||
<div class="contact-item-container">
|
||||
<img class="contact-pastor" src="assets/images/contact-pastor.jpg" />
|
||||
<div class="contact-item">
|
||||
<div class="bold font-big">Pastor Blaise Hansford</div>
|
||||
<div class="font-big">318-426-9662</div>
|
||||
</div>
|
||||
<div class="contact-item">
|
||||
<div class="bold">Secretary, Eloise Luckard</div>
|
||||
<div>needlepointEL1972@aol.com</div>
|
||||
</div>
|
||||
<div class="contact-item">
|
||||
<div class="bold">Choir Director, Dale Pratt</div>
|
||||
<div class="clear">bigshotsodapop65@yahoo.com</div>
|
||||
</div>
|
||||
<div class="contact-item">
|
||||
<div class="bold">Sunday School Director, Michael Grange</div>
|
||||
<div>MGatorHunter@hotmail.com</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="contact-cross-container">
|
||||
<img class="contatc-cross" src="assets/images/cross.jpg" />
|
||||
</div>
|
||||
|
||||
|
||||
<div class="left clear">
|
||||
<div class="bold">HISTORY OF FREE WILL BAPTIST CHURCH:</div>
|
||||
<div>
|
||||
During the violent and uncertain years following the Civil War, the people of Red River Valley were in desperate need of God's word. God saw that need and called upon his disciple, Brother Thomas Brunet to serve his community. When a local family, inspired by his preachings, donated a plot of land, Brother Thomas constructed a modest chapel with his own hands. His labors complete, Brother Thomas exclaimed, "Upon this rock, I will build my church!" The first Sunday worship brought only 2 parishioners. The second, 10. The third, 40. Truly, as Jesus had multiplied the fish and loaves of bread, Brother Thomas grew the Free Will Baptist Church of Coushatta, Louisiana.
|
||||
</div>
|
||||
<br/>
|
||||
<div>
|
||||
But true disciples of Christ will always be tested and the years 1903, 1924, 1947, and 1961 brought tremendous rainfall to Coushatta resulting in devastating floods. The 1947 disaster was particularly damaging for the night the storms began, a poor family had been asleep in the rectory. The mother and infant daughter survived by taking refuge up in a nearby tree, but the father and three sons were swept away by the rushing current.
|
||||
</div>
|
||||
<br/>
|
||||
<div>
|
||||
Over the course of 100 years, the church underwent several renovations. Building and re-building after each flood. Members of the congregation volunteered their labor to build out the sanctuary four times larger than Brother Thomas' modest chapel. They added a steeple, a rectory, and a beautiful memorial garden where members of the church could pray and hear Jesus speak to them as he had done in the garden of Gethsemane.
|
||||
</div>
|
||||
<br/>
|
||||
<img class="contact-banner" src="assets/images/contact-banner.png" />
|
||||
<div>
|
||||
At Free Will Baptist Church, our hearts and our
|
||||
doors are open to all who seek deliverance from
|
||||
their sins. By clicking the link below, you can
|
||||
sign up for our weekly newsletter and bring
|
||||
you one step closer to salvation.
|
||||
</div>
|
||||
<img class="contact-banner-mobile" src="assets/images/contact-banner.png" />
|
||||
</div>
|
||||
<br/>
|
||||
<div class="clear">
|
||||
ENTER YOUR E-MAIL ADDRESS<br/>
|
||||
TO STAY UP-TO-DATE:<br/>
|
||||
<div id="sweeps-form-container" style="display:none;"><!--Sweeps Form Start--><form id="sweeps-1429054" class="sweeps" name="sweeps_form" method="post" action="contactus.php.html#" enctype="multipart/form-data">
|
||||
<fieldset id='standard'>
|
||||
<input type="hidden" name="channel" id="channel" class="channel" value="amc" >
|
||||
<input type="hidden" name="sweeps-id" id="sweeps-id" class="sweeps-id" value="1429054" >
|
||||
<input type="hidden" name="application" id="application" class="application" value="sweeps" >
|
||||
<input type="hidden" name="application_xid" id="application_xid" class="application-xid" value="1429054" >
|
||||
<input type="hidden" name="leanplum_ids" id="leanplum_ids" value="amc-newsletter-nl">
|
||||
<input type="hidden" name="action" id="action" class="action" value="submit" >
|
||||
<input type="hidden" name="use_sqs" id="use_sqs" class="use-sqs" value="" >
|
||||
|
||||
<div id='form-item-email'>
|
||||
<input type="text" name="email" id="email" class="required email text-input" value="" >
|
||||
</div>
|
||||
<fieldset id='submit'>
|
||||
<div id='form-item-submit-form'>
|
||||
<button type="button" name="submit-form" id="submit-form" class="submit-form" >Submit</button>
|
||||
<div class="submit-form-content"></div>
|
||||
|
||||
</div>
|
||||
</fieldset>
|
||||
</fieldset>
|
||||
<!--Sweeps Submit-->
|
||||
</form><!--Sweeps Form End--></div><div id="sweeps-global-messaging" style="display:none;"><div class='sweeps-global-message message-early'></div><div class='sweeps-global-message message-closed'></div><div class='sweeps-global-message message-comeback'></div></div><div id="sweeps-form-messaging" style="display:none;">Thank you!<div class="message"></div><!--Sweeps Messaging--><div class='sweeps-message-error' style='display:none;'></div><div class='sweeps-message-success' style='display:none;'></div><div class='sweeps-message-success-code' style='display:none;'></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="footer-copy">
|
||||
FOR ENTERTAINMENT PURPOSES.
|
||||
</div>
|
||||
<div class="footer-copy">
|
||||
© 2018 AMC Network Entertainment LLC. All Rights Reserved.
|
||||
</div>
|
||||
<ul>
|
||||
<a href="https://www.amc.com/privacy" target="_blank">Privacy</a> |
|
||||
<a href="https://www.amc.com/cookies" target="_blank">Cookies</a> |
|
||||
<a href="https://www.amc.com/terms" target="_blank">Terms of Use</a> |
|
||||
<a href="https://www.amc.com/shows/better-call-saul" target="_blank">Better Call Saul</a>
|
||||
</ul>
|
||||
<div class="legal">
|
||||
This is a work of fiction. Names, characters, businesses, places, events, locales, and incidents are either the products of the author's imagination or used in a fictitious manner. Any resemblance to actual persons, living or dead, or actual events is purely coincidental.
|
||||
</div>
|
||||
</div>
|
||||
<script src="assets/js/jquery-1.11.2.min.js"></script>
|
||||
<script src="assets/js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
192
blog/files/brba/www.freewill-baptistchurch.com/index.html
Normal file
@ -0,0 +1,192 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE 9]> <html class="no-js lt-ie11 lt-ie10" lang="en"> <![endif]-->
|
||||
<!--[if IE 10]> <html class="no-js lt-ie11" lang="en"> <![endif]-->
|
||||
<!--[if gt IE 10]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Free Will Baptist Church</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no" />
|
||||
<link rel="stylesheet" href="assets/css/style.css" />
|
||||
<link rel="stylesheet" href="assets/css/style-mobile.css" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Architects+Daughter" rel="stylesheet">
|
||||
<script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-2376355-102"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-2376355-102');
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="main-container">
|
||||
<div class="nav-container">
|
||||
<div class="mobile-nav-container">
|
||||
<!-- <a href="index.php">
|
||||
<img class="logo-show-mobile" src="assets/images/logo-nav.png" alt="loog" />
|
||||
</a> -->
|
||||
<img class="mobile-nav-close" src="assets/images/icon-menu-close.png" />
|
||||
<img class="mobile-nav-open" src="assets/images/icon-menu.png" />
|
||||
</div>
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="index.php.html"><span>Home</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="calendar.php.html"><span>Calendar</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ministries.php.html"><span>Ministries</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="testimonials.php.html"><span>Testimonials</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="contactus.php.html"><span>Contact Us</span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="content-container">
|
||||
<div class="home-container">
|
||||
<div class="home-right">
|
||||
<img class="main-logo main-logo-home" src="assets/images/logo.jpg" />
|
||||
<div class="section-container">
|
||||
<div class="column c12">
|
||||
<div class="slideshow">
|
||||
<img class="slide" src="assets/images/home-slide-1.jpg" />
|
||||
<img class="slide" src="assets/images/home-slide-2.jpg" />
|
||||
<img class="slide" src="assets/images/home-slide-3.jpg" />
|
||||
<img class="slide" src="assets/images/home-slide-4.jpg" />
|
||||
<img class="slide" src="assets/images/home-slide-5.jpg" />
|
||||
<img class="slide" src="assets/images/home-slide-6.jpg" />
|
||||
</div>
|
||||
<div class="donate-container">
|
||||
<div class="money-box-container">
|
||||
<span class="dollar-sign white">$</span><a class="donate-button" href="https://www.foodbanknla.org/" target="_blank">DONATE</a>
|
||||
</div>
|
||||
<div class="money-box-container">
|
||||
<span class="dollar-sign">$</span><span class="money-box">6018.00</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column c12 home-left-column">
|
||||
<div class="home-please-donate">Please Donate!</div>
|
||||
<div class="home-copy">
|
||||
"Every man shall give as he is able, according to the blessing of the LORD thy God which he hath given thee." -Deuteronomy 16:17<br/>
|
||||
<br/>
|
||||
As many of you know, our dear friend and fellow parishioner Huell Babineaux has been wrongly accused of a crime, all the way up in New Mexico.<br/>
|
||||
<br/>
|
||||
He needs the support and love of his home community now more than ever! We implore you to reach down and give what you can. Every little bit helps! Your contributions will fund the legal team our Huell desperately needs to prove his innocence and win his freedom. Won’t you please help?
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="home-left">
|
||||
<img class="home-church" src="assets/images/home-church.jpg" />
|
||||
<div class="pastor-info">
|
||||
Blaise Hansford,<br/>
|
||||
Pastor<br/>
|
||||
434 Bogan Lane<br/>
|
||||
Coushatta, LA 71017<br/>
|
||||
318-426-9662
|
||||
</div>
|
||||
<div class="service-times-container">
|
||||
<div class="service-times-heading">Service Times</div>
|
||||
<div class="item">Sunday School 9:45 am</div>
|
||||
<div class="item">Sunday Morning Worship 11:00 am</div>
|
||||
<div class="item">Sunday Evening Worship 6:00 pm</div>
|
||||
<div class="item">Wednesday Evening 7:00 pm</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<audio class="audio-object">
|
||||
<source src="assets/audio/organ.mp3" type="audio/mpeg">
|
||||
</audio>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="footer-copy">
|
||||
FOR ENTERTAINMENT PURPOSES.
|
||||
</div>
|
||||
<div class="footer-copy">
|
||||
© 2018 AMC Network Entertainment LLC. All Rights Reserved.
|
||||
</div>
|
||||
<ul>
|
||||
<a href="https://www.amc.com/privacy" target="_blank">Privacy</a> |
|
||||
<a href="https://www.amc.com/cookies" target="_blank">Cookies</a> |
|
||||
<a href="https://www.amc.com/terms" target="_blank">Terms of Use</a> |
|
||||
<a href="https://www.amc.com/shows/better-call-saul" target="_blank">Better Call Saul</a>
|
||||
</ul>
|
||||
<div class="legal">
|
||||
This is a work of fiction. Names, characters, businesses, places, events, locales, and incidents are either the products of the author's imagination or used in a fictitious manner. Any resemblance to actual persons, living or dead, or actual events is purely coincidental.
|
||||
</div>
|
||||
</div>
|
||||
<script src="assets/js/jquery-1.11.2.min.js"></script>
|
||||
<script src="assets/js/main.js"></script>
|
||||
</body>
|
||||
</html><script src="assets/js/jquery.cycle2.min.js"></script>
|
||||
<script>
|
||||
function getHomeLeftWidth() {
|
||||
var _containerWidth = $('.home-container').width(),
|
||||
_homeRightWidth = _containerWidth - 240;
|
||||
if (_containerWidth > 870) {
|
||||
$('.home-right').css('width',_homeRightWidth);
|
||||
}
|
||||
else {
|
||||
$('.home-right').attr('style','');
|
||||
}
|
||||
}
|
||||
function toggleAudio(state){
|
||||
var audio = $(".audio-object").get(0)
|
||||
// var audioControl = $(".audio-control");
|
||||
|
||||
if(audio != undefined){
|
||||
if(state == undefined){
|
||||
if(audio.paused){
|
||||
audio.play();
|
||||
// audioControl.removeClass("muted");
|
||||
}else{
|
||||
audio.pause();
|
||||
// audioControl.addClass("muted");
|
||||
}
|
||||
}else{
|
||||
|
||||
if(state == "play"){
|
||||
if(audio.paused){
|
||||
audio.play();
|
||||
// audioControl.removeClass("muted");
|
||||
}
|
||||
}
|
||||
|
||||
if(state == "pause"){
|
||||
if(!audio.paused){
|
||||
audio.pause();
|
||||
// audioControl.addClass("muted");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Initialize audio...
|
||||
toggleAudio();
|
||||
|
||||
// Initialize dynamic width for main container...
|
||||
getHomeLeftWidth();
|
||||
$(window).resize(function() {
|
||||
getHomeLeftWidth();
|
||||
});
|
||||
|
||||
// Initialize Cycle2 Slideshow...
|
||||
$('.slideshow').cycle({
|
||||
allowWrap: true,
|
||||
fx: 'fade',
|
||||
log: false,
|
||||
slides: '>.slide',
|
||||
startingSlide: 0,
|
||||
speed: 500,
|
||||
timeout: 2000,
|
||||
});
|
||||
</script>
|
192
blog/files/brba/www.freewill-baptistchurch.com/index.php.html
Normal file
@ -0,0 +1,192 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE 9]> <html class="no-js lt-ie11 lt-ie10" lang="en"> <![endif]-->
|
||||
<!--[if IE 10]> <html class="no-js lt-ie11" lang="en"> <![endif]-->
|
||||
<!--[if gt IE 10]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Free Will Baptist Church</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no" />
|
||||
<link rel="stylesheet" href="assets/css/style.css" />
|
||||
<link rel="stylesheet" href="assets/css/style-mobile.css" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Architects+Daughter" rel="stylesheet">
|
||||
<script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-2376355-102"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-2376355-102');
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="main-container">
|
||||
<div class="nav-container">
|
||||
<div class="mobile-nav-container">
|
||||
<!-- <a href="index.php">
|
||||
<img class="logo-show-mobile" src="assets/images/logo-nav.png" alt="loog" />
|
||||
</a> -->
|
||||
<img class="mobile-nav-close" src="assets/images/icon-menu-close.png" />
|
||||
<img class="mobile-nav-open" src="assets/images/icon-menu.png" />
|
||||
</div>
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="index.php.html"><span>Home</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="calendar.php.html"><span>Calendar</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ministries.php.html"><span>Ministries</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="testimonials.php.html"><span>Testimonials</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="contactus.php.html"><span>Contact Us</span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="content-container">
|
||||
<div class="home-container">
|
||||
<div class="home-right">
|
||||
<img class="main-logo main-logo-home" src="assets/images/logo.jpg" />
|
||||
<div class="section-container">
|
||||
<div class="column c12">
|
||||
<div class="slideshow">
|
||||
<img class="slide" src="assets/images/home-slide-1.jpg" />
|
||||
<img class="slide" src="assets/images/home-slide-2.jpg" />
|
||||
<img class="slide" src="assets/images/home-slide-3.jpg" />
|
||||
<img class="slide" src="assets/images/home-slide-4.jpg" />
|
||||
<img class="slide" src="assets/images/home-slide-5.jpg" />
|
||||
<img class="slide" src="assets/images/home-slide-6.jpg" />
|
||||
</div>
|
||||
<div class="donate-container">
|
||||
<div class="money-box-container">
|
||||
<span class="dollar-sign white">$</span><a class="donate-button" href="https://www.foodbanknla.org/" target="_blank">DONATE</a>
|
||||
</div>
|
||||
<div class="money-box-container">
|
||||
<span class="dollar-sign">$</span><span class="money-box">6018.00</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column c12 home-left-column">
|
||||
<div class="home-please-donate">Please Donate!</div>
|
||||
<div class="home-copy">
|
||||
"Every man shall give as he is able, according to the blessing of the LORD thy God which he hath given thee." -Deuteronomy 16:17<br/>
|
||||
<br/>
|
||||
As many of you know, our dear friend and fellow parishioner Huell Babineaux has been wrongly accused of a crime, all the way up in New Mexico.<br/>
|
||||
<br/>
|
||||
He needs the support and love of his home community now more than ever! We implore you to reach down and give what you can. Every little bit helps! Your contributions will fund the legal team our Huell desperately needs to prove his innocence and win his freedom. Won’t you please help?
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="home-left">
|
||||
<img class="home-church" src="assets/images/home-church.jpg" />
|
||||
<div class="pastor-info">
|
||||
Blaise Hansford,<br/>
|
||||
Pastor<br/>
|
||||
434 Bogan Lane<br/>
|
||||
Coushatta, LA 71017<br/>
|
||||
318-426-9662
|
||||
</div>
|
||||
<div class="service-times-container">
|
||||
<div class="service-times-heading">Service Times</div>
|
||||
<div class="item">Sunday School 9:45 am</div>
|
||||
<div class="item">Sunday Morning Worship 11:00 am</div>
|
||||
<div class="item">Sunday Evening Worship 6:00 pm</div>
|
||||
<div class="item">Wednesday Evening 7:00 pm</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<audio class="audio-object">
|
||||
<source src="assets/audio/organ.mp3" type="audio/mpeg">
|
||||
</audio>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="footer-copy">
|
||||
FOR ENTERTAINMENT PURPOSES.
|
||||
</div>
|
||||
<div class="footer-copy">
|
||||
© 2018 AMC Network Entertainment LLC. All Rights Reserved.
|
||||
</div>
|
||||
<ul>
|
||||
<a href="https://www.amc.com/privacy" target="_blank">Privacy</a> |
|
||||
<a href="https://www.amc.com/cookies" target="_blank">Cookies</a> |
|
||||
<a href="https://www.amc.com/terms" target="_blank">Terms of Use</a> |
|
||||
<a href="https://www.amc.com/shows/better-call-saul" target="_blank">Better Call Saul</a>
|
||||
</ul>
|
||||
<div class="legal">
|
||||
This is a work of fiction. Names, characters, businesses, places, events, locales, and incidents are either the products of the author's imagination or used in a fictitious manner. Any resemblance to actual persons, living or dead, or actual events is purely coincidental.
|
||||
</div>
|
||||
</div>
|
||||
<script src="assets/js/jquery-1.11.2.min.js"></script>
|
||||
<script src="assets/js/main.js"></script>
|
||||
</body>
|
||||
</html><script src="assets/js/jquery.cycle2.min.js"></script>
|
||||
<script>
|
||||
function getHomeLeftWidth() {
|
||||
var _containerWidth = $('.home-container').width(),
|
||||
_homeRightWidth = _containerWidth - 240;
|
||||
if (_containerWidth > 870) {
|
||||
$('.home-right').css('width',_homeRightWidth);
|
||||
}
|
||||
else {
|
||||
$('.home-right').attr('style','');
|
||||
}
|
||||
}
|
||||
function toggleAudio(state){
|
||||
var audio = $(".audio-object").get(0)
|
||||
// var audioControl = $(".audio-control");
|
||||
|
||||
if(audio != undefined){
|
||||
if(state == undefined){
|
||||
if(audio.paused){
|
||||
audio.play();
|
||||
// audioControl.removeClass("muted");
|
||||
}else{
|
||||
audio.pause();
|
||||
// audioControl.addClass("muted");
|
||||
}
|
||||
}else{
|
||||
|
||||
if(state == "play"){
|
||||
if(audio.paused){
|
||||
audio.play();
|
||||
// audioControl.removeClass("muted");
|
||||
}
|
||||
}
|
||||
|
||||
if(state == "pause"){
|
||||
if(!audio.paused){
|
||||
audio.pause();
|
||||
// audioControl.addClass("muted");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Initialize audio...
|
||||
toggleAudio();
|
||||
|
||||
// Initialize dynamic width for main container...
|
||||
getHomeLeftWidth();
|
||||
$(window).resize(function() {
|
||||
getHomeLeftWidth();
|
||||
});
|
||||
|
||||
// Initialize Cycle2 Slideshow...
|
||||
$('.slideshow').cycle({
|
||||
allowWrap: true,
|
||||
fx: 'fade',
|
||||
log: false,
|
||||
slides: '>.slide',
|
||||
startingSlide: 0,
|
||||
speed: 500,
|
||||
timeout: 2000,
|
||||
});
|
||||
</script>
|
@ -0,0 +1,107 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE 9]> <html class="no-js lt-ie11 lt-ie10" lang="en"> <![endif]-->
|
||||
<!--[if IE 10]> <html class="no-js lt-ie11" lang="en"> <![endif]-->
|
||||
<!--[if gt IE 10]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Free Will Baptist Church</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no" />
|
||||
<link rel="stylesheet" href="assets/css/style.css" />
|
||||
<link rel="stylesheet" href="assets/css/style-mobile.css" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Architects+Daughter" rel="stylesheet">
|
||||
<script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-2376355-102"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-2376355-102');
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="main-container">
|
||||
<div class="nav-container">
|
||||
<div class="mobile-nav-container">
|
||||
<!-- <a href="index.php">
|
||||
<img class="logo-show-mobile" src="assets/images/logo-nav.png" alt="loog" />
|
||||
</a> -->
|
||||
<img class="mobile-nav-close" src="assets/images/icon-menu-close.png" />
|
||||
<img class="mobile-nav-open" src="assets/images/icon-menu.png" />
|
||||
</div>
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="index.php.html"><span>Home</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="calendar.php.html"><span>Calendar</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ministries.php.html"><span>Ministries</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="testimonials.php.html"><span>Testimonials</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="contactus.php.html"><span>Contact Us</span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="content-container">
|
||||
<a href="index.php.html"><img class="main-logo" src="assets/images/logo.jpg" /></a>
|
||||
<div class="page-title">Ministries</div>
|
||||
<div class="heading ministries">
|
||||
Then I heard the voice of the Lord saying, "Whom shall I send? And who will go for us?"<br/>
|
||||
And I said, "Here am I. Send me!" - Isaiah 6:8
|
||||
</div>
|
||||
<div class="section-container">
|
||||
<div class="column c12 right">
|
||||
<img class="ministries-pastor" src="assets/images/ministries-pastor.jpg" />
|
||||
</div>
|
||||
<div class="column c12 left-column">
|
||||
<div class="section-title">Free Huell Babineaux!</div>
|
||||
<div class="left-column-container free-huell">Our Huell needs us now more than ever! Please click the link below to find out how you can help!</div>
|
||||
<br/>
|
||||
<a href="testimonials.php.html" class="save-huell">Save Huell Now!</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section-container ministries-padding">
|
||||
<div class="column c13-1 right">
|
||||
<img class="cross-left" src="assets/images/cross.jpg" />
|
||||
</div>
|
||||
<div class="column c13-2 bold">
|
||||
<div class="bold font-medium">Other Ministries:</div>
|
||||
<div>• Mission Christmas Box</div>
|
||||
<div>• Red River Valley Housing Project</div>
|
||||
<div>• Louisiana Baptist Youth Brigade</div>
|
||||
<div>• Breaking Bread: Community Communion</div>
|
||||
<div>• Down In The River! – Red River Baptisms</div>
|
||||
</div>
|
||||
<div class="column c13-3 left">
|
||||
<img class="cross-right" src="assets/images/cross.jpg" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="footer-copy">
|
||||
FOR ENTERTAINMENT PURPOSES.
|
||||
</div>
|
||||
<div class="footer-copy">
|
||||
© 2018 AMC Network Entertainment LLC. All Rights Reserved.
|
||||
</div>
|
||||
<ul>
|
||||
<a href="https://www.amc.com/privacy" target="_blank">Privacy</a> |
|
||||
<a href="https://www.amc.com/cookies" target="_blank">Cookies</a> |
|
||||
<a href="https://www.amc.com/terms" target="_blank">Terms of Use</a> |
|
||||
<a href="https://www.amc.com/shows/better-call-saul" target="_blank">Better Call Saul</a>
|
||||
</ul>
|
||||
<div class="legal">
|
||||
This is a work of fiction. Names, characters, businesses, places, events, locales, and incidents are either the products of the author's imagination or used in a fictitious manner. Any resemblance to actual persons, living or dead, or actual events is purely coincidental.
|
||||
</div>
|
||||
</div>
|
||||
<script src="assets/js/jquery-1.11.2.min.js"></script>
|
||||
<script src="assets/js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,162 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE 9]> <html class="no-js lt-ie11 lt-ie10" lang="en"> <![endif]-->
|
||||
<!--[if IE 10]> <html class="no-js lt-ie11" lang="en"> <![endif]-->
|
||||
<!--[if gt IE 10]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Free Will Baptist Church</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no" />
|
||||
<link rel="stylesheet" href="assets/css/style.css" />
|
||||
<link rel="stylesheet" href="assets/css/style-mobile.css" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Architects+Daughter" rel="stylesheet">
|
||||
<script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-2376355-102"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-2376355-102');
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="main-container">
|
||||
<div class="nav-container">
|
||||
<div class="mobile-nav-container">
|
||||
<!-- <a href="index.php">
|
||||
<img class="logo-show-mobile" src="assets/images/logo-nav.png" alt="loog" />
|
||||
</a> -->
|
||||
<img class="mobile-nav-close" src="assets/images/icon-menu-close.png" />
|
||||
<img class="mobile-nav-open" src="assets/images/icon-menu.png" />
|
||||
</div>
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="index.php.html"><span>Home</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="calendar.php.html"><span>Calendar</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ministries.php.html"><span>Ministries</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="testimonials.php.html"><span>Testimonials</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="contactus.php.html"><span>Contact Us</span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="content-container">
|
||||
<a href="index.php.html"><img class="main-logo" src="assets/images/logo.jpg" /></a>
|
||||
<div class="page-title">Testimonials</div>
|
||||
<div class="testimonials-container">
|
||||
<div class="section-container">
|
||||
<div class="column c13 right testimonials-left-column">
|
||||
<img class="testimonials-pastor" src="assets/images/testimonials-pastor.jpg" />
|
||||
</div>
|
||||
<div class="column testimonials-right-column">
|
||||
To help free our Huell, we're asking all congregants to MAKE YOUR VOICES HEARD!
|
||||
<!-- To help free Huell from the clutches of the wicked persecution bound and determined to put this innocent man behind bars, we're asking all congregants to MAKE YOUR VOICES HEARD! -->
|
||||
<br/>
|
||||
Pastor Hansford is encouraging you to call him with testimonials describing how Huell has positively affected your life.
|
||||
<br/>
|
||||
You can also write letters to Judge Munsinger in Albuquerque and DONATE to Huell's legal defense team on the home page.
|
||||
<br/>
|
||||
<div class="contact-box-container">
|
||||
<div class="contact-box-1">
|
||||
Pastor Hansford<br/>
|
||||
can be reached at:<br/>
|
||||
318-426-9662
|
||||
</div>
|
||||
<div class="contact-box-2">
|
||||
Letters can be sent to:<br/>
|
||||
The Honorable Judge Benedict Munsinger<br/>
|
||||
Bernalillo County Metropolitan Court<br/>
|
||||
415 Tijeras Ave NW<br/>
|
||||
Albuquerque, NM 87102
|
||||
|
||||
<!-- Judge Munsinger<br/>
|
||||
415 Tijeras Ave NW<br/>
|
||||
Albuquerque, NM 87102 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr class="testimonial-mid"/>
|
||||
<div class="testimonial-mid">
|
||||
Some of y'all have already called me with your testimonials and I have to say this congregation's keener on Huell than butter on a biscuit. Please read and listen below to just a taste of those beloved tales.
|
||||
</div>
|
||||
<hr class="testimonial-mid"/>
|
||||
<div class="contact-item">
|
||||
"All the kids love Huell. Every summer he leads classes for Vacation Bible School and since he started helping out, more and more kids sign up. They just love his Moses impression!" <span class="bold">- Betty M.</span>
|
||||
</div>
|
||||
<div class="contact-item">
|
||||
"When I had to leave for my Papaw's funeral, Huell watched my cats. He fed them and remembered to give them their medication. Oscar and Felix have sensitive stomachs and needed lots of love. Now every time he visits, they jump right on his lap." <span class="bold">- Pauline B.</span>
|
||||
</div>
|
||||
<div class="contact-item">
|
||||
"I was in the rectory when the fire started. Having just broke my foot, Huell rushed in to carry me safely out the church. He saved many of us that day. Huell is truly a disciple of God." <span class="bold">- Keith Z.</span>
|
||||
</div>
|
||||
<div class="contact-item">
|
||||
"Huell is so caring and so loving. He calls just to say hello and ask about Sunday's sermon." <span class="bold">- Edie L.</span>
|
||||
</div>
|
||||
<div class="contact-item">
|
||||
"One Easter egg hunt Huell noticed that all the kids had found eggs except my little Maggie. He asked if he could help her and together they found ten eggs. She was so excited!" <span class="bold">- Bradley F.</span>
|
||||
</div>
|
||||
|
||||
<div class="section-container">
|
||||
<div class="column c13-1">
|
||||
<img class="candle" src="assets/images/candle.jpg" />
|
||||
</div>
|
||||
<div class="column c13-2">
|
||||
<div class="audioPlayer">Eloise Luckard
|
||||
<audio preload="auto">
|
||||
<source src="assets/audio/helping.mp3">
|
||||
</audio>
|
||||
</div>
|
||||
<div class="audioPlayer">Jake Turner
|
||||
<audio preload="auto">
|
||||
<source src="assets/audio/tutor.mp3">
|
||||
</audio>
|
||||
</div>
|
||||
<div class="audioPlayer">Leroy Nance
|
||||
<audio preload="auto">
|
||||
<source src="assets/audio/listener.mp3">
|
||||
</audio>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column c13-3">
|
||||
<img class="candle" src="assets/images/candle.jpg" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="footer-copy">
|
||||
FOR ENTERTAINMENT PURPOSES.
|
||||
</div>
|
||||
<div class="footer-copy">
|
||||
© 2018 AMC Network Entertainment LLC. All Rights Reserved.
|
||||
</div>
|
||||
<ul>
|
||||
<a href="https://www.amc.com/privacy" target="_blank">Privacy</a> |
|
||||
<a href="https://www.amc.com/cookies" target="_blank">Cookies</a> |
|
||||
<a href="https://www.amc.com/terms" target="_blank">Terms of Use</a> |
|
||||
<a href="https://www.amc.com/shows/better-call-saul" target="_blank">Better Call Saul</a>
|
||||
</ul>
|
||||
<div class="legal">
|
||||
This is a work of fiction. Names, characters, businesses, places, events, locales, and incidents are either the products of the author's imagination or used in a fictitious manner. Any resemblance to actual persons, living or dead, or actual events is purely coincidental.
|
||||
</div>
|
||||
</div>
|
||||
<script src="assets/js/jquery-1.11.2.min.js"></script>
|
||||
<script src="assets/js/main.js"></script>
|
||||
</body>
|
||||
</html><script src="assets/js/audio/audio.min.js"></script>
|
||||
<script>
|
||||
audiojs.events.ready(function() {
|
||||
var as = audiojs.createAll();
|
||||
});
|
||||
</script>
|
BIN
blog/files/brba/www.suemesaverde.com/favicon.ico?289349832
Normal file
After Width: | Height: | Size: 554 B |
BIN
blog/files/brba/www.suemesaverde.com/images/$$$$.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
blog/files/brba/www.suemesaverde.com/images/$tart_Your_Claim.png
Normal file
After Width: | Height: | Size: 84 KiB |
BIN
blog/files/brba/www.suemesaverde.com/images/Burst.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
blog/files/brba/www.suemesaverde.com/images/Call_Now.gif
Normal file
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 50 KiB |
BIN
blog/files/brba/www.suemesaverde.com/images/Jimmy_GIF_Larger.gif
Normal file
After Width: | Height: | Size: 274 KiB |
BIN
blog/files/brba/www.suemesaverde.com/images/Logo_Asterisk.png
Normal file
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 106 KiB |
After Width: | Height: | Size: 6.9 KiB |
After Width: | Height: | Size: 60 KiB |
After Width: | Height: | Size: 228 KiB |
After Width: | Height: | Size: 227 KiB |
BIN
blog/files/brba/www.suemesaverde.com/images/Saul_Eagle.png
Normal file
After Width: | Height: | Size: 1.9 MiB |
After Width: | Height: | Size: 1.0 MiB |
BIN
blog/files/brba/www.suemesaverde.com/images/Victims_Speak.png
Normal file
After Width: | Height: | Size: 80 KiB |
After Width: | Height: | Size: 44 KiB |
BIN
blog/files/brba/www.suemesaverde.com/images/You_Have_Rights.jpg
Normal file
After Width: | Height: | Size: 395 KiB |
BIN
blog/files/brba/www.suemesaverde.com/images/_$.png
Normal file
After Width: | Height: | Size: 960 B |
210
blog/files/brba/www.suemesaverde.com/index.html
Normal file
@ -0,0 +1,210 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Sue Mesa Verde</title>
|
||||
<link rel="stylesheet" href="assets/css/global.css%3Fver=6.0.css" type="text/css" media="all">
|
||||
<link rel="shortcut icon" href="favicon.ico%3F289349832" />
|
||||
<meta property="og:image" content="https://www.suemesaverde.com/images/BCS_Sue_Mesa_Verde_socials.jpg" />
|
||||
<meta property="og:description" content="Are you a Mesa Verde Bank & Trust victim? You may be entitled to a large cash settlement! Find out how to start your claim and let Saul Goodman get speedy justice for YOU!" />
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jQuery.Marquee/1.5.0/jquery.marquee.js"></script>
|
||||
<script src="assets/js/global.bundle.js%3Fver=6.0"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="content">
|
||||
<section class="header">
|
||||
<img class="call-now" src="images/Call_Now.gif" alt="Call Now"/>
|
||||
<img class="text-phone" src="images/SUEMESA_VERDE_PHONE.png" alt="SUEMESA VERDE"/>
|
||||
<img class="text-phone-mobile" src="images/Phone_Number_Mobile.png" alt="SUEMESA VERDE"/>
|
||||
<img class="cbs-desktop" src="images/Saul_Eagle.png" alt="Call Now"/>
|
||||
<img class="cbs-mobile" src="images/Saul_Eagle_Images.png" alt="Call Now"/>
|
||||
<div class="stripe">
|
||||
<div class="stripe__content">
|
||||
Are you a Mesa Verde Bank & Trust victim?<br>
|
||||
You may be entitled to a large cash settlement!
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="main-content">
|
||||
<div class="inner-content">
|
||||
<div class="block_imonials">
|
||||
<div class="im-sp-mobile">
|
||||
<img src="images/Logo_Asterisk_mobile.png" alt="Logo Asterisk"/>
|
||||
<img class="image-sp" src="images/Victims_Speak_mobile.png" alt="Victims speak"/>
|
||||
</div>
|
||||
<div class="video-list-mobile">
|
||||
<div class="item-list">
|
||||
<div class="video">
|
||||
<iframe src="https://player.theplatform.com/p/M_UwQC/cR_nh3xbYx1C /embed/select/media/1YJHGw1BQ7AO?form=html" width="100%" height="100%" frameBorder="0" seamless="seamless" allowFullScreen></iframe>
|
||||
<div class="video-desc">
|
||||
<span>
|
||||
Wrongfully evicted!
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item-list u-type-1 left">
|
||||
<div class="video">
|
||||
<iframe src="https://player.theplatform.com/p/M_UwQC/cR_nh3xbYx1C /embed/select/media/dVIfoHuxgVTo?form=html" width="100%" height="100%" frameBorder="0" seamless="seamless" allowFullScreen></iframe>
|
||||
<div class="video-desc">
|
||||
<span>
|
||||
Black<br>
|
||||
mold<br>?!?!
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item-list u-type-2">
|
||||
<div class="video">
|
||||
<iframe src="https://player.theplatform.com/p/M_UwQC/cR_nh3xbYx1C /embed/select/media/39DXyi_Es0it?form=html" width="100%" height="100%" frameBorder="0" seamless="seamless" allowFullScreen></iframe>
|
||||
<div class="video-desc">
|
||||
<span>
|
||||
Bare<br>
|
||||
genitals!
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item-list u-type-3 left">
|
||||
<div class="video">
|
||||
<iframe src="https://player.theplatform.com/p/M_UwQC/cR_nh3xbYx1C /embed/select/media/p3FSjArVyquF?form=html" width="100%" height="100%" frameBorder="0" seamless="seamless" allowFullScreen></iframe>
|
||||
<div class="video-desc">
|
||||
<span>
|
||||
MY<img src="images/_$.png" alt="My $ = terrorism!???"/>=<br>
|
||||
TERRORISM<br>
|
||||
!???
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="im-sp">
|
||||
<img src="images/Logo_Asterisk.png" alt="Logo Asterisk"/>
|
||||
<img class="image-sp" src="images/Victims_Speak.png" alt="Victims speak"/>
|
||||
</div>
|
||||
<div class="im-video-list">
|
||||
<div class="item unique-type-1">
|
||||
<div class="burst rotate-1"><span>Wrongfully evicted!</span></div>
|
||||
<div class="video">
|
||||
<iframe src="https://player.theplatform.com/p/M_UwQC/cR_nh3xbYx1C /embed/select/media/1YJHGw1BQ7AO?form=html" width="100%" height="100%" frameBorder="0" seamless="seamless" allowFullScreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item right">
|
||||
<div class="burst top rotate-2"><span>Black mold ?!?!</span></div>
|
||||
<div class="video">
|
||||
<iframe src="https://player.theplatform.com/p/M_UwQC/cR_nh3xbYx1C /embed/select/media/dVIfoHuxgVTo?form=html" width="100%" height="100%" frameBorder="0" seamless="seamless" allowFullScreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item unique-type-2">
|
||||
<div class="burst rotate-3"><span>Bare genitals!</span></div>
|
||||
<div class="video">
|
||||
<iframe src="https://player.theplatform.com/p/M_UwQC/cR_nh3xbYx1C /embed/select/media/39DXyi_Es0it?form=html" width="100%" height="100%" frameBorder="0" seamless="seamless" allowFullScreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item right unique-type-3">
|
||||
<div class="burst bottom rotate-4"><span>MY<img src="images/_$.png" alt="My $ = terrorism!???"/>=<br>TERRORISM<br>!???</span></div>
|
||||
<div class="video">
|
||||
<iframe src="https://player.theplatform.com/p/M_UwQC/cR_nh3xbYx1C /embed/select/media/p3FSjArVyquF?form=html" width="100%" height="100%" frameBorder="0" seamless="seamless" allowFullScreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="block_lower">
|
||||
<div class="form newsletter-form">
|
||||
<div class="main-form-wrapper">
|
||||
<div class="fields">
|
||||
<div class="item-field">
|
||||
<label for="first-name">First name</label>
|
||||
<input id="first-name" name="fname" required type="text"/>
|
||||
</div>
|
||||
<div class="item-field">
|
||||
<label for="last-name">Last name</label>
|
||||
<input id="last-name" name="lname" required type="text"/>
|
||||
</div>
|
||||
<div class="item-field">
|
||||
<label for="email">E-Mail Address</label>
|
||||
<input id="email" name="email" required type="email"/>
|
||||
</div>
|
||||
<a href="index.html#" class="submit">
|
||||
SUBMIT CLAIM!
|
||||
</a>
|
||||
</div>
|
||||
<div class="sent-message">
|
||||
<p>
|
||||
Thank you for submitting<br>your claim.<br>
|
||||
</p>
|
||||
<p>Our office will be in touch soon about Speedy Justice for YOU!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-mobile newsletter-form">
|
||||
<div class="box-field fields">
|
||||
<div class="item-field">
|
||||
<label for="f_name">First Name</label>
|
||||
<input id="f_name" name="fname" required type="text" />
|
||||
</div>
|
||||
<div class="item-field">
|
||||
<label for="l_name">Last Name</label>
|
||||
<input id="l_name" name="lname" required type="text" />
|
||||
</div>
|
||||
<div class="item-field">
|
||||
<label for="email">E-Mail Address</label>
|
||||
<input id="email" name="email" required type="email" />
|
||||
</div>
|
||||
<a href="index.html#" class="submit">SUBMIT CLAIM!</a>
|
||||
</div>
|
||||
|
||||
<div class="post-message">
|
||||
<p>
|
||||
Thank you for submitting<br> your claim.
|
||||
</p>
|
||||
<p>
|
||||
Our office will be in touch soon<br>
|
||||
about Speedy Justice for YOU!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="sidebar-call">
|
||||
<div class="operator-block">
|
||||
<img src="images/Operators_Standing_By.png" alt="operators standing by!"/>
|
||||
</div>
|
||||
<img src="images/You_Have_Rights.jpg" alt="You have rights!"/>
|
||||
<img src="images/Call_Us_Now_Sidebar.gif" alt="Call us now!"/>
|
||||
</div>
|
||||
|
||||
<div class="sidebar-call-mobile">
|
||||
<div class="inner-sidebar">
|
||||
<img src="images/Operators_Standing_By_mobile.jpg" alt="You have rights!"/>
|
||||
<img src="images/Call_Us_Now_Sidebar.gif" alt="Call us now!"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="footer">
|
||||
<div class="disc">
|
||||
<div class="mar" data-duration='5000' data-gap='10' data-duplicated='true'>
|
||||
Not actual clients, paid actors representing testimonials, affidavits on file. Saul Goodman & Associates, LLC not responsible or liable for damages arising from the use of SueMesaVerde.com. Composite testimonials based on actual incidents and fiction. Saul Goodman & Associates, LLC makes no guarantees of accuracy, completeness, usefulness, or timeliness. *Mesa Verde’s logo and trademarks used according to the Lanham and Fair Use Acts.
|
||||
</div>
|
||||
</div>
|
||||
<img src="images/Jimmy_GIF_Larger.gif"/>
|
||||
<div class="copy">
|
||||
<p>FOR ENTERTAINMENT PURPOSES. © 2020 AMC Network Entertainment LLC. All Rights Reserved.</p>
|
||||
<p class="mobile">FOR ENTERTAINMENT PURPOSES.<br> © 2020 AMC Network Entertainment LLC. All Rights Reserved.</p>
|
||||
<ul>
|
||||
<li><a href="https://www.amc.com/privacy " target="_blank">Privacy</a></li>
|
||||
<li><a href="https://www.amc.com/cookies" target="_blank">Cookies</a></li>
|
||||
<li><a href="https://www.amc.com/terms" target="_blank">Terms of Use</a></li>
|
||||
<li><a href="https://www.amc.com/shows/better-call-saul" target="_blank">Better Call Saul</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
BIN
blog/files/nat-geo.jpg
Normal file
After Width: | Height: | Size: 232 KiB |
BIN
blog/files/ocaubriaca.jpg
Normal file
After Width: | Height: | Size: 128 KiB |
BIN
blog/files/workout/abduction.gif
Normal file
After Width: | Height: | Size: 2.8 MiB |
BIN
blog/files/workout/adduction.gif
Normal file
After Width: | Height: | Size: 105 KiB |
BIN
blog/files/workout/alternatingbiceps.gif
Normal file
After Width: | Height: | Size: 782 KiB |
BIN
blog/files/workout/bilanciere.webm
Normal file
BIN
blog/files/workout/bosuball.jpg
Normal file
After Width: | Height: | Size: 117 KiB |
BIN
blog/files/workout/cablerotation.gif
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
blog/files/workout/calf.gif
Normal file
After Width: | Height: | Size: 2.5 MiB |
BIN
blog/files/workout/chestpress.gif
Normal file
After Width: | Height: | Size: 189 KiB |
BIN
blog/files/workout/close-grip-dumbbell.gif
Normal file
After Width: | Height: | Size: 2.7 MiB |
BIN
blog/files/workout/fly.gif
Normal file
After Width: | Height: | Size: 2.0 MiB |
BIN
blog/files/workout/frontraise.gif
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
blog/files/workout/hammercurl.gif
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
blog/files/workout/hangingknee.gif
Normal file
After Width: | Height: | Size: 420 KiB |
BIN
blog/files/workout/heel.gif
Normal file
After Width: | Height: | Size: 176 KiB |
BIN
blog/files/workout/hyperextensions.gif
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
blog/files/workout/lat.webm
Normal file
BIN
blog/files/workout/lateralraise.gif
Normal file
After Width: | Height: | Size: 405 KiB |
BIN
blog/files/workout/legcurl.gif
Normal file
After Width: | Height: | Size: 320 KiB |
BIN
blog/files/workout/legextension.gif
Normal file
After Width: | Height: | Size: 5.8 MiB |
BIN
blog/files/workout/legpress.gif
Normal file
After Width: | Height: | Size: 970 KiB |
BIN
blog/files/workout/lying-triceps-extension.gif
Normal file
After Width: | Height: | Size: 3.2 MiB |
BIN
blog/files/workout/overhead-triceps.gif
Normal file
After Width: | Height: | Size: 1.0 MiB |
BIN
blog/files/workout/reardelt.gif
Normal file
After Width: | Height: | Size: 957 KiB |
BIN
blog/files/workout/romanchair.gif
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
blog/files/workout/sediacapitano.gif
Normal file
After Width: | Height: | Size: 64 KiB |
BIN
blog/files/workout/shoulder-press-gym.gif
Normal file
After Width: | Height: | Size: 3.9 MiB |
1326
blog/formati_pirati.html
Normal file
@ -54,6 +54,9 @@ Let me hold it close and keep it here with me<br></em>
|
||||
<li>█ <a href="bsg.html">Battlestar Galactica: a guide for watching the show</a></li>
|
||||
<li>█ <a href="primer.html">Capire il film Primer</a></li>
|
||||
<li>█ <a href="borderlands2.html">Tutta la verità su Borderlands 2 (WIP)</a></li>
|
||||
<li>█ <a href="memefinance.html">MEMEFINANCE (WIP)</a></li>
|
||||
<li>█ <a href="capodanno22.html">Capodanno 2022</a></li>
|
||||
<li>█ <a href="capodanno23.html">Capodanno 2022 + 1</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
<p><br>=^..^= =^..^= =^..^= =^..^= =^..^= =^..^= =^..^=<br></p>
|
||||
|
325
blog/memefinance.html
Normal file
@ -0,0 +1,325 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2021-12-11 Sat 18:43 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>‎</title>
|
||||
<meta name="generator" content="Org mode" />
|
||||
<meta name="author" content="user" />
|
||||
<style type="text/css">
|
||||
<!--/*--><![CDATA[/*><!--*/
|
||||
.title { text-align: center;
|
||||
margin-bottom: .2em; }
|
||||
.subtitle { text-align: center;
|
||||
font-size: medium;
|
||||
font-weight: bold;
|
||||
margin-top:0; }
|
||||
.todo { font-family: monospace; color: red; }
|
||||
.done { font-family: monospace; color: green; }
|
||||
.priority { font-family: monospace; color: orange; }
|
||||
.tag { background-color: #eee; font-family: monospace;
|
||||
padding: 2px; font-size: 80%; font-weight: normal; }
|
||||
.timestamp { color: #bebebe; }
|
||||
.timestamp-kwd { color: #5f9ea0; }
|
||||
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
|
||||
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
|
||||
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
|
||||
.underline { text-decoration: underline; }
|
||||
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
|
||||
p.verse { margin-left: 3%; }
|
||||
pre {
|
||||
border: 1px solid #ccc;
|
||||
box-shadow: 3px 3px 3px #eee;
|
||||
padding: 8pt;
|
||||
font-family: monospace;
|
||||
overflow: auto;
|
||||
margin: 1.2em;
|
||||
}
|
||||
pre.src {
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
padding-top: 1.2em;
|
||||
}
|
||||
pre.src:before {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background-color: white;
|
||||
top: -10px;
|
||||
right: 10px;
|
||||
padding: 3px;
|
||||
border: 1px solid black;
|
||||
}
|
||||
pre.src:hover:before { display: inline; margin-top: 14px;}
|
||||
/* Languages per Org manual */
|
||||
pre.src-asymptote:before { content: 'Asymptote'; }
|
||||
pre.src-awk:before { content: 'Awk'; }
|
||||
pre.src-C:before { content: 'C'; }
|
||||
/* pre.src-C++ doesn't work in CSS */
|
||||
pre.src-clojure:before { content: 'Clojure'; }
|
||||
pre.src-css:before { content: 'CSS'; }
|
||||
pre.src-D:before { content: 'D'; }
|
||||
pre.src-ditaa:before { content: 'ditaa'; }
|
||||
pre.src-dot:before { content: 'Graphviz'; }
|
||||
pre.src-calc:before { content: 'Emacs Calc'; }
|
||||
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
|
||||
pre.src-fortran:before { content: 'Fortran'; }
|
||||
pre.src-gnuplot:before { content: 'gnuplot'; }
|
||||
pre.src-haskell:before { content: 'Haskell'; }
|
||||
pre.src-hledger:before { content: 'hledger'; }
|
||||
pre.src-java:before { content: 'Java'; }
|
||||
pre.src-js:before { content: 'Javascript'; }
|
||||
pre.src-latex:before { content: 'LaTeX'; }
|
||||
pre.src-ledger:before { content: 'Ledger'; }
|
||||
pre.src-lisp:before { content: 'Lisp'; }
|
||||
pre.src-lilypond:before { content: 'Lilypond'; }
|
||||
pre.src-lua:before { content: 'Lua'; }
|
||||
pre.src-matlab:before { content: 'MATLAB'; }
|
||||
pre.src-mscgen:before { content: 'Mscgen'; }
|
||||
pre.src-ocaml:before { content: 'Objective Caml'; }
|
||||
pre.src-octave:before { content: 'Octave'; }
|
||||
pre.src-org:before { content: 'Org mode'; }
|
||||
pre.src-oz:before { content: 'OZ'; }
|
||||
pre.src-plantuml:before { content: 'Plantuml'; }
|
||||
pre.src-processing:before { content: 'Processing.js'; }
|
||||
pre.src-python:before { content: 'Python'; }
|
||||
pre.src-R:before { content: 'R'; }
|
||||
pre.src-ruby:before { content: 'Ruby'; }
|
||||
pre.src-sass:before { content: 'Sass'; }
|
||||
pre.src-scheme:before { content: 'Scheme'; }
|
||||
pre.src-screen:before { content: 'Gnu Screen'; }
|
||||
pre.src-sed:before { content: 'Sed'; }
|
||||
pre.src-sh:before { content: 'shell'; }
|
||||
pre.src-sql:before { content: 'SQL'; }
|
||||
pre.src-sqlite:before { content: 'SQLite'; }
|
||||
/* additional languages in org.el's org-babel-load-languages alist */
|
||||
pre.src-forth:before { content: 'Forth'; }
|
||||
pre.src-io:before { content: 'IO'; }
|
||||
pre.src-J:before { content: 'J'; }
|
||||
pre.src-makefile:before { content: 'Makefile'; }
|
||||
pre.src-maxima:before { content: 'Maxima'; }
|
||||
pre.src-perl:before { content: 'Perl'; }
|
||||
pre.src-picolisp:before { content: 'Pico Lisp'; }
|
||||
pre.src-scala:before { content: 'Scala'; }
|
||||
pre.src-shell:before { content: 'Shell Script'; }
|
||||
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
|
||||
/* additional language identifiers per "defun org-babel-execute"
|
||||
in ob-*.el */
|
||||
pre.src-cpp:before { content: 'C++'; }
|
||||
pre.src-abc:before { content: 'ABC'; }
|
||||
pre.src-coq:before { content: 'Coq'; }
|
||||
pre.src-groovy:before { content: 'Groovy'; }
|
||||
/* additional language identifiers from org-babel-shell-names in
|
||||
ob-shell.el: ob-shell is the only babel language using a lambda to put
|
||||
the execution function name together. */
|
||||
pre.src-bash:before { content: 'bash'; }
|
||||
pre.src-csh:before { content: 'csh'; }
|
||||
pre.src-ash:before { content: 'ash'; }
|
||||
pre.src-dash:before { content: 'dash'; }
|
||||
pre.src-ksh:before { content: 'ksh'; }
|
||||
pre.src-mksh:before { content: 'mksh'; }
|
||||
pre.src-posh:before { content: 'posh'; }
|
||||
/* Additional Emacs modes also supported by the LaTeX listings package */
|
||||
pre.src-ada:before { content: 'Ada'; }
|
||||
pre.src-asm:before { content: 'Assembler'; }
|
||||
pre.src-caml:before { content: 'Caml'; }
|
||||
pre.src-delphi:before { content: 'Delphi'; }
|
||||
pre.src-html:before { content: 'HTML'; }
|
||||
pre.src-idl:before { content: 'IDL'; }
|
||||
pre.src-mercury:before { content: 'Mercury'; }
|
||||
pre.src-metapost:before { content: 'MetaPost'; }
|
||||
pre.src-modula-2:before { content: 'Modula-2'; }
|
||||
pre.src-pascal:before { content: 'Pascal'; }
|
||||
pre.src-ps:before { content: 'PostScript'; }
|
||||
pre.src-prolog:before { content: 'Prolog'; }
|
||||
pre.src-simula:before { content: 'Simula'; }
|
||||
pre.src-tcl:before { content: 'tcl'; }
|
||||
pre.src-tex:before { content: 'TeX'; }
|
||||
pre.src-plain-tex:before { content: 'Plain TeX'; }
|
||||
pre.src-verilog:before { content: 'Verilog'; }
|
||||
pre.src-vhdl:before { content: 'VHDL'; }
|
||||
pre.src-xml:before { content: 'XML'; }
|
||||
pre.src-nxml:before { content: 'XML'; }
|
||||
/* add a generic configuration mode; LaTeX export needs an additional
|
||||
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
|
||||
pre.src-conf:before { content: 'Configuration File'; }
|
||||
|
||||
table { border-collapse:collapse; }
|
||||
caption.t-above { caption-side: top; }
|
||||
caption.t-bottom { caption-side: bottom; }
|
||||
td, th { vertical-align:top; }
|
||||
th.org-right { text-align: center; }
|
||||
th.org-left { text-align: center; }
|
||||
th.org-center { text-align: center; }
|
||||
td.org-right { text-align: right; }
|
||||
td.org-left { text-align: left; }
|
||||
td.org-center { text-align: center; }
|
||||
dt { font-weight: bold; }
|
||||
.footpara { display: inline; }
|
||||
.footdef { margin-bottom: 1em; }
|
||||
.figure { padding: 1em; }
|
||||
.figure p { text-align: center; }
|
||||
.equation-container {
|
||||
display: table;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
.equation {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.equation-label {
|
||||
display: table-cell;
|
||||
text-align: right;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.inlinetask {
|
||||
padding: 10px;
|
||||
border: 2px solid gray;
|
||||
margin: 10px;
|
||||
background: #ffffcc;
|
||||
}
|
||||
#org-div-home-and-up
|
||||
{ text-align: right; font-size: 70%; white-space: nowrap; }
|
||||
textarea { overflow-x: auto; }
|
||||
.linenr { font-size: smaller }
|
||||
.code-highlighted { background-color: #ffff00; }
|
||||
.org-info-js_info-navigation { border-style: none; }
|
||||
#org-info-js_console-label
|
||||
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
|
||||
.org-info-js_search-highlight
|
||||
{ background-color: #ffff00; color: #000000; font-weight: bold; }
|
||||
.org-svg { width: 90%; }
|
||||
/*]]>*/-->
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
// @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain
|
||||
<!--/*--><![CDATA[/*><!--*/
|
||||
function CodeHighlightOn(elem, id)
|
||||
{
|
||||
var target = document.getElementById(id);
|
||||
if(null != target) {
|
||||
elem.classList.add("code-highlighted");
|
||||
target.classList.add("code-highlighted");
|
||||
}
|
||||
}
|
||||
function CodeHighlightOff(elem, id)
|
||||
{
|
||||
var target = document.getElementById(id);
|
||||
if(null != target) {
|
||||
elem.classList.remove("code-highlighted");
|
||||
target.classList.remove("code-highlighted");
|
||||
}
|
||||
}
|
||||
/*]]>*///-->
|
||||
// @license-end
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
<p>
|
||||
Drip Feed Savings Accounts:
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="https://www.moneysavingexpert.com/savings/best-regular-savings-accounts/">https://www.moneysavingexpert.com/savings/best-regular-savings-accounts/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Bank Accounts where you have to drip feed can give you upto 3% but it can be a faff and you normally have some strings attached (not costly ones but things like having your current account with them as well), this guide gives a decent overview, though it’s a little bit about how much effort you can be bothered with. To be fair they are usually pretty easy to setup and its just a monthly reminder to switch some money across, but you need to pick one that gives you decent interest on a decent-enough sized monthly deposit. £50 per month is just way too little to be faffing around with.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Non Drip Feed Savings Accounts:
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Best Savings Account (read the whole article – yes some of these banks are not banks you’ve heard of before – but that’s why they are offering higher interest, because they are not as well known brands so need to be more aggressive in what interest they offer to get people to bank with them. 85k is protected by the financial regulator in the (highly unlikely) event that they go bust, so you should not be at all worried to deposit say 20k-40k with them and let that earn 1% interest over the course of a year:
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="https://www.moneysavingexpert.com/savings/savings-accounts-best-interest/">https://www.moneysavingexpert.com/savings/savings-accounts-best-interest/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Stocks and Shares ISA
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Again nothing too crazy about this. This is the main platform through which you should invest in shares. I personally avoid managed funds as these guys charge you a management fee per year to do basically nothing 1% a year compounded for managing your stuff is a really big drag in the long term. The ISA wrapper means a loss can offset against your income but the gains are not taxed. I use Hargreaves Lansdown. Simple to use platform and minimal performance/management fee. I personally try to keep my single stock punts to a minimum and stick it in a bunch of index tracking funds (that just track the FTSE100 at a lower cost). I also invest in gold via this.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
P2P Lending (also via an ISA):
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="https://www.assetzcapital.co.uk/">https://www.assetzcapital.co.uk/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Peer to Peer Lending can be done within an ISA wrapper (ISAs purely mean that the capital gains or interest you make within the wrapper are not taxable, BUT the losses are still tax deductible). Losses being tax deductible is generally a super powerful thing – imagine a world where you earn 55k in a year, and in year 1 you lose 5k investing and in year 2 you gain 5k investing. Year 1 you can offset the loss vs your income so you get back from the government the 5k*40% tax rate = 2k as a cheque from them once you file your returns. The next year you don’t get taxed on the gains (which would have been a 20% tax). So outside of the ISA across the two years you’d have been down 1k due to the taxes, inside the ISA you are net up 2k. It’s a really big difference! You can see that this becomes more and more useful the more you earn (i.e. the higher the tax rate that you are offsetting against) or the bigger the risks you are taking (i.e. you’d have net made more through tax savings if in this analogy you’d have lost & made 10k).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Anyways – P2P investing is where you log into a platform and can “buy loans” -> i.e. put small amounts of money into lots of business loans. Lots of these loans appear to be for property investment as each loan is collateralised to a certain extent, but by putting small amounts into lots of different loans you still get some diversification benefit (spreading your risk across lots of assets means you are likely to suffer more frequent but small & manageable losses, rather than one big showstopping loss). Most are circa 50-90% collateralised. Depending on the riskiness of the loans they pay between 5%-10% interest. This is another option on the riskier end of the spectrum but if you are allocating 90% of your capital to stuff that’s super safe, it’s worth considering having a small proportion that’s a bit riskier. I personaly use Assetz Capital – the platform is easy to use and they have a “buffer fund” which means you as the investor are protected/compensated a bit by the fund if any of the loans sour.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
SEIS & EIS Share Investment:
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Read this: <a href="https://www.whatinvestment.co.uk/eis-and-seis-tax-breaks-explained-2381293/">https://www.whatinvestment.co.uk/eis-and-seis-tax-breaks-explained-2381293/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The tax-breaks you can get through this make this a “comparatively” low-risk, high reward option in investing. Yes you are investing in high risk companies, but a lot of the downside is being paid for by the government because you are allowed to take a tax break up front on your investment, AND offset any losses against any income you have earnt. This can be handy down the line, cause you are not too far away from being paid money that’ll be taxed in the 40% tax rate bracket so the tax-offset on losses becomes more valuable at that point (and that’ll be a few years down the line). SEIS & EIS is the riskiest thing I am recommending in this and you shouldn’t put too much in. Maybe 10% - 10k type amount. This is the chunk that could easily double over the course of 3 years.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Pension & SIPPS
|
||||
</p>
|
||||
|
||||
<p>
|
||||
SIPPs are just a self managed pension – giving you the ability to decide what it should be investing in AND, once again, eliminating the management fees that are entailed by products offered by the likes of Legal and General and co. Perhaps just sticking with your current pension is best whilst you get a handle on everything else. After that you could consider switching to a SIPP to eliminate management fees.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Generally putting money in your pension is also a good idea over the long term, provided you don’t need the money soon for any kind of purchase. The reason why its good is that it, again, can be offset against your income tax. I.e. if you earnt 55k in a year. You stick 5k into your pension at the end of the tax year, file your self-assessment tax return and get sent a cheque for 2k. Hence you’ve taken 5k and INSTANTLY turned it into 7k. The only caveat is that you cant take the money out for a long time of course. However this is a good thing to do long term. So if you are ever in a situation where you are near or JUST over an income tax threshold (so 5k into the 50k say) it can be used as a way of reducing yourself under the 50k bracket again.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Summary of Advice
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If I had to summarise what a lot of the things above hinge upon, is that you are trying to tilt the likelihood of making money in your favour by giving yourself the ability to offset losses/investment against your income tax, thereby getting back money that you would have otherwise been lost to the tax man. It converts a trade/bet from something that was 50:50 win/loss into better odds for yourself. The other options are about not having to pay tax when you make money which is effectively taking something that’s structured 60:40 against you to make it back to a 50:50. The point is there is no magic formula where it tells you the specific things that you should invest in that’ll definitely make money at 0 risk to yourself. It’s about spreading your money across a number of bets which will, on average, make money, and when they do – ensuring that they do so in the most tax efficient manner.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Once you have a handle on each of these possible ways of investing and deciding a ratio in terms of how much to put in each type, you can then focus on the detail of exactly what stocks or exactly what loans to put things into. As a young person, with a good stable income, you shouldn’t be afraid to risk a bit more money as these are the years where you can, on a relative basis, afford to do so.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
At random, I could suggest something like 40% savings accounts, 40% shares ISA, 10% Gold (within the ISA), 10% split between SEIS/EIS & P2P. It’s worth noting that the latter two are much more illiquid (takes longer to take your money back out once you’ve put it in – P2P lending can be months, SEIS/EIS is 3 years – so a factor worth considering in your plans). I think you as an individual having these things setup and with a small amount in them, allows you to feel them out, get comfortable with the concept, and then down the line once you feel more in control you can start to allocate as you see fit.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Investment Goal:
|
||||
</p>
|
||||
|
||||
<p>
|
||||
We briefly mentioned it but you should roughly calibrate the “expected return” of your portfolio to match your goals. Let’s say you want to buy a house in 3 years from now and the house you want to buy requires a deposit of 150k (assuming you save nothing per month from your income). I.e. you need to make 20k from your pre-existing 130k.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
(150k/130k)<sup>(1/3)</sup> = 1.0488 -— > this means you need your investments to make roughly 4.88% per year for that 130k to grow into 150k in 3 years. Hence it tells you that if you are afraid of losing money and stick everything into your savings account at 1% for 3 years you simply aren’t going to get anywhere near the target. So either it means you need to change the target number, or re-think how risky you should be investing. At the very least doing those back of the envelope calculation puts things into perspective.
|
||||
</p>
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: user</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|