71 lines
2.4 KiB
HTML
71 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Joseph Ferano</title>
|
|
<link rel="stylesheet" href="new.css" type="text/css">
|
|
<script src="main.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<header>
|
|
<h1 class="site-title">JOSEPH FERANO</h1>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="#about">ABOUT</a></li>
|
|
<li><a href="#work">WORK</a></li>
|
|
<li><a href="#resume">RESUME</a></li>
|
|
<li><a href="#experiments">EXPERIMENTS</a></li>
|
|
<li><a href="#thoughts">THOUGHTS</a></li>
|
|
</ul>
|
|
</nav>
|
|
<div class="divider"></div>
|
|
</header>
|
|
|
|
<section class="hero">
|
|
<div class="hero-image">
|
|
<div class="slideshow" id="heroSlideshow">
|
|
<img src="./images/resized/slide-01_resized.jpg" alt="Slideshow image 1">
|
|
<img src="./images/resized/slide-02_resized.jpg" alt="Slideshow image 2">
|
|
<img src="./images/resized/slide-03_resized.jpg" alt="Slideshow image 3">
|
|
</div>
|
|
</div>
|
|
<div class="hero-content">
|
|
<h2>Versatile Software Engineer & Game Programmer</h2>
|
|
<p>Building engaging experiences and robust systems across gaming,
|
|
graphics, blockchain, and web technologies. Multilingual programmer
|
|
with a diverse technical toolkit for solving complex problems.</p>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="work" class="portfolio-section">
|
|
<h2 class="section-title">MAIN RELEASED GAMES</h2>
|
|
<div class="projects-grid">
|
|
<div class="project-card">
|
|
<div class="thumbnail">Project Thumbnail</div>
|
|
<h3>Project One</h3>
|
|
</div>
|
|
<div class="project-card">
|
|
<div class="thumbnail">Project Thumbnail</div>
|
|
<h3>Project Two</h3>
|
|
</div>
|
|
<div class="project-card">
|
|
<div class="thumbnail">Project Thumbnail</div>
|
|
<h3>Experiment One</h3>
|
|
</div>
|
|
<div class="project-card">
|
|
<div class="thumbnail">Project Thumbnail</div>
|
|
<h3>Experiment Two</h3>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<footer>
|
|
<p>© Joseph Ferano 2025</p>
|
|
</footer>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|