Files
Personal-Website/index.html
2025-10-22 21:14:17 +02:00

93 lines
4.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content-container="width=device-width, initial-scale=1.0">
<link rel="icon" href="https://avatars.githubusercontent-container.com/u/16880356?v=4" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
<title>Erik Fehér</title>
</head>
<body>
<div id="container">
<div class="card-wrapper">
<div class="card">
<img class="card-image" src="./public/cozy1.jpg"/>
</div>
<div class="card-label">
ABOUT
</div>
<div class="content-container">
<div class="content-wrapper">
<div class="header">
<div class="brand">Erik Feher</div>
<img class="close" src="./public/next.svg"/>
</div>
<div class="card-content">
<div id="card-content-container">
<img id="card-content-image" src="./public/profile.jpg"/>
</div>
</div>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card">
<img class="card-image" src="./public/cozy2.jpg"/>
</div>
<div class="card-label">
CONTACT
</div>
<div class="content-container">
<div class="content-wrapper">
<p>Hello! I'm Erik Fehér, a passionate software developer with a knack for creating innovative solutions. With a background in computer science and years of experience in the tech industry, I specialize in building web applications that are both user-friendly and efficient. When I'm not coding, you can find me exploring the latest tech trends or contributing to open-source projects. Let's connect and create something amazing together!</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card">
<img class="card-image" src="./public/cozy3.png"/>
</div>
<div class="card-label">
SOCIALS
</div>
<div class="content-container">
<div class="content-wrapper">
<p>Hello! I'm Erik Fehér, a passionate software developer with a knack for creating innovative solutions. With a background in computer science and years of experience in the tech industry, I specialize in building web applications that are both user-friendly and efficient. When I'm not coding, you can find me exploring the latest tech trends or contributing to open-source projects. Let's connect and create something amazing together!</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card">
<img class="card-image" src="./public/cozy4.png"/>
</div>
<div class="card-label">
EXPERIENCE
</div>
<div class="content-container">
<div class="content-wrapper">
<p>Hello! I'm Erik Fehér, a passionate software developer with a knack for creating innovative solutions. With a background in computer science and years of experience in the tech industry, I specialize in building web applications that are both user-friendly and efficient. When I'm not coding, you can find me exploring the latest tech trends or contributing to open-source projects. Let's connect and create something amazing together!</p>
</div>
</div>
</div>
<div class="card-wrapper">
<div class="card">
<img class="card-image" src="./public/cozy5.png"/>
</div>
<div class="card-label">
SKILLS
</div>
<div class="content-container">
<div class="content-wrapper">
<p>Hello! I'm Erik Fehér, a passionate software developer with a knack for creating innovative solutions. With a background in computer science and years of experience in the tech industry, I specialize in building web applications that are both user-friendly and efficient. When I'm not coding, you can find me exploring the latest tech trends or contributing to open-source projects. Let's connect and create something amazing together!</p>
</div>
</div>
</div>
</div>
</body>
<script src="script.js"></script>
</html>