Skip to content

Commit

Permalink
setting this up
Browse files Browse the repository at this point in the history
  • Loading branch information
Lapin committed May 8, 2024
1 parent 08f0052 commit c16fb89
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
35 changes: 33 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,40 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>Korhan Eser - Product Designer</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="./style.css">
</head>
<body>

<div class="p-12 md:p-24 leading-relaxed ">

<div>
<h1 class="font-bold text-2xl md:text-3xl">
Korhan Eser
</h1>
<h1 class=" text-2xl md:text-3xl">
Digital Product Designer
</h1>
</div>

<div class="pt-4">
<p class="text-xl md:text-2xl">
New site is coming up soon. Sorry for the dust.
</p>
</div>

<div class="pt-6 pb-2">
<p class="text-lg md:text-xl">
<a href="mailto:hello@korhaneser.com" target="_blank" rel="noopener noreferrer">Mail: <span class="hover:underline decoration-sky-500">hello (at) korhaneser.com</span></a>
</p>
<p class="text-lg md:text-xl ">
<a href="https://www.linkedin.com/in/korhaneser/" target="_blank" rel="noopener noreferrer">LinkedIn: <span class="hover:underline decoration-orange-600 ">@korhaneser</span></a>
</p>
<p class="text-lg md:text-xl ">
<a href="https://www.instagram.com/core.han" target="_blank" rel="noopener noreferrer">Instgram: <span class="hover:underline decoration-fuchsia-400 ">@core.han</span></a>
</p>
</div>
</div>

</body>
</html>
Binary file added src/gizlilol.woff
Binary file not shown.
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@font-face {
font-family: 'kurcalama aq';
src: url("src/gizlilol.woff");
}

body {
font-family: 'kurcalama aq';
}

0 comments on commit c16fb89

Please sign in to comment.