Skip to content

Commit

Permalink
Add back job message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Galloway committed Sep 19, 2024
1 parent 5071ac2 commit 4b41631
Showing 1 changed file with 28 additions and 30 deletions.
58 changes: 28 additions & 30 deletions Mostlylucid/Views/Home/_HomePartial.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -12,36 +12,34 @@
This is a <span class="font-semibold"> work in progress </span> site where I share my thoughts, ideas, and projects. I'm always building SOMETHING so decided too share both how I build these somethings and what I build.
Note this site is currently being developed you can see the code <a href="https://github.com/scottgal/mostlylucidweb" class="text-blue-dark dark:text-blue">here</a>. Bits will be broken or missing, but that's the fun of it. If you have any comments / suggestions / feedback please let me know on <a href="https://hachyderm.io/@("@")scottgal@("@")hachyderm.io" class="text-blue-dark dark:text-blue">Mastodon </a>
</p>
@* <p class="pt-3 font-body text-left font-medium text-blue-dark light:text-black dark:text-white"> *@
@* I'm a consulting web developer, specializing in .NET Core, remote working, full-stack (ANY JavaScript framework), cloud, search technologies, running teams, bootstrapping startups etc..etc...<br/> *@
@* I'm a former Microsoft ASP.NET Program manager & have worked for numerous fortune 500, and a multitude of startups and have been building web applications for over 30 years.<br/> *@
@* If you think I can help you with your project on a contract, full time or consultancy basis (days here and there), please get in touch.<br/> *@
@* *@
@* </p> *@
@* <p class="pt-3 font-body text-left text-blue-dark light:text-black dark:text-white items-center"> *@
@* Email:<a href="mailto:scott.galloway+ml@gmail.com"> scott.galloway+ml@gmail.com </a> *@
@* </p> *@
@* <div class="items-center flex justify-center pb-4 "> *@
@* <a *@
@* href="https://www.linkedin.com/in/scott-galloway-91608691/" *@
@* class="!bg-yellow-dark borderbutton "> *@
@* <i class="text-xl text-primary dark:text-white hover:text-secondary dark:hover:text-secondary transition-colors bx bxl-linkedin"></i> *@
@* Hire Me! *@
@* </a> *@
@* <a href="https://1drv.ms/w/s!Ap2OEgQ4A-EOgsg8mbO8MBO-f4ilow?e=hSScxb" data-umami-event="Word Resume Click" target="_blank" class="borderbutton" > *@
@* <i class="text-xl text-primary dark:text-white hover:text-secondary dark:hover:text-secondary transition-colors bx bxl-microsoft"></i> *@
@* My Résumé (Word) *@
@* *@
@* </a> *@
@* *@
@* <a href=" https://1drv.ms/b/s!Ap2OEgQ4A-EOgvQzjLb783Ib8roa7Q?e=x9ER1a" data-umami-event="PDF Resume Click" target="_blank" class="borderbutton "> *@
@* <i class="text-xl text-primary dark:text-white hover:text-secondary dark:hover:text-secondary transition-colors bx bxs-file-pdf "></i> *@
@* My Résumé (PDF) *@
@* *@
@* </a> *@
@* *@
@* *@
@* </div> *@
<p class="pt-3 font-body text-left font-medium text-blue-dark light:text-black dark:text-white">
I'm a consulting web developer, specializing in .NET Core, remote working, full-stack (ANY JavaScript framework), cloud, search technologies, running teams, bootstrapping startups etc..etc...<br/>
I'm a former Microsoft ASP.NET Program manager & have worked for numerous fortune 500, and a multitude of startups and have been building web applications for over 30 years.<br/>
If you think I can help you with your project on a contract, full time or consultancy basis (days here and there), please get in touch.<br/>

</p>
<p class="pt-3 font-body text-left text-blue-dark light:text-black dark:text-white items-center">
Email:<a href="mailto:scott.galloway+ml@gmail.com"> scott.galloway+ml@gmail.com </a>
</p>
<div class="items-center flex justify-center pb-4 ">
<a
href="https://www.linkedin.com/in/scott-galloway-91608691/"
class="!bg-yellow-dark borderbutton ">
<i class="text-xl text-primary dark:text-white hover:text-secondary dark:hover:text-secondary transition-colors bx bxl-linkedin"></i>
Hire Me!
</a>
<a href="https://1drv.ms/w/s!Ap2OEgQ4A-EOgsg8mbO8MBO-f4ilow?e=hSScxb" data-umami-event="Word Resume Click" target="_blank" class="borderbutton" >
<i class="text-xl text-primary dark:text-white hover:text-secondary dark:hover:text-secondary transition-colors bx bxl-microsoft"></i>
My Résumé (Word)

</a>

<a href=" https://1drv.ms/b/s!Ap2OEgQ4A-EOgvQzjLb783Ib8roa7Q?e=x9ER1a" data-umami-event="PDF Resume Click" target="_blank" class="borderbutton ">
<i class="text-xl text-primary dark:text-white hover:text-secondary dark:hover:text-secondary transition-colors bx bxs-file-pdf "></i>
My Résumé (PDF)

</a>
</div>
</div>

<div class=" pt-4 lg:pt-4">
Expand Down

0 comments on commit 4b41631

Please sign in to comment.