Adds icon for personal website. Changes titles to fit in size

This commit is contained in:
2012-09-14 23:15:36 +02:00
parent 79477ad901
commit e47673df33
5 changed files with 7 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ Title: Downloads
Tags: face recognition, image processing, computer vision, python, openCV, Ivolution, Facemovie, Everyday, Downloads
Slug: Downloads
### Binaries and Code
## Binaries and Code
Here is what you need to install Ivolution :
@@ -25,7 +25,7 @@ If you want to always have the last version available, you can also choose to di
Simply enter the project and run __./Ivolutioner__ in command line should get you started :).
### Other downloads
## Other downloads
Several other ressources are available to download :

View File

@@ -3,7 +3,7 @@ Tags: face recognition, image processing, computer vision, python, openCV, Ivolu
Slug: OneMinuteTutorial
## Coz' 1 minute is faster than 5 minutes. . . here is a light speed tutorial
## Coz' 1 minute is faster than 5 minutes... Light speed tutorial
This page aims at putting you on rails __as fast as possible__, so that you can see what Ivolution is capable of by yourself __in less than 5 minutes__.

View File

@@ -12,8 +12,7 @@ DEFAULT_LANG = 'en'
# Blogroll
LINKS = (('Python.org', 'http://python.org'),
('OpenCV', 'http://opencv.willowgarage.com/wiki/'),
('WxPython', 'http://wxpython.org/'),
('About me', 'http://www.lengrand.fr'),)
('WxPython', 'http://wxpython.org/'),)
PAGELINKS = (('Ivolution Project', 'Ivolution.html'),
('1 minute kick-off', 'OneMinuteTutorial.html'),
@@ -25,7 +24,8 @@ PAGELINKS = (('Ivolution Project', 'Ivolution.html'),
('About', 'About.html'),)
# Social widget
SOCIAL = (('twitter', 'https://twitter.com/jlengrand'),
SOCIAL = (('My website', 'http://lengrand.fr'),
('twitter', 'https://twitter.com/jlengrand'),
('Google+', 'https://plus.google.com/u/0/107343304730454368817/posts'),
('Github', 'https://github.com/jlengrand'),
('Stack Overflow', 'http://stackoverflow.com/users/282677/jlengrand'),

Binary file not shown.

After

Width:  |  Height:  |  Size: 985 B

View File

@@ -19,6 +19,7 @@ div.highlight pre {
.summary * { display: inline; }
.summary pre { display: none; }
.social a[href*='lengrand']:before {content: url('./images/icons/me.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='google.com']:before {content: url('./images/icons/gplus.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='activestate.com']:before {content: url('./images/icons/activestate.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='atom.xml']:before {content: url('./images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;}