The contact section of the A Master Artificer theme spans two pages.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/apursley2012/a-master-artificer/llms.txt
Use this file to discover all available pages before exploring further.
contact.html is the Send Familiar page — the primary place where visitors can find your email address, GitHub profile, LinkedIn, and any other contact or profile links. testimonials.html is the Whispers page, where you can include recommendations, feedback, or comments from collaborators, clients, instructors, or colleagues. Both pages are important to update before publishing.
Send Familiar — contact.html
The contact page maps to the route/contact and carries the themed navigation label Send Familiar. It is the destination visitors reach when they want to get in touch. All of your contact links and external profile addresses live here.
File
/contactThemed label: Send Familiar
Asset:
assets/Contact.js
HTML Structure
contact.html uses the same HTML shell as every other page in the theme. The contact links and layout are rendered by the React application from assets/Contact.js.
What to Edit
Openassets/Contact.js and replace the placeholder contact information with your own.
Add your email address
Include a working email address that you check regularly. Use a
mailto: link so visitors can open their email client directly from the page. If you prefer not to publish your email publicly, use a contact form service or a masked address.Add your GitHub profile link
Link to your GitHub profile using the full URL — for example,
https://github.com/yourusername. This is one of the most important links on the contact page for a technical portfolio.Add your LinkedIn profile link
Link to your LinkedIn profile if you maintain one. Use the full URL including your custom profile path.
Add any other relevant links
Add links to other platforms or profiles that are relevant to your work. This might include a portfolio on a design platform, an npm profile, a public résumé, or a link to your personal domain. Only include links to profiles you actively maintain.
Remove placeholder links
Check for any placeholder links — such as
#, https://example.com, or links pointing to the theme author’s profiles — and replace or remove them entirely. Leaving placeholders in place when you publish is one of the most common portfolio mistakes.Whispers — testimonials.html
The testimonials page maps to the route/testimonials and carries the themed navigation label Whispers. This page is the place to include feedback, recommendations, or comments that speak to the quality and character of your work.
File
/testimonialsThemed label: Whispers
Asset:
assets/Testimonials.js
HTML Structure
testimonials.html uses the same HTML shell as the rest of the theme. The one difference from the other pages is that it omits the <link rel="icon"> favicon line and the CustomCursor.js modulepreload tag contains a minor typo (href=. instead of href=) that does not affect page functionality.
What to Edit
Openassets/Testimonials.js and replace the sample testimonial content with real feedback you have received.
Add real testimonials
Include feedback from people who have worked with you — collaborators, supervisors, clients, instructors, or fellow contributors on open-source projects. Ask for permission before publishing someone’s words.
Include the person's name and context
Each testimonial should include the name of the person who gave it and their relationship to you or the work — for example, “Engineering Manager at Company Name” or “Collaborator on Project Name.” Context makes the feedback more credible.
Keep testimonials relevant
Focus on feedback that speaks to the quality of your work, your communication, your problem-solving, or your reliability. Avoid testimonials that are purely personal and unrelated to your professional skills.
Footer Link Pattern
The theme includes footer links that appear on every page. These links give visitors consistent access to your contact information without requiring them to navigate to the contact page first. The contact information in the footer should match what is on the Send Familiar page exactly. When you update the contact page, also check the footer inassets/main.js or the shared layout component and confirm that every link there points to the correct destination. Inconsistent contact links — where the footer links to a different email than the contact page, for example — erode the impression of a carefully maintained portfolio.
Common footer link targets to verify:
- Email address (
mailto:link) - GitHub profile URL
- LinkedIn profile URL
- Portfolio or personal domain URL
- Any other social or professional profile links