Removed http links when possible

This commit is contained in:
Crom (Thibaut CHARLES) 2019-09-18 13:35:41 +02:00
parent 9a018b82ba
commit 6f15dfd726
Signed by: tcharles
GPG Key ID: 45A3D5F880B9E6D0
6 changed files with 20 additions and 20 deletions

View File

@ -36,8 +36,8 @@
<a href="/experiences">Experiences</a>
<a href="/hobbies">Hobbies</a>
<a href="https://git.thibautcharles.net" class="external">Gitea</a>
<a href="http://blog.thibautcharles.net" class="external">Blog</a>
<a href="https://git.tcharles.fr" class="external">Gitea</a>
<a href="http://blog.tcharles.fr" class="external">Blog</a>
</nav>
<content id="section-main">

View File

@ -42,8 +42,8 @@ Yocto comes also with a lot of tools, that allows the user to execute unit tests
- Build automation
### More
- [Documentation](https://git.thibautcharles.net/tcharl/yocto-public) (may be incomplete)
- [School presentation slides (fr)](http://thibautcharles.net/slides/yocto-isen-slides)
- [Documentation](https://git.tcharles.fr/tcharles/yocto-public) (may be incomplete)
- [School presentation slides (fr)](https://tcharles.fr/slides/yocto-isen-slides)
</article>

View File

@ -10,7 +10,7 @@ I love writing some lines of code when I'm home
# Creativity
## DIY
- PC modding <a href="http://forum.hardware.fr/hfr/OverclockingCoolingModding/Modding/mod-haf-922-sujet_272997_1.htm">Mod HAF922</a>, <a href="http://forum.hardware.fr/hfr/OverclockingCoolingModding/Modding/workblog-shinobi-white-sujet_278883_1.htm">Mod Shinobi XL</a>
- PC modding <a href="https://forum.hardware.fr/hfr/OverclockingCoolingModding/Modding/mod-haf-922-sujet_272997_1.htm">Mod HAF922</a>, <a href="https://forum.hardware.fr/hfr/OverclockingCoolingModding/Modding/workblog-shinobi-white-sujet_278883_1.htm">Mod Shinobi XL</a>
- Models
- Electronics
- Small hacks
@ -34,7 +34,7 @@ I'm very interested in game design, especially in techniques to _manipulate_ the
# Sports
- Rock climbing
+ Club: [_Les Grimpeurs de l'Odet_](http://www.lesgdo.org)
+ Club: [_Les Grimpeurs de l'Odet_](https://www.lesgdo.org)
+ For 9 years
+ Competition for 7 years
+ Instructing courses
@ -42,7 +42,7 @@ I'm very interested in game design, especially in techniques to _manipulate_ the
+ Member of the board of directors since 2012
+ Webmaster of the former website
- Others
+ [Slackline](http://www.youtube.com/watch?v=HDTwQGEeGZc)
+ [Slackline](https://www.youtube.com/watch?v=HDTwQGEeGZc)
- Sailing
- Underwater fishing
</article>

View File

@ -23,7 +23,7 @@ I am a French engineer who __loves__ computer sciences, especially when it is re
·
<a href="https://gitlab.com/CromFr"><img class="nostyle" src="img/gitlab.png" alt="GitLab"/></a>
<a href="https://github.com/CromFr"><img class="nostyle" src="img/github.png" alt="GitHub"/></a>
<a href="https://git.thibautcharles.net/explore/repos"><img class="nostyle" src="img/gitea.png" alt="Self hosted Gitea"/></a>
<a href="https://git.tcharles.fr/explore/repos"><img class="nostyle" src="img/gitea.png" alt="Self hosted Gitea"/></a>
·
<a href="https://keybase.io/crom"><img class="nostyle" src="img/keybase.png" alt="Keybase profile"/></a>

View File

@ -274,7 +274,7 @@ I built a __conveyor belt__ actioned by a small reduced __DC motor__, controlled
# D Language <img title="Personal project" src="/img/perso.svg"/>
The [D language](http://dlang.org) is a recent language much similar to C++ in term of features, but with a much cleaner syntax.
The [D language](https://dlang.org) is a recent language much similar to C++ in term of features, but with a much cleaner syntax.
I like the D language because it makes possible to write nice and robust applications within a very short time.
@ -300,7 +300,7 @@ Here are some small projects I have done using D:
![](/img/served-3.png)</a>
</div>
Served is a __lightweight file-sharing web service__ (a bit like _Google Drive_) written using the web server library [vibe.d](http://vibed.org).
Served is a __lightweight file-sharing web service__ (a bit like _Google Drive_) written using the web server library [vibe.d](https://vibed.org).
It is designed to be __quick and easy__ to deploy. Its default configuration serves the folder given by command line and uses UNIX users/passwords (via __PAM Authentification__) to upload/view files respecting file permissions.
@ -557,7 +557,7 @@ This course aims teaching the use of Git in collaborative projects, from the bas
### More:
- [Material (fr)](http://tcharles.fr/coursgit/)
- [Material (fr)](https://tcharles.fr/coursgit/)
</article>
@ -633,7 +633,7 @@ It allows me to detail precisely each project I've done since I began programmin
- HTML5, CSS3/SCSS, Javascript, PHP
- Update 2015:
- Removed PHP (yay!)
- Using [EmberJS](http://emberjs.com/)
- Using [EmberJS](https://emberjs.com/)
- Articles rewritten in Markdown
- Update 2017:
- Removed Ember ! (yay! npm dependent project are a nightmare to maintain)
@ -652,7 +652,7 @@ It allows me to detail precisely each project I've done since I began programmin
<article>
# 3D Printer <img title="Personal project" src="/img/perso.svg"/>
In 2013, I assembled a 3D printer kit, with the Electronics Club of ISEN Brest. This was a [RepRapPro Mendel monocolour](http://www.reprappro.com/products/mono-mendel/)
In 2013, I assembled a 3D printer kit, with the Electronics Club of ISEN Brest. This was a RepRapPro Mendel monocolour.
Presentation video (fr):
@ -731,7 +731,7 @@ This project implies everything from electronics and low-level programming to hi
<article>
# ConfigFile Parser <img title="Personal project" src="/img/perso.svg"/>
After having needed many times a C++ library to parse configuration files, I decided to write my own, using design advice from the [The Little Manual of API Design](http://www4.in.tum.de/~blanchet/api-design.pdf)
After having needed many times a C++ library to parse configuration files, I decided to write my own, using design advice from the [The Little Manual of API Design](https://www4.in.tum.de/~blanchet/api-design.pdf)
The goal was to define an easy to use and extensive library, and post it to GitHub as a "real" project (readme, licencing, ...).

View File

@ -39,21 +39,21 @@ at ISEN Brest, France
### 2013-2015: ISEN Brest
[Robotics Major](http://isen-brest.fr/formation-ingenieur/domaines-professionnels/robotique-mobile/)<br/>
[Robotics Major](https://isen-brest.fr/formation-ingenieur/domaines-professionnels/robotique-mobile/)<br/>
_I wanted a major that was combining of electronics and computer sciences. The robotics major was the one that most meets my requirements_
### 2011-2013: ISEN Brest
[Computer science and Network cycle](http://isen-brest.fr/formation-ingenieur/ingenieur-informatique/) - 2nd &amp; 3rd year<br/>
[Computer science and Network cycle](https://isen-brest.fr/formation-ingenieur/ingenieur-informatique/) - 2nd &amp; 3rd year<br/>
_The standard program didn't suit me because there were not enough computer sciences courses. When I was offered to switch to the Computer science and Network cycle, I immediately accepted._
### 2010-2011: ISEN Brest
[Intensive programs on Mathematics and Physics](http://isen-brest.fr/formation-ingenieur/ingenieur-generaliste/) - 1st year<br/>
[Intensive programs on Mathematics and Physics](https://isen-brest.fr/formation-ingenieur/ingenieur-generaliste/) - 1st year<br/>
_Following my high school diploma, I wanted to attend an engineering school specialized in electronics and computer sciences._
### More
- [ISEN Brest website](http://isen-brest.fr/)
- [ISEN Brest website](https://isen-brest.fr/)
<a class="gototop" href="#i-am-"></a>
</article>
@ -105,7 +105,7 @@ _Following my high school diploma, I wanted to attend an engineering school spec
## Manual Work
- DIY &amp; Models
- PC assembling &amp; modding (see my [latest PC mod](http://forum.hardware.fr/hfr/OverclockingCoolingModding/Modding/workblog-shinobi-white-sujet_278883_1.htm))
- PC assembling &amp; modding (see my [latest PC mod](https://forum.hardware.fr/hfr/OverclockingCoolingModding/Modding/workblog-shinobi-white-sujet_278883_1.htm))
<a class="gototop" href="#i-am-"></a>
</article>