Skip to content

Commit f9c49c5

Browse files
committed
Moves brand assets to separate page
1 parent ba4db67 commit f9c49c5

File tree

4 files changed

+36
-25
lines changed

4 files changed

+36
-25
lines changed

_includes/footer.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ <h4 class="h4">Explore</h4>
2525
<li>
2626
<a href="{% base %}about">About</a>
2727
</li>
28+
<li>
29+
<a href="{% base %}/brand">Brand</a>
30+
</li>
2831
</ul>
2932
</nav>
3033
<div class="footer-tutorialcontainer">

about.md

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,6 @@ We regularly accept pull requests and are always looking for new contributors. I
1717

1818
For instructions on how to build Natron from sources please see [this section of our README document.](https://github.com/NatronGitHub/Natron#building-and-installing-from-source)
1919

20-
## Brand
21-
22-
Natron has a logo and you're welcome to use it to identify the program as long as you aren't impersonating the Natron organization or its developers through the use of these assets. Please review the brief list of guidelines below.
23-
24-
[Click here to download our brand assets!](files/Natron-Brand-Package.zip)
25-
26-
### Please do:
27-
28-
- Use the Natron logo whenever you wish to give credit to the program, when using the logo in film credits please place it with any other relevant logos to ensure it does not imply that your film was created by Natron or its developers
29-
- Try to use the full version of the logo with text wherever space allows
30-
- Use the logo that provides the most contrast against the background it is placed on
31-
32-
### Please do not:
33-
34-
- Attempt to use the Natron logo to pass yourself or organization off as the developers of Natron
35-
- Attempt to use the Natron logo as your own
36-
- Modify the logo in any way
37-
38-
<!-- ### Community Badges
39-
40-
We're borrowing this concept from the Blender Foundation because it's great! Do you make Natron-related content? Use these assets to identify it as such!
41-
42-
These badges should not be used to identify Natron in film credits, when crediting the program please use our full logo as distributed in the brand assets package. -->
43-
4420
## FAQs
4521

4622
### Is Natron free?
@@ -63,3 +39,7 @@ Natron does *not* include 3D compositing features. You will need to use a 3D pac
6339
### Where can I donate to Natron?
6440

6541
While we appreciate your generosity Natron does not currently accept donations. Currently all of our contributors have full time jobs and the amount we would likely receive from community donations wouldn't justify the administrative overhead of collecting them. With that caveat aside, if you are a corporate entity willing to fund development on a larger scale please do reach out!
42+
43+
### Where can I find brand assets for Natron?
44+
45+
You can download our logo and wordmark on our [brand assets page](/brand).

brand.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: textpage
3+
title: Natron Brand Assets
4+
---
5+
6+
## Brand
7+
8+
Natron has a logo and you're welcome to use it to identify the program as long as you aren't impersonating the Natron organization or its developers through the use of these assets. Please review the brief list of guidelines below.
9+
10+
[Click here to download our brand assets!](files/Natron-Brand-Package.zip)
11+
12+
### Please do:
13+
14+
- Use the Natron logo whenever you wish to give credit to the program, when using the logo in film credits please place it with any other relevant logos to ensure it does not imply that your film was created by Natron or its developers
15+
- Try to use the full version of the logo with text wherever space allows
16+
- Use the logo that provides the most contrast against the background it is placed on
17+
18+
### Please do not:
19+
20+
- Attempt to use the Natron logo to pass yourself or organization off as the developers of Natron
21+
- Attempt to use the Natron logo as your own
22+
- Modify the logo in any way
23+
24+
<!-- ### Community Badges
25+
26+
We're borrowing this concept from the Blender Foundation because it's great! Do you make Natron-related content? Use these assets to identify it as such!
27+
28+
These badges should not be used to identify Natron in film credits, when crediting the program please use our full logo as distributed in the brand assets package. -->

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h2 class="h2 center-text">Download Natron</h2>
130130
Latest version: {% for post in site.categories.release limit:1 %}{{post.version}}{% endfor %}
131131
</p>
132132
<p class="p-small center-text">
133-
Released {% for post in site.categories.release limit:1 %}{{ post.date | date: "%B %d, %Y" }}{% endfor %}: <a href="{% for post in site.categories.release limit:1 %}{{post.url}}{% endfor %}" class="intext-link intext-link-glow">Changelog<i class='bx bx-right-arrow-alt'></i></a>
133+
Released {% for post in site.categories.release limit:1 %}{{ post.date | date: "%B %d, %Y" }}{% endfor %}: <a href="{% for post in site.categories.release limit:1 %}{{post.url}}{% endfor %}" class="intext-link intext-link-glow">Changelog<i style="font-size: 1.4rem;margin-right: 0.4rem;" class='bx bx-right-arrow-alt'></i></a>
134134
</p>
135135
<p class="p-small center-text">
136136
<a href="{% base %}system-requirements" class="intext-link intext-link-glow">System requirements</a>

0 commit comments

Comments
 (0)