mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-30 01:17:21 +02:00
docs: add release announcement post (#617)
* docs: add release announcement post - add mailchimp newsletter form - fix wording - fix mobile - fix changelog links - fix release drafter to use our format (GH-$ISSUE) Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
4d8f6c5419
commit
ecca5d12dd
9 changed files with 864 additions and 146 deletions
|
@ -63,6 +63,7 @@
|
|||
</form>
|
||||
</div>
|
||||
</header>
|
||||
<SimpleNewsletter />
|
||||
|
||||
<div class v-if="data.features && data.features.length">
|
||||
<div
|
||||
|
@ -96,14 +97,15 @@
|
|||
</div>
|
||||
</div>
|
||||
<Content class="theme-default-content custom" />
|
||||
|
||||
<div class="footer">
|
||||
<a href="https://www.netlify.com/">
|
||||
<img
|
||||
src="https://api.netlify.com/api/v1/badges/1853c996-a1f7-4545-b60c-612e8fca557c/deploy-status"
|
||||
alt="Deploy status badge"
|
||||
/>
|
||||
</a>
|
||||
<div class v-if="data.footer">
|
||||
<div class="footer">
|
||||
<a href="https://www.netlify.com/">
|
||||
<img
|
||||
src="https://api.netlify.com/api/v1/badges/1853c996-a1f7-4545-b60c-612e8fca557c/deploy-status"
|
||||
alt="Deploy status badge"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</template>
|
||||
|
@ -164,9 +166,9 @@ export default {
|
|||
|
||||
button {
|
||||
display: block;
|
||||
background: $textColor;
|
||||
background: $offColor
|
||||
color: $section-color;
|
||||
box-shadow: 0 1px 3px darken($textColor, 5%), 0 1px 1px rgba(0, 0, 0, 0.98);
|
||||
box-shadow: 0 1px 3px darken($accentColor, 5%), 0 1px 1px rgba(0, 0, 0, 0.98);
|
||||
border-radius: 6px;
|
||||
border: 0;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue