Skip to content

Commit

Permalink
chore: remove emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
khaykingleb committed Jan 13, 2025
1 parent e7330e2 commit 2f2d50d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function IndexRoute() {
<AsciiDonut />
<div className="z-10 flex flex-1 flex-col justify-center">
<div className="font-poppins mb-6 flex flex-col gap-4 font-black sm:gap-6">
{["Hey 👋", "I'm Gleb Khaykin", "I build things"].map((text, i) => (
{["Hey", "I'm Gleb Khaykin", "I build things"].map((text, i) => (
<h1 key={i} className="text-4xl sm:text-6xl">
{text}
</h1>
Expand Down
11 changes: 5 additions & 6 deletions app/routes/contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,17 @@ export default function ContactRoute() {
<div className="space-y-1 text-base">
<ul className="list-disc space-x-0 space-y-1 pl-4">
<li>
I&apos;m a full-stack developer specializing in MLOps/DevOps
Full-stack developer specializing in MLOps/DevOps
engineering
</li>
<li>
When I&apos;m not coding, you&apos;ll find me at the gym,
lifting weights 🏋️‍♀️
lifting weights
</li>
<li>
I studied both Computer Science and Finance at the Higher
School of Economics (this dual background helps me
understand both business and technical aspects of the
projects)
Studied Computer Science and Finance at the Higher School of
Economics (this dual background helps me understand both
business and technical aspects of the projects)
</li>
</ul>
</div>
Expand Down

0 comments on commit 2f2d50d

Please sign in to comment.