diff --git a/.DS_Store b/.DS_Store index 69e1728..eeed835 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1fde161 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +_public +.DS_Store \ No newline at end of file diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..2145954 --- /dev/null +++ b/Gemfile @@ -0,0 +1,7 @@ +# Gemfile + +source "https://rubygems.org" # Use the default RubyGems source + +# Optional: Add additional Ruby gems you might use +gem 'jekyll-livereload' +gem 'kramdown-parser-gfm' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..642db1f --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,73 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) + colorator (1.1.0) + concurrent-ruby (1.3.4) + csv (3.3.0) + em-websocket (0.5.3) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0) + eventmachine (1.2.7) + ffi (1.17.0-x86_64-darwin) + forwardable-extended (2.6.0) + http_parser.rb (0.8.0) + i18n (1.14.6) + concurrent-ruby (~> 1.0) + jekyll (3.10.0) + addressable (~> 2.4) + colorator (~> 1.0) + csv (~> 3.0) + em-websocket (~> 0.5) + i18n (>= 0.7, < 2) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 2.0) + kramdown (>= 1.17, < 3) + liquid (~> 4.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (>= 1.7, < 4) + safe_yaml (~> 1.0) + webrick (>= 1.0) + jekyll-livereload (0.2.2) + em-websocket (~> 0.5) + jekyll (~> 3.0) + jekyll-sass-converter (1.5.2) + sass (~> 3.4) + jekyll-watch (2.2.1) + listen (~> 3.0) + kramdown (2.4.0) + rexml + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) + liquid (4.0.4) + listen (3.9.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + mercenary (0.3.6) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (6.0.1) + rb-fsevent (0.11.2) + rb-inotify (0.11.1) + ffi (~> 1.0) + rexml (3.3.9) + rouge (3.30.0) + safe_yaml (1.0.5) + sass (3.7.4) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + webrick (1.9.0) + +PLATFORMS + x86_64-darwin-21 + +DEPENDENCIES + jekyll-livereload + kramdown-parser-gfm + +BUNDLED WITH + 2.3.27 diff --git a/_config.yml b/_config.yml index a5a4435..704b7d9 100755 --- a/_config.yml +++ b/_config.yml @@ -4,29 +4,41 @@ description: "Session Musician | Mixing Engineer" url: "www.thalesposella.com" title: "Thales Posella | Session Musician & Mixing Engineer" -# Delete the lines you don't need # about 5 elements are recomended github_username: platanus-xx facebook_username: platanusmaple -twitter_username: thales_posella +x_username: thales_posella youtube_username: thalesposella instagram_username: thalesposella email: contact@thalesposella.com -# email: thales.studio@gmail.com avatar: yes avatar_img_path: "imgs/avatar.jpg" -mavens: yes -mavens_path: "imgs/mavens.jpg" - front_img: yes front_img_path: "imgs/background.jpg" favicon_img: yes -favicon_img_path: "imgs/favicon.ico" -#favicon_img_path: "https://external.url/favicon.ico" +favicon_img_path: "imgs/favicon.png" # Build settings markdown: kramdown permalink: pretty + +# Jekyll server folder +destination: ./_public +livereload: true + +# the mavens telescope +mavens_background_img: yes +mavens_logo: "../imgs/mavens_logo.png" +mavens_background_path: "../imgs/mavens_background.png" +mavens_name: The Mavens Telescope +mavens_description: "Independent Rock" +mavens_endurance_img: yes +mavens_endurance_path: "../imgs/mavens_endurance.png" +mavens_seeds_img: yes +mavens_seeds_path: "../imgs/mavens_seeds.jpg" +mavens_favicon: "../imgs/mavens_favicon.png" +mavens_yt_username: MavensTelescope +mavens_insta_username: mavenstelescope \ No newline at end of file diff --git a/_site/LICENSE b/_site/LICENSE deleted file mode 100755 index 431fdb4..0000000 --- a/_site/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016 DashingCode - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/_site/README.md b/_site/README.md deleted file mode 100755 index 0e12ffd..0000000 --- a/_site/README.md +++ /dev/null @@ -1,18 +0,0 @@ -# front cover jekyll theme - -## Why choose this jekyll theme for your front page? -* You don't have to modify any HTML, everything can be modified in config.yml. -* Very lightweight. No Javascript, No Bootstrap etc.. -* MIT licensed. - - -## See it in action -Live demo page - -## Credits -The background image that was used as an example comes from Tom Hall. -You can find it on Flickr. -It's licensed under Creative-Commons. - -This theme makes use of the amazing Font Awesome icons. - diff --git a/_site/css/front.css b/_site/css/front.css deleted file mode 100755 index fbe58d9..0000000 --- a/_site/css/front.css +++ /dev/null @@ -1,137 +0,0 @@ -body { - font-family: 'Open Sans',Helvetica,Arial,sans-serif; - background-color: rgba(0, 0, 0, 0.9); - position: absolute; - top: 0; - bottom: 0; - right: 0; - left: 0; - margin: 0; -} -.container { - position: relative; - width: 100%; - height: 0; - padding-bottom: 56.25%; -} -.video { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; -} -#fullscreen { - z-index: -999; - min-height: 100%; - min-width: 1024px; - width: 100%; - height: auto; - position: fixed; - top: 0; - left: 0; -} -#avatar { - height: 240px; - border-radius: 100%; - border: 5px solid white; - margin-bottom: 40px; -} -h1 { - color: white; - font-weight: bold; - letter-spacing: 0.1em; - font-size: 4em; - font-family: 'Open Sans'; - margin: -10px 0; -} -h3 { - color: white; - padding-bottom: 20px; - font-weight: thin; -} -.content { - padding-top: 100px; - padding-bottom: 40px; - background-color: rgba(0, 0, 0, 0.5); - text-align: center; -} -ul { - list-style: none; - padding: 0; -} -li { - border-radius: 100%; - border: 2px solid white; - color: white; - margin: 8px; - display: inline-block; - list-style: none; - width: 65px; - height: 65px; -} -li:hover { - color: white; - text-decoration: none; - -webkit-transition: 500ms; - -moz-transition: 500ms; - transition: 500ms; - text-decoration: none; - background-color: rgba(0, 0, 0, 0.5); -} -a { - color: white; - padding: 15px; - text-decoration: none; -} -.description { - display: none; -} - -@media (max-width: 450px) { -ul { - text-align: center; -} -li { - border-radius: 0%; - border: none; - color: white; - margin: 8px; - display: block; - list-style: none; - margin: 10px 0px; - text-align: center; - height: auto; - width: auto; -} -li:hover { - background-color: none; - transition: none; -} -a { - text-align: justify; - border: 2px solid white; - border-radius: 5px; - color: white; - padding: 15px; - padding-left: 30px; - width: 70%; -} -a:hover { - -webkit-transition: 500ms; - -moz-transition: 500ms; - transition: 500ms; - background-color: rgba(0, 0, 0, 0.5); - color: white; - text-decoration: none; -} -.description { - display: inline-block; - color: white; - font-family: Arial; - margin-left: 40px; -} -.content { - padding-top: 60px; -} -} diff --git a/_site/index.html b/_site/index.html deleted file mode 100755 index f46618c..0000000 --- a/_site/index.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - - - - - - -
- - - - - - - - -

John Smith

-

Nifty little description

- - -
- - - - diff --git a/css/front.css b/css/front.css index 25322bc..7a18193 100755 --- a/css/front.css +++ b/css/front.css @@ -46,6 +46,12 @@ footer { margin-bottom: 40px; } +#album { + width: 25%; + border: 2px solid white; + border-radius: 16px; +} + #mavens { width: 100%; /* border: 2px solid white; */ @@ -102,6 +108,16 @@ h4 { text-align: center; } +.content_mavens { + padding-top: 5%; + padding-bottom: 90%; + /* height:auto;*/ + height: auto; + width: 100%; + background-color: rgba(0, 0, 0, 0.5); + text-align: center; +} + ul { list-style: none; padding: 0; diff --git a/downloads/The Mavens Telescope - The Seed of True Existence (Digital Booklet).jpg b/downloads/The Mavens Telescope - The Seed of True Existence (Digital Booklet).jpg new file mode 100644 index 0000000..2b94b68 Binary files /dev/null and b/downloads/The Mavens Telescope - The Seed of True Existence (Digital Booklet).jpg differ diff --git a/imgs/.DS_Store b/imgs/.DS_Store index 574087d..6caf16e 100644 Binary files a/imgs/.DS_Store and b/imgs/.DS_Store differ diff --git a/imgs/favicon.ico b/imgs/favicon.ico deleted file mode 100644 index a3fb108..0000000 Binary files a/imgs/favicon.ico and /dev/null differ diff --git a/imgs/favicon.png b/imgs/favicon.png new file mode 100644 index 0000000..e74a1a7 Binary files /dev/null and b/imgs/favicon.png differ diff --git a/imgs/mavens_background.png b/imgs/mavens_background.png new file mode 100644 index 0000000..c0ac661 Binary files /dev/null and b/imgs/mavens_background.png differ diff --git a/imgs/mavens_endurance.png b/imgs/mavens_endurance.png new file mode 100644 index 0000000..e4ca9c0 Binary files /dev/null and b/imgs/mavens_endurance.png differ diff --git a/imgs/mavens_favicon.png b/imgs/mavens_favicon.png new file mode 100644 index 0000000..800af69 Binary files /dev/null and b/imgs/mavens_favicon.png differ diff --git a/imgs/mavens_logo.png b/imgs/mavens_logo.png new file mode 100644 index 0000000..772b246 Binary files /dev/null and b/imgs/mavens_logo.png differ diff --git a/imgs/mavens.jpg b/imgs/mavens_seeds.jpg similarity index 100% rename from imgs/mavens.jpg rename to imgs/mavens_seeds.jpg diff --git a/index.html b/index.html index f78efb5..6a28a84 100755 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ {% endif %} - + @@ -41,6 +41,18 @@

This is a portfolio website where you can see some of my work as a musician,


+



+

The Mavens Telescope

+

Click below to get to know more...

+ +



+
+
+

Border Radio | Neil Nathan

@@ -200,57 +212,21 @@

This is a cover from the amazing Steve Vai.
It features an Ibanez JEM 77



-
-
-

Wicked Game | Chris Isaak (Piano version by Thales Posella)

-
- -
-
-

This is a piano version I've made as a tribute to this beautiful song by Chris Isaak.
It features an - original Steinwein 1929 upright piano.
Mic setup was 2 small diaphragm condensers on the piano and one - large - diaphragm condenser on vocals. -

-
-
-
-
-

The Tie and The Sign | The Mavens Telescope

-
- -
-

This is an all-original project called The Mavens Telescope.
I've composed, produced, engineered, - recorded all guitars, - piano, synths, virtual instruments, - backing vocals and mixed the album.
It was mastered by Andy VanDette in NYC.
Check it out through the links below... -

- -
-
-
-

Didn't find what you were looking for? More content on social media below!

diff --git a/mavens/index.html b/mavens/index.html new file mode 100644 index 0000000..ceadb8a --- /dev/null +++ b/mavens/index.html @@ -0,0 +1,115 @@ +--- +title: The Mavens Telescope +# layout: default +permalink: /mavens/ +--- + + + + + + + "{{ site.title }}" + + + + + + + + + + + +
+ {% if site.mavens_background_img %} + + {% endif %} + +


+

{{ site.mavens_description }}

+



+

The Mavens Telescope is an all-original Alternative/Prog/Rock project by Thales Posella and Beto Ferrari.
+ Our debut album, "The Seed of True Existence" was release in 2015.
+ The second album, "Endurance" will be out soon and the links will also be available below!
+ Enjoy! +

+
+ +

Endurance (coming soon...)

+ {% if site.mavens_endurance_img %} + + {% endif %} +
+
+ +
+

+ All lead and backup vocals (except as noted below), electric and acoustic guitars, pianos, synths,
+ percussions, banjos, tin whistles, string programming, and voice-overs were recorded by Thales Posella.
+ All the drums were recorded by Beto Ferrari.
+ All the bass lines were recorded by Marcio Herzer.
+ Cellos on “Finding Solace” were recorded by Noah Hoffeld.
+ Shona vocals on “The Void” were recorded by Ian T. Mhlanga.

+ All music produced, arranged, engineered, mixed, and mastered by Thales Posella. +

+ Download the Endurances's Digital Booklet here +


+

+


+ +

The Seed of True existence

+ {% if site.mavens_seeds_img %} + + {% endif %} +
+
+
+ +
+ Download the The Seed of True Existence's Digital Booklet here +


+

+


+

More content on social media below!

+ +
+
+ + + + + \ No newline at end of file