Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@

<body>

<!-- Show temporarily the "Coming Soon" page until the Expensify Help site is ready -->
{% if page.lhn_content == 'coming_soon' %}
{{ content }}
{% else %}

<div id="lhn">

<div class="lhn-header">
Expand Down Expand Up @@ -70,6 +75,8 @@ <h1 class="title">
<!-- Footer button content -->
</div>
</div>
{% endif %}

</body>

</html>
46 changes: 46 additions & 0 deletions docs/_sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -369,4 +369,50 @@ textarea {
&.fa-angle-right {
padding-left: 4px;
}
}

.coming-soon {
overflow: hidden;

strong {
font-size: 20px;
}

#logo {
width: 240px;
padding: 80px;
display: block;
margin-left: auto;
margin-right: auto;
align-content: center;
}

#icon {
width: 76px;
padding: 28px;
display: block;
margin-left: auto;
margin-right: auto;
}

#centered-content {
width: 500px;
height: 250px;
display: block;
margin-left: auto;
margin-right: auto;
align-content: center;
text-align: center;
padding-top: 22.5vh;
font-size: larger;

@media screen and (max-width: 800px) {
width: 380px;
padding-top: 15vh;
}

div {
margin-top: 8px;
}
}
}
9 changes: 9 additions & 0 deletions docs/assets/images/circle-hourglass.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 12 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
---
lhn_content: 'homepage'
lhn_content: 'coming_soon'
---

<!-- Add Homepage content here -->
<div class="coming-soon">
<img id="logo" src="/assets/images/expensify-help.svg" />

<div id="centered-content">
<!-- <div id="icon"></div> -->
<img id="icon" src="/assets/images/circle-hourglass.svg" />
<strong>Coming soon</strong>
<div>Looking for our old help site? Check it out <a href="https://community.expensify.com/">here</a>.</div>
</div>
</div>

5 changes: 5 additions & 0 deletions docs/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
lhn_content: 'homepage'
---

<!-- Add Homepage content here -->