Base of personal website

This commit is contained in:
2025-10-21 22:14:37 +02:00
commit bf9c8104e9
8 changed files with 223 additions and 0 deletions

86
index.html Normal file
View File

@@ -0,0 +1,86 @@
<!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">
<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/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>