aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-08-30 04:40:53 -0400
committerThedro Neely <thedroneely@gmail.com>2018-08-30 04:40:53 -0400
commit2659205908bd5cab508f4ff817123673e078ab74 (patch)
treee455f36b124e9b98f7005e6d4310b71881734623 /public
downloadedwinmattiacci.com-2659205908bd5cab508f4ff817123673e078ab74.tar.gz
edwinmattiacci.com-2659205908bd5cab508f4ff817123673e078ab74.tar.bz2
edwinmattiacci.com-2659205908bd5cab508f4ff817123673e078ab74.zip
Initialize Repo: First Commit
Diffstat (limited to 'public')
-rw-r--r--public/audio/blank.mp3bin0 -> 1797 bytes
-rw-r--r--public/audio/commercial.mp3bin0 -> 493152 bytes
-rw-r--r--public/audio/narrative.mp3bin0 -> 704640 bytes
-rw-r--r--public/audio/prologue.mp3bin0 -> 621306 bytes
-rw-r--r--public/audio/reading.mp3bin0 -> 1262915 bytes
-rw-r--r--public/css/main.css710
-rw-r--r--public/css/main.min.css1
-rw-r--r--public/favicon.ico0
-rw-r--r--public/favicon.pngbin0 -> 4444 bytes
-rw-r--r--public/images/bg.jpgbin0 -> 6235877 bytes
-rw-r--r--public/images/icon_pause.gifbin0 -> 110 bytes
-rw-r--r--public/images/icon_pause.pngbin0 -> 535 bytes
-rw-r--r--public/images/icon_play.gifbin0 -> 107 bytes
-rw-r--r--public/images/icon_play.pngbin0 -> 534 bytes
-rw-r--r--public/images/overlay.pngbin0 -> 121 bytes
-rw-r--r--public/index.php11
-rw-r--r--public/index.xml18
-rw-r--r--public/js/main.js275
-rw-r--r--public/js/main.slim.js24
-rw-r--r--public/pgp.asc52
-rw-r--r--public/posts/2018/05/the-voice-practitioner/index.html191
-rw-r--r--public/posts/categories/index.html198
-rw-r--r--public/posts/categories/index.xml32
-rw-r--r--public/posts/categories/page/1/index.html1
-rw-r--r--public/posts/categories/voice/index.html185
-rw-r--r--public/posts/categories/voice/index.xml24
-rw-r--r--public/posts/categories/voice/page/1/index.html1
-rw-r--r--public/posts/categories/voiceover/index.html185
-rw-r--r--public/posts/categories/voiceover/index.xml24
-rw-r--r--public/posts/categories/voiceover/page/1/index.html1
-rw-r--r--public/posts/css/style.css306
-rw-r--r--public/posts/css/style.min.css1
-rw-r--r--public/posts/index.html186
-rw-r--r--public/posts/index.xml24
-rw-r--r--public/posts/page/1/index.html1
-rw-r--r--public/posts/post/index.html185
-rw-r--r--public/posts/post/index.xml24
-rw-r--r--public/posts/post/page/1/index.html1
-rw-r--r--public/posts/sitemap.xml56
-rw-r--r--public/posts/tags/index.html198
-rw-r--r--public/posts/tags/index.xml32
-rw-r--r--public/posts/tags/page/1/index.html1
-rw-r--r--public/posts/tags/voice/index.html185
-rw-r--r--public/posts/tags/voice/index.xml24
-rw-r--r--public/posts/tags/voice/page/1/index.html1
-rw-r--r--public/posts/tags/voiceover/index.html185
-rw-r--r--public/posts/tags/voiceover/index.xml24
-rw-r--r--public/posts/tags/voiceover/page/1/index.html1
-rw-r--r--public/robots.txt4
-rw-r--r--public/sitemap.xml60
50 files changed, 3432 insertions, 0 deletions
diff --git a/public/audio/blank.mp3 b/public/audio/blank.mp3
new file mode 100644
index 0000000..f790c01
--- /dev/null
+++ b/public/audio/blank.mp3
Binary files differ
diff --git a/public/audio/commercial.mp3 b/public/audio/commercial.mp3
new file mode 100644
index 0000000..0e61388
--- /dev/null
+++ b/public/audio/commercial.mp3
Binary files differ
diff --git a/public/audio/narrative.mp3 b/public/audio/narrative.mp3
new file mode 100644
index 0000000..7765c46
--- /dev/null
+++ b/public/audio/narrative.mp3
Binary files differ
diff --git a/public/audio/prologue.mp3 b/public/audio/prologue.mp3
new file mode 100644
index 0000000..1b7763c
--- /dev/null
+++ b/public/audio/prologue.mp3
Binary files differ
diff --git a/public/audio/reading.mp3 b/public/audio/reading.mp3
new file mode 100644
index 0000000..86c4842
--- /dev/null
+++ b/public/audio/reading.mp3
Binary files differ
diff --git a/public/css/main.css b/public/css/main.css
new file mode 100644
index 0000000..041e884
--- /dev/null
+++ b/public/css/main.css
@@ -0,0 +1,710 @@
+html, body {
+ background-image: url("https://res.cloudinary.com/dpszgzqjb/image/upload/v1532227754/Images/overlay.png"), linear-gradient(0deg, rgba(17, 17, 17, 0.9), rgba(17, 17, 17, 0.9));
+ font-family: system-ui, sans-serif;
+}
+
+html {
+ height: 100%;
+ margin: 0;
+ width: 100%;
+ overflow-y: scroll;
+}
+
+body {
+ color: #fff;
+ margin: 0;
+ min-height: 100%;
+ text-align: center;
+ width: 100%;
+}
+
+main {
+ -webkit-align-items: center;
+ align-items: center;
+ display: flex;
+ display: -ms-flexbox;
+ display: -webkit-flex;
+ -webkit-justify-content: center;
+ justify-content: center;
+ margin: 0 auto;
+ min-height: 100vh;
+ min-height: calc(100vh - 166px);
+ height: 360px;
+}
+
+img {
+ max-width: 100%;
+}
+
+#bg {
+ left: 0;
+ position: fixed;
+ top: 0;
+ min-width: 100%;
+ min-height: 100%;
+ opacity: 0;
+ transition: opacity .5s ease-in-out;
+ -moz-transition: opacity .5s ease-in-out;
+ -webkit-transition: opacity .5s ease-in-out;
+ -o-transition: opacity .5s ease-in-out;
+ z-index: -1;
+}
+
+@media screen and (max-width: 960px) {
+ #bg { min-width: 1080px; }
+}
+
+.body-opaque {
+ background-image: url("https://res.cloudinary.com/dpszgzqjb/image/upload/v1532227754/Images/overlay.png"), linear-gradient(0deg, rgb(44, 44, 44), rgb(44, 44, 44));
+}
+
+/* footer */
+
+.footer {
+ background-color: #222;
+ background-color: rgba(34, 34, 34, 0.85);
+ font-size: 12px;
+ line-height: 1.5;
+ text-align: left;
+}
+
+.footer-container {
+ color: #aaa;
+ margin: 0 auto;
+ max-width: 1344px;
+ padding: 2em 2em;
+}
+
+.footer-transparent {
+ background-color: #222;
+ background-color: rgba(0, 0, 0, 0);
+}
+
+.footer a {
+ color: #aaa;
+}
+
+.footer a:hover {
+ color: #f00;
+}
+
+/*home page*/
+
+.intro {
+ width: 100%;
+}
+
+.ion {
+ font-size: 3.5em;
+}
+
+.intro > h1 {
+ color: #fff;
+ font-size: 50px;
+ font-size: calc(35px + (50 - 38) * ((100vw - 300px) / (1200 - 300)));
+ font-weight: 300;
+ margin: 0;
+}
+
+.intro > h2 {
+ color: #fff;
+ font-size: 16px;
+ font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1200 - 300)));
+ font-weight: 300;
+}
+
+@media screen and (max-width:350px) {
+ .intro > h2 { font-size: 12px; }
+}
+
+@media screen and (max-width:420px) {
+ .icon-container { font-size: 14px }
+}
+
+.intro > .profile {
+ border-radius: 50%;
+ height: 10vh;
+ width: 10vh;
+}
+
+/*link colors*/
+
+a {
+ color: #fff;
+ text-decoration: none;
+}
+
+a.active {
+ color: #f00 !important;
+}
+
+a.icon:hover {
+ text-decoration: none;
+}
+
+a:hover {
+ color: red !important;
+}
+
+a.posts {
+ color: #ff0000 !important;
+}
+
+/* hashover comment section */
+
+#hashover .hashover-comment {
+ background-color: #333;
+ border-radius: 3px;
+ height: auto;
+ margin: 0.75em 0 0 0;
+ overflow: hidden;
+ padding: 0.75em;
+ text-align: left;
+ width: auto;
+}
+
+#hashover .hashover-more-link {
+ display: inline-block;
+ margin-top: 1em;
+ padding: 0.5em;
+}
+
+#hashover .hashover-comment-name {
+ font-weight: bold;
+}
+
+#hashover .hashover-textarea {
+ margin-bottom: 1.5em;
+}
+
+#hashover .hashover-comment.hashover-reply.odd {
+ background-color: #3f3f3f;
+}
+
+#hashover .hashover-submit.hashover-post-button {
+ margin-bottom: 1.5em;
+}
+
+#hashover .hashover-submit.hashover-reply-post {
+ margin: 0;
+}
+
+#hashover .hashover-select-wrapper {
+ margin-bottom: 1em;
+ display: inline-block;
+}
+
+#hashover-sort-select {
+ margin: 0;
+}
+
+#hashover .hashover-header {
+ margin-bottom: 0.5em;
+}
+
+#hashover .hashover-footer {
+ margin-bottom: 0.75em;
+}
+
+#hashover .hashover-input-cell {
+ display: table-cell;
+ width: 640px;
+}
+
+#hashover .hashover-name-input {
+ padding-right: 1em;
+}
+
+#hashover .hashover-email-input {
+ padding-left: 1em;
+}
+
+#hashover .hashover-balloon {
+ width: 95%;
+}
+
+#hashover .hashover-buttons {
+ float: right;
+}
+
+#hashover-count-wrapper {
+ text-align: right;
+ margin-top: 1.1em;
+}
+
+#hashover-count {
+ font-weight: bold;
+}
+
+.hashover-content > p {
+ font-size: 0.9em;
+}
+
+#hashover-name-c3r1 {
+ color: #cc4949;
+}
+
+/* contact form */
+
+.contact {
+ height: 400px;
+ max-width: 540px;
+ min-height: 100vh;
+ min-height: calc(100vh - 166px);
+ padding-bottom: 0;
+ padding-right: 16px;
+ padding-top: 0;
+ text-align: justify;
+ width: 100%;
+}
+
+.contact-buttonPadding { padding-left: 0; }
+
+.contact-maxWidth { width: 100% }
+
+.contact-name { padding-right: 1em; }
+
+.contact-email { padding-left: 1em; }
+
+.form-alert { color: #f00; }
+
+.form { display: none; }
+
+/* feedback form */
+
+.feedback {
+ height: auto;
+ max-width: 540px;
+ min-height: 100vh;
+ min-height: calc(100vh - 206px);
+ padding-bottom: 40px;
+ padding-top: 0;
+ text-align: justify;
+ width: 100%;
+}
+
+@media screen and (max-width: 640px) {
+.feedback { max-width: calc(100vw - 12vw); }
+.contact { max-width: calc(100vw - 12vw); }
+}
+
+.feedback-holder { min-height: 864px; }
+
+ul.actions li {
+ display: inline-block;
+ padding: 0 1rem 0 0;
+ vertical-align: middle;
+}
+
+label {
+ color: #fff;
+ display: block;
+ font-size: 0.8rem;
+ font-weight: 300;
+ letter-spacing: 0.2rem;
+ line-height: 1.5;
+ margin: 0 0 1rem 0;
+ text-transform: uppercase;
+}
+
+input, textarea, select, button {
+ font-family: system-ui, sans-serif;
+}
+
+textarea {
+ font-size: 14px;
+ height: 10rem;
+ resize: none;
+}
+
+select[multiple], select[size] {
+ height: 2.75em;
+}
+
+input[type="text"], input[type="password"], input[type="email"], select {
+ height: 1.5rem;
+ margin-bottom: 1.3em;
+}
+
+input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
+ background-color: rgba(25, 25, 25, 0.35);
+
+}
+
+input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus, textarea:focus {
+ background: rgba(25, 25, 25, 0.35) none repeat scroll 0 0;
+ border-color: #fff;
+ box-shadow: 0 0 0 1px #fff;
+}
+
+input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ -ms-appearance: none;
+ background: rgb(25, 25, 25) none repeat scroll 0 0;
+ background: rgba(25, 25, 25, 0.7) none repeat scroll 0 0;
+ border-radius: 4px;
+ border: 1px solid #fff;
+ color: #fff;
+ display: block;
+ outline: 0 none;
+ padding: 0.5em;
+ text-decoration: none;
+ width: 100%;
+ font-size: 14px;
+ font-weight: 400;
+}
+
+input[type="submit"], input[type="reset"], input[type="button"] {
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ -ms-appearance: none;
+ background: rgb(25, 25, 25) none repeat scroll 0 0;
+ background: rgba(25, 25, 25, 0.7) none repeat scroll 0 0;
+ border-radius: 4px;
+ border: 0 none;
+ box-shadow: 0 0 0 1px #fff inset;
+ color: #fff !important;
+ display: inline-block;
+ font-size: 14px;
+ font-weight: 300;
+ height: 2.5rem;
+ letter-spacing: 0.05rem;
+ outline: 0 none;
+ padding: 0 1.25rem 0 1.35rem;
+ text-align: center;
+ text-decoration: none;
+ text-transform: uppercase;
+ white-space: nowrap;
+}
+
+/* inlineplayer.css */
+
+ul.graphic p {
+ display: inline;
+}
+
+ul.graphic {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+}
+
+ul.graphic li {
+ margin-bottom: 2px;
+}
+
+ul.graphic li a, ul.graphic li a.sm2_link {
+ background-color: rgb(255, 50, 50);
+ background-color: rgba(255, 50, 50, 0.65);
+ border: 1px solid transparent;
+ border-radius: 0;
+ color: #fff;
+ display: inline-block;
+ font-size: 14px;
+ font-weight: normal;
+ letter-spacing: 0.05rem;
+ margin: 0.5rem;
+ min-width: 6.6em;
+ min-height: 16px;
+ padding: 15px 0 15px 30px;
+ text-align: left;
+ text-decoration: none;
+ vertical-align: middle;
+}
+
+@media screen and (min-width:496px) {
+ ul.graphic li a.sm2_link { font-size: 16.5px; }
+}
+
+ul.graphic li a.sm2_link {
+ -webkit-transition-property: hover;
+ -webkit-transition: background-color 0.15s linear;
+ -moz-transition: background-color 0.15s linear 0s;
+ -o-transition-property: background-color;
+ -o-transition-duration: 0.15s;
+}
+
+ul.graphic li a, ul.graphic li a.sm2_paused:hover, ul.graphic li a.sm2_link:hover {
+ background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik04OTYgMTI4cTIwOSAwIDM4NS41IDEwM3QyNzkuNSAyNzkuNSAxMDMgMzg1LjUtMTAzIDM4NS41LTI3OS41IDI3OS41LTM4NS41IDEwMy0zODUuNS0xMDMtMjc5LjUtMjc5LjUtMTAzLTM4NS41IDEwMy0zODUuNSAyNzkuNS0yNzkuNSAzODUuNS0xMDN6bTM4NCA4MjNxMzItMTggMzItNTV0LTMyLTU1bC01NDQtMzIwcS0zMS0xOS02NC0xLTMyIDE5LTMyIDU2djY0MHEwIDM3IDMyIDU2IDE2IDggMzIgOCAxNyAwIDMyLTl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
+ background-position: 8px 50%;
+ background-size: 18px 18px;
+ background-repeat: no-repeat;
+ _background-image: url(../images/icon_play.gif);
+}
+
+ul.graphic li a.sm2_link:hover {
+ background-color: rgba(40, 40, 40, 0.65);
+ color: #fff;
+}
+
+ul.graphic li a.sm2_paused {
+ background-color: #202020;
+ border: 1px solid #f00;
+ color: #f00 !important;
+}
+
+ul.graphic li a.sm2_paused:hover {
+ background: #202020 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik04OTYgMTI4cTIwOSAwIDM4NS41IDEwM3QyNzkuNSAyNzkuNSAxMDMgMzg1LjUtMTAzIDM4NS41LTI3OS41IDI3OS41LTM4NS41IDEwMy0zODUuNS0xMDMtMjc5LjUtMjc5LjUtMTAzLTM4NS41IDEwMy0zODUuNSAyNzkuNS0yNzkuNSAzODUuNS0xMDN6bTM4NCA4MjNxMzItMTggMzItNTV0LTMyLTU1bC01NDQtMzIwcS0zMS0xOS02NC0xLTMyIDE5LTMyIDU2djY0MHEwIDM3IDMyIDU2IDE2IDggMzIgOCAxNyAwIDMyLTl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat 3px 50%;
+ background-size: 18px 18px;
+ background-position: 8px 50%;
+ _background-image: url(../images/icon_play.gif);
+}
+
+ul.graphic li a.sm2_playing, ul.graphic li a.sm2_playing:hover {
+ background: #111 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik04MzIgMTE4NHYtNTc2cTAtMTQtOS0yM3QtMjMtOWgtMjU2cS0xNCAwLTIzIDl0LTkgMjN2NTc2cTAgMTQgOSAyM3QyMyA5aDI1NnExNCAwIDIzLTl0OS0yM3ptNDQ4IDB2LTU3NnEwLTE0LTktMjN0LTIzLTloLTI1NnEtMTQgMC0yMyA5dC05IDIzdjU3NnEwIDE0IDkgMjN0MjMgOWgyNTZxMTQgMCAyMy05dDktMjN6bTM4NC0yODhxMCAyMDktMTAzIDM4NS41dC0yNzkuNSAyNzkuNS0zODUuNSAxMDMtMzg1LjUtMTAzLTI3OS41LTI3OS41LTEwMy0zODUuNSAxMDMtMzg1LjUgMjc5LjUtMjc5LjUgMzg1LjUtMTAzIDM4NS41IDEwMyAyNzkuNSAyNzkuNSAxMDMgMzg1LjV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat 3px 50%;
+ background-size: 18px 18px;
+ background-position: 8px 50%;
+ border: 1px solid #f00;
+ color: #f00 !important;
+ text-decoration: none;
+ _background-image: url(../images/icon_pause.gif);
+}
+
+div.playerbox {
+ width: auto;
+ display: inline-block;
+}
+
+div.left {
+ width: 50%;
+ float: left;
+}
+
+div.right {
+ width: 50%;
+ float: right;
+}
+
+body #sm2-container object, body #sm2-container embed {
+ left: -9999em;
+ top: -9999em;
+}
+
+/* overlay windows */
+
+.frame {
+ display: inline-block;
+ font-weight: 300;
+ margin: 1em 0.5em 0 0.5em;
+ padding: 1em 1em 0 1em;
+ min-width: 3em;
+}
+
+.frame-info {
+ color: #fff;
+}
+
+#overlay-faq, #overlay-demo, #overlay-projects {
+ position: fixed;
+ text-align: center;
+ margin: auto;
+ display: none;
+ width: 100%;
+ height: 100%;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ background-color: rgb(40, 40, 40);
+ background-color: rgba(40, 40, 40, 0.98);
+}
+
+.closeButton {
+ position: absolute;
+ right: 0.4em;
+ font-size: 60px;
+ cursor: pointer;
+}
+
+.overlay-container {
+ position: relative;
+ padding: 0 3em 0 3em;
+ top: 40%;
+ left: 10%;
+ font-size: 12px;
+ color: white;
+ -ms-transform: translate(-10%, -10%);
+ -webkit-transform: translate(-10%, -10%);
+ transform: translate(-10%, -10%);
+}
+
+.overlay-container > ul {
+ list-style-type: none;
+ padding: 0 3em 0 3em;
+ text-align: center;
+}
+
+.overlay-container > p {
+ font-size: 1.2em;
+}
+
+/* sidebar navigation */
+
+#main {
+ transition: margin-left .25s;
+}
+
+.sidenav {
+ height: 100%;
+ width: 0;
+ position: fixed;
+ z-index: 1;
+ top: 0;
+ right: 0;
+ background-color: #222;
+ overflow-x: hidden;
+ transition: 0.25s;
+}
+
+.sidenav a {
+ padding: 12px 8px 12px 32px;
+ text-decoration: none;
+ text-align: left;
+ font-size: 16px;
+ font-weight: 400;
+ line-height: 1;
+ display: block;
+}
+
+@media screen and (max-height:450px) {
+ .sidenav {
+ padding-top: 15px;
+ }
+
+ .sidenav a {
+ font-size: 18px;
+ }
+
+}
+
+/* navigation bar */
+
+nav {
+ background-color: #232323;
+ margin-bottom: 2em;
+}
+
+.nav-transparent {
+ background-color: #232323;
+ background-color: rgba(0, 0, 0, 0);
+}
+
+.navicon {
+ border-radius: 0;
+ border: none;
+ background-color: transparent;
+ position: absolute;
+ cursor: pointer;
+ top: 5px;
+ right: 10px;
+ font-size: 19px !important;
+ padding: 14px 20px !important;
+ margin-top: 0.3em;
+ line-height: 1;
+ -webkit-backface-visibility: hidden;
+ -moz-transform: translateZ(0) scale(1.0, 1.0);;
+ -ms-transform: translateZ(0) scale(1.0, 1.0);;
+ -webkit-transform: translateZ(0) scale(1.0, 1.0);
+ transform: translateZ(0) scale(1.0, 1.0);;
+}
+
+.topnav {
+ margin: 0 auto;
+ max-width: 1344px;
+ overflow: hidden;
+}
+
+.topnav-left a {
+ color: #ffffff;
+ display: block;
+ float: left;
+ font-size: 16px;
+ font-weight: 400;
+ line-height: 1.4;
+ padding: 14px 16px;
+ text-align: center;
+ text-decoration: none;
+}
+
+.topnav-left a:nth-child(1) {
+ display: none;
+}
+
+.topnav-right a {
+ float: right;
+}
+
+@media screen and (max-width:598px) {
+ .fa { font-size: 1em; padding: 0.6em 0 0.6em 1em; background-color: #333; border-radius: 3px; width: 2em; height: 1em; }
+ .topnav a.active { background-color: transparent; color: #fff !important; }
+ .topnav a { font-size: 20px; padding: 24px 16px 0 16px; }
+ .topnav a:not(:first-child) { display: none; }
+ .topnav-left a:nth-child(1) { display: block; line-height: 1; }
+ .topnav-right a { display: none; }
+ .topnav .navicon { display: block; }
+ a.active { background-color: #333; }
+}
+
+@media screen and (max-width:598px) {
+ .footer { background-color: #222; background-color: rgba(0, 0, 0, 0); padding-left: unset; text-align: center; }
+ nav { background-color: rgba(0, 0, 0, 0); }
+}
+
+/* system-font.css v2.0.2 | CC0-1.0 License | github.com/jonathantneal/system-font-css */
+
+@font-face {
+ font-family: system-ui;
+ font-style: normal;
+ font-weight: 300;
+ src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Segoe UI Light"), local("Ubuntu Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
+}
+
+@font-face {
+ font-family: system-ui;
+ font-style: italic;
+ font-weight: 300;
+ src: local(".SFNSText-LightItalic"), local(".HelveticaNeueDeskInterface-Italic"), local(".LucidaGrandeUI"), local("Segoe UI Light Italic"), local("Ubuntu Light Italic"), local("Roboto-LightItalic"), local("DroidSans"), local("Tahoma");
+}
+
+@font-face {
+ font-family: system-ui;
+ font-style: normal;
+ font-weight: 400;
+ src: local(".SFNSText-Regular"), local(".HelveticaNeueDeskInterface-Regular"), local(".LucidaGrandeUI"), local("Segoe UI"), local("Ubuntu"), local("Roboto-Regular"), local("DroidSans"), local("Tahoma");
+}
+
+@font-face {
+ font-family: system-ui;
+ font-style: italic;
+ font-weight: 400;
+ src: local(".SFNSText-Italic"), local(".HelveticaNeueDeskInterface-Italic"), local(".LucidaGrandeUI"), local("Segoe UI Italic"), local("Ubuntu Italic"), local("Roboto-Italic"), local("DroidSans"), local("Tahoma");
+}
+
+@font-face {
+ font-family: system-ui;
+ font-style: normal;
+ font-weight: 500;
+ src: local(".SFNSText-Medium"), local(".HelveticaNeueDeskInterface-MediumP4"), local(".LucidaGrandeUI"), local("Segoe UI Semibold"), local("Ubuntu Medium"), local("Roboto-Medium"), local("DroidSans-Bold"), local("Tahoma Bold");
+}
+
+@font-face {
+ font-family: system-ui;
+ font-style: italic;
+ font-weight: 500;
+ src: local(".SFNSText-MediumItalic"), local(".HelveticaNeueDeskInterface-MediumItalicP4"), local(".LucidaGrandeUI"), local("Segoe UI Semibold Italic"), local("Ubuntu Medium Italic"), local("Roboto-MediumItalic"), local("DroidSans-Bold"), local("Tahoma Bold");
+}
+
+@font-face {
+ font-family: system-ui;
+ font-style: normal;
+ font-weight: 700;
+ src: local(".SFNSText-Bold"), local(".HelveticaNeueDeskInterface-Bold"), local(".LucidaGrandeUI"), local("Segoe UI Bold"), local("Ubuntu Bold"), local("Roboto-Bold"), local("DroidSans-Bold"), local("Tahoma Bold");
+}
+
+@font-face {
+ font-family: system-ui;
+ font-style: italic;
+ font-weight: 700;
+ src: local(".SFNSText-BoldItalic"), local(".HelveticaNeueDeskInterface-BoldItalic"), local(".LucidaGrandeUI"), local("Segoe UI Bold Italic"), local("Ubuntu Bold Italic"), local("Roboto-BoldItalic"), local("DroidSans-Bold"), local("Tahoma Bold");
+}
diff --git a/public/css/main.min.css b/public/css/main.min.css
new file mode 100644
index 0000000..32ec360
--- /dev/null
+++ b/public/css/main.min.css
@@ -0,0 +1 @@
+html,body{background-image:url("https://res.cloudinary.com/dpszgzqjb/image/upload/v1532227754/Images/overlay.png"),linear-gradient(0deg,rgba(17,17,17,0.9),rgba(17,17,17,0.9));font-family:system-ui,sans-serif}html{height:100%;margin:0;width:100%;overflow-y:scroll}body{color:#fff;margin:0;min-height:100%;text-align:center;width:100%}main{-webkit-align-items:center;align-items:center;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-justify-content:center;justify-content:center;margin:0 auto;min-height:100vh;min-height:calc(100vh - 166px);height:360px}img{max-width:100%}#bg{left:0;position:fixed;top:0;min-width:100%;min-height:100%;opacity:0;transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-webkit-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;z-index:-1}@media screen and (max-width:960px){#bg{min-width:1080px}}.body-opaque{background-image:url("https://res.cloudinary.com/dpszgzqjb/image/upload/v1532227754/Images/overlay.png"),linear-gradient(0deg,rgb(44,44,44),rgb(44,44,44))}.footer{background-color:#222;background-color:rgba(34,34,34,.85);font-size:12px;line-height:1.5;text-align:left}.footer-container{color:#aaa;margin:0 auto;max-width:1344px;padding:2em}.footer-transparent{background-color:#222;background-color:transparent}.footer a{color:#aaa}.footer a:hover{color:red}.intro{width:100%}.ion{font-size:3.5em}.intro>h1{color:#fff;font-size:50px;font-size:calc(35px + (50 - 38) * ((100vw - 300px)/(1200 - 300)));font-weight:300;margin:0}.intro>h2{color:#fff;font-size:16px;font-size:calc(14px + (18 - 14) * ((100vw - 300px)/(1200 - 300)));font-weight:300}@media screen and (max-width:350px){.intro>h2{font-size:12px}}@media screen and (max-width:420px){.icon-container{font-size:14px}}.intro>.profile{border-radius:50%;height:10vh;width:10vh}a{color:#fff;text-decoration:none}a.active{color:red!important}a.icon:hover{text-decoration:none}a:hover{color:red!important}a.posts{color:red!important}#hashover .hashover-comment{overflow:hidden;background-color:#333;border-radius:3px;padding:.75em;text-align:left;margin:.75em 0 0;height:auto;width:auto}#hashover .hashover-more-link{margin-top:1em;padding:.5em;display:inline-block}#hashover .hashover-comment-name{font-weight:700}#hashover .hashover-textarea{margin-bottom:1.5em}#hashover .hashover-comment.hashover-reply.odd{background-color:#3f3f3f}#hashover .hashover-submit.hashover-post-button{margin-bottom:1.5em}#hashover .hashover-submit.hashover-reply-post{margin:0}#hashover .hashover-select-wrapper{margin-bottom:1em;display:inline-block}#hashover-sort-select{margin:0}#hashover .hashover-header{margin-bottom:.5em}#hashover .hashover-footer{margin-bottom:.75em}#hashover .hashover-input-cell{display:table-cell;width:640px}#hashover .hashover-name-input{padding-right:1em}#hashover .hashover-email-input{padding-left:1em}#hashover .hashover-balloon{width:95%}#hashover .hashover-buttons{float:right}#hashover-count-wrapper{text-align:right;margin-top:1.1em}#hashover-count{font-weight:700}.hashover-content>p{font-size:.9em}#hashover-name-c3r1{color:#cc4949}.contact{max-width:540px;padding-bottom:0;padding-top:0;padding-right:16px;text-align:justify;min-height:100vh;min-height:calc(100vh - 166px);width:100%;height:400px}.contact-buttonPadding{padding-left:0}.contact-maxWidth{width:100%}.contact-name{padding-right:1em}.contact-email{padding-left:1em}.form-alert{color:red}.form{display:none}.feedback{max-width:540px;padding-top:0;padding-bottom:40px;min-height:100vh;min-height:calc(100vh - 206px);text-align:justify;width:100%;height:auto}@media screen and (max-width:640px){.feedback{max-width:calc(100vw - 12vw)}.contact{max-width:calc(100vw - 12vw)}}.feedback-holder{min-height:864px}ul.actions li{display:inline-block;padding:0 1rem 0 0;vertical-align:middle}label{color:#fff;display:block;font-size:.8rem;font-weight:300;letter-spacing:.2rem;line-height:1.5;margin:0 0 1rem;text-transform:uppercase}input,textarea,select,button{font-family:system-ui,sans-serif}textarea{font-size:14px;height:10rem;resize:none}select[multiple],select[size]{height:2.75em}input[type=text],input[type=password],input[type=email],select{height:1.5rem;margin-bottom:1.3em}input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover,button:hover,.button:hover{background-color:rgba(25,25,25,.35)}input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input[type=tel]:focus,select:focus,textarea:focus{background:rgba(25,25,25,.35) none repeat scroll 0 0;border-color:#fff;box-shadow:0 0 0 1px #fff}input[type=text],input[type=password],input[type=email],input[type=tel],select,textarea{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;background:#191919 none repeat scroll 0 0;background:rgba(25,25,25,.7) none repeat scroll 0 0;border-radius:4px;border:1px solid #fff;color:#fff;display:block;outline:0;padding:.5em;text-decoration:none;width:100%;font-size:14px;font-weight:400}input[type=submit],input[type=reset],input[type=button]{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;background:#191919 none repeat scroll 0 0;background:rgba(25,25,25,.7) none repeat scroll 0 0;border-radius:4px;border:0;box-shadow:0 0 0 1px #fff inset;color:#fff!important;display:inline-block;font-size:14px;font-weight:300;height:2.5rem;letter-spacing:.05rem;outline:0;padding:0 1.25rem 0 1.35rem;text-align:center;text-decoration:none;text-transform:uppercase;white-space:nowrap}ul.graphic p{display:inline}ul.graphic{list-style-type:none;margin:0;padding:0}ul.graphic li{margin-bottom:2px}ul.graphic li a,ul.graphic li a.sm2_link{background-color:#ff3232;background-color:rgba(255,50,50,.65);border:1px solid transparent;border-radius:3px;color:#fff;display:inline-block;font-size:14px;font-weight:400;letter-spacing:.05rem;margin:.5rem;min-width:6.6em;min-height:16px;padding:15px 0 15px 30px;text-align:left;text-decoration:none;vertical-align:middle}@media screen and (min-width:496px){ul.graphic li a.sm2_link{font-size:16.5px}}ul.graphic li a.sm2_link{-webkit-transition-property:hover;-webkit-transition:background-color .15s linear;-moz-transition:background-color .15s linear 0s;-o-transition-property:background-color;-o-transition-duration:.15s}ul.graphic li a,ul.graphic li a.sm2_paused:hover,ul.graphic li a.sm2_link:hover{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik04OTYgMTI4cTIwOSAwIDM4NS41IDEwM1QxNTYxIDUxMC41IDE2NjQgODk2dC0xMDMgMzg1LjUtMjc5LjUgMjc5LjVUODk2IDE2NjR0LTM4NS41LTEwM1QyMzEgMTI4MS41IDEyOCA4OTZ0MTAzLTM4NS41VDUxMC41IDIzMSA4OTYgMTI4em0zODQgODIzcTMyLTE4IDMyLTU1dC0zMi01NUw3MzYgNTIxcS0zMS0xOS02NC0xLTMyIDE5LTMyIDU2djY0MHEwIDM3IDMyIDU2IDE2IDggMzIgOCAxNyAwIDMyLTl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);background-position:8px 50%;background-size:18px 18px;background-repeat:no-repeat;_background-image:url(../images/icon_play.gif)}ul.graphic li a.sm2_link:hover{background-color:rgba(40,40,40,.65);color:#fff}ul.graphic li a.sm2_paused{background-color:#202020;border:1px solid red;color:red!important}ul.graphic li a.sm2_paused:hover{background:#202020 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik04OTYgMTI4cTIwOSAwIDM4NS41IDEwM1QxNTYxIDUxMC41IDE2NjQgODk2dC0xMDMgMzg1LjUtMjc5LjUgMjc5LjVUODk2IDE2NjR0LTM4NS41LTEwM1QyMzEgMTI4MS41IDEyOCA4OTZ0MTAzLTM4NS41VDUxMC41IDIzMSA4OTYgMTI4em0zODQgODIzcTMyLTE4IDMyLTU1dC0zMi01NUw3MzYgNTIxcS0zMS0xOS02NC0xLTMyIDE5LTMyIDU2djY0MHEwIDM3IDMyIDU2IDE2IDggMzIgOCAxNyAwIDMyLTl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat 3px 50%;background-size:18px 18px;background-position:8px 50%;_background-image:url(../images/icon_play.gif)}ul.graphic li a.sm2_playing,ul.graphic li a.sm2_playing:hover{background:#111 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik04MzIgMTE4NFY2MDhxMC0xNC05LTIzdC0yMy05SDU0NHEtMTQgMC0yMyA5dC05IDIzdjU3NnEwIDE0IDkgMjN0MjMgOWgyNTZxMTQgMCAyMy05dDktMjN6bTQ0OCAwVjYwOHEwLTE0LTktMjN0LTIzLTlIOTkycS0xNCAwLTIzIDl0LTkgMjN2NTc2cTAgMTQgOSAyM3QyMyA5aDI1NnExNCAwIDIzLTl0OS0yM3ptMzg0LTI4OHEwIDIwOS0xMDMgMzg1LjVUMTI4MS41IDE1NjEgODk2IDE2NjR0LTM4NS41LTEwM1QyMzEgMTI4MS41IDEyOCA4OTZ0MTAzLTM4NS41VDUxMC41IDIzMSA4OTYgMTI4dDM4NS41IDEwM1QxNTYxIDUxMC41IDE2NjQgODk2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat 3px 50%;background-size:18px 18px;background-position:8px 50%;border:1px solid red;color:red!important;text-decoration:none;_background-image:url(../images/icon_pause.gif)}div.playerbox{width:auto;display:inline-block}div.left{width:50%;float:left}div.right{width:50%;float:right}body #sm2-container object,body #sm2-container embed{left:-9999em;top:-9999em}.frame{display:inline-block;font-weight:300;margin:1em .5em 0;padding:1em 1em 0;min-width:3em}.frame-info{color:#fff}#overlay-faq,#overlay-demo,#overlay-projects{position:fixed;text-align:center;margin:auto;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:#282828;background-color:rgba(40,40,40,.98)}.closeButton{position:absolute;right:.4em;font-size:60px;cursor:pointer}.overlay-container{position:relative;padding:0 3em;top:40%;left:10%;font-size:12px;color:#fff;-ms-transform:translate(-10%,-10%);-webkit-transform:translate(-10%,-10%);transform:translate(-10%,-10%)}.overlay-container>ul{list-style-type:none;padding:0 3em;text-align:center}.overlay-container>p{font-size:1.2em}#main{transition:margin-left .25s}.sidenav{height:100%;width:0;position:fixed;z-index:1;top:0;right:0;background-color:#222;overflow-x:hidden;transition:.25s}.sidenav a{padding:12px 8px 12px 32px;text-decoration:none;text-align:left;font-size:16px;font-weight:400;line-height:1;display:block}@media screen and (max-height:450px){.sidenav{padding-top:15px}.sidenav a{font-size:18px}}nav{background-color:#232323;margin-bottom:2em}.nav-transparent{background-color:#232323;background-color:transparent}.navicon{border-radius:3px;border:1px solid #333;background-color:#333;position:absolute;cursor:pointer;top:5px;right:10px;font-size:19px!important;padding:14px 20px!important;margin-top:.3em;line-height:1;-webkit-backface-visibility:hidden;-moz-transform:translateZ(0) scale(1,1);-ms-transform:translateZ(0) scale(1,1);-webkit-transform:translateZ(0) scale(1,1);transform:translateZ(0) scale(1,1)}.topnav{margin:0 auto;max-width:1344px;overflow:hidden}.topnav-left a{color:#f2f2f2;display:block;float:left;font-size:16px;font-weight:400;line-height:1.4;padding:14px 16px;text-align:center;text-decoration:none}.topnav-left a:nth-child(1){display:none}.topnav-right a{float:right}@media screen and (max-width:598px){.fa{font-size:1em;padding:.6em 0 .6em 1em;background-color:#333;border-radius:3px;width:2em;height:1em}.topnav a.active{background-color:transparent;color:#fff!important}.topnav a{font-size:20px;padding:24px 16px 0}.topnav a:not(:first-child){display:none}.topnav-left a:nth-child(1){display:block;line-height:1}.topnav-right a{display:none}.topnav .navicon{display:block}a.active{background-color:#333}}@media screen and (max-width:598px){.footer{background-color:#222;background-color:transparent;padding-left:unset;text-align:center}nav{background-color:transparent}}@font-face{font-family:system-ui;font-style:normal;font-weight:300;src:local(".SFNSText-Light"),local(".HelveticaNeueDeskInterface-Light"),local(".LucidaGrandeUI"),local("Segoe UI Light"),local("Ubuntu Light"),local("Roboto-Light"),local("DroidSans"),local("Tahoma")}@font-face{font-family:system-ui;font-style:italic;font-weight:300;src:local(".SFNSText-LightItalic"),local(".HelveticaNeueDeskInterface-Italic"),local(".LucidaGrandeUI"),local("Segoe UI Light Italic"),local("Ubuntu Light Italic"),local("Roboto-LightItalic"),local("DroidSans"),local("Tahoma")}@font-face{font-family:system-ui;font-style:normal;font-weight:400;src:local(".SFNSText-Regular"),local(".HelveticaNeueDeskInterface-Regular"),local(".LucidaGrandeUI"),local("Segoe UI"),local("Ubuntu"),local("Roboto-Regular"),local("DroidSans"),local("Tahoma")}@font-face{font-family:system-ui;font-style:italic;font-weight:400;src:local(".SFNSText-Italic"),local(".HelveticaNeueDeskInterface-Italic"),local(".LucidaGrandeUI"),local("Segoe UI Italic"),local("Ubuntu Italic"),local("Roboto-Italic"),local("DroidSans"),local("Tahoma")}@font-face{font-family:system-ui;font-style:normal;font-weight:500;src:local(".SFNSText-Medium"),local(".HelveticaNeueDeskInterface-MediumP4"),local(".LucidaGrandeUI"),local("Segoe UI Semibold"),local("Ubuntu Medium"),local("Roboto-Medium"),local("DroidSans-Bold"),local("Tahoma Bold")}@font-face{font-family:system-ui;font-style:italic;font-weight:500;src:local(".SFNSText-MediumItalic"),local(".HelveticaNeueDeskInterface-MediumItalicP4"),local(".LucidaGrandeUI"),local("Segoe UI Semibold Italic"),local("Ubuntu Medium Italic"),local("Roboto-MediumItalic"),local("DroidSans-Bold"),local("Tahoma Bold")}@font-face{font-family:system-ui;font-style:normal;font-weight:700;src:local(".SFNSText-Bold"),local(".HelveticaNeueDeskInterface-Bold"),local(".LucidaGrandeUI"),local("Segoe UI Bold"),local("Ubuntu Bold"),local("Roboto-Bold"),local("DroidSans-Bold"),local("Tahoma Bold")}@font-face{font-family:system-ui;font-style:italic;font-weight:700;src:local(".SFNSText-BoldItalic"),local(".HelveticaNeueDeskInterface-BoldItalic"),local(".LucidaGrandeUI"),local("Segoe UI Bold Italic"),local("Ubuntu Bold Italic"),local("Roboto-BoldItalic"),local("DroidSans-Bold"),local("Tahoma Bold")} \ No newline at end of file
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/public/favicon.ico
diff --git a/public/favicon.png b/public/favicon.png
new file mode 100644
index 0000000..1205a62
--- /dev/null
+++ b/public/favicon.png
Binary files differ
diff --git a/public/images/bg.jpg b/public/images/bg.jpg
new file mode 100644
index 0000000..5779cf0
--- /dev/null
+++ b/public/images/bg.jpg
Binary files differ
diff --git a/public/images/icon_pause.gif b/public/images/icon_pause.gif
new file mode 100644
index 0000000..21684e5
--- /dev/null
+++ b/public/images/icon_pause.gif
Binary files differ
diff --git a/public/images/icon_pause.png b/public/images/icon_pause.png
new file mode 100644
index 0000000..964e751
--- /dev/null
+++ b/public/images/icon_pause.png
Binary files differ
diff --git a/public/images/icon_play.gif b/public/images/icon_play.gif
new file mode 100644
index 0000000..9a9ceb8
--- /dev/null
+++ b/public/images/icon_play.gif
Binary files differ
diff --git a/public/images/icon_play.png b/public/images/icon_play.png
new file mode 100644
index 0000000..155a49a
--- /dev/null
+++ b/public/images/icon_play.png
Binary files differ
diff --git a/public/images/overlay.png b/public/images/overlay.png
new file mode 100644
index 0000000..ee07b3f
--- /dev/null
+++ b/public/images/overlay.png
Binary files differ
diff --git a/public/index.php b/public/index.php
new file mode 100644
index 0000000..1d5fad8
--- /dev/null
+++ b/public/index.php
@@ -0,0 +1,11 @@
+<?php
+
+/* require core files */
+require '../bootstrap/Bootstrap.php';
+
+/* create new router */
+$router = new Router;
+
+/* direct routes as defined */
+require Router::load('../bootstrap/Routes.php')
+ ->direct(Request::uri(), Request::method());
diff --git a/public/index.xml b/public/index.xml
new file mode 100644
index 0000000..6020971
--- /dev/null
+++ b/public/index.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Edwin Mattiacci</title>
+ <link>/</link>
+ <description>Recent content on Edwin Mattiacci</description>
+ <atom:link href="/index.xml" rel="self" type="application/rss+xml" />
+
+ <item>
+ <title></title>
+ <link></link>
+ <pubDate>Sat, 17 March 0001 00:00:00 +0000</pubDate>
+ <guid></guid>
+ <description></description>
+ </item>
+
+ </channel>
+</rss>
diff --git a/public/js/main.js b/public/js/main.js
new file mode 100644
index 0000000..10f2e71
--- /dev/null
+++ b/public/js/main.js
@@ -0,0 +1,275 @@
+/* inlineplayer.js */
+
+function InlinePlayer() {
+ var self = this;
+ var pl = this;
+ var sm = soundManager; // soundManager instance
+ var isIE = (navigator.userAgent.match(/msie/i));
+ this.playableClass = 'inline-playable'; // CSS class for forcing a link to be playable (eg. doesn't have .MP3 in it)
+ this.excludeClass = 'inline-exclude'; // CSS class for ignoring MP3 links
+ this.links = [];
+ this.sounds = [];
+ this.soundsByURL = [];
+ this.indexByURL = [];
+ this.lastSound = null;
+ this.soundCount = 0;
+
+ this.config = {
+ playNext: false, // stop after one sound, or play through list until end
+ autoPlay: false // start playing the first sound right away
+ }
+
+ this.css = {
+ // CSS class names appended to link during various states
+ sDefault: 'sm2_link', // default state
+ sLoading: 'sm2_loading',
+ sPlaying: 'sm2_playing',
+ sPaused: 'sm2_paused'
+ }
+
+ this.addEventHandler = (typeof window.addEventListener !== 'undefined' ? function(o, evtName, evtHandler) {
+ return o.addEventListener(evtName,evtHandler,false);
+ } : function(o, evtName, evtHandler) {
+ o.attachEvent('on'+evtName,evtHandler);
+ });
+
+ this.removeEventHandler = (typeof window.removeEventListener !== 'undefined' ? function(o, evtName, evtHandler) {
+ return o.removeEventListener(evtName,evtHandler,false);
+ } : function(o, evtName, evtHandler) {
+ return o.detachEvent('on'+evtName,evtHandler);
+ });
+
+ this.classContains = function(o,cStr) {
+ return (typeof(o.className)!='undefined'?o.className.match(new RegExp('(\\s|^)'+cStr+'(\\s|$)')):false);
+ }
+
+ this.addClass = function(o,cStr) {
+ if (!o || !cStr || self.classContains(o,cStr)) return false;
+ o.className = (o.className?o.className+' ':'')+cStr;
+ }
+
+ this.removeClass = function(o,cStr) {
+ if (!o || !cStr || !self.classContains(o,cStr)) return false;
+ o.className = o.className.replace(new RegExp('( '+cStr+')|('+cStr+')','g'),'');
+ }
+
+ this.getSoundByURL = function(sURL) {
+ return (typeof self.soundsByURL[sURL] != 'undefined'?self.soundsByURL[sURL]:null);
+ }
+
+ this.isChildOfNode = function(o,sNodeName) {
+ if (!o || !o.parentNode) {
+ return false;
+ }
+ sNodeName = sNodeName.toLowerCase();
+ do {
+ o = o.parentNode;
+ } while (o && o.parentNode && o.nodeName.toLowerCase() != sNodeName);
+ return (o.nodeName.toLowerCase() == sNodeName?o:null);
+ }
+
+ this.events = {
+
+ // handlers for sound events as they're started/stopped/played
+
+ play: function() {
+ pl.removeClass(this._data.oLink,this._data.className);
+ this._data.className = pl.css.sPlaying;
+ pl.addClass(this._data.oLink,this._data.className);
+ },
+
+ stop: function() {
+ pl.removeClass(this._data.oLink,this._data.className);
+ this._data.className = '';
+ },
+
+ pause: function() {
+ pl.removeClass(this._data.oLink,this._data.className);
+ this._data.className = pl.css.sPaused;
+ pl.addClass(this._data.oLink,this._data.className);
+ },
+
+ resume: function() {
+ pl.removeClass(this._data.oLink,this._data.className);
+ this._data.className = pl.css.sPlaying;
+ pl.addClass(this._data.oLink,this._data.className);
+ },
+
+ finish: function() {
+ pl.removeClass(this._data.oLink,this._data.className);
+ this._data.className = '';
+ if (pl.config.playNext) {
+ var nextLink = (pl.indexByURL[this._data.oLink.href]+1);
+ if (nextLink<pl.links.length) {
+ pl.handleClick({'target':pl.links[nextLink]});
+ }
+ }
+ }
+
+ }
+
+ this.stopEvent = function(e) {
+ if (typeof e != 'undefined' && typeof e.preventDefault != 'undefined') {
+ e.preventDefault();
+ } else if (typeof event != 'undefined' && typeof event.returnValue != 'undefined') {
+ event.returnValue = false;
+ }
+ return false;
+ }
+
+ this.getTheDamnLink = (isIE)?function(e) {
+ // I really didn't want to have to do this.
+ return (e && e.target?e.target:window.event.srcElement);
+ }:function(e) {
+ return e.target;
+ }
+
+ this.handleClick = function(e) {
+ // a sound link was clicked
+ if (typeof e.button != 'undefined' && e.button>1) {
+ // ignore right-click
+ return true;
+ }
+ var o = self.getTheDamnLink(e);
+ if (o.nodeName.toLowerCase() != 'a') {
+ o = self.isChildOfNode(o,'a');
+ if (!o) return true;
+ }
+ var sURL = o.getAttribute('href');
+ if (!o.href || (!sm.canPlayLink(o) && !self.classContains(o,self.playableClass)) || self.classContains(o,self.excludeClass)) {
+ return true; // pass-thru for non-MP3/non-links
+ }
+ var soundURL = (o.href);
+ var thisSound = self.getSoundByURL(soundURL);
+ if (thisSound) {
+ // already exists
+ if (thisSound == self.lastSound) {
+ // and was playing (or paused)
+ thisSound.togglePause();
+ } else {
+ // different sound
+ sm._writeDebug('sound different than last sound: '+self.lastSound.id);
+ if (self.lastSound) {
+ self.stopSound(self.lastSound);
+ }
+ thisSound.togglePause(); // start playing current
+ }
+ } else {
+ // stop last sound
+ if (self.lastSound) {
+ self.stopSound(self.lastSound);
+ }
+ // create sound
+ thisSound = sm.createSound({
+ id:'inlineMP3Sound'+(self.soundCount++),
+ url:soundURL,
+ onplay:self.events.play,
+ onstop:self.events.stop,
+ onpause:self.events.pause,
+ onresume:self.events.resume,
+ onfinish:self.events.finish,
+ type:(o.type||null)
+ });
+ // tack on some custom data
+ thisSound._data = {
+ oLink: o, // DOM node for reference within SM2 object event handlers
+ className: self.css.sPlaying
+ };
+ self.soundsByURL[soundURL] = thisSound;
+ self.sounds.push(thisSound);
+ thisSound.play();
+ }
+
+ self.lastSound = thisSound; // reference for next call
+
+ if (typeof e != 'undefined' && typeof e.preventDefault != 'undefined') {
+ e.preventDefault();
+ } else {
+ event.returnValue = false;
+ }
+ return false;
+ }
+
+ this.stopSound = function(oSound) {
+ soundManager.stop(oSound.id);
+ soundManager.unload(oSound.id);
+ }
+
+ this.init = function() {
+ sm._writeDebug('inlinePlayer.init()');
+ var oLinks = document.getElementsByTagName('a');
+ // grab all links, look for .mp3
+ var foundItems = 0;
+ for (var i=0, j=oLinks.length; i<j; i++) {
+ if ((sm.canPlayLink(oLinks[i]) || self.classContains(oLinks[i],self.playableClass)) && !self.classContains(oLinks[i],self.excludeClass)) {
+ self.addClass(oLinks[i],self.css.sDefault); // add default CSS decoration
+ self.links[foundItems] = (oLinks[i]);
+ self.indexByURL[oLinks[i].href] = foundItems; // hack for indexing
+ foundItems++;
+ }
+ }
+ if (foundItems>0) {
+ self.addEventHandler(document,'click',self.handleClick);
+ if (self.config.autoPlay) {
+ self.handleClick({target:self.links[0],preventDefault:function(){}});
+ }
+ }
+ sm._writeDebug('inlinePlayer.init(): Found '+foundItems+' relevant items.');
+ }
+
+ this.init();
+
+}
+
+var inlinePlayer = null;
+
+soundManager.setup({
+ // disable or enable debug output
+ debugMode: true,
+ // use HTML5 audio for MP3/MP4, if available
+ useHTML5Audio: true,
+ preferFlash: false,
+ useFlashBlock: false,
+});
+
+// ----
+
+soundManager.onready(function() {
+ // soundManager.createSound() etc. may now be called
+ inlinePlayer = new InlinePlayer();
+});
+
+/* main navigator functions */
+function openNav() {
+ document.getElementById("side-navbar").style.width = "150px";
+ document.getElementById("main").style.marginLeft = "-148px";
+}
+
+function closeNav() {
+ document.getElementById("side-navbar").style.width = "0";
+ document.getElementById("main").style.marginLeft = "0";
+}
+
+/* popup window overlay functions */
+function showFaq() {
+ document.getElementById("overlay-faq").style.display = "block";
+}
+
+function showDemo() {
+ document.getElementById("overlay-demo").style.display = "block";
+}
+
+function showProjects() {
+ document.getElementById("overlay-projects").style.display = "block";
+}
+
+function hide() {
+ document.getElementById("overlay-faq").style.display = "none";
+ document.getElementById("overlay-demo").style.display = "none";
+ document.getElementById("overlay-projects").style.display = "none";
+}
+
+/* onload fade image function */
+function fadeImage() {
+ document.getElementById("bg").style.opacity = "1";
+}
diff --git a/public/js/main.slim.js b/public/js/main.slim.js
new file mode 100644
index 0000000..510be2d
--- /dev/null
+++ b/public/js/main.slim.js
@@ -0,0 +1,24 @@
+ /* main navigator functions */
+ function openNav() {
+ document.getElementById("side-navbar").style.width = "150px";
+ document.getElementById("main").style.marginLeft = "-148px";
+ }
+
+ function closeNav() {
+ document.getElementById("side-navbar").style.width = "0";
+ document.getElementById("main").style.marginLeft = "0";
+ }
+
+ /* popup window overlay functions */
+ function show() {
+ document.getElementById("overlay").style.display = "block";
+ }
+
+ function hide() {
+ document.getElementById("overlay").style.display = "none";
+ }
+
+ /* onload image functions */
+ function fadeImage() {
+ document.getElementById("bg").style.opacity = "1";
+ }
diff --git a/public/pgp.asc b/public/pgp.asc
new file mode 100644
index 0000000..ccc20e6
--- /dev/null
+++ b/public/pgp.asc
@@ -0,0 +1,52 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+mQINBFpgS0MBEACwZ/9Eo64qr7hNkM32cnDrBI69RIZBj+vXHDlrOv7Wu/sg/Gum
+6a8HEXCtR2gPUMOc0nZHaQpQn2d5fqMl6MFalZIMy1ZTGkWivuz9PJEvHVEcn99N
+roL9DERr39jMjGRaBRbI2i4v6I9IFaR8UL16Q8Ed60q7GoFLrDoxTbpmZ1KxniFk
+gayFn9Oiv5M8Fg+PWn49jS3DnIkOQ/jAoQyZPQUXv7KDae9454QJ+afG4VXxwGK1
+wgzlfQl1mAQktAl8XHzCul141vNYfdjh+5EBgREA5nlzsL+QL6JaCyk8qBj6gU/W
+2q12hHqEZielteSoRFDyz85oR2SG4yuVVelFw2rcUTWxEdYgtt2GQ6OrNKS3Z0Bx
+5XybdXCOmPmpLR5gCslv8PF937vCSxq8cbQhquT4IM6GWfn38ykKLxSQaKH9zP9R
+545IoFEC/cUdzwdVuArUqCwmnMuXfx7kY59KNCDeClhz1aqkwd95oYX8gmfXPwNV
+Yb9MkO9btl/Cho9O+6MrTaGnLoa6omqKR+UUI7/bRBQUhdl6zyiCuGwn3XIsKzyg
+q1MMaFoToGVw6zuzet0AsESxlgtC8G00HNbZoQ16CXr9JN+6ayKKEELuGMbWIsD2
+tV1kxCP3TFlZsO8648S1YkGR+NsenyUHtGA0Qb6qJZY9UUT9Kob6hwJ9nwARAQAB
+tCpFZHdpbiBNYXR0aWFjY2kgPGVkd2lubWF0dGlhY2NpQHlhaG9vLmNvbT6JAk4E
+EwEIADgWIQRYHKGStTFlC/q5rzwcNjXoLcE1jQUCWmBLQwIbIwULCQgHAgYVCgkI
+CwIEFgIDAQIeAQIXgAAKCRAcNjXoLcE1jVp3EACPmNo5VKfo4RFoFVqHXqsG3Yn/
+jFTFJ3MDKv3ezCChTplBSKXs0DrDyBoVMaGUO0R0bOeqpR/gwUMs8P8rdxlKf/w4
+Acap0eYIeN43uGJdB4cvUyisJyEIa3/yokOXWlxbQMFNOo0I8HajWgEnirx0qcEl
+HdMAQV2lA/lnQVJz1JvPKgybcGj/4gNQuWptK/Ow50lSj4q1NfkTZA9i4n+kF99l
+tqhA4qKmrqtd+eSmYoG5dsoZovscJwnLP6o4Qo3pIUdSGlWP9dHpOkgYCK9bzTfK
+6SJNLw7AUV8pvVzACPJWZdxYni4/q0NTrk2FCoea4Tjyd42e6Ki1L6nadB/ADMDW
+vqNZnYgB0sf23ITkqnCJJoP3+PovGDzdT7Tqxz+asl7X4tfocljQzA+Yen3NYfjQ
+FXRjleo43T1uhKTKFWiC0jQBXODSExyk8o1DnPVQlYBYK4+Ud4Z22smkpcCDyQwx
+eqUbY+BdzAhd1S5zfF94CgwRW6Gr8ruzeTxRpiRDo8FTwUAqR+wKhsAu31CRNb/8
+Rwtd9kj0pwDmFS+yhsb+4l5x/dbeShFjGAbC3wGxcVgHa+G1PNLnJQORAnBDuaMt
+uGEpGUvTtofigjUWoaj2l0Trp/9Bcak5bmdTOX1LTbw1kOJL8lBsd1bmff2ebjmS
+i94BF+66Yb5xbbBHbbkCDQRaYEtDARAAm65Ds8VJNs/wTdfcKCM4LDy/1m60Kbvb
+DuDPPHMZdVSO6RmknG3QjETVW8USErwnGhZlulbUm1BVBMCCTIV1dCRaPOiJvrA+
+L9Dn6DJcVL2QPygOd0a9w7YgwecsIUxOuNR90qBjPElZ74HTCUbgfdldAgKWgm4y
+KinR99i5IOw8oD7ATKSJ/VScoYSxdgRJs5JqASHvL+0JD1xzJaVRNnM+/zk9joy5
+IVKAwME/nJvkeLyKL+IAB0jqcTfFrTQf/YP5RqvFCeQTiB+y7+7Mswiib10mGFog
+IwisYOGrCr+XWXQ5p8+SHqfPC3HUbLJAcucL8VxKbBDJpC02qbOSmHUILAarrVSk
+Hem+BUsXvInefbCj+2Ik9g2NeWjNSYvXWFQIa34NuZ0Hv1ygYXzzKgkzsH8vObZm
+H7hWaZ0yNU6t6tR5X/frEr8Rys/Ke0aVkLalU1Sso5hz27n33JpwDkMV2B9JKGYJ
+T2i/Esj4y+u0ByZQ+8+OaqOqt+sDYzJwRTiBP9jmlK0Kfs11VgR2pGdGeUBH4kE8
+Y/KJzUlcvSObivYFS/i06jdDVkaHerATOd/PDYtmZkXbnIaOjlyUTR8jlzVgQKtb
+WKCTVdE0gg6EtstMIZ4BYUoedLq/GU0iWMebp29IriSz3GzBGyVJA6AF2sO8FvVz
+DM+PT2ykbnMAEQEAAYkCNgQYAQgAIBYhBFgcoZK1MWUL+rmvPBw2NegtwTWNBQJa
+YEtDAhsMAAoJEBw2NegtwTWNu7oP/RcOQfdDXtXwaYSh0f6Ybkh0gm6/9uchx0RA
+5ExflSc3lo/3UatAeymxoDHVZxaeaL6M5vYR4VM4+uA7mheKV/X7IGGIUTV6xJZX
+aZPM0JWuX1IUUkjuS3D1tGe/59aV0saBVp8a3yx7/sndGJJyVtFx/fjxJl5j/wir
+htT23h7wcrNdzU/TkLcRWGVqQcdXvxeBqTDCSaygbBg+JMIM+Ro3IdoQpI1zoDep
+F95VjjRMqtDFGmzvoOd0QJajvazKY7QOrxdhzobO8kGSqtEv43wWoydqq7G9rBEr
+VOJakd5w4JvsXTQYXJwD+wtr2mwT3/jZ1DfJsezUR4FkKEEGb3AJnTG657OKyYe2
+4WC5ff9+jmoccmulBllfbdzO9oXFcLyNjM8osR4kJ3XIyTsub0f5vlY8HkOAZjSN
+D0qdOiPGrRunERXab+3x/+NMpUkDdWAsJEB6M2nTFtpdUG8H7NSV4zHDuikX26AS
+VxT9mD5rsFQSeBShYLRvUwuPDCtHeRHzH/qIlYPQn/eliUv16ASkZf3DPKbra2Qd
+IOiyVp8NzSyyzOI7HQECiu9QCTiClhIoiCL9S0G4MnKvRK+IthYZAWs2eO8JoacP
+p0zmjz+fZmUVjBCilBPcrFgHxhC0S85l8XXjyFUrrMhWm3+l3d1lrAqYyFQYx95C
+387BBLMI
+=/i/g
+-----END PGP PUBLIC KEY BLOCK-----
diff --git a/public/posts/2018/05/the-voice-practitioner/index.html b/public/posts/2018/05/the-voice-practitioner/index.html
new file mode 100644
index 0000000..f9d0244
--- /dev/null
+++ b/public/posts/2018/05/the-voice-practitioner/index.html
@@ -0,0 +1,191 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+
+<meta property="og:title" content="The Voice Practitioner" />
+<meta property="og:description" content="Edwin Mattiacci Voiceover. Narration, Trailers, Commercials, and More." />
+<meta property="og:type" content="article" />
+<meta property="og:url" content="/posts/2018/05/the-voice-practitioner/" />
+
+
+
+<meta property="article:published_time" content="2018-05-10T00:00:00&#43;00:00"/>
+
+<meta property="article:modified_time" content="2018-05-10T00:00:00&#43;00:00"/>
+
+
+
+
+
+
+
+
+
+
+
+<meta name="twitter:card" content="summary"/>
+<meta name="twitter:title" content="The Voice Practitioner"/>
+<meta name="twitter:description" content="Edwin Mattiacci Voiceover. Narration, Trailers, Commercials, and More."/>
+
+
+
+ <link rel="canonical" href="/posts/2018/05/the-voice-practitioner/">
+
+ <title>
+
+ The Voice Practitioner | Edwin Mattiacci - Posts
+
+ </title>
+
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" media="preload" onload="if(media!='all')media='all'">
+ <noscript><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"></noscript>
+
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
+ <link rel="stylesheet" href="/posts/css/style.css">
+
+ <link rel="icon" href="/favicon.png"/>
+
+
+
+
+
+
+ </head>
+ <body id="main">
+
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
+
+
+
+
+ <div class="container">
+ <div class="row">
+ <div class="col-12 col-lg-8 blog-main">
+
+
+
+<header>
+ <h2 class="blog-post-title">
+ <a class="text-dark" href="/posts/2018/05/the-voice-practitioner/">The Voice Practitioner</a>
+ </h2>
+
+
+
+<div class="blog-post-date text-secondary">
+
+ May 10, 2018
+
+
+ by <span rel="author">Edwin Mattiacci</span>
+
+</div>
+
+
+<div class="blog-post-tags text-secondary">
+ <strong>Tags:</strong>
+
+ <a class="badge badge-primary" href="/posts/tags/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/tags/voiceover/">voiceover</a>
+
+</div>
+
+
+
+<div class="blog-post-categories text-secondary">
+ <strong>Categories:</strong>
+
+ <a class="badge badge-primary" href="/posts/categories/voiceover/">Voiceover</a>
+
+ <a class="badge badge-primary" href="/posts/categories/voice/">Voice</a>
+
+</div>
+
+
+ <hr>
+</header>
+<article class="blog-post">
+ <hr />
+
+<pre><code>Speech is simply a modified form of singing: the principal difference being
+in the fact that in singing the vowel sounds are prolonged and the intervals
+are short, whereas in speech the words are uttered in what may be called
+“staccato” tones. - William Scheppegrell&quot;
+</code></pre>
+
+<p>Welcome to my blog. We will be discussing all manner of topics related to voiceover and
+the voiceover industry. Stay tuned.</p>
+
+
+
+
+
+
+
+</article>
+
+
+
+ </div>
+
+ <aside class="col-12 col-lg-3 ml-auto blog-sidebar">
+
+
+
+
+<section>
+ <h4>Recent Posts</h4>
+ <ol class="list-unstyled">
+
+ <li>
+ <a href="/posts/2018/05/the-voice-practitioner/">The Voice Practitioner</a>
+ </li>
+
+ <li>
+ <a href="/posts/post/">Posts</a>
+ </li>
+
+ </ol>
+</section>
+
+
+
+ <section>
+
+
+ <h4>Categories</h4>
+ <p>
+
+ <a class="badge badge-primary" href="/posts/categories/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/categories/voiceover/">voiceover</a>
+
+ </p>
+
+
+
+ <h4>Tags</h4>
+ <p>
+
+ <a class="badge badge-primary" href="/posts/tags/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/tags/voiceover/">voiceover</a>
+
+ </p>
+
+
+</section>
+
+
+</aside>
+
+ </div>
+ </div>
+
+
+
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/footer.php'; ?>
+
+
diff --git a/public/posts/categories/index.html b/public/posts/categories/index.html
new file mode 100644
index 0000000..ce4bb93
--- /dev/null
+++ b/public/posts/categories/index.html
@@ -0,0 +1,198 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+
+<meta property="og:title" content="Categories" />
+<meta property="og:description" content="" />
+<meta property="og:type" content="website" />
+<meta property="og:url" content="/posts/categories/" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<meta name="twitter:card" content="summary"/>
+<meta name="twitter:title" content="Categories"/>
+<meta name="twitter:description" content=""/>
+
+
+
+ <link rel="canonical" href="/posts/categories/">
+
+ <title>
+
+ Categories | Edwin Mattiacci - Posts
+
+ </title>
+
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" media="preload" onload="if(media!='all')media='all'">
+ <noscript><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"></noscript>
+
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
+ <link rel="stylesheet" href="/posts/css/style.css">
+
+ <link rel="icon" href="/favicon.png"/>
+
+
+ <link href="/posts/categories/index.xml" rel="alternate" type="application/rss+xml" title="Edwin Mattiacci - Posts" />
+
+
+
+
+
+ </head>
+ <body id="main">
+
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
+
+
+
+
+ <div class="container">
+ <div class="row">
+ <div class="col-12 col-lg-8 blog-main">
+
+
+
+
+
+
+
+ <article class="blog-post">
+ <header>
+ <h2 class="blog-post-title">
+ <a class="text-dark" href="/posts/categories/voice/">Voice</a>
+ </h2>
+
+
+
+<div class="blog-post-date text-secondary">
+
+ May 10, 2018
+
+
+ by <span rel="author">Edwin Mattiacci</span>
+
+</div>
+
+
+
+
+
+ </header>
+
+ <p></p>
+ <a href="/posts/categories/voice/">Read More →</a>
+</article>
+
+
+
+
+
+ <article class="blog-post">
+ <header>
+ <h2 class="blog-post-title">
+ <a class="text-dark" href="/posts/categories/voiceover/">Voiceover</a>
+ </h2>
+
+
+
+<div class="blog-post-date text-secondary">
+
+ May 10, 2018
+
+
+ by <span rel="author">Edwin Mattiacci</span>
+
+</div>
+
+
+
+
+
+ </header>
+
+ <p></p>
+ <a href="/posts/categories/voiceover/">Read More →</a>
+</article>
+
+
+
+
+
+
+
+
+
+ </div>
+
+ <aside class="col-12 col-lg-3 ml-auto blog-sidebar">
+
+
+
+
+<section>
+ <h4>Recent Posts</h4>
+ <ol class="list-unstyled">
+
+ <li>
+ <a href="/posts/2018/05/the-voice-practitioner/">The Voice Practitioner</a>
+ </li>
+
+ <li>
+ <a href="/posts/post/">Posts</a>
+ </li>
+
+ </ol>
+</section>
+
+
+
+ <section>
+
+
+ <h4>Categories</h4>
+ <p>
+
+ <a class="badge badge-primary" href="/posts/categories/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/categories/voiceover/">voiceover</a>
+
+ </p>
+
+
+
+ <h4>Tags</h4>
+ <p>
+
+ <a class="badge badge-primary" href="/posts/tags/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/tags/voiceover/">voiceover</a>
+
+ </p>
+
+
+</section>
+
+
+</aside>
+
+ </div>
+ </div>
+
+
+
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/footer.php'; ?>
+
+
diff --git a/public/posts/categories/index.xml b/public/posts/categories/index.xml
new file mode 100644
index 0000000..9a4c1e6
--- /dev/null
+++ b/public/posts/categories/index.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Categories on Edwin Mattiacci - Posts</title>
+ <link>/posts/categories/</link>
+ <description>Recent content in Categories on Edwin Mattiacci - Posts</description>
+ <generator>Hugo -- gohugo.io</generator>
+ <language>en-us</language>
+
+ <atom:link href="/posts/categories/index.xml" rel="self" type="application/rss+xml" />
+
+
+ <item>
+ <title>Voice</title>
+ <link>/posts/categories/voice/</link>
+ <pubDate>Thu, 10 May 2018 00:00:00 +0000</pubDate>
+
+ <guid>/posts/categories/voice/</guid>
+ <description></description>
+ </item>
+
+ <item>
+ <title>Voiceover</title>
+ <link>/posts/categories/voiceover/</link>
+ <pubDate>Thu, 10 May 2018 00:00:00 +0000</pubDate>
+
+ <guid>/posts/categories/voiceover/</guid>
+ <description></description>
+ </item>
+
+ </channel>
+</rss> \ No newline at end of file
diff --git a/public/posts/categories/page/1/index.html b/public/posts/categories/page/1/index.html
new file mode 100644
index 0000000..2beb0cb
--- /dev/null
+++ b/public/posts/categories/page/1/index.html
@@ -0,0 +1 @@
+<!DOCTYPE html><html><head><title>/posts/categories/</title><link rel="canonical" href="/posts/categories/"/><meta name="robots" content="noindex"><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=/posts/categories/" /></head></html> \ No newline at end of file
diff --git a/public/posts/categories/voice/index.html b/public/posts/categories/voice/index.html
new file mode 100644
index 0000000..b42470d
--- /dev/null
+++ b/public/posts/categories/voice/index.html
@@ -0,0 +1,185 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+
+<meta property="og:title" content="Voice" />
+<meta property="og:description" content="" />
+<meta property="og:type" content="website" />
+<meta property="og:url" content="/posts/categories/voice/" />
+
+
+
+<meta property="og:updated_time" content="2018-05-10T00:00:00&#43;00:00"/>
+
+
+
+
+
+
+
+
+
+
+<meta name="twitter:card" content="summary"/>
+<meta name="twitter:title" content="Voice"/>
+<meta name="twitter:description" content=""/>
+
+
+
+ <link rel="canonical" href="/posts/categories/voice/">
+
+ <title>
+
+ Voice | Edwin Mattiacci - Posts
+
+ </title>
+
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" media="preload" onload="if(media!='all')media='all'">
+ <noscript><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"></noscript>
+
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
+ <link rel="stylesheet" href="/posts/css/style.css">
+
+ <link rel="icon" href="/favicon.png"/>
+
+
+ <link href="/posts/categories/voice/index.xml" rel="alternate" type="application/rss+xml" title="Edwin Mattiacci - Posts" />
+
+
+
+
+
+ </head>
+ <body id="main">
+
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
+
+
+
+
+ <div class="container">
+ <div class="row">
+ <div class="col-12 col-lg-8 blog-main">
+
+
+
+
+
+
+
+ <article class="blog-post">
+ <header>
+ <h2 class="blog-post-title">
+ <a class="text-dark" href="/posts/2018/05/the-voice-practitioner/">The Voice Practitioner</a>
+ </h2>
+
+
+
+<div class="blog-post-date text-secondary">
+
+ May 10, 2018
+
+
+ by <span rel="author">Edwin Mattiacci</span>
+
+</div>
+
+
+<div class="blog-post-tags text-secondary">
+ <strong>Tags:</strong>
+
+ <a class="badge badge-primary" href="/posts/tags/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/tags/voiceover/">voiceover</a>
+
+</div>
+
+
+
+<div class="blog-post-categories text-secondary">
+ <strong>Categories:</strong>
+
+ <a class="badge badge-primary" href="/posts/categories/voiceover/">Voiceover</a>
+
+ <a class="badge badge-primary" href="/posts/categories/voice/">Voice</a>
+
+</div>
+
+
+ </header>
+ Speech is simply a modified form of singing: the principal difference being in the fact that in singing the vowel sounds are prolonged and the intervals are short, whereas in speech the words are uttered in what may be called “staccato” tones. - William Scheppegrell&quot; Welcome to my blog. We will be discussing all manner of topics related to voiceover and the voiceover industry. Stay tuned.
+ <p></p>
+ <a href="/posts/2018/05/the-voice-practitioner/">Read More →</a>
+</article>
+
+
+
+
+
+
+
+
+
+ </div>
+
+ <aside class="col-12 col-lg-3 ml-auto blog-sidebar">
+
+
+
+
+<section>
+ <h4>Recent Posts</h4>
+ <ol class="list-unstyled">
+
+ <li>
+ <a href="/posts/2018/05/the-voice-practitioner/">The Voice Practitioner</a>
+ </li>
+
+ <li>
+ <a href="/posts/post/">Posts</a>
+ </li>
+
+ </ol>
+</section>
+
+
+
+ <section>
+
+
+ <h4>Categories</h4>
+ <p>
+
+ <a class="badge badge-primary" href="/posts/categories/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/categories/voiceover/">voiceover</a>
+
+ </p>
+
+
+
+ <h4>Tags</h4>
+ <p>
+
+ <a class="badge badge-primary" href="/posts/tags/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/tags/voiceover/">voiceover</a>
+
+ </p>
+
+
+</section>
+
+
+</aside>
+
+ </div>
+ </div>
+
+
+
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/footer.php'; ?>
+
+
diff --git a/public/posts/categories/voice/index.xml b/public/posts/categories/voice/index.xml
new file mode 100644
index 0000000..9f95274
--- /dev/null
+++ b/public/posts/categories/voice/index.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Voice on Edwin Mattiacci - Posts</title>
+ <link>/posts/categories/voice/</link>
+ <description>Recent content in Voice on Edwin Mattiacci - Posts</description>
+ <generator>Hugo -- gohugo.io</generator>
+ <language>en-us</language>
+ <lastBuildDate>Thu, 10 May 2018 00:00:00 +0000</lastBuildDate>
+
+ <atom:link href="/posts/categories/voice/index.xml" rel="self" type="application/rss+xml" />
+
+
+ <item>
+ <title>The Voice Practitioner</title>
+ <link>/posts/2018/05/the-voice-practitioner/</link>
+ <pubDate>Thu, 10 May 2018 00:00:00 +0000</pubDate>
+
+ <guid>/posts/2018/05/the-voice-practitioner/</guid>
+ <description>Speech is simply a modified form of singing: the principal difference being in the fact that in singing the vowel sounds are prolonged and the intervals are short, whereas in speech the words are uttered in what may be called “staccato” tones. - William Scheppegrell&amp;quot; Welcome to my blog. We will be discussing all manner of topics related to voiceover and the voiceover industry. Stay tuned.</description>
+ </item>
+
+ </channel>
+</rss> \ No newline at end of file
diff --git a/public/posts/categories/voice/page/1/index.html b/public/posts/categories/voice/page/1/index.html
new file mode 100644
index 0000000..d6c097f
--- /dev/null
+++ b/public/posts/categories/voice/page/1/index.html
@@ -0,0 +1 @@
+<!DOCTYPE html><html><head><title>/posts/categories/voice/</title><link rel="canonical" href="/posts/categories/voice/"/><meta name="robots" content="noindex"><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=/posts/categories/voice/" /></head></html> \ No newline at end of file
diff --git a/public/posts/categories/voiceover/index.html b/public/posts/categories/voiceover/index.html
new file mode 100644
index 0000000..b811c1f
--- /dev/null
+++ b/public/posts/categories/voiceover/index.html
@@ -0,0 +1,185 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+
+<meta property="og:title" content="Voiceover" />
+<meta property="og:description" content="" />
+<meta property="og:type" content="website" />
+<meta property="og:url" content="/posts/categories/voiceover/" />
+
+
+
+<meta property="og:updated_time" content="2018-05-10T00:00:00&#43;00:00"/>
+
+
+
+
+
+
+
+
+
+
+<meta name="twitter:card" content="summary"/>
+<meta name="twitter:title" content="Voiceover"/>
+<meta name="twitter:description" content=""/>
+
+
+
+ <link rel="canonical" href="/posts/categories/voiceover/">
+
+ <title>
+
+ Voiceover | Edwin Mattiacci - Posts
+
+ </title>
+
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" media="preload" onload="if(media!='all')media='all'">
+ <noscript><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"></noscript>
+
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
+ <link rel="stylesheet" href="/posts/css/style.css">
+
+ <link rel="icon" href="/favicon.png"/>
+
+
+ <link href="/posts/categories/voiceover/index.xml" rel="alternate" type="application/rss+xml" title="Edwin Mattiacci - Posts" />
+
+
+
+
+
+ </head>
+ <body id="main">
+
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
+
+
+
+
+ <div class="container">
+ <div class="row">
+ <div class="col-12 col-lg-8 blog-main">
+
+
+
+
+
+
+
+ <article class="blog-post">
+ <header>
+ <h2 class="blog-post-title">
+ <a class="text-dark" href="/posts/2018/05/the-voice-practitioner/">The Voice Practitioner</a>
+ </h2>
+
+
+
+<div class="blog-post-date text-secondary">
+
+ May 10, 2018
+
+
+ by <span rel="author">Edwin Mattiacci</span>
+
+</div>
+
+
+<div class="blog-post-tags text-secondary">
+ <strong>Tags:</strong>
+
+ <a class="badge badge-primary" href="/posts/tags/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/tags/voiceover/">voiceover</a>
+
+</div>
+
+
+
+<div class="blog-post-categories text-secondary">
+ <strong>Categories:</strong>
+
+ <a class="badge badge-primary" href="/posts/categories/voiceover/">Voiceover</a>
+
+ <a class="badge badge-primary" href="/posts/categories/voice/">Voice</a>
+
+</div>
+
+
+ </header>
+ Speech is simply a modified form of singing: the principal difference being in the fact that in singing the vowel sounds are prolonged and the intervals are short, whereas in speech the words are uttered in what may be called “staccato” tones. - William Scheppegrell&quot; Welcome to my blog. We will be discussing all manner of topics related to voiceover and the voiceover industry. Stay tuned.
+ <p></p>
+ <a href="/posts/2018/05/the-voice-practitioner/">Read More →</a>
+</article>
+
+
+
+
+
+
+
+
+
+ </div>
+
+ <aside class="col-12 col-lg-3 ml-auto blog-sidebar">
+
+
+
+
+<section>
+ <h4>Recent Posts</h4>
+ <ol class="list-unstyled">
+
+ <li>
+ <a href="/posts/2018/05/the-voice-practitioner/">The Voice Practitioner</a>
+ </li>
+
+ <li>
+ <a href="/posts/post/">Posts</a>
+ </li>
+
+ </ol>
+</section>
+
+
+
+ <section>
+
+
+ <h4>Categories</h4>
+ <p>
+
+ <a class="badge badge-primary" href="/posts/categories/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/categories/voiceover/">voiceover</a>
+
+ </p>
+
+
+
+ <h4>Tags</h4>
+ <p>
+
+ <a class="badge badge-primary" href="/posts/tags/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/tags/voiceover/">voiceover</a>
+
+ </p>
+
+
+</section>
+
+
+</aside>
+
+ </div>
+ </div>
+
+
+
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/footer.php'; ?>
+
+
diff --git a/public/posts/categories/voiceover/index.xml b/public/posts/categories/voiceover/index.xml
new file mode 100644
index 0000000..d46e52a
--- /dev/null
+++ b/public/posts/categories/voiceover/index.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Voiceover on Edwin Mattiacci - Posts</title>
+ <link>/posts/categories/voiceover/</link>
+ <description>Recent content in Voiceover on Edwin Mattiacci - Posts</description>
+ <generator>Hugo -- gohugo.io</generator>
+ <language>en-us</language>
+ <lastBuildDate>Thu, 10 May 2018 00:00:00 +0000</lastBuildDate>
+
+ <atom:link href="/posts/categories/voiceover/index.xml" rel="self" type="application/rss+xml" />
+
+
+ <item>
+ <title>The Voice Practitioner</title>
+ <link>/posts/2018/05/the-voice-practitioner/</link>
+ <pubDate>Thu, 10 May 2018 00:00:00 +0000</pubDate>
+
+ <guid>/posts/2018/05/the-voice-practitioner/</guid>
+ <description>Speech is simply a modified form of singing: the principal difference being in the fact that in singing the vowel sounds are prolonged and the intervals are short, whereas in speech the words are uttered in what may be called “staccato” tones. - William Scheppegrell&amp;quot; Welcome to my blog. We will be discussing all manner of topics related to voiceover and the voiceover industry. Stay tuned.</description>
+ </item>
+
+ </channel>
+</rss> \ No newline at end of file
diff --git a/public/posts/categories/voiceover/page/1/index.html b/public/posts/categories/voiceover/page/1/index.html
new file mode 100644
index 0000000..6541a66
--- /dev/null
+++ b/public/posts/categories/voiceover/page/1/index.html
@@ -0,0 +1 @@
+<!DOCTYPE html><html><head><title>/posts/categories/voiceover/</title><link rel="canonical" href="/posts/categories/voiceover/"/><meta name="robots" content="noindex"><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=/posts/categories/voiceover/" /></head></html> \ No newline at end of file
diff --git a/public/posts/css/style.css b/public/posts/css/style.css
new file mode 100644
index 0000000..42a55cc
--- /dev/null
+++ b/public/posts/css/style.css
@@ -0,0 +1,306 @@
+/* bootstrap overrides */
+
+html {
+ min-height: 100%;
+ position: relative;
+ overflow-y: scroll;
+}
+
+pre {o
+ color: #aaa !important;
+ white-space: pre-wrap;
+ white-space: -moz-pre-wrap;
+ white-space: -pre-wrap;
+ white-space: -o-pre-wrap;
+ word-wrap: break-word;
+ overflow: hidden;
+}
+jama
+body {
+ background-color: #2c2c2c !important;
+ background-image: url("https://res.cloudinary.com/dpszgzqjb/image/upload/v1532227754/Images/overlay.png"), linear-gradient(0deg, rgb(44, 44, 44), rgba(44, 44, 44));
+ color: #fff !important;
+ font-family: system-ui, sans-serif !important;
+}
+
+a {
+ color: #46afff;
+}
+
+a.active {
+ color: #f00 !important;
+}
+
+hr {
+ border-top: 1px solid rgb(40, 40, 40) !important;
+ border-top: 1px solid rgba(0, 0, 0, 0) !important;
+ margin-top: 0 !important;
+ margin-bottom: 0 !important;
+}
+
+.container {
+ min-height: 100vh;
+ min-height: calc(100vh - 166px);
+}
+
+.blog-post {
+ font-size: 0.95rem;
+}
+
+
+.blog-post-tags {
+ display: none;
+}
+
+.blog-post-categories {
+ display: none;
+}
+
+.text-secondary {
+ color: #ccc !important;
+ margin-bottom: 1em;
+}
+
+h2 {
+ font-size: 1.6rem;
+}
+
+.text-dark {
+ color: #fff !important;
+}
+
+a.text-dark:focus, a.text-dark:hover {
+ color: #fff !important;
+}
+
+/* buttons */
+
+.badge-primary {
+ background-color: #d63d3d;
+}
+
+.badge-primary[href]:focus, .badge-primary[href]:hover {
+ background-color: #D50000;
+}
+
+/* paginator */
+
+.page-item.active .page-link {
+ color: #000 !important;
+ border-color: #aaa !important;
+ background-color: #aaa !important;
+}
+
+.page-link {
+ color: #000 !important;
+ background-color: #fff;
+}
+
+/* image sizes */
+
+.blog-post img {
+ max-width: 100%;
+}
+
+.blog-header, .blog-post, .blog-pagination {
+ margin-bottom: 2rem;
+}
+
+@media screen and (max-width: 598px) {
+ .blog-header, .blog-post, .blog-pagination {
+ max-width: 90vw;
+ }
+}
+
+/* sidebar navigation */
+
+#main {
+ transition: margin-left .25s;
+}
+
+.sidenav {
+ height: 100%;
+ width: 0;
+ position: fixed;
+ z-index: 1;
+ top: 0;
+ right: 0;
+ background-color: #222;
+ overflow-x: hidden;
+ transition: 0.25s;
+}
+
+.sidenav a {
+ padding: 12px 8px 12px 32px;
+ text-decoration: none;
+ text-align: left;
+ font-size: 16px;
+ line-height: 1;
+ font-weight: 400;
+ display: block;
+ color: #fff;
+}
+
+.sidenav a.active {
+ background-color: #333;
+}
+
+@media screen and (max-height: 450px) {
+ .sidenav {padding-top: 15px;}
+ .sidenav a {font-size: 18px;}
+}
+
+/* navigation bar */
+
+nav {
+ background-color: #232323;
+ background-color: rgba(34, 34, 34, 0.85);
+ margin-bottom: 2em;
+}
+
+.navicon {
+ border-radius: 3px;
+ border: 1px solid #333;
+ background-color: #333;
+ position: absolute;
+ cursor: pointer;
+ top: 5px;
+ right: 10px;
+ font-size: 19px !important;
+ padding: 14px 20px !important;
+ margin-top: 0.3em;
+ line-height: 1;
+ -webkit-backface-visibility: hidden;
+ -moz-transform: translateZ(0) scale(1.0, 1.0);;
+ -ms-transform: translateZ(0) scale(1.0, 1.0);;
+ -webkit-transform: translateZ(0) scale(1.0, 1.0);
+ transform: translateZ(0) scale(1.0, 1.0);;
+}
+
+.topnav {
+ margin: 0 auto;
+ max-width: 1344px;
+ overflow: hidden;
+}
+
+.topnav-left a {
+ color: #f2f2f2;
+ display: block;
+ float: left;
+ font-size: 16px;
+ font-weight: 400;
+ line-height: 1.4;
+ padding: 14px 16px;
+ text-align: center;
+ text-decoration: none;
+}
+
+.topnav-left a:nth-child(1) {
+ display: none;
+}
+
+.topnav-right a {
+ float: right;
+}
+
+@media screen and (max-width: 598px) {
+ .fa {font-size: 1em; padding: 0.6em 0 1.6em 1em; background-color: #333; border-radius: 3px; width: 3em; height: 0.9em; }
+ .topnav a.active {background-color: transparent; color: #fff !important;}
+ .topnav a {font-size: 20px; padding: 24px 16px 0 16px;}
+ .topnav a:not(:first-child) {display: none;}
+ .topnav-left a:nth-child(1) {display: block; line-height: 1;}
+ .topnav-right a {display: none;}
+ .topnav .navicon {display: block;}
+}
+
+/* footer */
+
+.footer-container {
+ color: #aaa;
+ margin: 0 auto;
+ max-width: 1392px;
+ padding: 2em 2em;
+}
+
+.footer {
+ background-color: #232323;
+ background-color: rgba(34, 34, 34, 0.85);
+ font-size: 12px;
+ line-height: 1.5;
+ text-align: left;
+}
+
+.footer a {
+ color: #aaa;
+}
+
+.text-muted {
+ color: #aaa !important;
+}
+
+.footer a:hover {
+ color: #f00;
+}
+
+@media screen and (max-width: 598px) {
+ nav { background-color: #2c2c2c; background-color: rgba(0, 0, 0, 0); }
+ .footer { background-color: #2c2c2c; background-color: rgba(0, 0, 0, 0); padding-left: unset; text-align: center; }
+}
+
+/* system-font.css v2.0.2 | CC0-1.0 License | github.com/jonathantneal/system-font-css */
+
+@font-face {
+ font-family: system-ui;
+ font-style: normal;
+ font-weight: 300;
+ src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Segoe UI Light"), local("Ubuntu Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
+}
+
+@font-face {
+ font-family: system-ui;
+ font-style: italic;
+ font-weight: 300;
+ src: local(".SFNSText-LightItalic"), local(".HelveticaNeueDeskInterface-Italic"), local(".LucidaGrandeUI"), local("Segoe UI Light Italic"), local("Ubuntu Light Italic"), local("Roboto-LightItalic"), local("DroidSans"), local("Tahoma");
+}
+
+@font-face {
+ font-family: system-ui;
+ font-style: normal;
+ font-weight: 400;
+ src: local(".SFNSText-Regular"), local(".HelveticaNeueDeskInterface-Regular"), local(".LucidaGrandeUI"), local("Segoe UI"), local("Ubuntu"), local("Roboto-Regular"), local("DroidSans"), local("Tahoma");
+}
+
+@font-face {
+ font-family: system-ui;
+ font-style: italic;
+ font-weight: 400;
+ src: local(".SFNSText-Italic"), local(".HelveticaNeueDeskInterface-Italic"), local(".LucidaGrandeUI"), local("Segoe UI Italic"), local("Ubuntu Italic"), local("Roboto-Italic"), local("DroidSans"), local("Tahoma");
+}
+
+@font-face {
+ font-family: system-ui;
+ font-style: normal;
+ font-weight: 500;
+ src: local(".SFNSText-Medium"), local(".HelveticaNeueDeskInterface-MediumP4"), local(".LucidaGrandeUI"), local("Segoe UI Semibold"), local("Ubuntu Medium"), local("Roboto-Medium"), local("DroidSans-Bold"), local("Tahoma Bold");
+}
+
+@font-face {
+ font-family: system-ui;
+ font-style: italic;
+ font-weight: 500;
+ src: local(".SFNSText-MediumItalic"), local(".HelveticaNeueDeskInterface-MediumItalicP4"), local(".LucidaGrandeUI"), local("Segoe UI Semibold Italic"), local("Ubuntu Medium Italic"), local("Roboto-MediumItalic"), local("DroidSans-Bold"), local("Tahoma Bold");
+}
+
+@font-face {
+ font-family: system-ui;
+ font-style: normal;
+ font-weight: 700;
+ src: local(".SFNSText-Bold"), local(".HelveticaNeueDeskInterface-Bold"), local(".LucidaGrandeUI"), local("Segoe UI Bold"), local("Ubuntu Bold"), local("Roboto-Bold"), local("DroidSans-Bold"), local("Tahoma Bold");
+}
+
+@font-face {
+ font-family: system-ui;
+ font-style: italic;
+ font-weight: 700;
+ src: local(".SFNSText-BoldItalic"), local(".HelveticaNeueDeskInterface-BoldItalic"), local(".LucidaGrandeUI"), local("Segoe UI Bold Italic"), local("Ubuntu Bold Italic"), local("Roboto-BoldItalic"), local("DroidSans-Bold"), local("Tahoma Bold");
+}
diff --git a/public/posts/css/style.min.css b/public/posts/css/style.min.css
new file mode 100644
index 0000000..66f5f85
--- /dev/null
+++ b/public/posts/css/style.min.css
@@ -0,0 +1 @@
+html{min-height:100%;position:relative;overflow-y:scroll}pre{color:#aaa!important;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;overflow:hidden}body{background-color:#2c2c2c!important;background-image:url("https://res.cloudinary.com/dpszgzqjb/image/upload/v1532227754/Images/overlay.png"),linear-gradient(0deg,rgb(44,44,44),rgba(44,44,44));color:#fff!important;font-family:system-ui,sans-serif!important}a{color:#46afff}a.active{color:red!important}hr{border-top:1px solid #282828!important;border-top:1px solid transparent!important;margin-top:0!important;margin-bottom:0!important}.container{min-height:calc(100vh - 168px)}.blog-post{font-size:.95rem}.blog-post-tags{display:none}.blog-post-categories{display:none}.text-secondary{color:#ccc!important;margin-bottom:1em}h2{font-size:1.6rem}.text-dark{color:#fff!important}a.text-dark:focus,a.text-dark:hover{color:#fff!important}.badge-primary{background-color:#d63d3d}.badge-primary[href]:focus,.badge-primary[href]:hover{background-color:#d50000}.page-item.active .page-link{color:#000!important;border-color:#aaa!important;background-color:#aaa!important}.page-link{color:#000!important;background-color:#fff}.blog-post img{max-width:100%}.blog-header,.blog-post,.blog-pagination{margin-bottom:2rem}@media screen and (max-width:598px){.blog-header,.blog-post,.blog-pagination{max-width:90vw}}#main{transition:margin-left .25s}.sidenav{height:100%;width:0;position:fixed;z-index:1;top:0;right:0;background-color:#222;overflow-x:hidden;transition:.25s}.sidenav a{padding:12px 8px 12px 32px;text-decoration:none;text-align:left;font-size:16px;line-height:1;font-weight:400;display:block;color:#fff}.sidenav a.active{background-color:#333}@media screen and (max-height:450px){.sidenav{padding-top:15px}.sidenav a{font-size:18px}}nav{background-color:#232323;background-color:rgba(34,34,34,.85);margin-bottom:2em}.navicon{border-radius:3px;border:1px solid #333;background-color:#333;position:absolute;cursor:pointer;top:5px;right:10px;font-size:19px!important;padding:14px 20px!important;margin-top:.3em;line-height:1;-webkit-backface-visibility:hidden;-moz-transform:translateZ(0) scale(1,1);-ms-transform:translateZ(0) scale(1,1);-webkit-transform:translateZ(0) scale(1,1);transform:translateZ(0) scale(1,1)}.topnav{margin:0 auto;max-width:1344px;overflow:hidden}.topnav-left a{color:#f2f2f2;display:block;float:left;font-size:16px;font-weight:400;line-height:1.4;padding:14px 16px;text-align:center;text-decoration:none}.topnav-left a:nth-child(1){display:none}.topnav-right a{float:right}@media screen and (max-width:598px){.fa{font-size:1em;padding:.6em 0 1.6em 1em;background-color:#333;border-radius:3px;width:3em;height:.9em}.topnav a.active{background-color:transparent;color:#fff!important}.topnav a{font-size:20px;padding:24px 16px 0}.topnav a:not(:first-child){display:none}.topnav-left a:nth-child(1){display:block;line-height:1}.topnav-right a{display:none}.topnav .navicon{display:block}}.footer-container{color:#aaa;margin:0 auto;max-width:1392px;padding:2em}.footer{background-color:#232323;background-color:rgba(34,34,34,.85);font-size:12px;line-height:1.5;text-align:left}.footer a{color:#aaa}.text-muted{color:#aaa!important}.footer a:hover{color:red}@media screen and (max-width:598px){nav{background-color:#2c2c2c;background-color:transparent}.footer{background-color:#2c2c2c;background-color:transparent;padding-left:unset;text-align:center}}@font-face{font-family:system-ui;font-style:normal;font-weight:300;src:local(".SFNSText-Light"),local(".HelveticaNeueDeskInterface-Light"),local(".LucidaGrandeUI"),local("Segoe UI Light"),local("Ubuntu Light"),local("Roboto-Light"),local("DroidSans"),local("Tahoma")}@font-face{font-family:system-ui;font-style:italic;font-weight:300;src:local(".SFNSText-LightItalic"),local(".HelveticaNeueDeskInterface-Italic"),local(".LucidaGrandeUI"),local("Segoe UI Light Italic"),local("Ubuntu Light Italic"),local("Roboto-LightItalic"),local("DroidSans"),local("Tahoma")}@font-face{font-family:system-ui;font-style:normal;font-weight:400;src:local(".SFNSText-Regular"),local(".HelveticaNeueDeskInterface-Regular"),local(".LucidaGrandeUI"),local("Segoe UI"),local("Ubuntu"),local("Roboto-Regular"),local("DroidSans"),local("Tahoma")}@font-face{font-family:system-ui;font-style:italic;font-weight:400;src:local(".SFNSText-Italic"),local(".HelveticaNeueDeskInterface-Italic"),local(".LucidaGrandeUI"),local("Segoe UI Italic"),local("Ubuntu Italic"),local("Roboto-Italic"),local("DroidSans"),local("Tahoma")}@font-face{font-family:system-ui;font-style:normal;font-weight:500;src:local(".SFNSText-Medium"),local(".HelveticaNeueDeskInterface-MediumP4"),local(".LucidaGrandeUI"),local("Segoe UI Semibold"),local("Ubuntu Medium"),local("Roboto-Medium"),local("DroidSans-Bold"),local("Tahoma Bold")}@font-face{font-family:system-ui;font-style:italic;font-weight:500;src:local(".SFNSText-MediumItalic"),local(".HelveticaNeueDeskInterface-MediumItalicP4"),local(".LucidaGrandeUI"),local("Segoe UI Semibold Italic"),local("Ubuntu Medium Italic"),local("Roboto-MediumItalic"),local("DroidSans-Bold"),local("Tahoma Bold")}@font-face{font-family:system-ui;font-style:normal;font-weight:700;src:local(".SFNSText-Bold"),local(".HelveticaNeueDeskInterface-Bold"),local(".LucidaGrandeUI"),local("Segoe UI Bold"),local("Ubuntu Bold"),local("Roboto-Bold"),local("DroidSans-Bold"),local("Tahoma Bold")}@font-face{font-family:system-ui;font-style:italic;font-weight:700;src:local(".SFNSText-BoldItalic"),local(".HelveticaNeueDeskInterface-BoldItalic"),local(".LucidaGrandeUI"),local("Segoe UI Bold Italic"),local("Ubuntu Bold Italic"),local("Roboto-BoldItalic"),local("DroidSans-Bold"),local("Tahoma Bold")} \ No newline at end of file
diff --git a/public/posts/index.html b/public/posts/index.html
new file mode 100644
index 0000000..21f1c99
--- /dev/null
+++ b/public/posts/index.html
@@ -0,0 +1,186 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta name="generator" content="Hugo 0.46" />
+ <meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+
+<meta property="og:title" content="Edwin Mattiacci - Posts" />
+<meta property="og:description" content="" />
+<meta property="og:type" content="website" />
+<meta property="og:url" content="/posts/" />
+
+
+
+<meta property="og:updated_time" content="2018-05-10T00:00:00&#43;00:00"/>
+
+
+
+
+
+
+
+
+
+
+<meta name="twitter:card" content="summary"/>
+<meta name="twitter:title" content="Edwin Mattiacci - Posts"/>
+<meta name="twitter:description" content=""/>
+
+
+
+ <link rel="canonical" href="/posts/">
+
+ <title>
+
+ Edwin Mattiacci - Posts
+
+ </title>
+
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" media="preload" onload="if(media!='all')media='all'">
+ <noscript><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"></noscript>
+
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
+ <link rel="stylesheet" href="/posts/css/style.css">
+
+ <link rel="icon" href="/favicon.png"/>
+
+
+ <link href="/posts/index.xml" rel="alternate" type="application/rss+xml" title="Edwin Mattiacci - Posts" />
+
+
+
+
+
+ </head>
+ <body id="main">
+
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
+
+
+
+
+ <div class="container">
+ <div class="row">
+ <div class="col-12 col-lg-8 blog-main">
+
+
+
+
+
+
+
+ <article class="blog-post">
+ <header>
+ <h2 class="blog-post-title">
+ <a class="text-dark" href="/posts/2018/05/the-voice-practitioner/">The Voice Practitioner</a>
+ </h2>
+
+
+
+<div class="blog-post-date text-secondary">
+
+ May 10, 2018
+
+
+ by <span rel="author">Edwin Mattiacci</span>
+
+</div>
+
+
+<div class="blog-post-tags text-secondary">
+ <strong>Tags:</strong>
+
+ <a class="badge badge-primary" href="/posts/tags/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/tags/voiceover/">voiceover</a>
+
+</div>
+
+
+
+<div class="blog-post-categories text-secondary">
+ <strong>Categories:</strong>
+
+ <a class="badge badge-primary" href="/posts/categories/voiceover/">Voiceover</a>
+
+ <a class="badge badge-primary" href="/posts/categories/voice/">Voice</a>
+
+</div>
+
+
+ </header>
+ Speech is simply a modified form of singing: the principal difference being in the fact that in singing the vowel sounds are prolonged and the intervals are short, whereas in speech the words are uttered in what may be called “staccato” tones. - William Scheppegrell&quot; Welcome to my blog. We will be discussing all manner of topics related to voiceover and the voiceover industry. Stay tuned.
+ <p></p>
+ <a href="/posts/2018/05/the-voice-practitioner/">Read More →</a>
+</article>
+
+
+
+
+
+
+
+
+
+ </div>
+
+ <aside class="col-12 col-lg-3 ml-auto blog-sidebar">
+
+
+
+
+<section>
+ <h4>Recent Posts</h4>
+ <ol class="list-unstyled">
+
+ <li>
+ <a href="/posts/2018/05/the-voice-practitioner/">The Voice Practitioner</a>
+ </li>
+
+ <li>
+ <a href="/posts/post/">Posts</a>
+ </li>
+
+ </ol>
+</section>
+
+
+
+ <section>
+
+
+ <h4>Categories</h4>
+ <p>
+
+ <a class="badge badge-primary" href="/posts/categories/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/categories/voiceover/">voiceover</a>
+
+ </p>
+
+
+
+ <h4>Tags</h4>
+ <p>
+
+ <a class="badge badge-primary" href="/posts/tags/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/tags/voiceover/">voiceover</a>
+
+ </p>
+
+
+</section>
+
+
+</aside>
+
+ </div>
+ </div>
+
+
+
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/footer.php'; ?>
+
+
diff --git a/public/posts/index.xml b/public/posts/index.xml
new file mode 100644
index 0000000..ab8e0a7
--- /dev/null
+++ b/public/posts/index.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Edwin Mattiacci - Posts</title>
+ <link>/posts/</link>
+ <description>Recent content on Edwin Mattiacci - Posts</description>
+ <generator>Hugo -- gohugo.io</generator>
+ <language>en-us</language>
+ <lastBuildDate>Thu, 10 May 2018 00:00:00 +0000</lastBuildDate>
+
+ <atom:link href="/posts/index.xml" rel="self" type="application/rss+xml" />
+
+
+ <item>
+ <title>The Voice Practitioner</title>
+ <link>/posts/2018/05/the-voice-practitioner/</link>
+ <pubDate>Thu, 10 May 2018 00:00:00 +0000</pubDate>
+
+ <guid>/posts/2018/05/the-voice-practitioner/</guid>
+ <description>Speech is simply a modified form of singing: the principal difference being in the fact that in singing the vowel sounds are prolonged and the intervals are short, whereas in speech the words are uttered in what may be called “staccato” tones. - William Scheppegrell&amp;quot; Welcome to my blog. We will be discussing all manner of topics related to voiceover and the voiceover industry. Stay tuned.</description>
+ </item>
+
+ </channel>
+</rss> \ No newline at end of file
diff --git a/public/posts/page/1/index.html b/public/posts/page/1/index.html
new file mode 100644
index 0000000..6bac3a7
--- /dev/null
+++ b/public/posts/page/1/index.html
@@ -0,0 +1 @@
+<!DOCTYPE html><html><head><title>/posts/</title><link rel="canonical" href="/posts/"/><meta name="robots" content="noindex"><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=/posts/" /></head></html> \ No newline at end of file
diff --git a/public/posts/post/index.html b/public/posts/post/index.html
new file mode 100644
index 0000000..389b7bc
--- /dev/null
+++ b/public/posts/post/index.html
@@ -0,0 +1,185 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+
+<meta property="og:title" content="Posts" />
+<meta property="og:description" content="" />
+<meta property="og:type" content="website" />
+<meta property="og:url" content="/posts/post/" />
+
+
+
+<meta property="og:updated_time" content="2018-05-10T00:00:00&#43;00:00"/>
+
+
+
+
+
+
+
+
+
+
+<meta name="twitter:card" content="summary"/>
+<meta name="twitter:title" content="Posts"/>
+<meta name="twitter:description" content=""/>
+
+
+
+ <link rel="canonical" href="/posts/post/">
+
+ <title>
+
+ Posts | Edwin Mattiacci - Posts
+
+ </title>
+
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" media="preload" onload="if(media!='all')media='all'">
+ <noscript><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"></noscript>
+
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
+ <link rel="stylesheet" href="/posts/css/style.css">
+
+ <link rel="icon" href="/favicon.png"/>
+
+
+ <link href="/posts/post/index.xml" rel="alternate" type="application/rss+xml" title="Edwin Mattiacci - Posts" />
+
+
+
+
+
+ </head>
+ <body id="main">
+
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
+
+
+
+
+ <div class="container">
+ <div class="row">
+ <div class="col-12 col-lg-8 blog-main">
+
+
+
+
+
+
+
+ <article class="blog-post">
+ <header>
+ <h2 class="blog-post-title">
+ <a class="text-dark" href="/posts/2018/05/the-voice-practitioner/">The Voice Practitioner</a>
+ </h2>
+
+
+
+<div class="blog-post-date text-secondary">
+
+ May 10, 2018
+
+
+ by <span rel="author">Edwin Mattiacci</span>
+
+</div>
+
+
+<div class="blog-post-tags text-secondary">
+ <strong>Tags:</strong>
+
+ <a class="badge badge-primary" href="/posts/tags/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/tags/voiceover/">voiceover</a>
+
+</div>
+
+
+
+<div class="blog-post-categories text-secondary">
+ <strong>Categories:</strong>
+
+ <a class="badge badge-primary" href="/posts/categories/voiceover/">Voiceover</a>
+
+ <a class="badge badge-primary" href="/posts/categories/voice/">Voice</a>
+
+</div>
+
+
+ </header>
+ Speech is simply a modified form of singing: the principal difference being in the fact that in singing the vowel sounds are prolonged and the intervals are short, whereas in speech the words are uttered in what may be called “staccato” tones. - William Scheppegrell&quot; Welcome to my blog. We will be discussing all manner of topics related to voiceover and the voiceover industry. Stay tuned.
+ <p></p>
+ <a href="/posts/2018/05/the-voice-practitioner/">Read More →</a>
+</article>
+
+
+
+
+
+
+
+
+
+ </div>
+
+ <aside class="col-12 col-lg-3 ml-auto blog-sidebar">
+
+
+
+
+<section>
+ <h4>Recent Posts</h4>
+ <ol class="list-unstyled">
+
+ <li>
+ <a href="/posts/2018/05/the-voice-practitioner/">The Voice Practitioner</a>
+ </li>
+
+ <li>
+ <a href="/posts/post/">Posts</a>
+ </li>
+
+ </ol>
+</section>
+
+
+
+ <section>
+
+
+ <h4>Categories</h4>
+ <p>
+
+ <a class="badge badge-primary" href="/posts/categories/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/categories/voiceover/">voiceover</a>
+
+ </p>
+
+
+
+ <h4>Tags</h4>
+ <p>
+
+ <a class="badge badge-primary" href="/posts/tags/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/tags/voiceover/">voiceover</a>
+
+ </p>
+
+
+</section>
+
+
+</aside>
+
+ </div>
+ </div>
+
+
+
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/footer.php'; ?>
+
+
diff --git a/public/posts/post/index.xml b/public/posts/post/index.xml
new file mode 100644
index 0000000..348b6c3
--- /dev/null
+++ b/public/posts/post/index.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Posts on Edwin Mattiacci - Posts</title>
+ <link>/posts/post/</link>
+ <description>Recent content in Posts on Edwin Mattiacci - Posts</description>
+ <generator>Hugo -- gohugo.io</generator>
+ <language>en-us</language>
+ <lastBuildDate>Thu, 10 May 2018 00:00:00 +0000</lastBuildDate>
+
+ <atom:link href="/posts/post/index.xml" rel="self" type="application/rss+xml" />
+
+
+ <item>
+ <title>The Voice Practitioner</title>
+ <link>/posts/2018/05/the-voice-practitioner/</link>
+ <pubDate>Thu, 10 May 2018 00:00:00 +0000</pubDate>
+
+ <guid>/posts/2018/05/the-voice-practitioner/</guid>
+ <description>Speech is simply a modified form of singing: the principal difference being in the fact that in singing the vowel sounds are prolonged and the intervals are short, whereas in speech the words are uttered in what may be called “staccato” tones. - William Scheppegrell&amp;quot; Welcome to my blog. We will be discussing all manner of topics related to voiceover and the voiceover industry. Stay tuned.</description>
+ </item>
+
+ </channel>
+</rss> \ No newline at end of file
diff --git a/public/posts/post/page/1/index.html b/public/posts/post/page/1/index.html
new file mode 100644
index 0000000..b4e1309
--- /dev/null
+++ b/public/posts/post/page/1/index.html
@@ -0,0 +1 @@
+<!DOCTYPE html><html><head><title>/posts/post/</title><link rel="canonical" href="/posts/post/"/><meta name="robots" content="noindex"><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=/posts/post/" /></head></html> \ No newline at end of file
diff --git a/public/posts/sitemap.xml b/public/posts/sitemap.xml
new file mode 100644
index 0000000..eb3e6f2
--- /dev/null
+++ b/public/posts/sitemap.xml
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
+ xmlns:xhtml="http://www.w3.org/1999/xhtml">
+
+ <url>
+ <loc>/posts/2018/05/the-voice-practitioner/</loc>
+ <lastmod>2018-05-10T00:00:00+00:00</lastmod>
+ </url>
+
+ <url>
+ <loc>/posts/categories/</loc>
+ <priority>0</priority>
+ </url>
+
+ <url>
+ <loc>/posts/</loc>
+ <lastmod>2018-05-10T00:00:00+00:00</lastmod>
+ <priority>0</priority>
+ </url>
+
+ <url>
+ <loc>/posts/post/</loc>
+ <lastmod>2018-05-10T00:00:00+00:00</lastmod>
+ <priority>0</priority>
+ </url>
+
+ <url>
+ <loc>/posts/tags/</loc>
+ <priority>0</priority>
+ </url>
+
+ <url>
+ <loc>/posts/tags/voice/</loc>
+ <lastmod>2018-05-10T00:00:00+00:00</lastmod>
+ <priority>0</priority>
+ </url>
+
+ <url>
+ <loc>/posts/categories/voice/</loc>
+ <lastmod>2018-05-10T00:00:00+00:00</lastmod>
+ <priority>0</priority>
+ </url>
+
+ <url>
+ <loc>/posts/tags/voiceover/</loc>
+ <lastmod>2018-05-10T00:00:00+00:00</lastmod>
+ <priority>0</priority>
+ </url>
+
+ <url>
+ <loc>/posts/categories/voiceover/</loc>
+ <lastmod>2018-05-10T00:00:00+00:00</lastmod>
+ <priority>0</priority>
+ </url>
+
+</urlset> \ No newline at end of file
diff --git a/public/posts/tags/index.html b/public/posts/tags/index.html
new file mode 100644
index 0000000..0cb136b
--- /dev/null
+++ b/public/posts/tags/index.html
@@ -0,0 +1,198 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+
+<meta property="og:title" content="Tags" />
+<meta property="og:description" content="" />
+<meta property="og:type" content="website" />
+<meta property="og:url" content="/posts/tags/" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<meta name="twitter:card" content="summary"/>
+<meta name="twitter:title" content="Tags"/>
+<meta name="twitter:description" content=""/>
+
+
+
+ <link rel="canonical" href="/posts/tags/">
+
+ <title>
+
+ Tags | Edwin Mattiacci - Posts
+
+ </title>
+
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" media="preload" onload="if(media!='all')media='all'">
+ <noscript><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"></noscript>
+
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
+ <link rel="stylesheet" href="/posts/css/style.css">
+
+ <link rel="icon" href="/favicon.png"/>
+
+
+ <link href="/posts/tags/index.xml" rel="alternate" type="application/rss+xml" title="Edwin Mattiacci - Posts" />
+
+
+
+
+
+ </head>
+ <body id="main">
+
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
+
+
+
+
+ <div class="container">
+ <div class="row">
+ <div class="col-12 col-lg-8 blog-main">
+
+
+
+
+
+
+
+ <article class="blog-post">
+ <header>
+ <h2 class="blog-post-title">
+ <a class="text-dark" href="/posts/tags/voice/">Voice</a>
+ </h2>
+
+
+
+<div class="blog-post-date text-secondary">
+
+ May 10, 2018
+
+
+ by <span rel="author">Edwin Mattiacci</span>
+
+</div>
+
+
+
+
+
+ </header>
+
+ <p></p>
+ <a href="/posts/tags/voice/">Read More →</a>
+</article>
+
+
+
+
+
+ <article class="blog-post">
+ <header>
+ <h2 class="blog-post-title">
+ <a class="text-dark" href="/posts/tags/voiceover/">Voiceover</a>
+ </h2>
+
+
+
+<div class="blog-post-date text-secondary">
+
+ May 10, 2018
+
+
+ by <span rel="author">Edwin Mattiacci</span>
+
+</div>
+
+
+
+
+
+ </header>
+
+ <p></p>
+ <a href="/posts/tags/voiceover/">Read More →</a>
+</article>
+
+
+
+
+
+
+
+
+
+ </div>
+
+ <aside class="col-12 col-lg-3 ml-auto blog-sidebar">
+
+
+
+
+<section>
+ <h4>Recent Posts</h4>
+ <ol class="list-unstyled">
+
+ <li>
+ <a href="/posts/2018/05/the-voice-practitioner/">The Voice Practitioner</a>
+ </li>
+
+ <li>
+ <a href="/posts/post/">Posts</a>
+ </li>
+
+ </ol>
+</section>
+
+
+
+ <section>
+
+
+ <h4>Categories</h4>
+ <p>
+
+ <a class="badge badge-primary" href="/posts/categories/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/categories/voiceover/">voiceover</a>
+
+ </p>
+
+
+
+ <h4>Tags</h4>
+ <p>
+
+ <a class="badge badge-primary" href="/posts/tags/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/tags/voiceover/">voiceover</a>
+
+ </p>
+
+
+</section>
+
+
+</aside>
+
+ </div>
+ </div>
+
+
+
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/footer.php'; ?>
+
+
diff --git a/public/posts/tags/index.xml b/public/posts/tags/index.xml
new file mode 100644
index 0000000..e30d4a6
--- /dev/null
+++ b/public/posts/tags/index.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Tags on Edwin Mattiacci - Posts</title>
+ <link>/posts/tags/</link>
+ <description>Recent content in Tags on Edwin Mattiacci - Posts</description>
+ <generator>Hugo -- gohugo.io</generator>
+ <language>en-us</language>
+
+ <atom:link href="/posts/tags/index.xml" rel="self" type="application/rss+xml" />
+
+
+ <item>
+ <title>Voice</title>
+ <link>/posts/tags/voice/</link>
+ <pubDate>Thu, 10 May 2018 00:00:00 +0000</pubDate>
+
+ <guid>/posts/tags/voice/</guid>
+ <description></description>
+ </item>
+
+ <item>
+ <title>Voiceover</title>
+ <link>/posts/tags/voiceover/</link>
+ <pubDate>Thu, 10 May 2018 00:00:00 +0000</pubDate>
+
+ <guid>/posts/tags/voiceover/</guid>
+ <description></description>
+ </item>
+
+ </channel>
+</rss> \ No newline at end of file
diff --git a/public/posts/tags/page/1/index.html b/public/posts/tags/page/1/index.html
new file mode 100644
index 0000000..f7ec442
--- /dev/null
+++ b/public/posts/tags/page/1/index.html
@@ -0,0 +1 @@
+<!DOCTYPE html><html><head><title>/posts/tags/</title><link rel="canonical" href="/posts/tags/"/><meta name="robots" content="noindex"><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=/posts/tags/" /></head></html> \ No newline at end of file
diff --git a/public/posts/tags/voice/index.html b/public/posts/tags/voice/index.html
new file mode 100644
index 0000000..4129283
--- /dev/null
+++ b/public/posts/tags/voice/index.html
@@ -0,0 +1,185 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+
+<meta property="og:title" content="Voice" />
+<meta property="og:description" content="" />
+<meta property="og:type" content="website" />
+<meta property="og:url" content="/posts/tags/voice/" />
+
+
+
+<meta property="og:updated_time" content="2018-05-10T00:00:00&#43;00:00"/>
+
+
+
+
+
+
+
+
+
+
+<meta name="twitter:card" content="summary"/>
+<meta name="twitter:title" content="Voice"/>
+<meta name="twitter:description" content=""/>
+
+
+
+ <link rel="canonical" href="/posts/tags/voice/">
+
+ <title>
+
+ Voice | Edwin Mattiacci - Posts
+
+ </title>
+
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" media="preload" onload="if(media!='all')media='all'">
+ <noscript><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"></noscript>
+
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
+ <link rel="stylesheet" href="/posts/css/style.css">
+
+ <link rel="icon" href="/favicon.png"/>
+
+
+ <link href="/posts/tags/voice/index.xml" rel="alternate" type="application/rss+xml" title="Edwin Mattiacci - Posts" />
+
+
+
+
+
+ </head>
+ <body id="main">
+
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
+
+
+
+
+ <div class="container">
+ <div class="row">
+ <div class="col-12 col-lg-8 blog-main">
+
+
+
+
+
+
+
+ <article class="blog-post">
+ <header>
+ <h2 class="blog-post-title">
+ <a class="text-dark" href="/posts/2018/05/the-voice-practitioner/">The Voice Practitioner</a>
+ </h2>
+
+
+
+<div class="blog-post-date text-secondary">
+
+ May 10, 2018
+
+
+ by <span rel="author">Edwin Mattiacci</span>
+
+</div>
+
+
+<div class="blog-post-tags text-secondary">
+ <strong>Tags:</strong>
+
+ <a class="badge badge-primary" href="/posts/tags/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/tags/voiceover/">voiceover</a>
+
+</div>
+
+
+
+<div class="blog-post-categories text-secondary">
+ <strong>Categories:</strong>
+
+ <a class="badge badge-primary" href="/posts/categories/voiceover/">Voiceover</a>
+
+ <a class="badge badge-primary" href="/posts/categories/voice/">Voice</a>
+
+</div>
+
+
+ </header>
+ Speech is simply a modified form of singing: the principal difference being in the fact that in singing the vowel sounds are prolonged and the intervals are short, whereas in speech the words are uttered in what may be called “staccato” tones. - William Scheppegrell&quot; Welcome to my blog. We will be discussing all manner of topics related to voiceover and the voiceover industry. Stay tuned.
+ <p></p>
+ <a href="/posts/2018/05/the-voice-practitioner/">Read More →</a>
+</article>
+
+
+
+
+
+
+
+
+
+ </div>
+
+ <aside class="col-12 col-lg-3 ml-auto blog-sidebar">
+
+
+
+
+<section>
+ <h4>Recent Posts</h4>
+ <ol class="list-unstyled">
+
+ <li>
+ <a href="/posts/2018/05/the-voice-practitioner/">The Voice Practitioner</a>
+ </li>
+
+ <li>
+ <a href="/posts/post/">Posts</a>
+ </li>
+
+ </ol>
+</section>
+
+
+
+ <section>
+
+
+ <h4>Categories</h4>
+ <p>
+
+ <a class="badge badge-primary" href="/posts/categories/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/categories/voiceover/">voiceover</a>
+
+ </p>
+
+
+
+ <h4>Tags</h4>
+ <p>
+
+ <a class="badge badge-primary" href="/posts/tags/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/tags/voiceover/">voiceover</a>
+
+ </p>
+
+
+</section>
+
+
+</aside>
+
+ </div>
+ </div>
+
+
+
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/footer.php'; ?>
+
+
diff --git a/public/posts/tags/voice/index.xml b/public/posts/tags/voice/index.xml
new file mode 100644
index 0000000..642c3d4
--- /dev/null
+++ b/public/posts/tags/voice/index.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Voice on Edwin Mattiacci - Posts</title>
+ <link>/posts/tags/voice/</link>
+ <description>Recent content in Voice on Edwin Mattiacci - Posts</description>
+ <generator>Hugo -- gohugo.io</generator>
+ <language>en-us</language>
+ <lastBuildDate>Thu, 10 May 2018 00:00:00 +0000</lastBuildDate>
+
+ <atom:link href="/posts/tags/voice/index.xml" rel="self" type="application/rss+xml" />
+
+
+ <item>
+ <title>The Voice Practitioner</title>
+ <link>/posts/2018/05/the-voice-practitioner/</link>
+ <pubDate>Thu, 10 May 2018 00:00:00 +0000</pubDate>
+
+ <guid>/posts/2018/05/the-voice-practitioner/</guid>
+ <description>Speech is simply a modified form of singing: the principal difference being in the fact that in singing the vowel sounds are prolonged and the intervals are short, whereas in speech the words are uttered in what may be called “staccato” tones. - William Scheppegrell&amp;quot; Welcome to my blog. We will be discussing all manner of topics related to voiceover and the voiceover industry. Stay tuned.</description>
+ </item>
+
+ </channel>
+</rss> \ No newline at end of file
diff --git a/public/posts/tags/voice/page/1/index.html b/public/posts/tags/voice/page/1/index.html
new file mode 100644
index 0000000..1382ff0
--- /dev/null
+++ b/public/posts/tags/voice/page/1/index.html
@@ -0,0 +1 @@
+<!DOCTYPE html><html><head><title>/posts/tags/voice/</title><link rel="canonical" href="/posts/tags/voice/"/><meta name="robots" content="noindex"><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=/posts/tags/voice/" /></head></html> \ No newline at end of file
diff --git a/public/posts/tags/voiceover/index.html b/public/posts/tags/voiceover/index.html
new file mode 100644
index 0000000..b6235ac
--- /dev/null
+++ b/public/posts/tags/voiceover/index.html
@@ -0,0 +1,185 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+
+<meta property="og:title" content="Voiceover" />
+<meta property="og:description" content="" />
+<meta property="og:type" content="website" />
+<meta property="og:url" content="/posts/tags/voiceover/" />
+
+
+
+<meta property="og:updated_time" content="2018-05-10T00:00:00&#43;00:00"/>
+
+
+
+
+
+
+
+
+
+
+<meta name="twitter:card" content="summary"/>
+<meta name="twitter:title" content="Voiceover"/>
+<meta name="twitter:description" content=""/>
+
+
+
+ <link rel="canonical" href="/posts/tags/voiceover/">
+
+ <title>
+
+ Voiceover | Edwin Mattiacci - Posts
+
+ </title>
+
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" media="preload" onload="if(media!='all')media='all'">
+ <noscript><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"></noscript>
+
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
+ <link rel="stylesheet" href="/posts/css/style.css">
+
+ <link rel="icon" href="/favicon.png"/>
+
+
+ <link href="/posts/tags/voiceover/index.xml" rel="alternate" type="application/rss+xml" title="Edwin Mattiacci - Posts" />
+
+
+
+
+
+ </head>
+ <body id="main">
+
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
+
+
+
+
+ <div class="container">
+ <div class="row">
+ <div class="col-12 col-lg-8 blog-main">
+
+
+
+
+
+
+
+ <article class="blog-post">
+ <header>
+ <h2 class="blog-post-title">
+ <a class="text-dark" href="/posts/2018/05/the-voice-practitioner/">The Voice Practitioner</a>
+ </h2>
+
+
+
+<div class="blog-post-date text-secondary">
+
+ May 10, 2018
+
+
+ by <span rel="author">Edwin Mattiacci</span>
+
+</div>
+
+
+<div class="blog-post-tags text-secondary">
+ <strong>Tags:</strong>
+
+ <a class="badge badge-primary" href="/posts/tags/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/tags/voiceover/">voiceover</a>
+
+</div>
+
+
+
+<div class="blog-post-categories text-secondary">
+ <strong>Categories:</strong>
+
+ <a class="badge badge-primary" href="/posts/categories/voiceover/">Voiceover</a>
+
+ <a class="badge badge-primary" href="/posts/categories/voice/">Voice</a>
+
+</div>
+
+
+ </header>
+ Speech is simply a modified form of singing: the principal difference being in the fact that in singing the vowel sounds are prolonged and the intervals are short, whereas in speech the words are uttered in what may be called “staccato” tones. - William Scheppegrell&quot; Welcome to my blog. We will be discussing all manner of topics related to voiceover and the voiceover industry. Stay tuned.
+ <p></p>
+ <a href="/posts/2018/05/the-voice-practitioner/">Read More →</a>
+</article>
+
+
+
+
+
+
+
+
+
+ </div>
+
+ <aside class="col-12 col-lg-3 ml-auto blog-sidebar">
+
+
+
+
+<section>
+ <h4>Recent Posts</h4>
+ <ol class="list-unstyled">
+
+ <li>
+ <a href="/posts/2018/05/the-voice-practitioner/">The Voice Practitioner</a>
+ </li>
+
+ <li>
+ <a href="/posts/post/">Posts</a>
+ </li>
+
+ </ol>
+</section>
+
+
+
+ <section>
+
+
+ <h4>Categories</h4>
+ <p>
+
+ <a class="badge badge-primary" href="/posts/categories/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/categories/voiceover/">voiceover</a>
+
+ </p>
+
+
+
+ <h4>Tags</h4>
+ <p>
+
+ <a class="badge badge-primary" href="/posts/tags/voice/">voice</a>
+
+ <a class="badge badge-primary" href="/posts/tags/voiceover/">voiceover</a>
+
+ </p>
+
+
+</section>
+
+
+</aside>
+
+ </div>
+ </div>
+
+
+
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/footer.php'; ?>
+
+
diff --git a/public/posts/tags/voiceover/index.xml b/public/posts/tags/voiceover/index.xml
new file mode 100644
index 0000000..251398a
--- /dev/null
+++ b/public/posts/tags/voiceover/index.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Voiceover on Edwin Mattiacci - Posts</title>
+ <link>/posts/tags/voiceover/</link>
+ <description>Recent content in Voiceover on Edwin Mattiacci - Posts</description>
+ <generator>Hugo -- gohugo.io</generator>
+ <language>en-us</language>
+ <lastBuildDate>Thu, 10 May 2018 00:00:00 +0000</lastBuildDate>
+
+ <atom:link href="/posts/tags/voiceover/index.xml" rel="self" type="application/rss+xml" />
+
+
+ <item>
+ <title>The Voice Practitioner</title>
+ <link>/posts/2018/05/the-voice-practitioner/</link>
+ <pubDate>Thu, 10 May 2018 00:00:00 +0000</pubDate>
+
+ <guid>/posts/2018/05/the-voice-practitioner/</guid>
+ <description>Speech is simply a modified form of singing: the principal difference being in the fact that in singing the vowel sounds are prolonged and the intervals are short, whereas in speech the words are uttered in what may be called “staccato” tones. - William Scheppegrell&amp;quot; Welcome to my blog. We will be discussing all manner of topics related to voiceover and the voiceover industry. Stay tuned.</description>
+ </item>
+
+ </channel>
+</rss> \ No newline at end of file
diff --git a/public/posts/tags/voiceover/page/1/index.html b/public/posts/tags/voiceover/page/1/index.html
new file mode 100644
index 0000000..f391917
--- /dev/null
+++ b/public/posts/tags/voiceover/page/1/index.html
@@ -0,0 +1 @@
+<!DOCTYPE html><html><head><title>/posts/tags/voiceover/</title><link rel="canonical" href="/posts/tags/voiceover/"/><meta name="robots" content="noindex"><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=/posts/tags/voiceover/" /></head></html> \ No newline at end of file
diff --git a/public/robots.txt b/public/robots.txt
new file mode 100644
index 0000000..ec43fcd
--- /dev/null
+++ b/public/robots.txt
@@ -0,0 +1,4 @@
+User-agent: *
+Allow: /
+
+Sitemap: https://edwinmattiacci.com/sitemap.xml
diff --git a/public/sitemap.xml b/public/sitemap.xml
new file mode 100644
index 0000000..d3f2ee3
--- /dev/null
+++ b/public/sitemap.xml
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<urlset
+ xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
+ http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
+
+<url>
+ <loc>https://www.edwinmattiacci.com/</loc>
+ <lastmod>2018-07-11T04:00:20+00:00</lastmod>
+ <priority>1.00</priority>
+</url>
+<url>
+ <loc>https://www.edwinmattiacci.com/posts/</loc>
+ <lastmod>2018-07-11T04:00:20+00:00</lastmod>
+ <priority>0.80</priority>
+</url>
+<url>
+ <loc>https://www.edwinmattiacci.com/feedback/</loc>
+ <lastmod>2018-07-11T04:00:20+00:00</lastmod>
+ <priority>0.80</priority>
+</url>
+<url>
+ <loc>https://www.edwinmattiacci.com/contact/</loc>
+ <lastmod>2018-07-11T04:00:20+00:00</lastmod>
+ <priority>0.80</priority>
+</url>
+<url>
+ <loc>https://www.edwinmattiacci.com/posts/2018/05/the-voice-practitioner/</loc>
+ <lastmod>2018-07-11T04:00:20+00:00</lastmod>
+ <priority>0.64</priority>
+</url>
+<url>
+ <loc>https://www.edwinmattiacci.com/posts/tags/voice/</loc>
+ <lastmod>2018-07-11T04:00:20+00:00</lastmod>
+ <priority>0.64</priority>
+</url>
+<url>
+ <loc>https://www.edwinmattiacci.com/posts/tags/voiceover/</loc>
+ <lastmod>2018-07-11T04:00:20+00:00</lastmod>
+ <priority>0.64</priority>
+</url>
+<url>
+ <loc>https://www.edwinmattiacci.com/posts/categories/voiceover/</loc>
+ <lastmod>2018-07-11T04:00:20+00:00</lastmod>
+ <priority>0.64</priority>
+</url>
+<url>
+ <loc>https://www.edwinmattiacci.com/posts/categories/voice/</loc>
+ <lastmod>2018-07-11T04:00:20+00:00</lastmod>
+ <priority>0.64</priority>
+</url>
+<url>
+ <loc>https://www.edwinmattiacci.com/posts/post/</loc>
+ <lastmod>2018-07-11T04:00:20+00:00</lastmod>
+ <priority>0.64</priority>
+</url>
+
+
+</urlset>