style: use breadcrumbs for child contact pages
This commit is contained in:
parent
7219c948e6
commit
1c73ada81c
@ -3,12 +3,19 @@
|
||||
ViewData["Title"] = "Contact";
|
||||
}
|
||||
|
||||
<h1 class="display-4">Contact</h1>
|
||||
<p class="lead">Job Opportunity</p>
|
||||
<nav style="--bs-breadcrumb-divider: '>';" aria-label="breadcrumb">
|
||||
<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>
|
||||
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
|
||||
Wales or that are 100% remote.
|
||||
Wales or that are 100% remote.
|
||||
</p>
|
||||
<p>I look forward to hearing from you!</p>
|
||||
|
||||
|
@ -3,8 +3,15 @@
|
||||
ViewData["Title"] = "Contact";
|
||||
}
|
||||
|
||||
<h1 class="display-4">Contact</h1>
|
||||
<p class="lead">Open Source Contribution</p>
|
||||
<nav style="--bs-breadcrumb-divider: '>';" aria-label="breadcrumb">
|
||||
<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>
|
||||
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
|
||||
|
@ -3,8 +3,15 @@
|
||||
ViewData["Title"] = "Contact";
|
||||
}
|
||||
|
||||
<h1 class="display-4">Contact</h1>
|
||||
<p class="lead">Other</p>
|
||||
<nav style="--bs-breadcrumb-divider: '>';" aria-label="breadcrumb">
|
||||
<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>
|
||||
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
|
||||
|
@ -4,8 +4,15 @@
|
||||
ViewData["Title"] = "Contact";
|
||||
}
|
||||
|
||||
<h1 class="display-4">Contact</h1>
|
||||
<p class="lead">Privacy Policy Concerns</p>
|
||||
<nav style="--bs-breadcrumb-divider: '>';" aria-label="breadcrumb">
|
||||
<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>
|
||||
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.
|
||||
|
@ -3,8 +3,15 @@
|
||||
ViewData["Title"] = "Contact";
|
||||
}
|
||||
|
||||
<h1 class="display-4">Contact</h1>
|
||||
<p class="lead">Project Idea</p>
|
||||
<nav style="--bs-breadcrumb-divider: '>';" aria-label="breadcrumb">
|
||||
<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>
|
||||
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!
|
||||
|
@ -3,8 +3,15 @@
|
||||
ViewData["Title"] = "Contact";
|
||||
}
|
||||
|
||||
<h1 class="display-4">Contact</h1>
|
||||
<p class="lead">Technical Help</p>
|
||||
<nav style="--bs-breadcrumb-divider: '>';" aria-label="breadcrumb">
|
||||
<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>
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user