renewedtab_website/press.html

180 lines
4.9 KiB
HTML

---
title: Press Kit
layout: article
---
<h1>Press Kit</h1>
<p class="has-text-grey-light">
The following page contains information useful for those that wish to write
about Renewed Tab.
</p>
<p class="has-text-grey-light">
You may use any of the content on this page and any screenshots, except the
logo, under public domain or the
<a href="https://creativecommons.org/share-your-work/public-domain/cc0/">CC0 license</a>.
The logo, as well as the rest of this website, is licensed
under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
</p>
<h2>Descriptions</h2>
<p class="has-text-grey-light">
Make sure to check out the rest of the website, especially the
<a href="/">list of features</a>.
</p>
<p>
<b>Short description:</b>
{{ site.description }}.
</p>
<p>
<b>Longer description:</b>
Renewed Tab is a New Tab browser extension, focusing on rich widgets,
a clean user experience, and customisation. It shows a beautiful background
each time you open a new tab, randomly chosen from a large collection of
high-quality photos.
</p>
<h2>About the Developer and Development</h2>
<p>
Renewed Tab was created and developed by
<a href="https://rubenwardy.com">Andrew "rubenwardy" Ward</a>, a software
engineer from Bristol UK.
</p>
<p>
rubenwardy created Renewed Tab after being disappointed with the existing
options. They either had a bad user experience, none of the features he
wanted, or they locked basic features behind a paywall.
See <a href="/#features">features</a> for a list of key features.
Read <a href="/blog/2022/07/21/why-I-created-renewed-tab/">the blog post</a>
to find out more.
</p>
<p>
Renewed Tab was released as free and open source software under the GPLv3
license, allowing anyone to
<a href="https://gitlab.com/renewedtab/renewedtab/">see its code</a>,
contribute to it, and create their own versions.
</p>
<p>
Development is done publicly on GitLab, with the
<a href="https://gitlab.com/renewedtab/renewedtab/-/boards">roadmap</a>
fully visible.
Whilst the development is primarily done on
<a href="https://gitlab.com/renewedtab/renewedtab/">GitLab</a>, contributors
can also submit issues and patches using
<a href="https://gitlab.com/renewedtab/renewedtab/">GitHub</a> or by
contacting rubenwardy.
</p>
<p>
Renewed Tab supports French, Spanish, German, Italian, Russian, Chinese,
Portuguese, Malay, and Turkish (Français, Español, Deutsch, Italiano,
Русский, 汉语, Português, Bahasa Melayu, and Türkçe).
Translations are contributed by users, using our
<a href="https://renewedtab.com/translations/">Weblate</a>
instance.
</p>
<h1>Blog</h1>
<p class="has-text-grey-light">
Renewed Tab's blog has posts that may contain information you're interested in
</p>
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">
{{ post.title }}
</a>
</li>
{% endfor %}
</ul>
<h2>Resources</h2>
<h3>Links</h3>
<ul>
<li>
<a href="https://renewedtab.com?utm_source=presskit&utm_medium=referral">Website</a>
</li>
<li><a href="{{ site.firefox }}&utm_content=presskit">Firefox Add-ons</a></li>
<li><a href="{{ site.chrome }}&utm_content=presskit">Chrome Web Store</a></li>
<li>
<a href="https://twitter.com/RenewedTab">
<i class="fab fa-twitter mr-1"></i>
@RenewedTab
</a>
</li>
<li>
<a href="https://twitter.com/rubenwardy">
<i class="fab fa-twitter mr-1"></i>
@rubenwardy
</a>
</li>
<li>
<a href="https://fosstodon.org/@rubenwardy/">
@rubenwardy@fosstodon.org
</a></li>
</ul>
<p class="has-text-grey-light">
Whilst not required, we'd appreciate if you added utm query arguments to
links to our website and browser store pages, so that we can track where
installs come from. Eg:
<code>
?utm_source=yourwebsite.com&utm_medium=referral
</code>
</p>
<h3>Logo</h3>
<a href="/static/icon.svg" class="card is-square is-inline-block mt-4">
<div class="card-content">
<figure class="image is-128x128">
<img src="/static/icon.svg" alt="SVG logo">
</figure>
<div class="content">
SVG Logo
</div>
</div>
</a>
<h3>Colors</h3>
<p>
<span class="color" style="background-color: #007DB8;">#007DB8</span>
<span class="color" style="background-color: #093167;">#093167</span>
<span class="color" style="background-color: #c49bc6;">#c49bc6</span>
</p>
<h3>Screenshots</h3>
<p>
See screenshots on <a href="/#gallery">the homepage</a>.
</p>
<h2>Contact Me</h2>
<p>
If you have any questions, feel free to contact me. You may
wish to check out the FAQ, as it may answer your question.
</p>
<div class="buttons">
<a class="button is-primary" href="/help/">
<i class="fas fa-question-circle mr-2"></i>
Help / FAQ
</a>
<a href="https://rubenwardy.com/contact/" class="button">
<i class="fas fa-envelope mr-2"></i>
Contact Me
</a>
<a href="https://discord.gg/zYjR54b" class="button">
<i class="fab fa-discord mr-2"></i>
Discord
</a>
<a href="https://matrix.to/#/#renewedtab:matrix.org" class="button" >
<i class="fas fa-hashtag mr-2"></i>
Matrix
</a>
</div>