Skip to content

Commit

Permalink
Available for work
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpmorris committed Oct 16, 2023
1 parent 7515688 commit da0192b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
12 changes: 5 additions & 7 deletions source/blazor-university-com/input/partials/_main-header.cshtml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<!-- _main-header.cshtml -->
@{

}
<header>
@*<h1 class="contract-status">
Author status:
<a href="https://www.linkedin.com/in/peter-morris-007572a7/" target=_blank>I'm available for contract work</a>
</h1>*@
<h1 class="bg-green-500 text-white p-2 text-2xl text-center mb-4">
I am available for contract work, contact me via
<a href="https://www.linkedin.com/in/peter-morris-007572a7/" target="_blank" class="underline">Linked in</a>
or <a href="mailto:mrpmorris:gmail.com" class="underline">Email</a>.
</h1>

<div class="flex flex-row justify-between">
<h1 class="text-4xl mb-2 font-bold tracking-tight sm:text-5xl">
Expand Down
9 changes: 0 additions & 9 deletions source/blazor-university-tailwind/css/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,3 @@
@apply dark:bg-zinc-700;
}

.contract-status {
background-color: green;
color: white;
padding: 0.25rem;
}

.contract-status a {
text-decoration: underline;
}

0 comments on commit da0192b

Please sign in to comment.