Skip to content

Commit

Permalink
Copy changes
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Kontschak <patrick.kontschak@gmail.com>
  • Loading branch information
Patrick Kontschak committed Jul 5, 2016
1 parent 5b130f5 commit 26db370
Show file tree
Hide file tree
Showing 11 changed files with 132 additions and 27 deletions.
10 changes: 0 additions & 10 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@
[<span class='link'>Twitter</span>](<a href='http://twitter.com/paddykontschak' target='_blank'>http://twitter.com/paddykontschak</a>)
</span>
</li>
<li>
<span class='indent'>
[<span class='link'>App.net</span>](<a href='http://alpha.app.net/paddykontschak' target='_blank'>http://alpha.app.net/paddykontschak</a>)
</span>
</li>
<li>
<span class='indent'>
[<span class='link'>Forrst</span>](<a href='http://forrst.me/paddykontschak' target='_blank'>http://forrst.me/paddykontschak</a>)
</span>
</li>
<li class='highlighted'>
<span class='indent'>
[<span class='link'>CodePen</span>](<a href='http://codepen.io/paddykontschak' target='_blank'>http://codepen.io/paddykontschak</a>)
Expand Down
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ol {
padding: 0 20px 0 0;
color: #a6a6a5;
text-align: right;
border-right: 1px dotted #e4e4e4;
border-right: 1px dotted #404040;
float: left; }
ol > li:after {
color: #4d4d4c; }
Expand Down Expand Up @@ -195,7 +195,7 @@ ol {
color: #8e908c; }

.highlighted {
background: #eee8d5; }
background: #393939; }

.coffee {
width: 1070px; }
Expand Down
35 changes: 32 additions & 3 deletions education.haml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%ol.coffee
%li
%span.function education
%span.function school
%span.define =
%span.parameters (location = "Bremen, Germany", year_start = "2006", year_end = "2009", degree = "Abitur")
%span.rocket ->
Expand Down Expand Up @@ -33,6 +33,33 @@
%li
%span.string
%a{:href => "http://www.wilhelm-wagenfeld-schule.de/", :target => "_blank"} "http://www.wilhelm-wagenfeld-schule.de/"
%li
%span.function apprenticeship
%span.define =
%span.parameters (location = "Stuttgart, Germany", start = "September 2015", end = "August 2017", degree = "Fachinformatiker Richtung Anwendungsentwicklung")
%span.rocket ->
%li
%span.string
"I'm currently doing an apprenticeship at the 'IT.Schule Stuttgart' in
%span.interpol< \#{
%span.string>< location
%span.interpol }.
%span.string The apprenticeship started in
%span.interpol< \#{
%span.string>< start
%span.interpol }
%span.string and will be finished by
%span.interpol< \#{
%span.string>< end
%span.interpol }
%span.string after which I'll have a degree as
%span.interpol< \#{
%span.string>< degree
%span.interpol }
%span.string> ."
%li
%span.string
%a{:href => "https://www.its-stuttgart.de/", :target => "_blank"} "https://www.its-stuttgart.de/"
%li
&nbsp;
%li
Expand All @@ -43,8 +70,10 @@
%li.highlighted
%span.string "I'm passionate about learning new things. I've been teaching myself the ins and outs of almost all the languages that I know."
%li
%span.string "I started learning HTML in 2002, CSS in 2005 and preprocessors, like LESS and Sass, in 2010."
%span.string "I started learning HTML in 2002, CSS in 2005 and preprocessors, like LESS, Sass, Haml, Coffeescript, in 2010."
%li
%span.string "I have basic experience in Ruby, Python, C and Objective-C."
%li
%span.string "My previous jobs introduced me to version control and gave me experience how to work with a team of developers."
%span.string "My previous jobs introduced me to version control and gave me experience how to work with a team of developers."
%li
%span.string "In recent years I've been working in big corporations as well as small agencies."
29 changes: 27 additions & 2 deletions education.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ol class='coffee'>
<li>
<span class='function'>education</span>
<span class='function'>school</span>
<span class='define'>=</span>
<span class='parameters'>(location = "Bremen, Germany", year_start = "2006", year_end = "2009", degree = "Abitur")</span>
<span class='rocket'>-></span>
Expand Down Expand Up @@ -28,6 +28,28 @@
<a href='http://www.wilhelm-wagenfeld-schule.de/' target='_blank'>"http://www.wilhelm-wagenfeld-schule.de/"</a>
</span>
</li>
<li>
<span class='function'>apprenticeship</span>
<span class='define'>=</span>
<span class='parameters'>(location = "Stuttgart, Germany", start = "September 2015", end = "August 2017", degree = "Fachinformatiker Richtung Anwendungsentwicklung")</span>
<span class='rocket'>-></span>
</li>
<li>
<span class='string'>
"I'm currently doing an apprenticeship at the 'IT.Schule Stuttgart' in
<span class='interpol'>#{</span><span class='string'>location</span><span class='interpol'>}.</span>
<span class='string'>The apprenticeship started in</span>
<span class='interpol'>#{</span><span class='string'>start</span><span class='interpol'>}</span>
<span class='string'>and will be finished by</span>
<span class='interpol'>#{</span><span class='string'>end</span><span class='interpol'>}</span>
<span class='string'>after which I'll have a degree as</span>
<span class='interpol'>#{</span><span class='string'>degree</span><span class='interpol'>}</span><span class='string'>."</span></span>
</li>
<li>
<span class='string'>
<a href='https://www.its-stuttgart.de/' target='_blank'>"https://www.its-stuttgart.de/"</a>
</span>
</li>
<li>
&nbsp;
</li>
Expand All @@ -41,12 +63,15 @@
<span class='string'>"I'm passionate about learning new things. I've been teaching myself the ins and outs of almost all the languages that I know."</span>
</li>
<li>
<span class='string'>"I started learning HTML in 2002, CSS in 2005 and preprocessors, like LESS and Sass, in 2010."</span>
<span class='string'>"I started learning HTML in 2002, CSS in 2005 and preprocessors, like LESS, Sass, Haml, Coffeescript, in 2010."</span>
</li>
<li>
<span class='string'>"I have basic experience in Ruby, Python, C and Objective-C."</span>
</li>
<li>
<span class='string'>"My previous jobs introduced me to version control and gave me experience how to work with a team of developers."</span>
</li>
<li>
<span class='string'>"In recent years I've been working in big corporations as well as small agencies."</span>
</li>
</ol>
6 changes: 3 additions & 3 deletions info.haml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
%li.highlighted
%span.haml
\%p
Hi, my name is Patrick Kontschak, I'm 26 years old and I'm a developer.
Hi, my name is Patrick Kontschak, I'm 27 years old and I'm a developer.
%li
%span.haml
\%p
I currently live in Pforzheim, Germany, with several years of experience as a Web Developer in Canada and Germany.
I currently live in Ludwigsburg, Germany, with several years of experience as a Web Developer in Canada and Germany.
%li
%span.haml
\%p
Living and working in Toronto, ON, Canada, has also made me more fluent in the English language.
%li
%span.haml
\%p
I'm a Mac and Linux user, a headbanger and beard-crawler (my own beard, of course).
I'm a Mac and Linux user, a photographer, I have a beard, I drink whiskey and I code.
6 changes: 3 additions & 3 deletions info.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
<span class='haml'>
%p
</span>
Hi, my name is Patrick Kontschak, I'm 26 years old and I'm a developer.
Hi, my name is Patrick Kontschak, I'm 27 years old and I'm a developer.
</li>
<li>
<span class='haml'>
%p
</span>
I currently live in Pforzheim, Germany, with several years of experience as a Web Developer in Canada and Germany.
I currently live in Ludwigsburg, Germany, with several years of experience as a Web Developer in Canada and Germany.
</li>
<li>
<span class='haml'>
Expand All @@ -36,6 +36,6 @@
<span class='haml'>
%p
</span>
I'm a Mac and Linux user, a headbanger and beard-crawler (my own beard, of course).
I'm a Mac and Linux user, a photographer, I have a beard, I drink whiskey and I code.
</li>
</ol>
4 changes: 2 additions & 2 deletions sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ol
padding: 0 20px 0 0
color: #a6a6a5
text-align: right
border-right: 1px dotted #e4e4e4
border-right: 1px dotted #404040
float: left
&:after
color: $foreground
Expand Down Expand Up @@ -198,7 +198,7 @@ ol
color: $comment

.highlighted
background: $current_line
background: $dcurrent_line

.coffee
width: 1070px
Expand Down
18 changes: 17 additions & 1 deletion skills.haml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,18 @@
%span.value wordpress
%li
%span.value bootstrap
%li
%span.value foundation
%li
%span.value material
%li
%span.value cakephp
%li
%span.value.end rails
%span.value rails
%li
%span.value angular-js
%li
%span.value.end drupal
%li
&nbsp;
%li
Expand All @@ -93,6 +101,14 @@
%span.value rvm
%li
%span.value npm
%li
%span.value bower
%li
%span.value gulp
%li
%span.value grunt
%li
%span.value ionic
%li.highlighted
%span.value vim
%li.highlighted<
Expand Down
26 changes: 25 additions & 1 deletion skills.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,23 @@
<li>
<span class='value'>bootstrap</span>
</li>
<li>
<span class='value'>foundation</span>
</li>
<li>
<span class='value'>material</span>
</li>
<li>
<span class='value'>cakephp</span>
</li>
<li>
<span class='value end'>rails</span>
<span class='value'>rails</span>
</li>
<li>
<span class='value'>angular-js</span>
</li>
<li>
<span class='value end'>drupal</span>
</li>
<li>
&nbsp;
Expand Down Expand Up @@ -118,6 +130,18 @@
<li>
<span class='value'>npm</span>
</li>
<li>
<span class='value'>bower</span>
</li>
<li>
<span class='value'>gulp</span>
</li>
<li>
<span class='value'>grunt</span>
</li>
<li>
<span class='value'>ionic</span>
</li>
<li class='highlighted'>
<span class='value'>vim</span>
</li>
Expand Down
14 changes: 14 additions & 0 deletions work.haml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,20 @@
\,&nbsp;
%a{:href => "http://1und1.de/", :target => "_blank"} "http://1und1.de/"
]
%li
fuf_frank_und_freunde
%span.define =
[
%span.string>< "FUF // Frank und Freunde"
\,&nbsp;
%span.string>< "July"
\,&nbsp;
%span.date> 2015
\,&nbsp;
%span.string>< "Stuttgart, BW, Germany"
\,&nbsp;
%a{:href => "http://fuf.de/", :target => "_blank"} "http://fuf.de/"
]
%li
&nbsp;
%li
Expand Down
7 changes: 7 additions & 0 deletions work.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
<a href='http://1und1.de/' target='_blank'>"http://1und1.de/"</a>
]
</li>
<li>
fuf_frank_und_freunde
<span class='define'>=</span>
[<span class='string'>"FUF // Frank und Freunde"</span>,&nbsp;<span class='string'>"July"</span>,&nbsp;<span class='date'>2015</span>,&nbsp;<span class='string'>"Stuttgart, BW, Germany"</span>,&nbsp;
<a href='http://fuf.de/' target='_blank'>"http://fuf.de/"</a>
]
</li>
<li>
&nbsp;
</li>
Expand Down

0 comments on commit 26db370

Please sign in to comment.