Skip to content

Commit

Permalink
update website
Browse files Browse the repository at this point in the history
  • Loading branch information
korilium committed May 9, 2024
1 parent 6677980 commit 647e35e
Show file tree
Hide file tree
Showing 8 changed files with 138 additions and 168 deletions.
149 changes: 12 additions & 137 deletions website/public/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -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> &bull; &bull; &bull; &bull; &bull; &bull; &bull; &bull; &bull; &bull; </p>
<p> &bull; &bull; &bull; &bull; &bull; &bull; &bull; &bull;</p>
<p> &bull; &bull; &bull; &bull; &bull;</p>
<p> &bull; &bull;</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> &bull; &bull; &bull; &bull; &bull; &bull; &bull; </p>
<p> &bull; &bull; &bull; &bull; &bull;</p>
<p> &bull; &bull; &bull; &bull; </p>
<p> &bull; &bull; &bull; &bull;</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> &bull; &bull; &bull; &bull; &bull; &bull; &bull; &bull; </p>
<p> &bull; &bull; &bull; &bull; &bull;</p>
<p> &bull; &bull; &bull; &bull; &bull; &bull; &bull; &bull; &bull;</p>
<p> &bull; &bull;</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>
29 changes: 29 additions & 0 deletions website/public/community.html
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>
26 changes: 1 addition & 25 deletions website/public/css/styles_about.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,31 +52,7 @@ hr {
width: 90vw;
}

.line {
position: absolute;
width: 1px;
height: 100%;
top: 0;
left: 50%;
background: rgba(255, 255, 255, 0.1);
overflow: hidden;
}
.line::after {
content: "";
display: block;
position: absolute;
height: 15vh;
width: 100%;
top: -50%;
left: 0;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #9abbb3 75%, #9abbb3 100%);
-webkit-animation: drop 7s 0s infinite;
animation: drop 7s 0s infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.line:nth-child(1) {
margin-left: -25%;
}
Expand Down
7 changes: 5 additions & 2 deletions website/public/css/styles_home.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ body{
flex-flow: wrap row;
justify-content: flex-start;
align-items: stretch;
align-content: center;
align-content: flex-start;
flex-direction: row;
}

.connector {
Expand Down Expand Up @@ -237,10 +238,12 @@ body{
.hidden-group {
display: none; /* Initially hide the group */
z-index: 2;

}

.visible {
display: block !important; /* Ensure visibility overrides */
display: flex !important; /* Ensure visibility overrides */
flex-direction: column;
}


29 changes: 29 additions & 0 deletions website/public/journey.html
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>
29 changes: 29 additions & 0 deletions website/public/products.html
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>
29 changes: 29 additions & 0 deletions website/public/profile.html
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>
8 changes: 4 additions & 4 deletions website/public/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<div class="brand"> PECCON </div>
<ul class="menu">
<li> <a href="welcome.html"> Home</a></li>
<li>Profile</li>
<li>Journey</li>
<li>Community</li>
<li>Products</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>
Expand Down

0 comments on commit 647e35e

Please sign in to comment.