-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeveloppeur-web-mobile.html
97 lines (88 loc) · 5.59 KB
/
developpeur-web-mobile.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<!--
La curiosité tua le chat, mais la satisfaction le ramena à la vie 😼
Repo GitHub : https://github.com/HiDeaUp/PierreHenry.be
-->
<html lang="fr-be">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Pierre-Henry Soria | Développeur Web Passionné en PHP, Pytjon, JS mobile</title>
<link rel="alternate" hreflang="x-default" href="https://pierrehenry.be/developpeur-web-mobile.html" />
<link rel="alternate" hreflang="en" href="https://pierrehenry.be" />
<link rel="icon" href="./favicon.ico" />
<link rel="stylesheet" href="./static/css/common.css" />
</head>
<body id="french">
<div id="container">
<header>
<h1>Pierre-Henry Soria</h1>
<h2>>>Programmation Web | Psychologie | Exploration | Aventure | Marketing | Startup<<</h2>
</header>
<section>
<article>
<p>
Coucou, Salut ! 👋 Super de te voir ici 😊! Wohoho 🎉<br />
Je suis Pierre-Henry, originaire de <a href="https://fr.wikipedia.org/wiki/Casteau" target="_blank" rel="noopener">Casteau <span role="img" aria-label="Casteau vient de Chateau en Latin">🏰</span></a> (Belgique <span role="img" aria-label="Drapeau de Belgique">🇧🇪</span>)<br />
😎 Cool <strong>développeur Web</strong> (et bien plus...! Je l'espère ! 😸)<br />
Extremement passionné, toujours motivé dans ce que je fais 😊<br />
Ouvert d'esprit et honnête. Toujours dans la quête de partager mes connaissances et d'aider les autres !
</p>
<p>
Le plus important pour moi, c'est de <strong>programmer avec les meilleures pratiques</strong> <abbr title="Les principes SOLID">S.O.L.I.D.</abbr> et le <abbr title="Clean Code">code propre</abbr> de qualité (de <a href="https://fr.wikipedia.org/wiki/Robert_C._Martin">Uncle Bob</a>)! 💪<br />
J'aime aussi le monde du business, de la startup, le "growth hacking", le marketing web et la psychologie !
</p>
<p>
J'écris régulièrement des articles touchant la psychologie, le marketing et le business sur <a href="https://pierrewriter.com">PierreWriter.com</a>.
</p>
</article>
</section>
<hr />
<section>
<article>
<h2>Mes « ProgrammingThings™ » 🤗 (et projets parallèles, passe-temps 😋)</h2>
🐲 <strong><a href="https://github.com/pH-7">Profil GitHub personel</a></strong> 💡<br />
🍓 <strong><a href="https://github.com/Lifyzer">Lifyzer Solution Santé™</a></strong> 🥝<br />
🚀 <a href="https://github.com/pH7Software">pH7Software</a> (et <strong>pH7Builder!</strong)> ⚙️<br />
📱 <strong><a href="https://github.com/AwesomeMobileApps">AwesomeMobileApps</a></strong> 🎡<br />
</article>
</section>
<hr />
<footer>
<p>
<span role="img" aria-label="Parler avec moi">🔈</span> Discuter avec moi : <a href="mailto:hi@ph7.me" rel="nofollow"><i>hi</i>@<abbr title="Pierre-Henry">PH</abbr><abbr title="pH neutre">7</abbr>.<i>me</i></a>
</p>
<div class="social-icon center">
<a href="https://github.com/pH-7" target="_blank" rel="noopener">
<img src="static/img/icon/github.svg" alt="Profil GitHub">
</a>
<a href="https://www.linkedin.com/in/ph7enry/" target="_blank" rel="noopener">
<img src="static/img/icon/linkedin.svg" alt="Profil LinkedIn">
</a>
<a href="https://www.instagram.com/phenrys/" target="_blank" rel="noopener">
<img src="static/img/icon/instagram.svg" alt="Compte Instagram">
</a>
<a href="https://twitter.com/phenrysay" target="_blank" rel="noopener">
<img src="static/img/icon/twitter.svg" alt="Compte Twitter">
</a>
<a href="https://www.goodreads.com/phenry" target="_blank" rel="noopener">
<img src="static/img/icon/goodreads.svg" alt="Profil Goodreads">
</a>
<a href="https://medium.com/@phenrysay" target="_blank" rel="noopener">
<img src="static/img/icon/medium.svg" alt="Medium">
</a>
</div>
<p class="italic">
<span id="annee-droits-auteur"></span> Codé avec pleins de <span role="img" aria-label="amour">❤️</span> par <a href="https://ph7.me">Pierre-Henry Soria</a> :)
</p>
<p>
<a hreflang="en" href="https://pierrehenry.be" title="Version anglaise">
<span role="img" aria-label="Version anglaise">🇬🇧</span> English
</a>
</p>
</footer>
</div>
<script>document.getElementById('annee-droits-auteur').innerHTML=(new Date).getFullYear()</script>
</body>
</html>