-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
138 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,153 +2,28 @@ | |
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<link rel="stylesheet" href="css/styles_about.css"> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Peccon</title> | ||
<link rel="stylesheet" href="css/styles_home.css" /> | ||
<link rel="icon" href="img/favicon.svg"> | ||
</head> | ||
|
||
<body id="page-top" data-spy="scroll" data-target=".side-menu"> | ||
|
||
<div id="dot-container"></div> | ||
<div class='header'> | ||
<img class="logo" src="img/logo.svg" alt="peccon logo"> | ||
<div class="brand name"> PECCON </div> | ||
<img class="logo" src="img/logoBackground.svg" alt="peccon logo"> | ||
<div class="brand"> PECCON </div> | ||
<ul class="menu"> | ||
<li> <a href="welcome.html"> Home</a></li> | ||
<li> Login </li> | ||
<li>Model </li> | ||
<li>Community</li> | ||
<li><a href="profile.html">Profile </a></li> | ||
<li><a href="journey.html">Journey</a></li> | ||
<li><a href="community.html"> Community </a></li> | ||
<li><a href="products.html">Products</a></li> | ||
<li> <a href="about.html"> About</a></li> | ||
</ul> | ||
</div> | ||
<div class="lines"> | ||
<div class="line"></div> | ||
<div class="line"></div> | ||
<div class="line"></div> | ||
</div> | ||
<div class="page"> | ||
<h1>Ignace Decocq</h1> | ||
<div class="Personalia"> </div> | ||
<h2>Personalia</h2> | ||
|
||
<div class="description"> | ||
<p>Naam:</p> | ||
<p>Adres:</p> | ||
<p>Telefoonnummer:</p> | ||
<p>E-mail:</p> | ||
<p>Date of birth:</p> | ||
<p>Gender:</p> | ||
<p>Nationality:</p> | ||
<p>Github profile: </p> | ||
</div> | ||
<div class="input"> | ||
<p> Ignace Decocq</p> | ||
<p> Kroonstraat 1, 3840 Borgloon</p> | ||
<p> +32 474 06 10 75</p> | ||
<p> [email protected]</p> | ||
<p> 12/05/1998</p> | ||
<p> Male </p> | ||
<p> Belg </p> | ||
<p> <a href="https://github.com/korilium"> korilium</a></p> | ||
</div> | ||
|
||
|
||
|
||
<h2>Jobs</h2> | ||
|
||
<div class="description"> | ||
<p>2021 - 2022</p> | ||
</div> | ||
<div class="input"> | ||
<p> Data Scientist at Euroconsumer in Brussels </p> | ||
</div> | ||
|
||
|
||
|
||
|
||
<h2>Studies and education</h2> | ||
|
||
<div class="description"> | ||
<P>2019 - 2021</p> | ||
<br> | ||
<br> | ||
<p>2016 - 2019</p> | ||
<br> | ||
<br> | ||
<p>September 2018 - December 2018</p> | ||
<br> | ||
<br> | ||
<p>2010-2016</p> | ||
</div> | ||
<div class="input"> | ||
<p> Master of Actuarial and Financial Engineering</P> | ||
<p>Catholic university of Leuven, Leuven </p> | ||
<br> | ||
<p> Applied Economics </p> | ||
<p>University of Hasselt, Hasselt </p> | ||
<br> | ||
<p> Exhange Program </p> | ||
<p>University of Michigan-Flint, Flint MI United States </p> | ||
<br> | ||
<p> Latin-Math </p> | ||
<p>VIIO Borgloon, Borgloon</p> | ||
</div> | ||
|
||
<br> | ||
<h2>language</h2> | ||
|
||
<div class="description"> | ||
<p>Dutch </p> | ||
<p>English </p> | ||
<p>French </p> | ||
<p>German </p> | ||
</div> | ||
|
||
<div class="input"> | ||
<p> • • • • • • • • • • </p> | ||
<p> • • • • • • • •</p> | ||
<p> • • • • •</p> | ||
<p> • •</p> | ||
</div> | ||
<h2>IT skills</h2> | ||
|
||
<div class="description"> | ||
<p>Excel </p> | ||
<p>Latex </p> | ||
<p>Jupyter & Anaconda & Github</p> | ||
<p>Azure/Databricks</p> | ||
</div> | ||
<div class="input"> | ||
<p> • • • • • • • </p> | ||
<p> • • • • •</p> | ||
<p> • • • • </p> | ||
<p> • • • •</p> | ||
</div> | ||
<h3>programming languages</h3> | ||
<div class="description"> | ||
<p>R </p> | ||
<p>Julia </p> | ||
<p>Python</p> | ||
<p>Matlab </p> | ||
</div> | ||
<div class="input"> | ||
<p> • • • • • • • • </p> | ||
<p> • • • • •</p> | ||
<p> • • • • • • • • •</p> | ||
<p> • •</p> | ||
</div> | ||
<h2>other activities</h2> | ||
|
||
<div class="description"> | ||
<p>Youth movement </p> | ||
<p>Running </p> | ||
<p>Tennis </p> | ||
<p>Festival organiser </p> | ||
<br> | ||
<br> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="footer">Footer</div> | ||
<script src="js/background.js"></script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Peccon</title> | ||
<link rel="stylesheet" href="css/styles_home.css" /> | ||
<link rel="icon" href="img/favicon.svg"> | ||
</head> | ||
|
||
<body id="page-top" data-spy="scroll" data-target=".side-menu"> | ||
<div id="dot-container"></div> | ||
<div class='header'> | ||
<img class="logo" src="img/logoBackground.svg" alt="peccon logo"> | ||
<div class="brand"> PECCON </div> | ||
<ul class="menu"> | ||
<li> <a href="welcome.html"> Home</a></li> | ||
<li><a href="profile.html">Profile </a></li> | ||
<li><a href="journey.html">Journey</a></li> | ||
<li><a href="community.html"> Community </a></li> | ||
<li><a href="products.html">Products</a></li> | ||
<li> <a href="about.html"> About</a></li> | ||
</ul> | ||
</div> | ||
<script src="js/background.js"></script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Peccon</title> | ||
<link rel="stylesheet" href="css/styles_home.css" /> | ||
<link rel="icon" href="img/favicon.svg"> | ||
</head> | ||
|
||
<body id="page-top" data-spy="scroll" data-target=".side-menu"> | ||
<div id="dot-container"></div> | ||
<div class='header'> | ||
<img class="logo" src="img/logoBackground.svg" alt="peccon logo"> | ||
<div class="brand"> PECCON </div> | ||
<ul class="menu"> | ||
<li> <a href="welcome.html"> Home</a></li> | ||
<li><a href="profile.html">Profile </a></li> | ||
<li><a href="journey.html">Journey</a></li> | ||
<li><a href="community.html"> Community </a></li> | ||
<li><a href="products.html">Products</a></li> | ||
<li> <a href="about.html"> About</a></li> | ||
</ul> | ||
</div> | ||
<script src="js/background.js"></script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Peccon</title> | ||
<link rel="stylesheet" href="css/styles_home.css" /> | ||
<link rel="icon" href="img/favicon.svg"> | ||
</head> | ||
|
||
<body id="page-top" data-spy="scroll" data-target=".side-menu"> | ||
<div id="dot-container"></div> | ||
<div class='header'> | ||
<img class="logo" src="img/logoBackground.svg" alt="peccon logo"> | ||
<div class="brand"> PECCON </div> | ||
<ul class="menu"> | ||
<li> <a href="welcome.html"> Home</a></li> | ||
<li><a href="profile.html">Profile </a></li> | ||
<li><a href="journey.html">Journey</a></li> | ||
<li><a href="community.html"> Community </a></li> | ||
<li><a href="products.html">Products</a></li> | ||
<li> <a href="about.html"> About</a></li> | ||
</ul> | ||
</div> | ||
<script src="js/background.js"></script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Peccon</title> | ||
<link rel="stylesheet" href="css/styles_home.css" /> | ||
<link rel="icon" href="img/favicon.svg"> | ||
</head> | ||
|
||
<body id="page-top" data-spy="scroll" data-target=".side-menu"> | ||
<div id="dot-container"></div> | ||
<div class='header'> | ||
<img class="logo" src="img/logoBackground.svg" alt="peccon logo"> | ||
<div class="brand"> PECCON </div> | ||
<ul class="menu"> | ||
<li> <a href="welcome.html"> Home</a></li> | ||
<li><a href="profile.html">Profile </a></li> | ||
<li><a href="journey.html">Journey</a></li> | ||
<li><a href="community.html"> Community </a></li> | ||
<li><a href="products.html">Products</a></li> | ||
<li> <a href="about.html"> About</a></li> | ||
</ul> | ||
</div> | ||
<script src="js/background.js"></script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters