style: use breadcrumbs for child contact pages

This commit is contained in:
Oliver Booth 2023-08-11 02:07:39 +01:00
parent 7219c948e6
commit 1c73ada81c
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
6 changed files with 55 additions and 13 deletions

View File

@ -3,8 +3,15 @@
ViewData["Title"] = "Contact"; ViewData["Title"] = "Contact";
} }
<h1 class="display-4">Contact</h1> <nav style="--bs-breadcrumb-divider: '>';" aria-label="breadcrumb">
<p class="lead">Job Opportunity</p> <ol class="breadcrumb">
<li class="breadcrumb-item">
<a asp-page="/contact/index">Contact</a>
</li>
<li class="breadcrumb-item active" aria-current="page">Job Opportunity</li>
</ol>
</nav>
<p> <p>
I am always open to hearing about future opportunities. If you have a position you think I could be a good fit for, I am always open to hearing about future opportunities. If you have a position you think I could be a good fit for,
please feel free to contact me using the form below. At this time, I am only open to positions based in South East please feel free to contact me using the form below. At this time, I am only open to positions based in South East

View File

@ -3,8 +3,15 @@
ViewData["Title"] = "Contact"; ViewData["Title"] = "Contact";
} }
<h1 class="display-4">Contact</h1> <nav style="--bs-breadcrumb-divider: '>';" aria-label="breadcrumb">
<p class="lead">Open Source Contribution</p> <ol class="breadcrumb">
<li class="breadcrumb-item">
<a asp-page="/contact/index">Contact</a>
</li>
<li class="breadcrumb-item active" aria-current="page">Open Source Contribution</li>
</ol>
</nav>
<p> <p>
Thank you for taking the time to consider contributing to one of my open source projects! I am always looking for Thank you for taking the time to consider contributing to one of my open source projects! I am always looking for
ways to improve my code, and I appreciate any and all contributions that I receive. You do not need to contact ways to improve my code, and I appreciate any and all contributions that I receive. You do not need to contact

View File

@ -3,8 +3,15 @@
ViewData["Title"] = "Contact"; ViewData["Title"] = "Contact";
} }
<h1 class="display-4">Contact</h1> <nav style="--bs-breadcrumb-divider: '>';" aria-label="breadcrumb">
<p class="lead">Other</p> <ol class="breadcrumb">
<li class="breadcrumb-item">
<a asp-page="/contact/index">Contact</a>
</li>
<li class="breadcrumb-item active" aria-current="page">Other</li>
</ol>
</nav>
<p> <p>
Thanks for getting in touch! While I do my best to read to all inquiries, I cannot guarantee that I will be able to Thanks for getting in touch! While I do my best to read to all inquiries, I cannot guarantee that I will be able to
respond to your message. Nevertheless, I appreciate you taking the time to reach out to me and I will respond if I respond to your message. Nevertheless, I appreciate you taking the time to reach out to me and I will respond if I

View File

@ -4,8 +4,15 @@
ViewData["Title"] = "Contact"; ViewData["Title"] = "Contact";
} }
<h1 class="display-4">Contact</h1> <nav style="--bs-breadcrumb-divider: '>';" aria-label="breadcrumb">
<p class="lead">Privacy Policy Concerns</p> <ol class="breadcrumb">
<li class="breadcrumb-item">
<a asp-page="/contact/index">Contact</a>
</li>
<li class="breadcrumb-item active" aria-current="page">Privacy Policy Concerns</li>
</ol>
</nav>
<p> <p>
Thank you for getting in touch. I take your privacy very seriously and will do my best to address any concerns you may have. Thank you for getting in touch. I take your privacy very seriously and will do my best to address any concerns you may have.
Please outline your concerns in the form below, and I will get back to you as soon as possible. Please outline your concerns in the form below, and I will get back to you as soon as possible.

View File

@ -3,8 +3,15 @@
ViewData["Title"] = "Contact"; ViewData["Title"] = "Contact";
} }
<h1 class="display-4">Contact</h1> <nav style="--bs-breadcrumb-divider: '>';" aria-label="breadcrumb">
<p class="lead">Project Idea</p> <ol class="breadcrumb">
<li class="breadcrumb-item">
<a asp-page="/contact/index">Contact</a>
</li>
<li class="breadcrumb-item active" aria-current="page">Project Idea</li>
</ol>
</nav>
<p> <p>
If you have any ideas for a project that you'd like to see me work on, please feel free to contact me using the If you have any ideas for a project that you'd like to see me work on, please feel free to contact me using the
form below. I'm always looking for something new to work on, and I'm open to suggestions! form below. I'm always looking for something new to work on, and I'm open to suggestions!

View File

@ -3,8 +3,15 @@
ViewData["Title"] = "Contact"; ViewData["Title"] = "Contact";
} }
<h1 class="display-4">Contact</h1> <nav style="--bs-breadcrumb-divider: '>';" aria-label="breadcrumb">
<p class="lead">Technical Help</p> <ol class="breadcrumb">
<li class="breadcrumb-item">
<a asp-page="/contact/index">Contact</a>
</li>
<li class="breadcrumb-item active" aria-current="page">Technical Help</li>
</ol>
</nav>
<p> <p>
I'm sorry, but do I not offer help or advice regarding development of any kind outside of my website, and Discord I'm sorry, but do I not offer help or advice regarding development of any kind outside of my website, and Discord
servers of which I'm a member. I'm most active in the <a href="https://discord.gg/brackeys">Brackeys Community</a> servers of which I'm a member. I'm most active in the <a href="https://discord.gg/brackeys">Brackeys Community</a>