Skip to content

Commit

Permalink
Updated some things
Browse files Browse the repository at this point in the history
  • Loading branch information
Grisou13 committed May 17, 2017
1 parent 9e0da9d commit 6d0dae7
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 24 deletions.
6 changes: 2 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ compress_html:
links:
- title: home
url: /
- title: Posts
url: /posts
- title: tags
url: /tags
- title: about me
url: /about
# projects in header index
Expand All @@ -44,5 +40,7 @@ projects:
url: https://github.com/Grisou13/mawie
- name: Cloud Api
url: https://github.com/Grisou13/cloudApi
- name: Runners
url: https://github.com/CPNV-ES/Runners-Laravel
# exclude node related stuff
exclude: ['package.json', 'src', 'node_modules']
33 changes: 24 additions & 9 deletions _includes/about.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,40 @@
# Who am I

I'm a developper, atleast right now.
I'm a swiss developper, atleast right now.

I'm stuying in a swiss school, and hopefully will one day be able to get a major in computerscience.
I am now studying for a Technician degree in Web development.

It's a swiss paper, so maybe you haven't heard about it.
The gist is that I'm able to provide the work a bachelor can do, but without the math and computer science behind it.

I like developping stuff if I have free time. You can check some of it out on my (github)[https://github.com/Grisou13]

## I'm from Switzerland

And it's awesome. But I truly want to get outside.
And it's awesome!

But I haven't always been in switzerland, I have lived in Thailand with my family when I was a child.

I love travelling, and going out of the country. I do it as much as I can (and as much as my finances allow it).

# I know

Alot, but never enough. On the current list of most of the stuff i do:
Alot, but never enough. On the current list of most of the stuff I know and do:

- Laravel
- Flask
- Python in general
- Express.js
- Some React.js
- React.js
- Android

I have touched, but form a far:

- Angular
- Ruby
- Rails

I haven't done it all, and want to do alot more:
- Learn some Ruby
- Learn some Rails
I would like to:
- Learn Java and Tomcat
- Make a C++ library compatible on all operating systems
- Make a C++ library for searching. And make it work cross plateform
- Create or tweak a small mini kernel (just for the fun of it)
9 changes: 5 additions & 4 deletions _layouts/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@
<h2>Hi there</h2>
</div>
<div class="self-desc">
<p>I like tech and most of the overhead around it.</p>
<p>Currently i am searching for an intership.</p>
<p>If you are looking for someone, you know who to reach out</p>
<a class="fa fa-text" href="{{ "/assets/misc/thomas_ricci_resume.pdf" | prepend: site.baseurl }}"></a>
<p>I like tech and almots everything around it.</p>
<p>I'm up for hirring right now so...</p>
<p>If you are looking for someone, or somebody you know is looking for someone:</p>
<a aria-label="Send email" href="mailto:{{site.email}}?subject=I want you!&body=Hey Thomas,%0D%0ALet's get in touch, I'm ..."><span class="fa fa-envelope"></span></a>
<a class="" href="{{ "/assets/misc/thomas_ricci_resume.pdf" | prepend: site.baseurl }}"><span class="fa fa-file-text"></span></a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion assets/css/main.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion search.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
---
[
{"email": {% site.email %}}
{% for post in site.posts %}
{
"title" : "{{ post.title | escape }}",
Expand All @@ -10,4 +11,4 @@
"date" : "{{ post.date | date_to_string}}"
} {% unless forloop.last %},{% endunless %}
{% endfor %}
]
]
4 changes: 4 additions & 0 deletions src/styl/_about.styl
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@
padding 5px
margin-top 20px
margin-bottom 10px
.self-desc a
font-size: 25px
padding: 2px 6px
margin 0 auto
3 changes: 3 additions & 0 deletions src/styl/_header.styl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ $recent
ul.recent
color white
@extends $recent
//content
.content
@extends $bg
// Header home
.header-site
@extends $bg
Expand Down
10 changes: 6 additions & 4 deletions src/styl/_menu.styl
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,21 @@ body
a, aside, .overlay, body
transition all .25s ease
a.slideButton, .dosearch
position absolute
position fixed
display block
width 40px
height 40px
top 10px
z-index 31
.slideButton
left 10px

.dosearch
right 10px
background darken(main,10%)
border-radius rem(3px)
padding rem(2px) rem(3px)

.icon-menu
cursor pointer
padding rem(5px)
Expand Down Expand Up @@ -83,7 +85,7 @@ aside
margin-right -10px
padding-left 10px
+above(1000px)
display block
display block
li
transform skewx(-20deg)
padding 3px 4px 6px 4px
Expand Down Expand Up @@ -113,7 +115,7 @@ aside
mainFont(800)
font-size rem(13px)
color mainLight
&:nth-child(3),
&:nth-child(3),
&:nth-child(4)
+below(cut)
display none
Expand Down Expand Up @@ -154,4 +156,4 @@ a.slideButton.slide
&.slide
pointer-events auto
bottom 162px
background rgba(0,0,0,.6)
background rgba(0,0,0,.6)
7 changes: 6 additions & 1 deletion src/styl/_typo.styl
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ mainFont(weight = 800)
font-style normal

h1,h2,h3,h4
mainFont()
mainFont()

a
color: lightness(main,80%)
a:hover
color: mainHover

0 comments on commit 6d0dae7

Please sign in to comment.