diff --git a/app/pages/home-for-user/index.jsx b/app/pages/home-for-user/index.jsx
index f06ec67468..869fc8df7c 100644
--- a/app/pages/home-for-user/index.jsx
+++ b/app/pages/home-for-user/index.jsx
@@ -265,7 +265,9 @@ export default class HomePageForUser extends React.Component {
const { featuredProjects, OpenSectionComponent } = this.state;
return (
{ this.node = node; }}>
+
We’re freshening up the homepage experience. Check out our blog post for details of upcoming changes.
+
{!!this.state.error && (
diff --git a/css/home-page-for-user.styl b/css/home-page-for-user.styl
index c6b8dbd844..6b6ee7dca8 100644
--- a/css/home-page-for-user.styl
+++ b/css/home-page-for-user.styl
@@ -1,5 +1,17 @@
GRAY = #EFF2F5
+.signed-in-banner
+ padding: 15px
+ display: flex;
+ justify-content: center
+
+ & > p
+ padding: 0
+ margin: 0
+
+ .blog-link
+ color: #0f7481
+
.home-page-for-user
background: black
color: white