+
diff --git a/website/content/contact/_index.md b/website/content/contact/_index.md
index 8776a678..aeceb71c 100644
--- a/website/content/contact/_index.md
+++ b/website/content/contact/_index.md
@@ -3,7 +3,15 @@ title = "Contact the team"
template = "page.html"
+++
+
+
+
+# Contact the team.
+
* Members of the press, please see the [press resources](/press) page.
* For general discussions, reach out on [Discord](https://discord.graphite.rs) or [Reddit](https://www.reddit.com/r/graphite/).
* To report a bug or request a feature, please [file an issue](https://github.com/GraphiteEditor/Graphite/issues/new) on GitHub.
* For other inquiries, please get in touch by email at .
+
+
+
diff --git a/website/content/contribute/_index.md b/website/content/contribute/_index.md
index cc5246bc..e51428c4 100644
--- a/website/content/contribute/_index.md
+++ b/website/content/contribute/_index.md
@@ -3,6 +3,11 @@ title = "Contribute to Graphite"
template = "page.html"
+++
+
+
+
+# Contribute to Graphite.
+
It's great to hear you are interested in contributing to Graphite! We want to make it as easy and frictionless as possible for you to get started. Here are the basics.
## Building and running the codebase.
@@ -133,3 +138,6 @@ Once you begin writing code, please open a pull request immediately and mark it
Open a new PR as a draft / Convert an existing PR to a draft:

+
+
+
diff --git a/website/content/features/_index.md b/website/content/features/_index.md
index 4e15e6be..9cee39c1 100644
--- a/website/content/features/_index.md
+++ b/website/content/features/_index.md
@@ -3,6 +3,11 @@ title = "Features and roadmap"
template = "page.html"
+++
+
+
+
+# Features and roadmap.
+
The current version of Graphite provides tools for designing vector art with Bezier curves, similar to tools like Inkscape, Illustrator, and Affinity Designer. These creations may be exported to SVG, JPG, or PNG formats. External images may be imported and placed in the document as a layer (but not directly edited yet).
The present priority is building the node graph system and integrating it with the existing vector editing toolset. Once ready, work will shift to building a raster-based render engine. More advanced features will build off those core capabilities.
@@ -60,3 +65,6 @@ Long Term:
- Live video compositing
- Animated SVG authorship
- Distributed rendering system
+
+
+
+# Graphite license.
+
Graphite is open source software built by the community. The application is free to use by anyone for any purpose, even commercially. The artwork you produce is solely yours.
The source code [available on GitHub](https://github.com/GraphiteEditor/Graphite) (including the Graphite editor application, Graphene system, libraries, and other software materials) is provided under the Apache 2.0 license posted below, unless otherwise noted. Artwork, including but not limited to logos, icons, SVG code, branding imagery, and sample art are excluded from this license and held under copyright by their respective owners. Learn about the [Graphite brand](/logo) for more information.
@@ -185,3 +190,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
+
+
+
+# Graphite logo.
+
The Graphite logo is made available for community use. While the software is free and open source, the brand identity is more restrictive. Please be respectful of the Graphite brand by reviewing the usage policy.
## Usage policy.
@@ -19,3 +27,65 @@ If in doubt, please send an email to for permission.
## Download.
Download the complete [logo kit](https://static.graphite.rs/logos/graphite-logo-kit.zip) or a specific version in PNG or SVG format below.
+
+
+
+# Press resources.
+
This page provides materials for members of the press and anyone looking to share Graphite with their audiences.
## Contact.
@@ -12,3 +17,6 @@ Please get in touch if you'd like to conduct an interview, get any questions ans
## Logo.
Logos in PNG and SVG format are available for use in articles talking about Graphite. See the [logo](/logo) page for downloads.
+
+
+
diff --git a/website/sass/page.scss b/website/sass/page.scss
deleted file mode 100644
index e69de29b..00000000
diff --git a/website/templates/404.html b/website/templates/404.html
index 66c13d6f..f3bb5211 100644
--- a/website/templates/404.html
+++ b/website/templates/404.html
@@ -1,13 +1,11 @@
{% extends "base.html" %}
-{% block title %}Page not found.{% endblock title %}
+{% block title %}Page not found{% endblock title %}
{% block content %}
-
Page not found (yet).
-
- Some pages are still actively under construction. Please check back in a few days!
-