Improve wording on the website home page; add a volunteer icon
This commit is contained in:
parent
f74b6ed111
commit
655831eedf
|
|
@ -7,10 +7,10 @@ use crate::messages::tool::utility_types::{EventToMessageMap, Fsm, ToolActionHan
|
|||
use crate::messages::tool::utility_types::{HintData, HintGroup, HintInfo};
|
||||
|
||||
use graphene::intersection::Quad;
|
||||
use graphene::layers::style::Fill;
|
||||
use graphene::Operation;
|
||||
|
||||
use glam::DVec2;
|
||||
use graphene::layers::style::Fill;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Default)]
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
--variable-px: Min(1px, 0.15vw);
|
||||
--page-edge-padding: 40px;
|
||||
--border-thickness: 2px;
|
||||
|
||||
|
||||
@media screen and (max-width: 760px) {
|
||||
--font-size-intro-heading: 40px;
|
||||
--font-size-intro-body: 18px;
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@
|
|||
|
||||
<section id="opener-message" class="section-row right">
|
||||
<div class="graphic">
|
||||
<img src="https://static.graphite.rs/content/index/brush.svg" alt="" />
|
||||
<img src="https://static.graphite.rs/content/index/brush__2.svg" alt="" />
|
||||
</div>
|
||||
<div class="section">
|
||||
<h1>Professional 2D content creation for everyone.</h1>
|
||||
|
|
@ -161,8 +161,7 @@
|
|||
<!-- <div class="graphic">
|
||||
<img src="graphic.svg" alt="" />
|
||||
</div> -->
|
||||
<p>When editing in Graphite, your work gets described in <em>nodes</em> within your <em>layers</em>. Their <em>parameters</em> can be altered anytime in the creative process. The
|
||||
simpler <em>layer tree</em> and wickedly powerful <em>node graph</em> provide two equivalent and interchangeable ways to create art.</p>
|
||||
<p>While working in Graphite, your edits are saved into the <em>Node Graph</em>. Its <em>nodes</em> represent operations and effects like Magic Wand selection and Blur. Node <em>parameters</em> can be altered anytime, helping you iterate faster. The graph is organized into layers and folders, and a layer panel provides a simpler, compact view of the graph.</p>
|
||||
<!-- <a href="/blog/node-graph-explained" class="link arrow">Node Graph</a> -->
|
||||
</div>
|
||||
<div class="section">
|
||||
|
|
@ -222,9 +221,9 @@
|
|||
</section>
|
||||
|
||||
<section id="get-involved" class="section-row right">
|
||||
<!-- <div class="graphic">
|
||||
<img src="graphic.svg" alt="" />
|
||||
</div> -->
|
||||
<div class="graphic">
|
||||
<img src="https://static.graphite.rs/content/index/volunteer.svg" alt="" />
|
||||
</div>
|
||||
<div class="section">
|
||||
<h1>Get involved.</h1>
|
||||
<p>
|
||||
|
|
@ -233,7 +232,7 @@
|
|||
help.
|
||||
</p>
|
||||
<p>
|
||||
Rust, web, and graphics programmers should check out the <a href="/contribute">development page</a> for a quick technical overview and resources for getting started. Or just ask where to
|
||||
Rust, web, and graphics programmers should check out the <a href="/contribute">contribute</a> page for a quick technical overview and resources for getting started. Or just ask where to
|
||||
begin in the #development channel on Discord and the community will get you set up.
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -244,8 +243,7 @@
|
|||
<div id="newsletter" class="section">
|
||||
<h1>Stay in the loop.</h1>
|
||||
<p>
|
||||
Graphite is early in development and the most exciting, ambitious features are still to come. Enter your email below to receive only occasional announcements when major updates are
|
||||
ready for your enjoyment. The first newsletter will likely be sent out for the Graphite alpha milestone 2 release, featuring node-based editing, later this year.
|
||||
Graphite is early in development and the most ambitious features are still to come. Subscribe for occasional news about big development updates. The first newsletter will be sent for the alpha milestone 2 release, featuring node-based editing.
|
||||
</p>
|
||||
<div id="newsletter-success">
|
||||
<h2>Thanks!</h2>
|
||||
|
|
@ -274,8 +272,7 @@
|
|||
<div id="social" class="section">
|
||||
<h1>Follow along.</h1>
|
||||
<p>
|
||||
High-quality open source software is a community endeavor. Whether you are a developer, an artist, or (like many of us) something in between— your presence in the Graphite community
|
||||
will surely be valuable. As an avid user, tester, contributor, or just someone to cheer along from the sidelines, please join the conversation.
|
||||
High-quality open source software is a community endeavor. Whether you're an artist, a coder, or (like many of us) something in between— you'll be perfect in the Graphite community. Hang out with hundreds of other Graphite users, testers, and developers.
|
||||
</p>
|
||||
<div class="social-links">
|
||||
<div class="column">
|
||||
|
|
|
|||
Loading…
Reference in New Issue