portfolio/index.html

59 lines
2.4 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="left_section">
<div class="flex_container_item">
<p class="fci_title">PORTFOLIO OF</p>
<span class="fci_text">Christian Goeschel-Ndjomouo</span>
</div>
<div class="flex_container_item">
<p class="fci_title">CURRENT OCCUPATION</p>
<span class="fci_text">Helpdesk Administrator @ OVHcloud</span>
<span class="fci_text">Undergraduate @ Western Governors University (School of Technology)</span>
</div>
<div class="flex_container_item">
<p class="fci_title">TECHNOLOGY STACK</p>
<span class="fci_text">GNU/Linux</span></br>
<span class="fci_text">TCP/IP</span></br>
<span class="fci_text">Bash Scripting</span></br>
<span class="fci_text">FreeBSD/Unix</span></br>
<span class="fci_text">macOS</span></br>
<span class="fci_text">Windows OS</span></br>
<span class="fci_text">Docker</span></br>
<span class="fci_text">Webdev</span></br>
<span class="fci_text">C</span></br>
<span class="fci_text">Golang</span></br>
<span class="fci_text">Python</span></br>
</div>
<div class="flex_container_item">
<p class="fci_title">LANGUAGES SPOKEN</p>
<span class="fci_text">English</span></br>
<span class="fci_text">French</span></br>
<span class="fci_text">German</span></br>
</div>
</div>
<div id="right_section">
<!-- Gutenberg Image -->
</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>