Marketing/website redesign (#2881)
* Focalboard website revamp work * Removed alternate grey footer * Update Contribute link and general styles * Updated homepage images * Update image src and alt for homepage * Update nav items and general styles * Fix menu items for focalboard.com internal pages * Update README with asset versioning notes. Update URLs in footer. Update asset versions in query strings. Co-authored-by: Jared <jared@presentlogic.com> Co-authored-by: Jared Thomas <jared.thomas@ela1.com>
@ -32,3 +32,10 @@ make run
|
||||
```
|
||||
|
||||
3. Go to http://localhost:1313 to see the running server
|
||||
|
||||
## Production Notes
|
||||
|
||||
### For Assets (stylesheets, scripts, images)
|
||||
|
||||
If there are changes, please make sure that you change files names or update the version in the asset URL’s query string to help override the browser cache.
|
||||
The main stylesheet (styles.css) can change quite frequently, so to update the version across all pages, you can go into `layouts/partials/head.html` and adjust the `version` query param.
|
0
website/site/.hugo_build.lock
Normal file
@ -54,31 +54,25 @@ pygmentsStyle = "manni"
|
||||
# You can add custom links before or after the default links
|
||||
# Assign a weight to define the order
|
||||
|
||||
# prepended links
|
||||
#[[menu.prepend]]
|
||||
# url = "http://gohugo.io"
|
||||
# name = "Hugo"
|
||||
# weight = 10
|
||||
[[menu.postpend]]
|
||||
url = "https://developers.mattermost.com/contribute/focalboard/"
|
||||
name = "Contribute"
|
||||
weight = 1
|
||||
|
||||
[[menu.postpend]]
|
||||
url = "https://github.com/mattermost/focalboard"
|
||||
name = "Github"
|
||||
weight = 2
|
||||
|
||||
# postpended links
|
||||
[[menu.postpend]]
|
||||
url = "/download/personal-edition"
|
||||
name = "Download"
|
||||
weight = 1
|
||||
|
||||
[[menu.postpend]]
|
||||
url = "/guide/user"
|
||||
name = "User's Guide"
|
||||
weight = 2
|
||||
|
||||
[[menu.postpend]]
|
||||
url = "https://mattermost.github.io/focalboard/"
|
||||
name = "Contribute"
|
||||
weight = 3
|
||||
|
||||
[[menu.postpend]]
|
||||
url = "/blog"
|
||||
name = "Blog"
|
||||
url = "/guide/user"
|
||||
name = "User Guide"
|
||||
weight = 4
|
||||
|
||||
[[menu.postpend]]
|
||||
@ -86,6 +80,11 @@ pygmentsStyle = "manni"
|
||||
name = "Feedback"
|
||||
weight = 5
|
||||
|
||||
[[menu.postpend]]
|
||||
url = "https://mattermost.com/"
|
||||
name = "Mattermost"
|
||||
weight = 6
|
||||
|
||||
# Workaround to add draft status to menu items
|
||||
[[params.navigation.drafts]]
|
||||
Download = false
|
||||
@ -125,7 +124,7 @@ pygmentsStyle = "manni"
|
||||
[[params.intro.item]]
|
||||
title = "Contribute"
|
||||
description = "Help build the future of productivity and submit code directly to the Focalboard open-source project."
|
||||
url = "https://mattermost.github.io/focalboard/"
|
||||
url = "https://developers.mattermost.com/contribute/focalboard/"
|
||||
button = "Start Contributing"
|
||||
icon = "/img/contribute-icon.svg"
|
||||
draft = false
|
||||
|
@ -11,7 +11,6 @@
|
||||
{{ partial "nav.html" .}}
|
||||
|
||||
<div id="wrapper">
|
||||
<div class="homepage__bg"></div>
|
||||
{{ partial "hero.html" .}}
|
||||
|
||||
<div class="container-fluid">
|
||||
|
@ -1,19 +1,189 @@
|
||||
<footer class="text-center">
|
||||
<div class="container-fluid">
|
||||
<div class="footer__copyright">© Mattermost, Inc. All Rights Reserved. <a href="https://mattermost.com/terms-of-use/">Terms of use</a>. <a href="https://mattermost.com/privacy-policy/">Privacy policy</a>. <a href="https://mattermost.com/privacy-policy/cookies/">Cookie policy</a>.</div>
|
||||
<div class="footer__item"><a href="https://mattermost.com/careers/?utm_source=focalboard" target="_blank">Join the team, we're hiring!</a></div>
|
||||
<div class="footer__icons">
|
||||
<a href="{{ .Site.Params.footer.facebook }}" target="_blank" rel="noopener noreferrer" class="btn-primary"><i class="fa fa-facebook"></i></a>
|
||||
<a href="{{ .Site.Params.footer.twitter }}" target="_blank" rel="noopener noreferrer" class="btn-primary"><i class="fa fa-twitter"></i></a>
|
||||
<a href="{{ .Site.Params.footer.youtube }}" target="_blank" rel="noopener noreferrer" class="btn-primary"><i class="fa fa-youtube"></i></a>
|
||||
<footer aria-label="Mattermost Footer" class="site-footer">
|
||||
<div class="container">
|
||||
<div id="footer-logo">
|
||||
<img src="/img/footer-logo.svg" alt="Mattermost Footer Logo" />
|
||||
</div>
|
||||
<ul class="footer-menu__single">
|
||||
<li><span class="footer-menu__heading">Company</span>
|
||||
<ul id="menu-footer-company" class="menu">
|
||||
<li id="menu-item-25352"
|
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25352"><a
|
||||
href="https://mattermost.com/about-us/">About Us</a></li>
|
||||
<li id="menu-item-25353"
|
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25353"><a
|
||||
href="https://mattermost.com/newsroom/">Newsroom</a></li>
|
||||
<li id="menu-item-25354"
|
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25354"><a
|
||||
href="https://mattermost.com/partners/">Partners</a></li>
|
||||
<li id="menu-item-25355"
|
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25355"><a
|
||||
href="https://mattermost.com/events/">Events</a></li>
|
||||
<li id="menu-item-25356"
|
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25356"><a
|
||||
href="https://mattermost.com/careers/">Careers</a></li>
|
||||
<li id="menu-item-28328"
|
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28328"><a
|
||||
href="https://mattermost.com/contact-sales/">Contact Us</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="footer-menu__single">
|
||||
<li><span class="footer-menu__heading">Platform</span>
|
||||
<ul id="menu-footer-platform" class="menu">
|
||||
<li id="menu-item-27084"
|
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27084"><a
|
||||
href="https://mattermost.com/platform-overview/">Platform Overview</a></li>
|
||||
<li id="menu-item-27085"
|
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27085"><a
|
||||
href="https://mattermost.com/channels/">Channels</a></li>
|
||||
<li id="menu-item-27087"
|
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27087"><a
|
||||
href="https://mattermost.com/playbooks/">Playbooks</a></li>
|
||||
<li id="menu-item-27086"
|
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27086"><a
|
||||
href="https://mattermost.com/boards/">Boards</a></li>
|
||||
<li id="menu-item-27088"
|
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27088"><a
|
||||
href="https://mattermost.com/integrations-overview/">Integrations</a></li>
|
||||
<li id="menu-item-25358"
|
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25358"><a
|
||||
href="https://mattermost.com/security/">Security</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="footer-menu__single">
|
||||
<li><span class="footer-menu__heading">Documentation</span>
|
||||
<ul id="menu-footer-documentation" class="menu">
|
||||
<li id="menu-item-25359"
|
||||
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-25359"><a
|
||||
href="https://docs.mattermost.com/guides/deployment.html">Deployment</a></li>
|
||||
<li id="menu-item-25360"
|
||||
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-25360"><a
|
||||
href="https://docs.mattermost.com/guides/channels.html">Channels Guide</a></li>
|
||||
<li id="menu-item-30298"
|
||||
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-30298"><a
|
||||
href="https://docs.mattermost.com/guides/playbooks.html">Playbooks Guide</a></li>
|
||||
<li id="menu-item-30299"
|
||||
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-30299"><a
|
||||
href="https://docs.mattermost.com/guides/boards.html">Boards Guide</a></li>
|
||||
<li id="menu-item-25362"
|
||||
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-25362"><a
|
||||
href="https://docs.mattermost.com/guides/administration.html">Admin</a></li>
|
||||
<li id="menu-item-25363"
|
||||
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-25363"><a
|
||||
href="https://api.mattermost.com/">API Reference</a></li>
|
||||
<li id="menu-item-25364"
|
||||
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-25364"><a
|
||||
href="https://docs.mattermost.com/">All Docs</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="footer-menu__single">
|
||||
<li><span class="footer-menu__heading">Download</span>
|
||||
<ul id="menu-footer-download" class="menu">
|
||||
<li id="menu-item-25365"
|
||||
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-25365"><a
|
||||
href="https://mattermost.com/download/">Mobile & Desktop Apps</a></li>
|
||||
<li id="menu-item-25366"
|
||||
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-25366"><a
|
||||
href="https://mattermost.com/deploy/">Mattermost Server</a></li>
|
||||
<li id="menu-item-27089"
|
||||
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27089"><a
|
||||
href="https://mattermost.com/trial/">Enterprise Trial License</a></li>
|
||||
<li id="menu-item-27090"
|
||||
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27090"><a
|
||||
href="https://customers.mattermost.com/cloud/signup">Cloud Trial</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="footer-menu__single">
|
||||
<li><span class="footer-menu__heading">Support</span>
|
||||
<ul id="menu-footer-support" class="menu">
|
||||
<li id="menu-item-25369"
|
||||
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-25369"><a
|
||||
href="https://community.mattermost.com/login">Community Chat Server</a></li>
|
||||
<li id="menu-item-25370"
|
||||
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-25370"><a
|
||||
href="https://forum.mattermost.org/">Forums</a></li>
|
||||
<li id="menu-item-25371"
|
||||
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-25371"><a
|
||||
href="https://handbook.mattermost.com/contributors/contributors/ways-to-contribute#report-a-bug">Report
|
||||
an Issue</a></li>
|
||||
<li id="menu-item-25372"
|
||||
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-25372"><a
|
||||
href="https://handbook.mattermost.com/contributors/contributors/ways-to-contribute#propose-new-features">Nominate
|
||||
a Feature</a></li>
|
||||
<li id="menu-item-28329"
|
||||
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28329"><a
|
||||
href="https://support.mattermost.com/hc/en-us">Help Center</a></li>
|
||||
<li id="menu-item-30880"
|
||||
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-30880"><a
|
||||
href="https://mattermost.com/support/">Terms</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="secondary-footer__copy">
|
||||
<small class="disclaimer"><span class="mm-copyright" style="margin-right: 1rem;">© Mattermost, Inc.
|
||||
2022.</span> <span><a href="https://mattermost.com/terms-of-use/" title="Terms of Service">Terms
|
||||
of Use</a> <span style="margin: 0 0.5rem;">|</span> <a
|
||||
href="https://mattermost.com/privacy-policy/" title="Privacy Policy">Privacy Policy</a> <span
|
||||
style="margin: 0 0.5rem;">|</span> <a href="https://mattermost.com/privacy-policy/cookies/"
|
||||
title="Cookie Policy">Cookie Policy</a> </span></small>
|
||||
</div>
|
||||
<ul class="secondary-footer__social">
|
||||
<li>
|
||||
<a href="https://github.com/mattermost/" target="_blank" rel="noopener noreferrer">
|
||||
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>GitHub icon</title>
|
||||
<path
|
||||
d="M17.5 0C7.83232 0 0 7.83232 0 17.5C0 27.1677 7.83232 35 17.5 35C27.1677 35 35 27.1677 35 17.5C35 7.83232 27.1677 0 17.5 0ZM20.8293 27.2317C20.5945 27.061 20.3384 26.8262 20.3384 26.5061C20.3384 26.1433 20.3598 25.9299 20.3598 24.3293C20.3598 22.7287 20.1463 22.1524 19.3994 21.6829C21.7043 21.4482 23.1555 20.872 23.8384 19.3567L23.9024 19.2073C23.9665 19.0793 24.0091 18.9299 24.0091 18.9299L24.0945 18.6311C24.2439 18.0549 24.3293 17.372 24.3506 16.561C24.3506 14.3841 23.2835 13.5945 23.0915 13.2317C23.3902 11.5671 23.0488 10.8201 22.878 10.564C22.2805 10.3506 20.8079 11.0976 19.997 11.6311C18.6738 11.247 15.8994 11.2896 14.8537 11.7378C12.9329 10.372 11.9085 10.5854 11.9085 10.5854C11.9085 10.5854 11.247 11.7591 11.7378 13.4665C11.0976 14.2774 10.628 14.8323 10.628 16.3476C10.628 17.2012 10.7348 17.9482 10.9482 18.6098L11.0122 18.7591L11.2043 19.1646L11.2896 19.314C12.0152 20.6159 13.4024 21.4268 15.7713 21.6616C15.4299 21.9177 15.0244 22.3872 14.9817 22.9634C14.5549 23.2409 13.7012 23.3262 13.0396 23.1128C12.122 22.814 11.7591 21 10.372 21.2561C10.0732 21.3201 10.1372 21.5122 10.3933 21.6829C10.8201 21.9604 11.2043 22.3018 11.5244 23.0274C11.7591 23.5823 12.25 24.5854 13.8293 24.5854C14.4482 24.5854 14.8963 24.5213 14.8963 24.5213C14.8963 24.5213 14.9177 25.9299 14.9177 26.4848C14.9177 26.8476 14.6402 27.061 14.4055 27.2317C10.4787 25.8872 7.64024 22.1524 7.64024 17.7561C7.64024 12.2073 12.122 7.72561 17.6707 7.72561C23.2195 7.72561 27.7012 12.2073 27.7012 17.7561C27.6372 22.1311 24.7774 25.8872 20.8293 27.2317Z"
|
||||
fill="#FFFFFF"></path>
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.linkedin.com/company/mattermost/" target="_blank" rel="noopener noreferrer">
|
||||
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_5:29)">
|
||||
<path
|
||||
d="M17.5 0C14.0388 0 10.6554 1.02635 7.77754 2.94927C4.89968 4.8722 2.65665 7.60532 1.33211 10.803C0.00758061 14.0007 -0.338975 17.5194 0.336266 20.9141C1.01151 24.3087 2.67822 27.4269 5.12564 29.8744C7.57306 32.3218 10.6913 33.9885 14.0859 34.6637C17.4806 35.339 20.9993 34.9924 24.197 33.6679C27.3947 32.3433 30.1278 30.1003 32.0507 27.2225C33.9737 24.3446 35 20.9612 35 17.5C35 12.8587 33.1563 8.40751 29.8744 5.12562C26.5925 1.84374 22.1413 0 17.5 0ZM13.6287 24.9033C13.6281 24.9734 13.6001 25.0403 13.5505 25.0898C13.501 25.1394 13.4341 25.1674 13.364 25.168H10.2887C10.2185 25.168 10.1512 25.1401 10.1016 25.0905C10.052 25.0408 10.0241 24.9735 10.0241 24.9033V15.0073C10.0247 14.9373 10.0527 14.8703 10.1022 14.8208C10.1517 14.7713 10.2187 14.7432 10.2887 14.7427H13.364C13.4341 14.7432 13.501 14.7713 13.5505 14.8208C13.6001 14.8703 13.6281 14.9373 13.6287 15.0073V24.9033ZM11.8317 13.9104C11.4263 13.9108 11.0299 13.7909 10.6927 13.566C10.3554 13.341 10.0925 13.021 9.93716 12.6466C9.78183 12.2721 9.74108 11.86 9.82006 11.4624C9.89904 11.0648 10.0942 10.6995 10.3809 10.4129C10.6675 10.1262 11.0328 9.93105 11.4304 9.85207C11.828 9.77308 12.2402 9.81383 12.6146 9.96916C12.9891 10.1245 13.309 10.3874 13.534 10.7247C13.7589 11.0619 13.8788 11.4583 13.8784 11.8637C13.8772 12.4062 13.6613 12.9261 13.2777 13.3097C12.8941 13.6932 12.3742 13.9092 11.8317 13.9104ZM25.1488 24.8948C25.1482 24.9648 25.1202 25.0318 25.0707 25.0813C25.0212 25.1308 24.9542 25.1589 24.8842 25.1594H21.811C21.7408 25.1594 21.6735 25.1316 21.6239 25.0819C21.5742 25.0323 21.5464 24.965 21.5464 24.8948V20.0994C21.5464 18.6759 21.4503 17.7412 20.1805 17.7412C18.9107 17.7412 18.6332 18.6119 18.6332 20.0161V24.9119C18.6327 24.9819 18.6046 25.0489 18.5551 25.0984C18.5056 25.1479 18.4386 25.176 18.3686 25.1765H15.2976C15.2626 25.1768 15.228 25.1702 15.1957 25.157C15.1633 25.1438 15.1339 25.1244 15.1091 25.0998C15.0843 25.0752 15.0646 25.0459 15.0511 25.0136C15.0377 24.9814 15.0308 24.9468 15.0308 24.9119V15.0073C15.0314 14.9369 15.0597 14.8696 15.1097 14.8201C15.1596 14.7705 15.2272 14.7427 15.2976 14.7427H18.2448C18.3152 14.7427 18.3827 14.7705 18.4327 14.8201C18.4827 14.8696 18.511 14.9369 18.5116 15.0073V15.528C19.1134 14.9689 20.1015 14.6253 21.2284 14.6253C24.7028 14.6253 25.1488 17.2183 25.1488 19.4741V24.8948Z"
|
||||
fill="white"></path>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_5:29">
|
||||
<rect width="35" height="35" fill="white"></rect>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.facebook.com/Mattermost-2300985916642531/" target="_blank"
|
||||
rel="noopener noreferrer">
|
||||
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>Facebook icon</title>
|
||||
<path
|
||||
d="M17.5 0C7.83232 0 0 7.83232 0 17.5C0 27.1677 7.83232 35 17.5 35C27.1677 35 35 27.1677 35 17.5C35 7.83232 27.1677 0 17.5 0ZM21.7043 11.7378H20.0183C18.9085 11.7378 18.8445 12.1433 18.8445 12.9329V14.5549H21.4909L21.1707 17.4573H18.8445V26.0579H14.9604V17.4573H13.4451V14.5549H14.9604V12.6982C14.9604 10.2866 15.9634 8.83537 18.8232 8.83537H21.7043V11.7378Z"
|
||||
fill="#FFFFFF"></path>
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://twitter.com/mattermost" target="_blank" rel="noopener noreferrer">
|
||||
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>Twitter icon</title>
|
||||
<path
|
||||
d="M17.5 0C7.83232 0 0 7.83232 0 17.5C0 27.1677 7.83232 35 17.5 35C27.1677 35 35 27.1677 35 17.5C35 7.83232 27.1677 0 17.5 0ZM24.0091 14.1494C24.0091 14.2988 24.0091 14.4268 24.0091 14.5762C24.0091 18.9726 20.6799 24.0305 14.5549 24.0305C12.6768 24.0305 10.9268 23.4756 9.47561 22.5366C9.73171 22.5579 10.0091 22.5793 10.2652 22.5793C11.8232 22.5793 13.253 22.0457 14.3841 21.1494C12.9543 21.128 11.7378 20.1677 11.311 18.8445C11.503 18.8872 11.7165 18.9085 11.9299 18.9085C12.2287 18.9085 12.5274 18.8659 12.8049 18.8018C11.2896 18.503 10.1372 17.1585 10.1372 15.5366C10.1372 15.5152 10.1372 15.5152 10.1372 15.4939C10.5854 15.75 11.0976 15.8994 11.6311 15.8994C10.7348 15.3018 10.1585 14.2774 10.1585 13.1463C10.1585 12.5274 10.3293 11.9726 10.6067 11.4817C12.25 13.4878 14.6829 14.811 17.4573 14.9604C17.3933 14.7256 17.372 14.4695 17.372 14.2134C17.372 12.378 18.8659 10.8841 20.7012 10.8841C21.6616 10.8841 22.5152 11.2896 23.1341 11.9299C23.8811 11.7805 24.6067 11.503 25.247 11.1189C24.9909 11.8872 24.4787 12.5488 23.7957 12.9543C24.4573 12.8689 25.0976 12.6982 25.6951 12.4421C25.2256 13.0823 24.6707 13.6799 24.0091 14.1494Z"
|
||||
fill="#FFFFFF"></path>
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- JS -->
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.5.1.min.js"
|
||||
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
|
||||
crossorigin="anonymous"></script>
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
|
||||
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
||||
<script src="{{ "js/tabs.js" | absURL }}"></script>
|
||||
<script src="{{ "js/main.js" | absURL }}"></script>
|
||||
<script src="{{ "js/main.js" | absURL }}"></script>
|
@ -15,13 +15,13 @@
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="{{ "img/favicon-32x32.png" | absURL }}" />
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;700&family=Noto+Sans:wght@300;400&display=swap" rel="stylesheet">
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="{{ "css/bootstrap.min.css" | absURL }}">
|
||||
<link rel="stylesheet" href="{{ "css/tabs.css" | absURL }}">
|
||||
<link rel="stylesheet" href="{{ "css/bar.css" | absURL }}">
|
||||
<link rel="stylesheet" href="{{ "css/styles.css" | absURL }}">
|
||||
<link rel="stylesheet" href="{{ "css/styles.css" | absURL }}?version=v4">
|
||||
<link rel="stylesheet" href="{{ "css/code.css" | absURL }}">
|
||||
<link rel="stylesheet" href="{{ "css/note.css" | absURL }}">
|
||||
|
||||
|
@ -1,57 +1,33 @@
|
||||
<div class="homepage__intro">
|
||||
<div class="container-fluid">
|
||||
<div class="homepage-intro__text text-left mt-4 mb-4">
|
||||
<h2>
|
||||
Focalboard: Project Tracking for Software Development Teams
|
||||
</h2>
|
||||
<div class="homepage__intro homepage__section">
|
||||
<div class="container-fluid">
|
||||
<div class="homepage-intro__text text-left">
|
||||
<h1>
|
||||
Project & Task Management for Software Development Teams
|
||||
</h1>
|
||||
|
||||
<p>
|
||||
Focalboard helps your software development team stay aligned to complete tasks, reach milestones, and achieve goals.
|
||||
Plan every project and hit every milestone with this open source alternative to tools like Asana, Trello, and Notion.
|
||||
Focalboard is an open source alternative to tools like Asana, Trello, and Notion. Available as a
|
||||
stand-alone application or integrated into the Mattermost platform, Focalboard helps developers stay
|
||||
aligned to complete tasks, reach milestones, and achieve their goals.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>For Teams</b>: Check out <a href="https://mattermost.com/boards/">Mattermost Boards</a> with integrated collaboration, for <a href="https://customers.mattermost.com/cloud/signup?utm_source=focalboard&utm_campaign=focalboard">cloud</a> or <a href="https://mattermost.com/deploy/?utm_source=focalboard&utm_campaign=focalboard">self-hosted</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>For Individuals</b>: Get <a href="download/personal-edition/desktop/">Personal Desktop</a>, a stand-alone single-user app for <a href="https://apps.apple.com/app/apple-store/id1556908618?pt=2114704&ct=website&mt=8">Mac</a>, <a href="https://www.microsoft.com/store/apps/9NLN2T0SX9VF?cid=website">Windows</a>, and <a href="download/personal-edition/desktop/#linux-desktop">Linux</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>For Developers</b>: Fork the source code on <a href="https://github.com/mattermost/focalboard">GitHub</a> and install <a href="download/personal-edition/ubuntu/">personal server</a> for development.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="text-center">
|
||||
<a href="download/personal-edition">
|
||||
<img src="https://user-images.githubusercontent.com/46905241/121941290-ee355280-cd03-11eb-9b9f-f6f524e4103e.gif" style="width: 100%; max-width: 1200px" />
|
||||
<img src="https://user-images.githubusercontent.com/46905241/121941290-ee355280-cd03-11eb-9b9f-f6f524e4103e.gif"
|
||||
style="width: 100%; max-width: 1200px" />
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<div class="homepage-intro__text">
|
||||
<p>
|
||||
Focalboard is open source! <a href="https://github.com/mattermost/focalboard" target='_blank'>Check out the source code</a> on GitHub, and contribute to the future of this project.
|
||||
Join the discussion on the <a href="https://community.mattermost.com">Mattermost community</a> to interact with other Mattermost and Focalboard contributors and users.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Mattermost is hiring! Focalboard was built by a passionate group of developers at Mattermost.
|
||||
We're looking for more talented engineers, designers, product managers, and other roles to join our rapidly growing team.
|
||||
Find out more on our <a href="https://mattermost.com/careers/?utm_source=focalboard" target="_blank">careers page</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{{ if .Site.Params.search.enable }}
|
||||
<div class="homepage-search row">
|
||||
<div class="homepage-search__input col-sm-9">
|
||||
<img src="img/search-icon.svg" width="24px" height="24px" alt="Search icon">
|
||||
<input type="text" class="transparent" placeholder="Search developer documentation">
|
||||
</div>
|
||||
<div class="homepage-search__button col-sm-3">
|
||||
<input type="button" class="btn btn-white btn-shadow form-control" value="Get Started">
|
||||
</div>
|
||||
<div class="homepage-search row">
|
||||
<div class="homepage-search__input col-sm-9">
|
||||
<img src="img/search-icon.svg" width="24px" height="24px" alt="Search icon">
|
||||
<input type="text" class="transparent" placeholder="Search developer documentation">
|
||||
</div>
|
||||
<div class="homepage-search__button col-sm-3">
|
||||
<input type="button" class="btn btn-white btn-shadow form-control" value="Get Started">
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
@ -1,20 +1,65 @@
|
||||
<div class="homepage-boxes text-center">
|
||||
<div class="row">
|
||||
{{ range .Site.Params.intro.item }}
|
||||
<div class="col-md-4 homepage-boxes__box box-dropshadow">
|
||||
<div class="homepage-boxes__icon">
|
||||
<img src="{{ .icon }}" width="57px" height="53px" alt="">
|
||||
</div>
|
||||
<h4>{{ .title }}</h4>
|
||||
<p>
|
||||
{{ .description }}
|
||||
</p>
|
||||
{{ if or (eq $.Site.BuildDrafts true) (eq .draft false) }}
|
||||
<a href="{{ .url }}" class="btn btn-primary btn-shadow btn-xs">{{ .button }}</a>
|
||||
{{ else }}
|
||||
<span class="btn btn-secondary btn-shadow btn-md">Coming Soon</a>
|
||||
{{ end }}
|
||||
<div class="homepage__section homepage__threecol">
|
||||
<div class="threecol__single">
|
||||
<div class="threecol__image">
|
||||
<img src="img/developers-icon.svg" alt="Developers Icon" />
|
||||
</div>
|
||||
<div class="threecol__copy">
|
||||
<h4>For Developers</h4>
|
||||
<p>
|
||||
Fork the source code on <a href="https://github.com/mattermost/focalboard" target="_blank">GitHub</a> and install <a href="/download/personal-edition/ubuntu/">personal server</a> for
|
||||
development.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="threecol__single">
|
||||
<div class="threecol__image">
|
||||
<img src="img/single-users-icon.svg" alt="Single User Icon" />
|
||||
</div>
|
||||
<div class="threecol__copy">
|
||||
<h4>For Single Users</h4>
|
||||
<p>
|
||||
Get <a href="/download/personal-edition/desktop/">Personal Desktop</a>, a stand-alone single-user app for <a href="/download/personal-edition/desktop/#linux-desktop">Mac</a>, <a
|
||||
href="/download/personal-edition/desktop/#linux-desktop">Windows</a>, and <a href="/download/personal-edition/desktop/#linux-desktop">Linux</a>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="threecol__single">
|
||||
<div class="threecol__image">
|
||||
<img src="img/teams-icon.svg" alt="Teams Icon" />
|
||||
</div>
|
||||
<div class="threecol__copy">
|
||||
<h4>For Teams</h4>
|
||||
<p>
|
||||
Check out <a href="https://mattermost.com/boards/" target="_blank">Mattermost Boards</a> with integrated collaboration, for <a href="https://customers.mattermost.com/cloud/signup?utm_source=focalboard&utm_campaign=focalboard" target="_blank">cloud</a> or <a
|
||||
href="https://mattermost.com/deploy/?utm_source=focalboard&utm_campaign=focalboard" target="_blank">self-hosted</a>.
|
||||
</p>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="homepage__section homepage__twocol">
|
||||
<div class="twocol__single twocol__image">
|
||||
<img src="https://user-images.githubusercontent.com/10912003/164514752-7ec8cbbd-844d-47b3-964f-dcf2e18e60b5.png" alt="Illustration of unzipping zipper revealing the code behind the focalboard interface" />
|
||||
</div>
|
||||
<div class="twocol__single twocol__copy">
|
||||
<h2>Focalboard is 100% Open Source</h2>
|
||||
<p>
|
||||
<a href="https://github.com/mattermost/focalboard" target="_blank">Check out the source code on GitHub</a>, and contribute to the future of this project. Join
|
||||
the discussion
|
||||
on the <a href="https://community.mattermost.com/core/channels/focalboard" target="_blank">Mattermost community</a> to interact with other Mattermost and Focalboard contributors
|
||||
and users.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="homepage__section homepage__twocol">
|
||||
<div class="twocol__single twocol__copy">
|
||||
<h2>Interested in joining the team?</h2>
|
||||
<p>
|
||||
Focalboard was built by a passionate group of developers at Mattermost. We're looking for more talented
|
||||
engineers, designers, product managers, and other roles to join our rapidly growing team. Find out more
|
||||
on the Mattermost <a href="https://mattermost.com/careers/" target="_blank">careers page</a>.
|
||||
</p>
|
||||
</div>
|
||||
<div class="twocol__single twocol__image">
|
||||
<img src="https://user-images.githubusercontent.com/10912003/164514748-fb39c516-c71e-445b-85bf-d75814053c3c.png" alt="Illustration of people with varying skin tones." />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -6,19 +6,18 @@
|
||||
{{ else }}
|
||||
<header>
|
||||
{{ end }}
|
||||
<a href="/"><img src="img/logo.svg" class="logo__colored" alt="Logo" width="212px"></a>
|
||||
<a href="/"><img src="img/logo-white.svg" class="logo__white" alt="Logo" width="212px"></a>
|
||||
<div class="header__menu-toggle">
|
||||
<i class="fa fa-bars"></i>
|
||||
</div>
|
||||
<ul class="header__links--right">
|
||||
<li><a href="https://github.com/mattermost/focalboard" target='_blank'>View Source</a></li>
|
||||
{{ range .Site.Menus.postpend }}
|
||||
{{ $drafts := index $.Site.Params.navigation.drafts 0}}
|
||||
{{ $draft := index $drafts .Name }}
|
||||
{{ if or (eq $.Site.BuildDrafts true) (eq $draft false) }}
|
||||
<li><a class="external" rel="noopener" href="{{ .URL }}">{{ .Name }}</a></li>
|
||||
<div class="container">
|
||||
<a href="/"><img src="img/logo.svg?version=v2" class="logo__colored" alt="Logo" width="212px"></a>
|
||||
<a href="/"><img src="img/logo-white.svg?version=v2" class="logo__white" alt="Logo" width="212px"></a>
|
||||
<div class="header__menu-toggle">
|
||||
<div class="menu-bar"></div>
|
||||
<div class="menu-bar"></div>
|
||||
<div class="menu-bar"></div>
|
||||
</div>
|
||||
<ul class="header__links--right">
|
||||
{{ range .Site.Menus.postpend }}
|
||||
<li><a class="external" rel="noopener" href="{{ .URL }}">{{ .Name }}</a></li>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</ul>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
|
@ -3,24 +3,19 @@
|
||||
{{ else }}
|
||||
<header>
|
||||
{{ end }}
|
||||
<a href="/"><img src="/img/logo.svg" alt="Logo" width="212px"></a>
|
||||
<div class="header__menu-toggle">
|
||||
<i class="fa fa-bars"></i>
|
||||
</div>
|
||||
<ul class="header__links--right">
|
||||
<li><a href="https://github.com/mattermost/focalboard" target='_blank'>View Source</a></li>
|
||||
{{ range .Site.Menus.postpend }}
|
||||
{{ $drafts := index $.Site.Params.navigation.drafts 0}}
|
||||
{{ $draft := index $drafts .Name }}
|
||||
{{ if or (eq $.Site.BuildDrafts true) (eq $draft false) }}
|
||||
{{ if eq (lower .Name) $.Section }}
|
||||
<li class="active"><a href="{{ .URL }}">{{ .Name | markdownify }}</a></li>
|
||||
{{ else }}
|
||||
<li><a href="{{ .URL }}">{{ .Name | markdownify }}</a></li>
|
||||
{{ end }}
|
||||
<div class="container nav-2">
|
||||
<a href="/"><img src="/img/logo.svg?version=v2" alt="Logo" width="212px"></a>
|
||||
<div class="header__menu-toggle">
|
||||
<div class="menu-bar"></div>
|
||||
<div class="menu-bar"></div>
|
||||
<div class="menu-bar"></div>
|
||||
</div>
|
||||
<ul class="header__links--right">
|
||||
{{ range .Site.Menus.postpend }}
|
||||
<li><a class="external" rel="noopener" href="{{ .URL }}">{{ .Name }}</a></li>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</ul>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
{{ partial "notification.html" .}}
|
||||
|
@ -6,6 +6,8 @@
|
||||
/* FONT PATH
|
||||
* -------------------------- */
|
||||
|
||||
@import url("https://use.typekit.net/cng2uup.css");
|
||||
|
||||
@font-face {
|
||||
font-family: 'FontAwesome';
|
||||
src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
|
||||
@ -14,6 +16,41 @@
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
:root {
|
||||
--denim01: #C5D2EC;
|
||||
--denim02: #7E96C8;
|
||||
--denim03: #4A69AC;
|
||||
--denim04: #2C4987;
|
||||
--denim05: #1E325C;
|
||||
--denim06: #162645;
|
||||
--marigold01: #FFE099;
|
||||
--marigold02: #FFD470;
|
||||
--marigold03: #FFBC1F;
|
||||
--marigold04: #CC8F00;
|
||||
--marigold05: #BB8D21;
|
||||
--marigold06: #A37200;
|
||||
--brown01: #674600;
|
||||
--brown02: #5B3515;
|
||||
--brown03: #1D1400;
|
||||
--black01: #EBEBEF;
|
||||
--black02: #BABEC9;
|
||||
--black03: #818698;
|
||||
--black04: #5A6072;
|
||||
--black05: #363A45;
|
||||
--black06: #1B1D22;
|
||||
--tradeGothic: 'trade-gothic-next', sans-serif;
|
||||
--notoSans: 'Noto Sans', Helvetica, Arial, sans-serif;
|
||||
--firaMono: "Fira Mono", monospace;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.fa {
|
||||
display: inline-block;
|
||||
font: normal normal normal 14px/1 FontAwesome;
|
||||
@ -129,6 +166,7 @@
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
@ -140,6 +178,7 @@
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
@ -3074,7 +3113,6 @@ readers do not read off random characters that represent icons
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 15px;
|
||||
min-height: 100vh;
|
||||
}
|
||||
@ -3089,10 +3127,22 @@ a:hover {
|
||||
|
||||
.container-fluid {
|
||||
max-width: 1140px;
|
||||
padding-left: 34px;
|
||||
padding-right: 34px;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding-bottom: 2em;
|
||||
padding-left: 34px;
|
||||
padding-right: 34px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.container,
|
||||
.container-fluid {
|
||||
max-width: 1170px;
|
||||
}
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
@ -3101,27 +3151,33 @@ a:hover {
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 24px;
|
||||
margin-bottom: 2.4rem;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-weight: 400;
|
||||
margin-bottom: 1em;
|
||||
margin-top: 1.8em;
|
||||
p,
|
||||
a,
|
||||
li {
|
||||
font-family: var(--notoSans);
|
||||
}
|
||||
|
||||
p + ul {
|
||||
margin-top: -2.4rem;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: var(--firaMono);
|
||||
}
|
||||
|
||||
.hanchor {
|
||||
font-size: 70%;
|
||||
visibility: hidden;
|
||||
color:silver;
|
||||
color: silver;
|
||||
}
|
||||
|
||||
h1:hover a, h2:hover a, h3:hover a, h4:hover a {
|
||||
h1:hover a,
|
||||
h2:hover a,
|
||||
h3:hover a,
|
||||
h4:hover a {
|
||||
visibility: visible
|
||||
}
|
||||
|
||||
@ -3157,14 +3213,19 @@ h1:hover a, h2:hover a, h3:hover a, h4:hover a {
|
||||
header {
|
||||
background: #FAFAFA;
|
||||
font-weight: 300;
|
||||
font-size: 16px;
|
||||
font-size: 15px;
|
||||
height: 100px;
|
||||
line-height: 100px;
|
||||
padding: 0 30px;
|
||||
position: relative;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
header .nav-2 img {
|
||||
max-width: 17.2rem;
|
||||
position: relative;
|
||||
top: -0.5rem;
|
||||
}
|
||||
|
||||
header.with-notification-bar {
|
||||
margin-top: 64px;
|
||||
}
|
||||
@ -3186,10 +3247,15 @@ header.with-notification-bar {
|
||||
}
|
||||
|
||||
.header__links--right a {
|
||||
font-family: var(--tradeGothic);
|
||||
color: inherit;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.homepage .header__links--right a:hover {
|
||||
color: var(--marigold03) !important;
|
||||
}
|
||||
|
||||
.header__links--right a:hover,
|
||||
.header__links--right a:focus {
|
||||
color: #186CDA;
|
||||
@ -3200,48 +3266,50 @@ header.with-notification-bar {
|
||||
display: none;
|
||||
float: right;
|
||||
font-size: 20px;
|
||||
opacity: .6;
|
||||
padding: 0 10px;
|
||||
position: relative;
|
||||
top: 4rem;
|
||||
/* padding-right: 2rem; */
|
||||
}
|
||||
|
||||
.header__menu-toggle .menu-bar {
|
||||
height: 0.3rem;
|
||||
background-color: var(--denim01);
|
||||
width: 2.5rem;
|
||||
margin-bottom: 0.6rem;
|
||||
}
|
||||
|
||||
.nav-2 .header__menu-toggle .menu-bar {
|
||||
background-color: var(--black05);
|
||||
}
|
||||
|
||||
.logo__white {
|
||||
display: none;
|
||||
}
|
||||
|
||||
footer {
|
||||
background: #FAFAFA;
|
||||
padding: 50px 0 40px;
|
||||
}
|
||||
|
||||
.footer__icons a {
|
||||
margin-top: 2em;
|
||||
-moz-border-radius: 50%;
|
||||
-webkit-border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
background: #186CDA;
|
||||
display: inline-block;
|
||||
font-size: 20px;
|
||||
height: 3.8rem;
|
||||
line-height: 3.8rem;
|
||||
margin: 10px;
|
||||
width: 3.8rem;
|
||||
transition: background-color .15s ease-in-out;
|
||||
}
|
||||
|
||||
.footer__icons i {
|
||||
color: #fff;
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4 {
|
||||
font-family: var(--tradeGothic);
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
font-size: 3.2rem;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.75rem;
|
||||
font-weight: 800;
|
||||
font-size: 2.8rem;
|
||||
margin-bottom: 0.8rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.5rem;
|
||||
font-size: 2.4rem;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 2.4rem;
|
||||
}
|
||||
|
||||
h1:first-child,
|
||||
@ -3257,10 +3325,9 @@ h6:first-child {
|
||||
margin: 4rem 0;
|
||||
}
|
||||
|
||||
.blog-item__header {
|
||||
}
|
||||
.blog-item__header {}
|
||||
|
||||
.blog-item__sidebar{
|
||||
.blog-item__sidebar {
|
||||
margin: 4px 0 4px 0;
|
||||
}
|
||||
|
||||
@ -3313,13 +3380,18 @@ h6:first-child {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.sidebar a {
|
||||
font-family: var(--tradeGothic);
|
||||
}
|
||||
|
||||
.sidebar a.active,
|
||||
.sidebar a:hover {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.sidebar a.active {
|
||||
font-weight: 600;
|
||||
color: var(--black05);
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.sidebar .fa {
|
||||
@ -3346,6 +3418,7 @@ h6:first-child {
|
||||
margin: 0 -15px;
|
||||
opacity: .6;
|
||||
padding: 0 15px;
|
||||
font-family: var(--notoSans);
|
||||
}
|
||||
|
||||
.sidebar__menu-toggle .fa {
|
||||
@ -3370,6 +3443,7 @@ table>tfoot>tr>td {
|
||||
line-height: 1.42857;
|
||||
vertical-align: top;
|
||||
border-top: 1px solid #ddd;
|
||||
font-family: var(--notoSans);
|
||||
}
|
||||
|
||||
table>thead>tr>th {
|
||||
@ -3394,10 +3468,30 @@ table>tbody>tr:nth-of-type(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
.doc-content,
|
||||
.sidebar {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.doc-content {
|
||||
margin: 50px 0 0;
|
||||
}
|
||||
|
||||
.doc-content h2,
|
||||
.doc-content h3 {
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
.doc-content h3 {
|
||||
font-size: 2.2rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.doc-content img {
|
||||
border: 1px solid var(--black01);
|
||||
}
|
||||
|
||||
.doc-content .edit-github {
|
||||
padding-top: 0.9rem;
|
||||
}
|
||||
@ -3416,55 +3510,102 @@ table>tbody>tr:nth-of-type(odd) {
|
||||
}
|
||||
|
||||
.doc-content pre {
|
||||
background: #f5f5f5;
|
||||
background: #f0f3f3;
|
||||
border-radius: 5px;
|
||||
padding: 14px;
|
||||
margin-bottom: 1.6rem;
|
||||
}
|
||||
|
||||
.doc-content table {
|
||||
.homepage {
|
||||
background-color: var(--denim05);
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.homepage-intro__text {
|
||||
font-size: 18px;
|
||||
padding: 20px;
|
||||
margin: 0 auto 5rem;
|
||||
}
|
||||
|
||||
.homepage-intro__text li {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.homepage .homepage__bg {
|
||||
-moz-transform: skew(0deg, -5deg);
|
||||
-ms-transform: skew(0deg, -5deg);
|
||||
-webkit-transform: skew(0deg, -5deg);
|
||||
transform: skew(0deg, -5deg);
|
||||
background-image: linear-gradient(-135deg, #1ba4f7 0%, #4641ff 100%);
|
||||
height: 100%;
|
||||
min-height: 1700px;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: -15%;
|
||||
width: 100%;
|
||||
@media (min-width: 768px) {
|
||||
.homepage-intro__text {
|
||||
max-width: 800px;
|
||||
margin: 5rem auto 8rem;
|
||||
}
|
||||
}
|
||||
|
||||
.homepage .homepage__bg:before {
|
||||
background: url("../img/introBgTop.svg") no-repeat;
|
||||
content: '';
|
||||
height: 300px;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
.homepage__threecol {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.homepage .homepage__bg:after {
|
||||
background: url("../img/introBgBottom.svg") no-repeat;
|
||||
bottom: 0;
|
||||
content: '';
|
||||
height: 300px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
width: 600px;
|
||||
.homepage__threecol .threecol__single {
|
||||
}
|
||||
|
||||
.homepage__threecol .threecol__image {
|
||||
margin-bottom: 2.9rem;
|
||||
}
|
||||
|
||||
.homepage__threecol h4 {
|
||||
margin-bottom: 2rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.homepage__threecol .threecol__single:not(:last-child) {
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.homepage__threecol .threecol__single {
|
||||
flex: 0 0 calc(33.33% - 3rem);
|
||||
max-width: 33.33%;
|
||||
}
|
||||
.homepage__threecol p {
|
||||
max-width: 27.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.homepage__threecol .threecol__single {
|
||||
flex: 0 0 270px;
|
||||
}
|
||||
}
|
||||
|
||||
.homepage__twocol {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.homepage__twocol .twocol__single {
|
||||
flex: 0 0 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.homepage__twocol .twocol__image {
|
||||
order: 1;
|
||||
margin-bottom: 2.9rem;
|
||||
}
|
||||
.homepage__twocol .twocol__copy {
|
||||
order: 2;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.homepage__twocol .twocol__single {
|
||||
flex: 0 0 calc(50% - 3rem);
|
||||
max-width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
.homepage header {
|
||||
@ -3496,28 +3637,68 @@ table>tbody>tr:nth-of-type(odd) {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.homepage .logo__white {
|
||||
width: 167px;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.homepage .logo__colored {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.homepage #wrapper {
|
||||
margin-bottom: 5rem;
|
||||
}
|
||||
.homepage__section h1 {
|
||||
font-size: 5.2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.homepage__intro {
|
||||
color: #fff;
|
||||
padding-top: 2em;
|
||||
padding-bottom: 10em;
|
||||
position: relative;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.homepage__intro h1 {
|
||||
margin-bottom: 1.7rem;
|
||||
.homepage__section {
|
||||
padding: 5rem 0;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.homepage__intro a {
|
||||
color: #90ffff;
|
||||
@media (max-width: 768px) {
|
||||
.homepage__section {
|
||||
padding: 3rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
.homepage__intro p a:hover {
|
||||
text-decoration: underline;
|
||||
.homepage__section h1 {
|
||||
margin-bottom: 1.9rem;
|
||||
}
|
||||
|
||||
.homepage__section h2 {
|
||||
margin-bottom: 1.4rem;
|
||||
font-size: 3.2rem;
|
||||
}
|
||||
|
||||
.homepage__section p {
|
||||
font-size: 1.8rem;
|
||||
line-height: 150%;
|
||||
color: var(--denim01);
|
||||
font-family: var(--tradeGothic);
|
||||
color: var(--denim01);
|
||||
}
|
||||
|
||||
.homepage__section a {
|
||||
font-family: var(--tradeGothic);
|
||||
color: var(--marigold03);
|
||||
}
|
||||
|
||||
.homepage__section p a:hover {
|
||||
text-decoration: none;
|
||||
color: var(--marigold04);
|
||||
}
|
||||
|
||||
.homepage-search {
|
||||
@ -3580,8 +3761,8 @@ table>tbody>tr:nth-of-type(odd) {
|
||||
padding: 2em 2em 3em;
|
||||
}
|
||||
|
||||
.homepage-boxes__box > p:first-of-type {
|
||||
min-height: 80px;
|
||||
.homepage-boxes__box>p:first-of-type {
|
||||
min-height: 80px;
|
||||
}
|
||||
|
||||
.homepage-boxes__icon {
|
||||
@ -3648,9 +3829,6 @@ table>tbody>tr:nth-of-type(odd) {
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
header {
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.doc-content {
|
||||
padding: 0 20px;
|
||||
@ -3710,6 +3888,169 @@ pre {
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
ol > li + li {
|
||||
ol>li+li {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
/*New Footer*/
|
||||
|
||||
footer #footer-logo {
|
||||
grid-column: 1 / -1;
|
||||
max-width: 18.8rem;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
footer.site-footer {
|
||||
background: linear-gradient(180deg, rgba(19, 30, 57, 0.9) 0%, var(--denim05) 20%);
|
||||
padding: 5rem 0rem;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
footer #footer-logo {
|
||||
margin-bottom: 6.8rem;
|
||||
}
|
||||
footer.site-footer {
|
||||
padding: 10rem 0rem 5rem;
|
||||
}
|
||||
}
|
||||
|
||||
footer.site-footer .container {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
@media (max-width: 1199.98px) {
|
||||
footer.site-footer .container {
|
||||
row-gap: 3rem;
|
||||
column-gap: 5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
footer.site-footer .container {
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
column-gap: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
footer.site-footer ul {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
footer.site-footer .footer-menu__heading {
|
||||
color: var(--marigold03);
|
||||
font-family: var(--firaMono);
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
footer.site-footer .footer-menu__single a {
|
||||
font-family: var(--tradeGothic);
|
||||
}
|
||||
|
||||
footer.site-footer .footer-menu__single a,
|
||||
footer.site-footer .footer-menu__single a:visited {
|
||||
color: #FFFFFF;
|
||||
font-size: 1.5rem;
|
||||
line-height: 2.7rem;
|
||||
}
|
||||
|
||||
footer.site-footer .footer-menu__single a:hover,
|
||||
footer.site-footer .footer-menu__single a:focus {
|
||||
color: var(--denim02);
|
||||
}
|
||||
|
||||
footer.site-footer .footer-menu__single li {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
footer.site-footer .footer-menu__single ul {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
footer.site-footer a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
footer.site-footer small {
|
||||
font-family: var(--tradeGothic);
|
||||
}
|
||||
|
||||
footer.site-footer small,
|
||||
footer.site-footer small a {
|
||||
color: var(--denim01);
|
||||
}
|
||||
|
||||
footer.site-footer .secondary-footer__copy {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
footer.site-footer .secondary-footer__copy a:hover,
|
||||
footer.site-footer .secondary-footer__copy a:focus {
|
||||
color: var(--marigold03);
|
||||
}
|
||||
|
||||
footer.site-footer .secondary-footer__copy small {
|
||||
display: block;
|
||||
}
|
||||
|
||||
footer.site-footer small.footer__recaptcha {
|
||||
color: var(--denim01);
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
footer.site-footer .secondary-footer__social li {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
footer.site-footer .secondary-footer__social li:hover svg path,
|
||||
footer.site-footer .secondary-footer__social li:focus svg path {
|
||||
fill: var(--denim02);
|
||||
}
|
||||
|
||||
@media (max-width: 991.98px) {
|
||||
footer.site-footer .secondary-footer__social li {
|
||||
width: 45%;
|
||||
margin-bottom: 2.5rem;
|
||||
}
|
||||
|
||||
footer.site-footer .secondary-footer__social li img {
|
||||
width: 5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 991.98px) {
|
||||
footer.site-footer .secondary-footer__copy {
|
||||
order: 6;
|
||||
grid-column: 1/span 2;
|
||||
}
|
||||
|
||||
footer.site-footer .mm-copyright {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
|
||||
footer.site-footer .secondary-footer__copy,
|
||||
footer.site-footer .secondary-footer__social {
|
||||
margin-top: 5rem;
|
||||
}
|
||||
|
||||
footer.site-footer .secondary-footer__copy {
|
||||
grid-column: 1/span 3;
|
||||
place-self: end start;
|
||||
}
|
||||
|
||||
footer.site-footer .secondary-footer__social {
|
||||
grid-column: 4/span 2;
|
||||
place-self: end end;
|
||||
}
|
||||
|
||||
footer.site-footer .secondary-footer__social li {
|
||||
margin-left: 2.5rem;
|
||||
}
|
||||
}
|
||||
|
11
website/site/static/img/developers-icon.svg
Normal file
@ -0,0 +1,11 @@
|
||||
<svg width="73" height="54" viewBox="0 0 73 54" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M44.4512 0H2.79248C1.25023 0 0 1.25024 0 2.79248V44.4513C0 45.9935 1.25023 47.2437 2.79248 47.2437H44.4512C45.9935 47.2437 47.2437 45.9935 47.2437 44.4513V2.79248C47.2437 1.25024 45.9935 0 44.4512 0Z" fill="#FFBC1F"/>
|
||||
<path d="M15.2588 10.616L5.37378 23.0765L15.2588 35.5427" stroke="#1B1D22" stroke-width="4.6" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M31.9851 35.5427L41.8701 23.0765L31.9851 10.616" stroke="#1B1D22" stroke-width="4.6" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M20.6152 36.6277L26.6228 10.616" stroke="#1B1D22" stroke-width="1.84" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M59.5044 24.4014C59.3151 21.5824 58.3177 18.8776 56.6315 16.6106C54.9454 14.3437 52.6418 12.6105 49.9964 11.6183C47.351 10.6262 44.4758 10.4172 41.7147 11.0163C38.9536 11.6153 36.4236 12.9971 34.4273 14.9964C32.4309 16.9956 31.0528 19.5277 30.4578 22.2897C29.8627 25.0516 30.0759 27.9265 31.0719 30.5704C32.0679 33.2144 33.8045 35.5154 36.074 37.1983C38.3434 38.8811 41.0496 39.8746 43.8688 40.0598C47.3765 40.2749 50.8468 39.2389 53.6625 37.136L55.9125 39.3802L58.7678 36.5249L56.5235 34.2807C58.6975 31.4658 59.7586 27.9489 59.5044 24.4014ZM53.2799 33.8352C52.1915 35.0479 50.8674 36.0261 49.3884 36.71C47.9094 37.3939 46.3065 37.7692 44.6776 37.813C43.0487 37.8568 41.428 37.5682 39.9144 36.9648C38.4007 36.3614 37.0259 35.4559 35.8739 34.3034C34.7219 33.151 33.8168 31.7759 33.2139 30.2621C32.611 28.7483 32.323 27.1275 32.3673 25.4986C32.4117 23.8697 32.7876 22.267 33.472 20.7882C34.1564 19.3094 35.135 17.9856 36.348 16.8976C38.6321 14.849 41.6145 13.7538 44.6816 13.8373C47.7487 13.9208 50.6672 15.1768 52.8364 17.3467C55.0056 19.5166 56.2606 22.4355 56.3431 25.5026C56.4256 28.5698 55.3293 31.5518 53.2799 33.8352Z" fill="#B3B3B3"/>
|
||||
<path opacity="0.5" d="M36.3707 16.8976C38.6616 14.8918 41.6296 13.8325 44.6728 13.9346C47.716 14.0367 50.6063 15.2926 52.7576 17.4474C54.9088 19.6023 56.1598 22.4948 56.2568 25.5382C56.3538 28.5815 55.2894 31.5478 53.2797 33.8352C52.1913 35.0479 50.8672 36.0261 49.3882 36.71C47.9092 37.3939 46.3064 37.7692 44.6775 37.813C43.0486 37.8568 41.4279 37.5682 39.9142 36.9648C38.4006 36.3614 37.0258 35.4558 35.8738 34.3034C34.7218 33.151 33.8167 31.7759 33.2138 30.2621C32.6109 28.7483 32.3229 27.1275 32.3672 25.4986C32.4116 23.8697 32.7875 22.267 33.4719 20.7882C34.1562 19.3094 35.1348 17.9856 36.3479 16.8976H36.3707Z" fill="#F2F2F2"/>
|
||||
<path d="M36.7763 32.5333C37.8847 33.6427 39.2009 34.5227 40.6496 35.1232C42.0983 35.7236 43.6512 36.0327 45.2194 36.0327C46.7876 36.0327 48.3405 35.7236 49.7892 35.1232C51.2379 34.5227 52.5541 33.6427 53.6625 32.5333C54.939 31.2681 55.9148 29.7322 56.5178 28.039C56.0222 30.2836 54.8993 32.3412 53.2799 33.9724C51.0235 36.2143 47.9719 37.4726 44.7911 37.4726C41.6103 37.4726 38.5587 36.2143 36.3023 33.9724C34.6954 32.3474 33.5826 30.2998 33.093 28.0676C32.608 25.885 32.7626 23.6088 33.5384 21.5118C33.1195 23.4274 33.1823 25.417 33.7211 27.3024C34.2823 29.2756 35.3333 31.075 36.7763 32.5333Z" fill="#999999"/>
|
||||
<path d="M68.8012 52.8801C68.5305 52.9991 68.2322 53.0413 67.9391 53.002C67.6459 52.9627 67.3693 52.8435 67.1395 52.6574L55.3699 39.8999C55.1914 39.719 55.0579 39.4986 54.9805 39.2565C54.9032 39.0144 54.884 38.7574 54.9245 38.5065C55.0722 37.7669 55.4476 37.092 55.9981 36.5763C56.5209 36.0183 57.1927 35.6219 57.934 35.4342C58.1886 35.381 58.453 35.3993 58.6979 35.487C58.9428 35.5746 59.1587 35.7283 59.3217 35.931L72.1705 47.7006C72.3549 47.923 72.4704 48.1943 72.5028 48.4814C72.5353 48.7684 72.4833 49.0587 72.3532 49.3167C72.0554 50.1273 71.5882 50.8651 70.9827 51.481C70.387 52.126 69.636 52.6077 68.8012 52.8801Z" fill="#FFBC1F"/>
|
||||
<path d="M69.5665 45.2907L64.8038 50.1447L58.9619 43.8517L63.2791 39.5402L69.5665 45.2907Z" fill="#7F2126"/>
|
||||
</svg>
|
After Width: | Height: | Size: 3.8 KiB |
1
website/site/static/img/footer-logo-black.svg
Normal file
After Width: | Height: | Size: 6.3 KiB |
12
website/site/static/img/footer-logo.svg
Normal file
After Width: | Height: | Size: 13 KiB |
@ -1,30 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="672px" height="362px" viewBox="0 0 672 362" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 47 (45396) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>Group 4</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs>
|
||||
<rect id="path-1" x="0" y="0" width="738" height="482"></rect>
|
||||
</defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Home" transform="translate(-928.000000, -534.000000)">
|
||||
<g id="Buttons-/-Button-60px-Copy-4" transform="translate(0.000000, -2.000000)">
|
||||
<g id="Path-8">
|
||||
<g id="Group-4" transform="translate(862.000000, 503.000000)">
|
||||
<mask id="mask-2" fill="white">
|
||||
<use xlink:href="#path-1"></use>
|
||||
</mask>
|
||||
<g id="Mask"></g>
|
||||
<g mask="url(#mask-2)" fill="#FFFFFF">
|
||||
<g transform="translate(-41.000000, 33.000000)">
|
||||
<path d="M0,552.531566 C76.9635632,570.01681 165.099688,482.884625 264.408373,291.135012 C413.371401,3.51059081 755.674966,266.353396 857.577837,200.028074 C925.513085,155.811193 1081.95531,217.72398 1326.9045,385.766437 L1367.01895,512.993458 L100.243655,921.525171 L0,552.531566 Z" id="Path-8-Copy-5" opacity="0.05"></path>
|
||||
<path d="M0,462.224299 C76.9635632,479.709543 165.099688,392.577358 264.408373,200.827744 C413.371401,-86.7966769 755.674966,176.046128 857.577837,109.720806 C925.513085,65.503925 1081.95531,127.416713 1326.9045,295.459169 L1367.01895,422.68619 L100.243655,831.217903 L0,462.224299 Z" id="Path-8-Copy-4" opacity="0.1"></path>
|
||||
<path d="M0,399.401852 C76.9635632,416.887095 165.099688,329.754911 264.408373,138.005297 C413.371401,-149.619124 755.674966,113.223681 857.577837,46.898359 C925.513085,2.68147789 1081.95531,64.5942656 1326.9045,232.636722 L1367.01895,359.863743 L100.243655,768.395456 L0,399.401852 Z" id="Path-8-Copy-3" opacity="0.1"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.3 KiB |
@ -1,30 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="871px" height="290px" viewBox="0 0 871 290" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 47 (45396) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>Group 3</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs>
|
||||
<rect id="path-1" x="0" y="0" width="876" height="312"></rect>
|
||||
</defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Home">
|
||||
<g id="Buttons-/-Button-60px-Copy-4" transform="translate(0.000000, -2.000000)">
|
||||
<g id="Path-8">
|
||||
<g id="Group-3" transform="translate(0.000000, 2.000000)">
|
||||
<mask id="mask-2" fill="white">
|
||||
<use xlink:href="#path-1"></use>
|
||||
</mask>
|
||||
<g id="Mask"></g>
|
||||
<g mask="url(#mask-2)" fill="#FFFFFF">
|
||||
<g transform="translate(-145.000000, -689.000000)">
|
||||
<path d="M126.027513,892.251687 L0.64140717,545.148399 L1286.77168,147.785187 L1325.38165,270.613835 C1216.52147,541.756795 1121.29125,679.210141 1039.691,682.973874 C917.290616,688.619473 781.020168,1089.56048 494.168604,947.842947 C302.934228,853.364591 180.220531,834.834171 126.027513,892.251687 Z" id="Path-8" opacity="0.05"></path>
|
||||
<path d="M126.027513,805.765769 C180.220531,748.348254 302.934228,766.878673 494.168604,861.357029 C781.020168,1003.07456 917.290616,602.133555 1039.691,596.487956 C1121.29125,592.724223 1216.52147,455.270877 1325.38165,184.127917 L1286.77168,61.2992686 L0.64140717,458.662481 L126.027513,805.765769 Z" id="Path-8-Copy" opacity="0.1"></path>
|
||||
<path d="M126.027513,745.225626 L0.64140717,398.122339 L1286.77168,0.759125997 L1325.38165,123.587775 C1216.52147,394.730734 1121.29125,532.18408 1039.691,535.947813 C917.290616,541.593412 781.020168,942.534419 494.168604,800.816886 C302.934228,706.338531 180.220531,687.808111 126.027513,745.225626 Z" id="Path-8-Copy-2" opacity="0.1"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 23 KiB |
20
website/site/static/img/single-users-icon.svg
Normal file
@ -0,0 +1,20 @@
|
||||
<svg width="58" height="56" viewBox="0 0 58 56" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0 27.4889C0 27.4889 0.949408 16.0791 6.95688 10.3382C12.9644 4.59719 18.6887 0.777288 30.848 0.0555038C43.0073 -0.666281 50.5638 11.5985 51.7353 13.7861C52.9068 15.9736 56.3992 22.4753 56.3992 27.5111C56.3992 32.5469 56.438 43.1238 49.259 47.8265C42.0801 52.5293 35.1565 55.2665 30.1984 55.0055C25.2402 54.7446 12.7034 53.7008 7.09013 45.8666C1.47686 38.0325 0 35.5062 0 27.4889Z" fill="#FFBC1F"/>
|
||||
<path d="M29.1991 5.95745C30.4689 5.59142 31.7985 5.47999 33.1116 5.62959C34.4246 5.77918 35.6951 6.18686 36.85 6.82915C36.9162 6.8682 36.9934 6.88435 37.0697 6.87512C37.146 6.86588 37.2172 6.83176 37.2721 6.77805C37.3271 6.72433 37.3629 6.65401 37.3739 6.57794C37.3849 6.50187 37.3705 6.4243 37.333 6.35721C36.267 4.39729 33.4798 0.805018 28.8715 5.36336C28.8145 5.4165 28.7769 5.48714 28.7646 5.56408C28.7523 5.64102 28.7661 5.71985 28.8037 5.78808C28.8413 5.85631 28.9007 5.91001 28.9723 5.94069C29.0439 5.97138 29.1237 5.97728 29.1991 5.95745Z" fill="#FFD791"/>
|
||||
<path d="M17.8892 49.792C14.952 46.7549 11.0377 42.935 11.4264 29.8041C11.815 16.6731 14.9576 12.0371 17.2062 8.55584C18.4277 6.65699 22.6696 2.7427 27.8831 0.283081C17.7392 1.43794 12.448 5.06906 6.95688 10.3214C0.949408 16.0624 0 27.4722 0 27.4722C0 35.4895 1.47131 38.0213 7.09013 45.8277C12.7089 53.6341 25.2347 54.7112 30.1984 54.9666C30.1984 54.9777 20.8263 52.8012 17.8892 49.792Z" fill="#CC8F00"/>
|
||||
<path d="M52.8679 18.1612C52.7402 17.7392 52.5403 17.345 52.4126 16.9231C52.207 16.2386 52.207 15.5088 52.4126 14.8244C52.2072 14.7966 52.0018 14.7744 51.7852 14.7577C50.2473 14.6189 45.5335 14.7133 43.357 14.7577C41.5893 14.7988 39.86 15.2817 38.3267 16.1624C36.9607 16.9051 35.4391 17.3159 33.885 17.3617C32.49 17.3947 31.1075 17.0919 29.8541 16.4789C28.7436 16.0236 26.1841 15.7516 24.0964 15.7516C22.0088 15.7516 13.7194 16.068 10.8212 16.7065C7.92292 17.345 7.96732 18.9718 7.96732 18.9718C8.15055 20.3765 9.73293 20.2377 10.3714 20.2821C11.0099 20.3266 11.1376 20.7818 11.182 21.326C11.3534 23.4258 11.7252 25.5043 12.2925 27.5333C13.1086 30.3094 14.3801 30.6148 15.374 31.1589C16.3678 31.703 18.8219 31.5698 21.7645 31.5698C24.5226 31.5572 27.2715 31.252 29.9651 30.6592C31.4142 30.2539 31.4642 29.0768 31.6308 28.3939C31.7973 27.711 32.4469 23.9077 32.7412 22.9583C33.0355 22.0089 33.4686 21.7812 33.6962 21.6869C34.098 21.6107 34.5137 21.6754 34.8733 21.8701C35.4618 22.0977 35.9115 23.2748 36.0947 24.2742C36.4737 25.9214 37.1169 27.4963 37.9992 28.938C38.8598 30.165 41.1694 29.9818 44.0233 29.9818C46.3143 30.0014 48.5989 29.7366 50.8247 29.1934C52.1795 28.8159 52.768 27.128 53.0456 26.223C53.4081 24.5658 53.6511 22.8847 53.7729 21.1927C53.8173 20.6375 53.8729 20.2433 53.9339 19.9046C53.4425 19.4185 53.0767 18.8201 52.8679 18.1612Z" fill="#CC8F00"/>
|
||||
<path d="M20.9095 37.3329C22.0754 36.65 22.8139 37.5772 23.5856 38.1157C26.0397 39.8092 28.5104 41.4026 31.5808 41.7247C36.0225 42.1966 39.6093 40.8863 42.0467 36.9276C42.5464 36.1114 42.9628 34.3958 44.1454 35.0232C45.4724 35.7339 44.0677 36.9442 43.7956 37.9325L43.7457 38.1046C43.0587 39.5234 42.0831 40.7831 40.8813 41.8032C39.6795 42.8233 38.2781 43.5814 36.7666 44.0288C33.0632 45.1393 29.2877 45.167 25.6622 43.4736C23.9406 42.6475 22.4678 41.3815 21.3925 39.8036C20.8318 39.0929 20.4431 38.2768 20.9095 37.3329Z" fill="#66320A"/>
|
||||
<path d="M20.9096 37.3329C21.4204 40.5976 25.2292 43.5846 29.3212 44.1399C35.3398 44.956 40.1258 42.9517 43.7569 38.1046C43.7569 40.2922 42.0912 41.4359 40.681 42.6352C35.4785 47.077 26.2008 46.4163 21.6258 41.3527C20.582 40.2422 19.4327 38.9652 20.9096 37.3329Z" fill="#FFD791"/>
|
||||
<path d="M9.33329 16.8675C9.33329 16.8675 9.28885 15.2352 12.1871 14.6022C15.0853 13.9693 23.3803 13.6528 25.468 13.6528C27.5556 13.6528 30.1318 13.9248 31.22 14.3746C32.4744 14.9908 33.8594 15.2937 35.2565 15.2574C36.8107 15.2118 38.3323 14.8009 39.6982 14.0581C41.2315 13.1774 42.9608 12.6945 44.7285 12.6534C46.905 12.609 51.6188 12.5201 53.1568 12.6534C54.6947 12.7866 56.0106 13.1087 56.4881 13.5584C56.9656 14.0081 57.3487 14.6688 57.171 15.1019C56.7846 15.6581 56.3102 16.1475 55.7663 16.551C55.4443 16.8231 55.2111 17.456 55.0834 19.0884C54.9635 20.7802 54.7223 22.4613 54.3616 24.1187C54.0895 25.0237 53.501 26.7115 52.1407 27.0946C49.9142 27.633 47.6299 27.896 45.3393 27.8775C42.4854 27.8775 40.1757 28.0607 39.3151 26.8392C38.4327 25.3956 37.7896 23.8188 37.4107 22.1698C37.233 21.176 36.7778 19.9934 36.1893 19.7713C35.8297 19.5766 35.4139 19.5119 35.0122 19.5881C34.7846 19.6769 34.3293 19.9045 34.0572 20.854C33.7851 21.8034 33.1522 25.6122 32.9468 26.2951C32.7413 26.978 32.7247 28.1495 31.2811 28.5604C28.6037 29.1502 25.872 29.4591 23.1305 29.4821C20.1878 29.4821 17.7393 29.6209 16.7399 29.0768C15.7405 28.5326 14.4746 28.2162 13.664 25.4512C13.0938 23.4229 12.7219 21.344 12.5536 19.2438C12.5036 18.6886 12.3703 18.2444 11.7374 18.2C11.1044 18.1556 9.51651 18.2722 9.33329 16.8675Z" fill="#010101"/>
|
||||
<path d="M15.2075 19.4881C15.2117 20.231 15.2636 20.9728 15.363 21.709C15.4878 22.7552 15.751 23.7802 16.1458 24.7571C16.5104 25.5934 17.084 26.3219 17.8115 26.8725C18.6632 27.1804 19.5657 27.3236 20.471 27.2945C21.8035 27.3278 26.1842 27.2667 26.8449 27.2945C27.5056 27.3222 29.6543 27.3278 30.1762 26.7837C31.0218 26.0675 31.5799 25.0697 31.7475 23.9743C31.9251 22.4641 31.9862 19.2882 31.9862 18.6553C31.9862 18.0223 32.0473 17.5448 31.5365 17.1451C30.9063 16.6432 30.1211 16.3763 29.3156 16.39C28.3828 16.4233 21.5425 16.3567 20.0434 16.39C18.5444 16.4233 16.8732 16.39 16.2346 17.0229C15.8672 17.3119 15.5798 17.6902 15.4 18.1217C15.2202 18.5533 15.1539 19.0237 15.2075 19.4881Z" fill="#283035"/>
|
||||
<path d="M38.9542 19.3438C38.9542 19.3438 39.1985 21.3092 39.4094 22.1865C39.6848 23.1823 40.1118 24.1299 40.6753 24.9959C41.0973 25.5511 41.2306 25.8121 42.341 25.9287C43.4514 26.0453 46.2275 26.1452 47.449 26.1119C48.6067 26.1176 49.7583 25.9453 50.8636 25.6011C51.6404 25.334 52.2872 24.7825 52.6737 24.0576C53.0753 23.0388 53.2642 21.9485 53.2289 20.854C53.2289 19.4382 53.1678 17.5227 53.1067 16.9286C53.0456 16.3345 52.1739 15.1463 50.5416 15.0852C48.162 15.04 45.7818 15.1309 43.4126 15.3573C42.11 15.5036 40.8371 15.8462 39.6371 16.3734C39.0763 16.712 38.6766 17.4782 38.9542 19.3438Z" fill="#283035"/>
|
||||
<path d="M15.585 25.9564C15.585 25.9564 15.635 25.7288 15.7904 25.7288C15.9459 25.7288 16.1069 25.7288 16.379 26.1174C16.651 26.5061 16.8786 27.0835 17.3117 27.3C17.7904 27.5549 18.3309 27.6703 18.8719 27.6332C19.8713 27.6776 20.6875 27.5166 20.9595 27.6332C21.2316 27.7498 21.3648 28.3328 21.0705 28.355C20.7763 28.3772 18.622 28.3994 17.9669 28.355C17.3652 28.3612 16.7788 28.1657 16.3012 27.7997C15.9633 27.4751 15.7131 27.0701 15.5739 26.6227C15.5236 26.403 15.5274 26.1743 15.585 25.9564Z" fill="#5A6971"/>
|
||||
<path d="M17.3118 23.0748C17.3413 23.0813 17.3719 23.0818 17.4016 23.0764C17.4314 23.0709 17.4598 23.0596 17.4851 23.0431C17.5104 23.0265 17.5322 23.0051 17.5491 22.9801C17.5661 22.955 17.5779 22.9268 17.5838 22.8972C17.6283 22.6695 17.5339 21.7867 17.5838 20.8317C17.6338 19.8768 17.6727 19.0883 18.2612 18.7052C18.8043 18.3278 19.3989 18.0305 20.0268 17.8225C20.3932 17.7503 20.843 17.617 21.1372 17.5726C21.4315 17.5282 21.6592 17.3672 21.6147 17.2561C21.5703 17.1451 20.6375 17.1395 20.0712 17.1395C19.2801 17.0839 18.486 17.0839 17.6949 17.1395C17.2896 17.2561 16.7455 17.0285 16.5178 17.7725C16.3379 18.5302 16.2761 19.3112 16.3346 20.0877C16.3568 20.6985 16.7677 23.0304 17.3118 23.0748Z" fill="#5A6971"/>
|
||||
<path d="M20.4819 14.8298C20.4819 14.8298 20.4375 14.9964 20.9372 15.0686C21.4369 15.1408 29.1822 15.2851 30.176 15.3739C31.1699 15.4628 30.176 14.741 29.2266 14.5578C27.6749 14.2283 26.0979 14.0315 24.5128 13.9692C22.8805 13.9692 20.2987 14.1025 20.4819 14.8298Z" fill="#768996"/>
|
||||
<path d="M28.4549 18.6831C28.7447 18.7643 29.0001 18.9378 29.1823 19.1773C29.4099 19.5437 29.5876 20.1767 30.0873 20.0878C30.587 19.999 30.859 20.0046 31.0422 19.3883C31.153 19.0987 31.1692 18.7815 31.0884 18.4822C31.0076 18.183 30.834 17.917 30.5925 17.7226C30.0373 17.2729 29.5431 16.9453 29.0934 17.0841C28.6437 17.2229 27.983 17.3173 27.983 17.7226C27.983 18.1279 27.7331 18.1834 28.4549 18.6831Z" fill="#768996"/>
|
||||
<path d="M50.3862 17.1284C50.5767 17.1828 50.7444 17.2978 50.8636 17.456C51.0136 17.7003 51.1357 18.1167 51.4688 18.0556C51.8019 17.9946 51.9796 18.0057 52.0962 17.5948C52.1734 17.4027 52.1864 17.1909 52.1334 16.9908C52.0804 16.7907 51.9641 16.613 51.802 16.4844C51.4355 16.1846 51.1079 15.968 50.8081 16.0624C50.5083 16.1568 50.0863 16.2123 50.0863 16.4844C50.0863 16.7564 49.9031 16.7953 50.3862 17.1284Z" fill="#768996"/>
|
||||
<path d="M40.5532 21.8367C41.0085 21.8367 40.8253 21.2371 40.8752 20.593C40.9252 19.949 41.0973 18.3722 41.7358 17.9557C42.4394 17.4887 43.201 17.1154 44.0011 16.8453C44.6785 16.6621 44.4953 16.49 44.0011 16.3956C43.0883 16.3374 42.1718 16.4122 41.2805 16.6177C40.9274 16.7342 40.6153 16.9503 40.3819 17.2398C40.1485 17.5294 40.0036 17.8801 39.9647 18.25C39.9202 19.044 39.9202 21.8201 40.5532 21.8367Z" fill="#5A6971"/>
|
||||
<path d="M39.587 25.7288C39.6892 26.1429 39.9113 26.5176 40.2255 26.8059C40.4365 26.9858 40.6811 27.1221 40.9451 27.2069C41.2091 27.2917 41.4872 27.3234 41.7635 27.3001C42.8184 27.3501 43.4569 27.4944 43.6679 27.3001C43.8789 27.1058 43.7901 26.7171 43.5458 26.7171C42.9215 26.7759 42.2916 26.7233 41.6858 26.5616C41.2194 26.3229 40.5753 26.0508 40.4032 25.6011C40.2311 25.1514 40.0423 24.846 39.7702 24.9015C39.4982 24.957 39.4149 25.2624 39.587 25.7288Z" fill="#5A6971"/>
|
||||
<path d="M45.4779 13.9693C45.4779 13.9693 45.3946 14.0915 46.0331 14.0915C46.6716 14.0915 50.275 13.9971 51.5853 14.0915C52.4761 14.1339 53.3639 14.2248 54.2448 14.3635C54.7278 14.4523 54.9666 14.5134 55.0277 14.3635C55.0887 14.2136 54.7889 13.8083 54.2115 13.6362C53.2601 13.3968 52.2908 13.2353 51.3133 13.1531C50.3472 13.0643 48.837 13.1531 47.9264 13.1531C47.1379 13.1903 46.3568 13.3227 45.6 13.5473C45.4501 13.6084 45.3002 13.6972 45.4779 13.9693Z" fill="#768996"/>
|
||||
<path d="M36.1169 16.812C36.0645 17.0964 36.0645 17.3881 36.1169 17.6726C36.2058 18.0335 36.1169 18.5276 36.5666 18.5554C37.0164 18.5831 37.3384 18.5054 37.4272 18.0446C37.5196 17.4932 37.5196 16.9303 37.4272 16.3789C37.3384 16.1568 37.0497 15.7515 36.7832 15.8237C36.5167 15.8959 36.1169 15.9514 36.1169 16.812Z" fill="#5A6971"/>
|
||||
</svg>
|
After Width: | Height: | Size: 10 KiB |
8
website/site/static/img/teams-icon.svg
Normal file
After Width: | Height: | Size: 15 KiB |
@ -28,7 +28,7 @@ theme = "hugo-elate-theme"
|
||||
|
||||
# postpended links
|
||||
[[menu.postpend]]
|
||||
url = "https://mattermost.github.io/focalboard/"
|
||||
url = "https://developers.mattermost.com/contribute/focalboard/"
|
||||
name = "Contribute"
|
||||
weight = 10
|
||||
|
||||
@ -44,7 +44,7 @@ theme = "hugo-elate-theme"
|
||||
[[params.intro.item]]
|
||||
title = "Contribute"
|
||||
description = "Join the hunrdeds of contributors and submit code directly to the Focalboard open-source project."
|
||||
url = "https://mattermost.github.io/focalboard/"
|
||||
url = "https://developers.mattermost.com/contribute/focalboard/"
|
||||
button = "Start Contributing"
|
||||
icon = "icon-bulb"
|
||||
img = "img_7.jpg"
|
||||
|