Skip to content

Commit

Permalink
initial version with basic info
Browse files Browse the repository at this point in the history
  • Loading branch information
klinovp committed Nov 7, 2015
1 parent fe9b873 commit aaaa75a
Show file tree
Hide file tree
Showing 63 changed files with 2,503 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
_site/
.sass-cache/
16 changes: 16 additions & 0 deletions 1_elena.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: null
section-type: elena
title: Elena Klinova
---
## Elena

<img src="img/elena.jpg" width="70%" height="70%"/>

Elena is a classically trained musician and a professional sound engineer specializing on studio recording, live sound, and mixing.

A graduate of the sound engineering department of the top ranked Gnesin Music Academy in Moscow, she's got extensive experience of working as a recording and live sound engineer at various studios, concert halls, and music clubs. Before moving to Heidelberg she was a mix engineer at <a href="http://www.digitalbear.com/" target="_blank">Digital Bear Entertainment</a> studio in Boston, US and lately a live sound engineer
at <a href="http://www.sauschdall.de/" target="_blank">Jazzkeller Sauschdall</a> in Ulm, Germany.

[//]: # See her full CV here

18 changes: 18 additions & 0 deletions 2_studio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: null
section-type: studio
title: TimeBird Studios
---
## TimeBird Studios

[TimeBird Studios](http://timebirdstudios.com/en/about.html) operated jointly with [Daniel Deboy](http://danieldeboy.de/) is a part of the larger [Sandhaus Studios](http://www.sandhausstudios.com/) complex in Sandhausen, near Heidelberg, Germany.

<img src="img/recording.jpg" width="60%" height="60%"/>

The studio consists of two rooms equipped for audio recording and post-processing (mixing, mastering, and arrangements), respectively.
The former features adaptable acoustics which can be tuned for each particular artist or type of performance.
It is perfect for vocals or solo instrument recordings, e.g., drums (we provide two sets!), guitars, brass or wind, as well chamber ensembles and small bands.
The latter provides quality equipment for turning recorded audio into a final product, such as a Euphonix Artist Series workstation, 5.1 Emes Black & Amber surround system, and top music software (Pro Tools 11, Logic 9, etc.). The full list of equpment can be found at the [studio's site](http://timebirdstudios.com/en/about.html).

It is totally possible to use facilities of Sandhaus Studios for recording large performances. Talk to us for details!

7 changes: 7 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: error
title: 404
---
##Why are you still procrastinating?

#####Check <a href="http://waitbutwhy.com/2013/11/how-to-beat-procrastination.html" target="_blank">this</a> out if you want to stop looking for pages that don't exist
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2015 Panos Sakkos

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.
120 changes: 120 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@

# Site settings

url: "http://klinovp.github.io"

google-tracking-id: "<YOUR GOOGLE TRACKING ID>"

#############
# HTML Head #
#############

author: "Elena Klinova"
lang: "en"
title: "Elena Klinova, Timebird studios"
favicon: "/img/favicon.ico"
description: "Website of Elena Klinova, a sound engineer"
keywords: "smith, jones, personal, jekyll, theme"

################
# Intro layout #
################

black-favicon: "/img/black-lab-glass.ico"
background-img: "../img/console.jpg"
me-img: "/img/elena-cv.jpg"

##############################
# Dynamic Text on the header #
##############################

dynamic-typing: False
shuffle: True # Shuffle the lines.
loop: True
loop-count: False # Set False for infinite loop, or set any number for finite loop.
type-speed: 10 # Default 10
start-delay: 200 # Default 200
delete-delay: 5000 # Default 5000
lines: # You can add HTML Tags in the Text
- text: "The lower you fall, the higher you'll fly."
- text: "Where’s your will to be weird?"

########
# Blog #
########

post-preview-words: 128

paginate: 5

fb-share: True
twitter-share: True
reddit-share: True
disqus-shortname: "panossakkos"

###############
# Life Events #
###############

events:
- image: "/img/career/spidertocat.png"
date: "September 2013 - Today"
description: "Saving the neighborhood!"
- image: "/img/career/baracktocat.jpg"
date: "September 2007 - August 2013"
description: "Started coding"

# First image of the Career timeline
career-img: "/img/career/default.png"

##################
# Contact layout #
##################

email: "[email protected]"

##################
# Social Buttons #
##################

social:
- title: "facebook"
url: "http://facebook.com/"
- title: "twitter"
url: "http://twitter.com/"
- title: "youtube"
url: "http://youtube.com/"
- title: "github"
url: "https://github.com/"
- title: "rss"
url: "/feed.xml"

############
# 404 page #
############

404-img: "/img/labtocat.png"

################################################################################

# Tread carefully if you want to change the variables below this point!

# Navigation bar links
# Blog link in the blog and post pages will point to the blog.html#blog
# In the default page it will point to the preview of the last post

pages_list:
Elena: 'elena'
Studio: 'timebird-studios'
# Pavel: 'pavel'
Contact: 'contact'

# Pagination path
paginate_path: "blog/page:num"

# Enable minification SASS
sass:
style: compressed

# Exclusion list from the generated _site
exclude: ["Rakefile", "LICENSE", "readme.markdown", "vendor"]
12 changes: 12 additions & 0 deletions _includes/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

<!-- About Start -->

<section id="{{ page.title }}" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
{{ page.content | markdownify }}
</div>
</div>
</section>

<!-- About End -->
45 changes: 45 additions & 0 deletions _includes/career.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@

<!-- Career Start -->

<section id="{{ page.title }}" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">

{{ page.content | markdownify }}

<ul class="timeline">

{% for event in site.events %}
{% assign loopindex = forloop.index | modulo: 2 %}
{% capture class %}
{% if loopindex == 0 %}
timeline-inverted
{% endif %}
{% endcapture %}

<li class="{{ class }}">
<div class="timeline-image">
<img class="img-circle img-responsive" src="{{site.baseurl}}{{ event.image }}" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>{{ event.date }}</h4>
</div>
<div class="timeline-body">
{{ event.description | markdownify }}
</div>
</div>
</li>
{% endfor %}

<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="{{site.baseurl}}{{ site.career-img }}" alt="">
</div>
</li>
</ul>
</div>
</div>
</section>

<!-- Career End -->
9 changes: 9 additions & 0 deletions _includes/comments.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

<!-- Disqus Comments Start -->

{% if site.disqus-shortname %}
<div id="disqus_thread"></div>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
{% endif %}

<!-- Disqus Comments End -->
14 changes: 14 additions & 0 deletions _includes/contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

<!-- Contact Start -->

<section id="{{ page.title }}" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">

{{ page.content | markdownify }}

</div>
</div>
</section>

<!-- Contact End -->
19 changes: 19 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

<!-- Footer Start -->

<footer>
<div class="container text-center">
<p style="font-size: 8pt">Copyright &copy; {{ site.author }} {{ site.time | date: "%Y" }}</p>
</div>
<br/>
<center>
<div>
<p style="font-size: 8pt">Based on <a href="https://github.com/PanosSakkos/personal-jekyll-theme" target="_blank">Personal Jekyll theme</a>.</p>
</div>
</center>

</footer>

<p><br><br><br><br><br><br></p>

<!-- Footer End -->
41 changes: 41 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@

<!-- HEAD Start -->

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ site.description }}">
<meta name="author" content="{{ site.author }}">
<meta name="keywords" content="{{ site.keywords }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl }}">
{% assign fourofour = "/404.html"%}
{% if page.url == {{fourofour}} | prepend: {{site.baseurl}} %}
<meta http-equiv="refresh" content="20; url={{site.baseurl}}/">
{% endif %}
<title>{{ site.title }} {% if page.title %} | {{ page.title }}{% endif %}</title>

<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">

<!-- Custom CSS -->
<link href="{{site.baseurl}}/css/grayscale.css" rel="stylesheet">
<link href="{{site.baseurl}}/css/timeline.css" rel="stylesheet">

<!-- Custom Fonts -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href="//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">

<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
{% if site.favicon %}
<link rel="shortcut icon" type="image/x-icon" href="{{site.baseurl}}{{ site.favicon }}">
{% endif %}
</head>

<!-- HEAD End -->
22 changes: 22 additions & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

<!-- Intro Start -->

<header class="intro">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h1 class="brand-heading">&nbsp;</h1>
<h1 class="brand-heading">&nbsp;</h1>
<a href="#{{ site.pages_list['About'] }}" class="page-scroll">
<img class="img-me" src="{{site.baseurl}}{{ site.me-img }}" alt="">
</a>
<h5>&nbsp;</h5>
<span class="intro-text">{{ content }}</span>
</div>
</div>
</div>
</div>
</header>

<!-- Intro End -->
Loading

0 comments on commit aaaa75a

Please sign in to comment.