Skip to content

Commit 7226ed2

Browse files
authored
MM-54013- Removing some mattermost references (mattermost-community#4865)
* MM-54013- Removing some mattermost references * Updating css * Updating logo * Removing clients banner from website * Update footer.html * Updating links and text * Updating image
1 parent 277ea9f commit 7226ed2

File tree

13 files changed

+57
-224
lines changed

13 files changed

+57
-224
lines changed

Diff for: website/site/config.toml

+1-6
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pygmentsStyle = "manni"
6565
weight = 2
6666

6767
[[menu.postpend]]
68-
url = "https://docs.mattermost.com/guides/boards.html"
68+
url = "https://github.com/mattermost/focalboard/#readme"
6969
name = "Help Docs"
7070
weight = 3
7171

@@ -74,11 +74,6 @@ pygmentsStyle = "manni"
7474
name = "Feedback"
7575
weight = 4
7676

77-
[[menu.postpend]]
78-
url = "https://mattermost.com/"
79-
name = "Mattermost"
80-
weight = 5
81-
8277
# postpended links
8378
[[menu.postpend]]
8479
url = "/download"

Diff for: website/site/content/download/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="threecol__copy">
1313
<h4>For Teams</h4>
1414
<p>
15-
Get started with Boards for free with <a href="https://mattermost.com/sign-up-fb/?utm_source=focalboard&utm_campaign=focalboard" target='_blank'>Mattermost Cloud</a> or install Mattermost as a <a href="https://mattermost.com/deploy/?utm_source=focalboard&utm_campaign=focalboard" target='_blank'>self-hosted server</a>.
15+
Install the <a href="https://github.com/mattermost/focalboard/releases" target='_blank'>latest version</a> of the Focalboard plugin in your existing Mattermost server
1616
</p>
1717
</div>
1818
</div>

Diff for: website/site/content/feedback/_index.md

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ weight: 1
88
Please contact us via one of the following:
99
* [File a GitHub issue](https://github.com/mattermost/focalboard/issues) for bugs or feature ideas
1010
* [Start a GitHub discussion](https://github.com/mattermost/focalboard/discussions)
11-
* [Mattermost community channel](https://community.mattermost.com/core/channels/focalboard)
12-
* [Anonymous feedback form](https://docs.google.com/forms/d/e/1FAIpQLSdTq7M69Pdlz71CwucaSEG0FCK1M_WRvIbZbPr2imfT2QvUCQ/viewform?usp=sf_link)
1311

1412
Focalboard is an open source project that is in early access. Help shape its future by sharing what you'd like to see with the community.
1513

Diff for: website/site/layouts/partials/footer.html

+11-178
Large diffs are not rendered by default.

Diff for: website/site/layouts/partials/head.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<link rel="stylesheet" href="{{ "css/bootstrap.min.css" | absURL }}">
2525
<link rel="stylesheet" href="{{ "css/tabs.css" | absURL }}">
2626
<link rel="stylesheet" href="{{ "css/bar.css" | absURL }}">
27-
<link rel="stylesheet" href="{{ "css/styles.css" | absURL }}?version=v8">
27+
<link rel="stylesheet" href="{{ "css/styles.css" | absURL }}?version=v9">
2828
<link rel="stylesheet" href="{{ "css/code.css" | absURL }}">
2929
<link rel="stylesheet" href="{{ "css/note.css" | absURL }}">
3030

Diff for: website/site/layouts/partials/hero.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
<div class="homepage__intro homepage__section">
22
<div class="container-fluid">
33
<div class="homepage-intro__text" data-aos="fade-left">
4-
<div class="focalboard-tag">Focalboard is now Mattermost Boards <img src="img/bullseye.svg" alt=""></div>
54
<h1>
65
Open source <br> project management for <span style='color: #ffbc1f'>technical teams</span>
76
</h1>
87
<p>
9-
Keep everything and everyone on track, all in the Mattermost platform.
8+
Keep everything and everyone on track.
109
</p>
1110

12-
<a href="https://mattermost.com/sign-up-fb/?utm_source=focalboard&utm_campaign=focalboard" target='_blank'><button class='btn btn-primary btn-xl'>Get started</button></a>
11+
<a href="https://github.com/mattermost/focalboard" target='_blank'><button class='btn btn-primary btn-xl'>Get started</button></a>
1312

1413
<div class='homepage-intro__github'><i class="fa fa-star"></i> Over 13k stars on <a target='_blank' href="https://github.com/mattermost/focalboard" class='mx-1 text-white'>GitHub</a> and counting!</div>
1514
</div>

Diff for: website/site/layouts/partials/intro.html

+9-22
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
1-
<div class='mmtrust-banner'>
2-
<div class="container-fluid">
3-
<div class="title">MATTERMOST IS TRUSTED BY TEAMS AROUND THE WORLD</div>
4-
<div class='mmtrust_banner__logos'>
5-
<a target="_blank" href="https://www.qualcomm.com/home"><img src="img/teams/qualcom.svg" alt=""></a>
6-
<a target="_blank" href="https://www.nasa.gov"><img src="img/teams/nasa.svg" alt=""></a>
7-
<a target="_blank" href="https://www.aig.com"><img src="img/teams/aig.svg" alt=""></a>
8-
<a target="_blank" href="https://www.nasdaq.com"><img src="img/teams/nasdaq.svg" alt=""></a>
9-
<a target="_blank" href="https://www.samsung.com"><img src="img/teams/samsung.svg" alt=""></a>
10-
</div>
11-
</div>
12-
</div>
13-
141
<div class='section-half'>
152
<div class="section-half__container">
163
<div data-aos="fade-right">
174
<img src="img/3d-icons/rocket.svg" alt="Rocket Icon">
185
<h2>Accelerate productivity</h2>
196
<p>
20-
Centralize, plan, and track all your work in one place. Mattermost Boards helps your organization maintain a single source of truth, so your teams stay aligned to complete tasks, reach milestones, and achieve their goals.
7+
Centralize, plan, and track all your work in one place. Focalboard helps your organization maintain a single source of truth, so your teams stay aligned to complete tasks, reach milestones, and achieve their goals.
218
</p>
229
</div>
2310
<div class="section-half__visual" data-aos="fade-left">
@@ -102,7 +89,7 @@ <h2 class='mb-4'>
10289
</div>
10390
<div class="template-picker-item" x-bind:class="{ 'active': template == 6 }" @click='template = 6'>
10491
<span class='template-picker-item__emoji'>👋</span>
105-
<span class='template-picker-item__title'>Welcome to Boards</span>
92+
<span class='template-picker-item__title'>Welcome to Focalboard</span>
10693
</div>
10794
</div>
10895
<div class="template-picker__preview">
@@ -111,7 +98,7 @@ <h2 class='mb-4'>
11198
<img x-cloak x-transition.duration.500 x-show='template == 3' src="img/templates/company-goals.png" alt="Company Goals Template">
11299
<img x-cloak x-transition.duration.500 x-show='template == 4' src="img/templates/roadmap.png" alt="Roadmap Template">
113100
<img x-cloak x-transition.duration.500 x-show='template == 5' src="img/templates/meeting-agenda.png" alt="Meeting Agenda Template">
114-
<img x-cloak x-transition.duration.500 x-show='template == 6' src="img/templates/welcome.png" alt="Welcome to Boards Template">
101+
<img x-cloak x-transition.duration.500 x-show='template == 6' src="img/templates/welcome.png?version=v3" alt="Welcome to Boards Template">
115102
</div>
116103
</div>
117104
</div>
@@ -155,9 +142,9 @@ <h2>Feature Highlights</h2>
155142
<div class="section-half__container">
156143
<div data-aos="fade-left">
157144
<img src="img/3d-icons/development.svg" alt="Open source Icon">
158-
<h2>Mattermost Boards is 100% open source</h2>
145+
<h2>Focalboard is 100% open source</h2>
159146
<p>
160-
Mattermost Boards is an open source alternative to tools like Asana, Trello, and Notion. Check out the <a target='_blank' href="https://github.com/mattermost/focalboard">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.
147+
Focalboard is an open source alternative to tools like Asana, Trello, and Notion. Check out the <a target='_blank' href="https://github.com/mattermost/focalboard">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.
161148
</p>
162149
</div>
163150
<div class="section-half__visual" data-aos="fade-right">
@@ -166,7 +153,7 @@ <h2>Mattermost Boards is 100% open source</h2>
166153
</div>
167154
</div>
168155

169-
<div class='section-half roadmap-section'>
156+
{{/* <div class='section-half roadmap-section'>
170157
<div class="section-half__container">
171158
<div data-aos="fade-left">
172159
<img src="img/3d-icons/firstbump.svg" alt="Fistbump Icon">
@@ -189,17 +176,17 @@ <h2>What’s next for Boards</h2>
189176
x-show='roadmapItem == 3' src="img/roadmap/analytics.png" alt="Analytics and Reporting Image" width='800px'>
190177
</div>
191178
</div>
192-
</div>
179+
</div> */}}
193180

194181
<div class="help-section" data-aos="fade-up">
195182
<div class='section-half'>
196183
<div class="section-half__container">
197184
<div>
198185
<h2>Need help?</h2>
199186
<p>
200-
We have tons of documentation to help you make the most out of boards, head over to our documentation site to learn more about boards.
187+
We have tons of documentation to help you make the most out of focalboard, head over to our documentation site to learn more about focalboard.
201188
</p>
202-
<a href='https://docs.mattermost.com/guides/boards.html' target='_blank'>
189+
<a href='https://github.com/mattermost/focalboard/#readme' target='_blank'>
203190
<button class='btn btn-primary btn-xl'>
204191
<span>Go to docs</span>
205192
<img src="img/arrow-right.svg" alt="Arrow right">

Diff for: website/site/layouts/partials/nav.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<header>
55
{{ end }}
66
<div class="container">
7-
<a href="/"><img class='header__logo' src="/img/logo.svg?version=v2" alt="Logo" width="180"></a>
7+
<a href="/"><img class='header__logo' src="/img/logo.svg?version=v3" alt="Logo" width="180"></a>
88
<div class="header__menu-toggle">
99
<div class="menu-bar"></div>
1010
<div class="menu-bar"></div>
@@ -15,7 +15,7 @@
1515
<li><a class="external" rel="noopener" href="{{ .URL }}">{{ .Name }}</a></li>
1616
{{ end }}
1717
<li class='header__feedback'>
18-
<a target='_blank' href='https://mattermost.com/sign-up-fb/?utm_source=focalboard&utm_campaign=focalboard'><button class='btn btn-primary'>Get started</button></a>
18+
<a target='_blank' href='https://github.com/mattermost/focalboard'><button class='btn btn-primary'>Get started</button></a>
1919
</li>
2020
</ul>
2121
</div>

Diff for: website/site/static/css/partials/footer.css

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
/*New Footer*/
22

3+
footer .container {
4+
padding: 4rem 0;
5+
}
6+
37
footer #footer-logo {
48
grid-column: 1 / -1;
59
max-width: 18.8rem;

Diff for: website/site/static/css/partials/homepage.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
.homepage h1 {
3535
font-size: 56px;
36-
margin: 24px 0;
36+
margin: 0 0 24px;
3737
}
3838

3939
.homepage h2 {

0 commit comments

Comments
 (0)