Skip to content

Commit

Permalink
style: top margin and bullet left padding
Browse files Browse the repository at this point in the history
  • Loading branch information
chaychoong committed May 21, 2024
1 parent aaa92b8 commit 9cb2399
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script src="https://cdn.tailwindcss.com"></script>
<style type="text/tailwindcss">
a {
@apply font-semibold text-purple-600 hover:text-purple-800 visited:text-purple-600;
@apply font-bold text-purple-600 hover:text-purple-800 visited:text-purple-600;
}
</style>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3NQ10VZF6H"></script>
Expand All @@ -20,14 +20,14 @@
</head>

<body>
<div class="bg-white px-6 py-32 lg:px-8">
<div class="bg-white px-6 py-16 lg:px-8">
<div class="mx-auto max-w-3xl text-base leading-7 text-gray-700">
<h1 class="mt-2 text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">chay.dev</h1>
<p class="mt-6 text-xl leading-8">I'm a Platform Engineer. That's my current favourite buzzword. Here are some
others that I identify with: DevOps, SRE, Infrastructure, Cloud, Software Architecture, Backend.</p>
<p class="mt-6 leading-8">I'm a Platform Engineer. That's my current favourite buzzword. Here are
some others that I identify with: DevOps, SRE, Infrastructure, Cloud, Software Architecture, Backend.</p>
<div class="mt-10 max-w-2xl">
<p>Some things about me:</p>
<ul role="list" class="mt-8 max-w-xl space-y-8 text-gray-600 list-disc list-inside">
<ul role="list" class="mt-8 ms-8 max-w-xl space-y-8 list-disc list-outside">
<li>
<span>I currently work at <a href="https://bifrost.ai/">Bifrost</a>, a startup that specialises in creating
realistic digital worlds using a mix of 3D tools - like Blender, Unreal Engine, Houdini - and a dash of
Expand Down

0 comments on commit 9cb2399

Please sign in to comment.