Skip to content
This repository was archived by the owner on May 1, 2023. It is now read-only.

Commit 039830a

Browse files
Aliaksei Andreyeufacebook-github-bot
Aliaksei Andreyeu
authored andcommitted
Website update with status change banner
Reviewed By: simpleton Differential Revision: D43554839 fbshipit-source-id: 214ccaf4d8765adaae1786279849d78d07dd956c
1 parent 01fc825 commit 039830a

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

website/src/pages/index.js

+13
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,19 @@ const Index = () => {
6262
</div>
6363
</header>
6464
<main>
65+
<div className={styles.deprecationBanner}>
66+
<div className="container">
67+
<div className="row">
68+
<div className="col col--8 col--offset-2">
69+
<div className="margin-vert--xl text--center">
70+
<h2>
71+
The Profilo project is in maintenance mode. It will not receive any feature updates, only critical security bug patches.
72+
</h2>
73+
</div>
74+
</div>
75+
</div>
76+
</div>
77+
</div>
6578
{features && features.length && (
6679
<section className={styles.features}>
6780
<div className="container">

website/src/pages/styles.module.css

+4
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@
3535
padding: 2rem 0;
3636
width: 100%;
3737
}
38+
39+
.deprecationBanner {
40+
background-color: var(--ifm-color-emphasis-alpha-20);
41+
}

0 commit comments

Comments
 (0)