feat(aio): enable data driven homepage announcements (#22043)
PR Close #22043
This commit is contained in:

committed by
Miško Hevery

parent
c55523466f
commit
854f0ff33a
9
aio/content/marketing/announcements.json
Normal file
9
aio/content/marketing/announcements.json
Normal file
@ -0,0 +1,9 @@
|
||||
[
|
||||
{
|
||||
"startDate": "2018-01-01",
|
||||
"endDate": "2018-02-02",
|
||||
"message": "Join us in Atlanta for ngATL<br/>Jan 30 - Feb 2, 2018",
|
||||
"imageUrl": "generated/images/marketing/home/ng-atl.png",
|
||||
"linkUrl": "http://ng-atl.org/"
|
||||
}
|
||||
]
|
@ -29,6 +29,8 @@
|
||||
|
||||
<div class="home-rows">
|
||||
|
||||
<aio-announcement-bar></aio-announcement-bar>
|
||||
|
||||
<!-- Group 1 -->
|
||||
<div layout="row" layout-xs="column" class="home-row homepage-container">
|
||||
<div class="promo-img-container promo-1">
|
||||
|
Reference in New Issue
Block a user