Skip to content

Commit

Permalink
- added solid url in sidebar + fixed ember post
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumepotier committed Dec 16, 2014
1 parent f2ef4df commit fd8c7d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ authors:
display_name: guillaumepotier
gravatar: d9297b88ef842ae8ccc562ad3b4cc1e1
email: [email protected]
web: http://imctobitch.com
web: http://wisembly.com
twitter: guillaumepotier
github: guillaumepotier

Expand All @@ -37,3 +37,4 @@ version: 0.0.1
urls:
github: https://github.com/wisembly
corpo: http://wisembly.com
solid: http://getsolid.io
7 changes: 4 additions & 3 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
V60.1c0-3.4,1.8-5.3,4.5-5.3c2.7,0,4.2,1.8,4.3,5.2v12.8h5.7V60.1c0-3.5,1.9-5.3,4.5-5.3c2.7,0,4.2,1.7,4.3,5.2v12.8h5.7V58.4
c0-2.8-0.8-5-2.2-6.5C225.5,50.4,223.4,49.6,220.9,49.6z"/>
<rect x="260.2" y="41.1" fill="#FFFFFF" width="5.7" height="31.6"/>
<polygon fill="#FFFFFF" points="123.3,64.3 118.5,49.6 118.3,49.6 113.7,49.6 108.9,64.3 104.6,49.6 98.8,49.6 106.2,72.7
<polygon fill="#FFFFFF" points="123.3,64.3 118.5,49.6 118.3,49.6 113.7,49.6 108.9,64.3 104.6,49.6 98.8,49.6 106.2,72.7
111.2,72.7 116,58 120.9,72.7 125.8,72.7 133.4,49.6 127.6,49.6 "/>
<polygon fill="#FFFFFF" points="137.6,72.7 143.3,72.7 143.3,72.5 143.3,49.6 137.6,49.6 "/>
<path fill="#FFFFFF" d="M158.4,58.8c-2.7-0.8-4.9-1.3-4.9-2.6v-0.1c0-1.1,0.9-2,2.9-2c1.8,0,4.1,0.8,6.2,2.1l0.2,0.1l2.3-4.1
Expand All @@ -30,11 +30,11 @@
</g>

<g>
<polygon fill="#FFFFFF" points="65.4,29.8 34.8,39.7 34.8,39.7 34.8,39.7 42.3,53.8 42.3,53.8 42.3,53.8 65.4,29.8 65.4,29.8
<polygon fill="#FFFFFF" points="65.4,29.8 34.8,39.7 34.8,39.7 34.8,39.7 42.3,53.8 42.3,53.8 42.3,53.8 65.4,29.8 65.4,29.8
"/>
<polygon fill="#FFFFFF" points="68.2,33.8 57.2,45.3 57.2,45.3 87.2,59.8 "/>
<polygon fill="#FFFFFF" points="69.9,56.8 65.3,89.8 84.2,63.8 "/>
<polygon fill="#FFFFFF" points="69.9,56.8 69.9,56.8 65.3,89.8 84.2,63.8 69.9,56.8 69.9,56.8 69.9,56.8 69.9,56.8 84.2,63.8
<polygon fill="#FFFFFF" points="69.9,56.8 69.9,56.8 65.3,89.8 84.2,63.8 69.9,56.8 69.9,56.8 69.9,56.8 69.9,56.8 84.2,63.8
65.3,89.7 69.9,56.8 69.9,56.8 69.9,56.8 "/>
<polygon fill="#FFFFFF" points="62.8,72.4 30,78.3 60.6,88.2 62.8,72.4 "/>
<polygon fill="#FFFFFF" points="45.8,70.5 30.1,41.2 30.1,73.4 45.8,70.5 "/>
Expand Down Expand Up @@ -70,6 +70,7 @@ <h1>{{ site.title }}</h1>

<li class="sidebar-nav-item"><a href="{{ site.urls.github }}" target="_blank">GitHub organization</a></li>
<li class="sidebar-nav-item"><a href="{{ site.urls.corpo }}" target="_blank">Wisembly website</a></li>
<li class="sidebar-nav-item"><a href="{{ site.urls.solid }}" target="_blank">Solid website</a></li>
</ul>

<p class="copyright">&copy; {{ site.time | date: '%Y' }}. All rights reserved.</p>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2014-12-10-what-we-have-learn-from-ember.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Here is our humble 3 months real life Ember.js feedback for [Solid](http://getso

### Convention over configuration

**First of all, Ember is not like Backbone. It's a strongly opinionated MVC framework.**
**First of all, what we struck us is that Ember is not like Backbone. It's a strongly opinionated MVC framework.**

That means devs accepting to embrace Ember's philosophy will be rewarded by the framework after the learning curve, whereas more skeptical ones will keep on fighting against concepts they may consider odd and won't unlock the true framework potential. But hey, nothing new here, that's the same for every opinated framework in any language.

Expand Down

0 comments on commit fd8c7d5

Please sign in to comment.