64 lines
2.7 KiB
HTML
64 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Christian Goeschel Ndjomouo - Portfolio</title>
|
|
<link rel="icon" type="image/x-icon" href="file:///Volumes/Public/Portfolio/icons/favicon.ico">
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
|
|
<script src="js/anim.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="css/style.css">
|
|
</head>
|
|
<body id="page_body" class="flex_container">
|
|
|
|
<div id="top_section" class="flex_container">
|
|
|
|
<div class="flex_container_item">
|
|
<p class="banner_text">PORTFOLIO OF: <span class="my_name">Christian Goeschel-Ndjomouo</span></p>
|
|
</div>
|
|
<div class="flex_container_item">
|
|
<p class="banner_text">CLOUD TECH SUPPORT ENGINEER<span> @ </span><a href="https://www.ovhcloud.com/en-ca/" target="_blank">OVHcloud</a><span style="color:#ff3f34;"> {</span><span class="date">Since 08/2022</span><span style="color:#ff3f34;">}</span></p>
|
|
</div>
|
|
<div class="flex_container_item">
|
|
<p class="banner_text">LOCATED IN: Montreal,Canada<span> 45.5019° N, 73.5674° W</span></p>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="footer_banner" class="flex_container">
|
|
<div class="footer_message_wrapper">
|
|
<p class="banner_text footer_message">NOTICE: In case you stumble over a bug, feel free to contact me via the contact form or send me a direct email at <a href="mailto:fixthisbug@christiangoeschel.com">fixthisbug@christiangoeschel.com</a> - Also, this page does not use any cookies because I respect your privacy, therefore the user experience may be a little static.</p>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="menu_body" class="flex_container">
|
|
|
|
<div class="flex_container_item">
|
|
<p class="banner_text nav_item">ABOUT ME</p>
|
|
</div>
|
|
<div class="flex_container_item">
|
|
<p class="banner_text nav_item">PROJECTS</p>
|
|
</div>
|
|
<div class="flex_container_item">
|
|
<p class="banner_text nav_item">EXPERIENCE</p>
|
|
</div>
|
|
<div class="flex_container_item">
|
|
<p class="banner_text nav_item">WHAT I OFFER</p>
|
|
</div>
|
|
<div class="flex_container_item">
|
|
<p class="banner_text nav_item">CONTACT FORM</p>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<!--LOADING COVER-->
|
|
<div class="loading_cover">
|
|
|
|
<div class="loading_cover_inner">
|
|
<img src="icons/cgnicon.svg" width="100em" height="auto"/>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html> |