Skip to content

Commit 9ac1165

Browse files
jordanpowell88brandonroberts
authored andcommitted
feat(docs): add presskit page (#2296)
Closes #2293
1 parent e8fe9fd commit 9ac1165

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed
957 KB
Binary file not shown.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<h1 class="title center no-toc">Press Kit</h1><br />
2+
The logo graphics available for download on this page are provided under <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0</a>.
3+
4+
## NgRx Logo
5+
<img src="assets/images/ngrx-badge.png" width="100" style="float:left; padding-right: 1rem;" />
6+
<div style="padding-top:1rem;">
7+
Logo (png) - <a href="assets/images/ngrx-badge.png" download>Download</a><br />
8+
</div>
9+
10+
## NgRx Conference Logo
11+
<img src="generated/images/marketing/home/ngrx-conf-badge.svg" width="100" style="float:left; padding-right: 2rem;" />
12+
<div style="padding:1rem 0;">
13+
Logo (svg) - <a href="generated/images/marketing/home/ngrx-conf-badge.svg" download>Download</a>
14+
</div>
15+
16+
## State Management Lifecycle Diagram PSD
17+
18+
<img src="generated/images/guide/store/state-management-lifecycle.png" width="100" style="float:left; padding-right: 1rem;" />
19+
Diagram (psd) - <a href="generated/images/guide/store/state-management-lifecycle.psd" download>Download</a><br />
20+
Diagram (png) - <a href="generated/images/guide/store/state-management-lifecycle.png" download>Download</a>

projects/ngrx.io/content/navigation.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,11 @@
425425
"url": "https://blog.ngrx.io",
426426
"title": "Blog",
427427
"tooltip": "NgRx Blog"
428+
},
429+
{
430+
"url": "presskit",
431+
"title": "Press Kit",
432+
"tooltip": "Press Kit"
428433
}
429434
]
430435
},

projects/ngrx.io/src/styles/1-layouts/_marketing-layout.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ section#intro {
102102
.hero-sub-headline {
103103
font-size: 18px;
104104
line-height: 32px;
105-
}
105+
}
106106

107107
.hero-logo {
108108
display: flex;
@@ -275,14 +275,14 @@ section#intro {
275275
}
276276

277277
aio-shell {
278-
&.page-resources, &.page-events, &.page-features, &.page-presskit, &.page-contribute {
278+
&.page-resources, &.page-events, &.page-features, &.page-contribute {
279279
section {
280280
padding: 0rem 0rem 3rem;
281281
}
282282
}
283283

284284
&.page-home {
285-
285+
286286
article {
287287
color: $white;
288288
background-color: $purple;

0 commit comments

Comments
 (0)