-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e50851
commit 0dab72f
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<main class="container px-8 sm:mx-auto"> | ||
<p class="mt-40 font-serif sm:mt-60">hey, I'm</p> | ||
<h1 class="text-4xl font-bold sm:text-6xl md:text-8xl">Raymond</h1> | ||
<h2 class="mt-8 font-serif text-2xl">& this page is ~under construction~</h2> | ||
<ul class="mt-4 flex flex-row gap-x-4 font-serif"> | ||
<p class="mt-40 sm:mt-60">hey, I'm</p> | ||
<h1 class="text-6xl font-bold sm:text-8xl">Raymond</h1> | ||
<h2 class="mt-8 text-2xl">& this page is ~under construction~</h2> | ||
<ul class="mt-4 flex flex-row gap-x-4"> | ||
<li> | ||
<a class="hover:underline hover:underline-offset-4" href="mailto:[email protected]" target="_blank" | ||
>Email</a | ||
|