diff --git a/css/main.css b/css/main.css index 7fba28a..b61364f 100644 --- a/css/main.css +++ b/css/main.css @@ -388,10 +388,13 @@ nav#top:hover, nav#top:active { #section-main article .cinema img, #section-main article .cinema video, #section-main article .cinema iframe { border-width: 1px; border-radius: 0; - margin: -1px 4px 0px -5px; + margin: 5px -5px; border-left: 5px solid #000; border-right: 5px solid #000; } +#section-main article .cinema a { + margin: 0.5em; +} #section-main article .cinema a img:hover, #section-main article .cinema a video:hover, #section-main article .cinema a iframe:hover { border-color: #333; } diff --git a/img/bornearcade-6.jpg b/img/bornearcade-6.jpg new file mode 100644 index 0000000..e8ce233 Binary files /dev/null and b/img/bornearcade-6.jpg differ diff --git a/img/bornearcade-7.jpg b/img/bornearcade-7.jpg new file mode 100644 index 0000000..21c1f3b Binary files /dev/null and b/img/bornearcade-7.jpg differ diff --git a/img/bornearcade-8.jpg b/img/bornearcade-8.jpg new file mode 100644 index 0000000..65172ce Binary files /dev/null and b/img/bornearcade-8.jpg differ diff --git a/pages/projects.md b/pages/projects.md index 5232fd3..af26bb3 100644 --- a/pages/projects.md +++ b/pages/projects.md @@ -4,6 +4,7 @@

+ (regular expressions are allowed)

@@ -849,7 +900,7 @@ In 2014, I worked on an arcade gaming console with the Electronics Club of ISEN I worked on the 3D Design, structure cutting/assembling, Archlinux configuration and development of the game selector. -### Used skills +### Skills - DIY - Solidity-constrained design @@ -859,6 +910,9 @@ I worked on the 3D Design, structure cutting/assembling, Archlinux configuration ### More - Game selection software (OpenAGS): https://github.com/Club-Elec/OpenAGS +
+Linux system x11 arcade cabinet retro gaming +
@@ -871,7 +925,7 @@ In 2013, I decided to put online a detailed personal presentation website in add It allows me to detail precisely each project I've done since I began programming. -### Used skills +### Skills - Website design (inspired from GNOME Shell 3) - HTML5, CSS3/SCSS, Javascript, PHP - Update 2015: @@ -886,6 +940,9 @@ It allows me to detail precisely each project I've done since I began programmin ### More: - Source code: https://git.tcharles.fr/tcharles/cv-online +
+frontend +
@@ -907,11 +964,10 @@ Presentation video (fr): -### Used skills +### Skills - DIY - Patience, rigor - @@ -947,7 +1003,7 @@ In 2012, with the Electronics Club of ISEN Brest, started working on a radio-con This project implies everything from electronics and low-level programming to higher level software for the stabilization : we didn't want to build a kit, our goal was to build everything from scratch. -### Used skills +### Skills - DIY - Electronic card development - Brushless motors control @@ -960,6 +1016,9 @@ This project implies everything from electronics and low-level programming to hi - [Source code](https://github.com/search?utf8=%E2%9C%93&q=Aerodrone_+user%3ACromFr&type=Repositories) +
+Linux embedded systems compiler toolchain GUI +
@@ -969,33 +1028,6 @@ This project implies everything from electronics and low-level programming to hi - - - - - - - - - - -
# 3D Engine @@ -1017,12 +1049,15 @@ It only handles basic forms, like cubes and height maps (defined in text files), ![](/img/3dengine-2.jpg) -### Used skills +### Skills - Source code study of Irrlicht - OpenGL 2 API - C++ Dev. +
+Multiplatform custom 3d engine +
@@ -1055,7 +1090,7 @@ In 2012, I realized a web-site with another student, in order to play BurgerQuiz This project was realized after the courses on Apache/PHP/SQL in the second year at ISEN Brest. -### Used skills +### Skills - Development of a website (HTML5/CSS3, Javascript, PHP, MySQL) - Development of a user interface to edit the database in Java @@ -1065,6 +1100,9 @@ This project was realized after the courses on Apache/PHP/SQL in the second year ### More - [Demo (French)](/redirect-burgerquizz) +
+frontend backend GUI database +
@@ -1105,7 +1143,7 @@ In-game video : Random tunnel generation, player movements and fire -### Used skills +### Skills - Rigor in code writing, object-oriented model design - 3D engine use : Irrlicht @@ -1118,7 +1156,9 @@ In-game video : Random tunnel generation, player movements and fire - Source code: https://github.com/CromFr/MatrixRun - +
+multiplatform game +
@@ -1144,7 +1184,7 @@ In 2011, I realized a console battleship game with another student, written in C This project was my first software project as part of a team, and started my passion of computer sciences. -### Used skills +### Skills - Writing a program in a team - 5-day project with a deadline - AI design and implementation @@ -1152,6 +1192,9 @@ This project was my first software project as part of a team, and started my pas ### More - Source code: https://github.com/CromFr/NavalWars +
+CLI command line networking +
@@ -1219,7 +1262,7 @@ _La Colère d'Aurile_ is a public persistent server, launched in Avril 26 2008. Since 2012, I am the administrator charged of development and integration. -### Used skills +### Skills - Team development of the server - Handling a non-professional development team (objective attribution, priorities, ...) diff --git a/scss/section.scss b/scss/section.scss index 05486e7..6ab2fc3 100644 --- a/scss/section.scss +++ b/scss/section.scss @@ -257,11 +257,12 @@ $ArticleFinalMargins: #{$ArticleBorderWidth + $ArticleBorderRadius}; border-width: 1px; border-radius: 0; - margin: -1px 4px 0px -5px; + margin: 5px -5px; border-left: 5px solid #000; border-right: 5px solid #000; } a{ + margin: 0.5em; img:hover, video:hover, iframe:hover{ border-color: #333; }