diff --git a/.gitattributes b/.gitattributes
index 1d459841..4b6591a3 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,2 @@
-snapshots/ linguist-generated
+mandelbrot/src/snapshots/** linguist-generated
+client/html/privacy-policy.html linguist-vendored
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 00000000..dd84ea78
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,38 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**Desktop (please complete the following information):**
+ - OS: [e.g. iOS]
+ - Browser [e.g. chrome, safari]
+ - Version [e.g. 22]
+
+**Smartphone (please complete the following information):**
+ - Device: [e.g. iPhone6]
+ - OS: [e.g. iOS8.1]
+ - Browser [e.g. stock browser, safari]
+ - Version [e.g. 22]
+
+**Additional context**
+Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 00000000..bbcbbe7d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,20 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
new file mode 100644
index 00000000..df2b4d76
--- /dev/null
+++ b/CODE_OF_CONDUCT.md
@@ -0,0 +1,39 @@
+# Code of Conduct
+
+All participants of Mandelbrot.site are expected to abide by our Code of Conduct, both online and during in-person events that are hosted and/or associated with Mandelbrot.site.
+
+## The Pledge
+
+In the interest of fostering an open and welcoming environment, we pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
+
+## The Standards
+
+Examples of behaviour that contributes to creating a positive environment include:
+
+- Using welcoming and inclusive language
+- Being respectful of differing viewpoints and experiences
+- Gracefully accepting constructive criticism
+- Referring to people by their preferred pronouns and using gender-neutral pronouns when uncertain
+
+Examples of unacceptable behaviour by participants include:
+
+- Trolling, insulting/derogatory comments, public or private harassment
+- Publishing others' private information, such as a physical or electronic address, without explicit permission
+- Not being respectful to reasonable communication boundaries, such as 'leave me alone,' 'go away,' or 'Iām not discussing this with you.'
+- The usage of sexualized language or imagery and unwelcome sexual attention or advances
+- Swearing, usage of strong or disturbing language
+- Demonstrating the graphics or any other content you know may be considered disturbing
+- Starting and/or participating in arguments related to politics
+- Assuming or promoting any kind of inequality including but not limited to: age, body size, disability, ethnicity, gender identity and expression, nationality and race, personal appearance, religion, or sexual identity and orientation
+- Drug promotion of any kind
+- Other conduct which you know could reasonably be considered inappropriate in a professional setting.
+
+## Enforcement
+
+Violations of the Code of Conduct may be reported by sending an email to [mandelbrot@rosshill.ca](mailto:mandelbrot@rosshill.ca). All reports will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. Further details of specific enforcement policies may be posted separately.
+
+We hold the right and responsibility to remove comments or other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any members for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
+
+## Attribution
+
+This Code of Conduct is adapted from [dev.to](https://dev.to/).
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 00000000..675acfba
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,169 @@
+
+
+# Contributing to Mandelbrot.site
+
+Thank you for taking the time to contribute! ā¤ļø
+
+All types of contributions are encouraged and valued. Please refer to the [Table of Contents](#table-of-contents) for various ways you can help and details on how the project handles them. Reading the relevant section before contributing will make it easier for the maintainers and smooth out the experience for everyone involved. The community looks forward to your contributions. š
+
+> [!TIP]
+> If you like the project but don't have time to contribute, that's totally fine! There are other ways to show your support:
+>
+> - Star the project
+> - Tweet about it
+> - Mention this project in your project's readme
+> - Share it with your friends and colleagues
+
+
+
+## Table of Contents
+
+- [Contributing to Mandelbrot.site](#contributing-to-mandelbrotsite)
+ - [Table of Contents](#table-of-contents)
+ - [Code of Conduct](#code-of-conduct)
+ - [I Have a Question](#i-have-a-question)
+ - [I Want To Contribute](#i-want-to-contribute)
+ - [Reporting Bugs](#reporting-bugs)
+ - [Before Submitting a Bug Report](#before-submitting-a-bug-report)
+ - [How Do I Submit a Good Bug Report?](#how-do-i-submit-a-good-bug-report)
+ - [Suggesting Enhancements](#suggesting-enhancements)
+ - [Before Submitting an Enhancement](#before-submitting-an-enhancement)
+ - [How Do I Submit a Good Enhancement Suggestion?](#how-do-i-submit-a-good-enhancement-suggestion)
+ - [Your First Code Contribution](#your-first-code-contribution)
+ - [Commands](#commands)
+ - [Project Structure](#project-structure)
+ - [Opening a Pull Request](#opening-a-pull-request)
+
+## Code of Conduct
+
+This project and everyone participating in it are governed by the [Mandelbrot.site Code of Conduct](https://github.com/rosslh/Mandelbrot.site/blob/master/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to
Last updated: September 24, 2024
++ This Privacy Policy describes Our policies and procedures on the + collection, use and disclosure of Your information when You use the + Service and tells You about Your privacy rights and how the law protects + You. +
++ We use Your Personal data to provide and improve the Service. By using the + Service, You agree to the collection and use of information in accordance + with this Privacy Policy. +
++ The words of which the initial letter is capitalized have meanings defined + under the following conditions. The following definitions shall have the + same meaning regardless of whether they appear in singular or in plural. +
+For the purposes of this Privacy Policy:
++ Account means a unique account created for You to + access our Service or parts of our Service. +
++ Affiliate means an entity that controls, is + controlled by or is under common control with a party, where + "control" means ownership of 50% or more of the shares, + equity interest or other securities entitled to vote for election of + directors or other managing authority. +
++ Cookies are small files that are placed on Your + computer, mobile device or any other device by a website, containing + the details of Your browsing history on that website among its many + uses. +
++ Device means any device that can access the Service + such as a computer, a cellphone or a digital tablet. +
++ Organization (referred to as either "the + Organization", "We", "Us" or "Our" + in this Agreement) refers to Mandelbrot.site. +
++ Personal Data is any information that relates to an + identified or identifiable individual. +
+Service refers to the Website.
++ Service Provider means any natural or legal person + who processes the data on behalf of the Organization. It refers to + third-party companies or individuals employed by the Organization to + facilitate the Service, to provide the Service on behalf of the + Organization, to perform services related to the Service or to assist + the Organization in analyzing how the Service is used. +
++ Usage Data refers to data collected automatically, + either generated by the use of the Service or from the Service + infrastructure itself (for example, the duration of a page visit). +
++ Website refers to Mandelbrot.site, accessible from + https://mandelbrot.site +
++ You means the individual accessing or using the + Service, or the company, or other legal entity on behalf of which such + individual is accessing or using the Service, as applicable. +
++ While using Our Service, We may ask You to provide Us with certain + personally identifiable information that can be used to contact or + identify You. Personally identifiable information may include, but is not + limited to: +
+Usage Data is collected automatically when using the Service.
++ Usage Data may include information such as Your Device's Internet Protocol + address (e.g. IP address), browser type, browser version, the pages of our + Service that You visit, the time and date of Your visit, the time spent on + those pages, unique device identifiers and other diagnostic data. +
++ When You access the Service by or through a mobile device, We may collect + certain information automatically, including, but not limited to, the type + of mobile device You use, Your mobile device unique ID, the IP address of + Your mobile device, Your mobile operating system, the type of mobile + Internet browser You use, unique device identifiers and other diagnostic + data. +
++ We may also collect information that Your browser sends whenever You visit + our Service or when You access the Service by or through a mobile device. +
++ We use Cookies and similar tracking technologies to track the activity on + Our Service and store certain information. Tracking technologies used are + beacons, tags, and scripts to collect and track information and to improve + and analyze Our Service. The technologies We use may include: +
++ Cookies can be "Persistent" or "Session" Cookies. + Persistent Cookies remain on Your personal computer or mobile device when + You go offline, while Session Cookies are deleted as soon as You close + Your web browser. +
++ We use both Session and Persistent Cookies for the purposes set out below: +
+Necessary / Essential Cookies
+Type: Session Cookies
+Administered by: Us
++ Purpose: These Cookies are essential to provide You with services + available through the Website and to enable You to use some of its + features. They help to authenticate users and prevent fraudulent use + of user accounts. Without these Cookies, the services that You have + asked for cannot be provided, and We only use these Cookies to provide + You with those services. +
+Cookies Policy / Notice Acceptance Cookies
+Type: Persistent Cookies
+Administered by: Us
++ Purpose: These Cookies identify if users have accepted the use of + cookies on the Website. +
+Functionality Cookies
+Type: Persistent Cookies
+Administered by: Us
++ Purpose: These Cookies allow us to remember choices You make when You + use the Website, such as remembering your login details or language + preference. The purpose of these Cookies is to provide You with a more + personal experience and to avoid You having to re-enter your + preferences every time You use the Website. +
++ For more information about the cookies we use and your choices regarding + cookies, please visit our Cookies Policy or the Cookies section of our + Privacy Policy. +
+The Organization may use Personal Data for the following purposes:
++ To provide and maintain our Service, including to + monitor the usage of our Service. +
++ To manage Your Account: to manage Your registration + as a user of the Service. The Personal Data You provide can give You + access to different functionalities of the Service that are available + to You as a registered user. +
++ For the performance of a contract: the development, + compliance and undertaking of the purchase contract for the products, + items or services You have purchased or of any other contract with Us + through the Service. +
++ To contact You: To contact You by email, telephone + calls, SMS, or other equivalent forms of electronic communication, + such as a mobile application's push notifications regarding updates or + informative communications related to the functionalities, products or + contracted services, including the security updates, when necessary or + reasonable for their implementation. +
++ To provide You with news, special offers and general + information about other goods, services and events which we offer that + are similar to those that you have already purchased or enquired about + unless You have opted not to receive such information. +
++ To manage Your requests: To attend and manage Your + requests to Us. +
++ For business transfers: We may use Your information + to evaluate or conduct a merger, divestiture, restructuring, + reorganization, dissolution, or other sale or transfer of some or all + of Our assets, whether as a going concern or as part of bankruptcy, + liquidation, or similar proceeding, in which Personal Data held by Us + about our Service users is among the assets transferred. +
++ For other purposes: We may use Your information for + other purposes, such as data analysis, identifying usage trends, + determining the effectiveness of our promotional campaigns and to + evaluate and improve our Service, products, services, marketing and + your experience. +
+We may share Your personal information in the following situations:
++ The Organization will retain Your Personal Data only for as long as is + necessary for the purposes set out in this Privacy Policy. We will retain + and use Your Personal Data to the extent necessary to comply with our + legal obligations (for example, if we are required to retain your data to + comply with applicable laws), resolve disputes, and enforce our legal + agreements and policies. +
++ The Organization will also retain Usage Data for internal analysis + purposes. Usage Data is generally retained for a shorter period of time, + except when this data is used to strengthen the security or to improve the + functionality of Our Service, or We are legally obligated to retain this + data for longer time periods. +
++ Your information, including Personal Data, is processed at the + Organization's operating offices and in any other places where the parties + involved in the processing are located. It means that this information may + be transferred to ā and maintained on ā computers located outside of Your + state, province, country or other governmental jurisdiction where the data + protection laws may differ than those from Your jurisdiction. +
++ Your consent to this Privacy Policy followed by Your submission of such + information represents Your agreement to that transfer. +
++ The Organization will take all steps reasonably necessary to ensure that + Your data is treated securely and in accordance with this Privacy Policy + and no transfer of Your Personal Data will take place to an organization + or a country unless there are adequate controls in place including the + security of Your data and other personal information. +
++ You have the right to delete or request that We assist in deleting the + Personal Data that We have collected about You. +
++ Our Service may give You the ability to delete certain information about + You from within the Service. +
++ You may update, amend, or delete Your information at any time by signing + in to Your Account, if you have one, and visiting the account settings + section that allows you to manage Your personal information. You may also + contact Us to request access to, correct, or delete any personal + information that You have provided to Us. +
++ Please note, however, that We may need to retain certain information when + we have a legal obligation or lawful basis to do so. +
++ If the Organization is involved in a merger, acquisition or asset sale, + Your Personal Data may be transferred. We will provide notice before Your + Personal Data is transferred and becomes subject to a different Privacy + Policy. +
++ Under certain circumstances, the Organization may be required to disclose + Your Personal Data if required to do so by law or in response to valid + requests by public authorities (e.g. a court or a government agency). +
++ The Organization may disclose Your Personal Data in the good faith belief + that such action is necessary to: +
++ The security of Your Personal Data is important to Us, but remember that + no method of transmission over the Internet, or method of electronic + storage is 100% secure. While We strive to use commercially acceptable + means to protect Your Personal Data, We cannot guarantee its absolute + security. +
++ Our Service does not address anyone under the age of 13. We do not + knowingly collect personally identifiable information from anyone under + the age of 13. If You are a parent or guardian and You are aware that Your + child has provided Us with Personal Data, please contact Us. If We become + aware that We have collected Personal Data from anyone under the age of 13 + without verification of parental consent, We take steps to remove that + information from Our servers. +
++ If We need to rely on consent as a legal basis for processing Your + information and Your country requires consent from a parent, We may + require Your parent's consent before We collect and use that information. +
++ Our Service may contain links to other websites that are not operated by + Us. If You click on a third party link, You will be directed to that third + party's site. We strongly advise You to review the Privacy Policy of every + site You visit. +
++ We have no control over and assume no responsibility for the content, + privacy policies or practices of any third party sites or services. +
++ We may update Our Privacy Policy from time to time. We will notify You of + any changes by posting the new Privacy Policy on this page. +
++ We will let You know via email and/or a prominent notice on Our Service, + prior to the change becoming effective and update the "Last + updated" date at the top of this Privacy Policy. +
++ You are advised to review this Privacy Policy periodically for any + changes. Changes to this Privacy Policy are effective when they are posted + on this page. +
++ If you have any questions about this Privacy Policy, You can contact us: +
+