Changes for page Store
Last modified by Erik Bakker on 2024/09/24 16:11
From version 11.1
edited by Erik Bakker
on 2022/04/28 13:52
on 2022/04/28 13:52
Change comment:
There is no comment for this version
To version 16.1
edited by Erik Bakker
on 2022/04/28 14:05
on 2022/04/28 14:05
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -16,8 +16,6 @@ 16 16 * **System Connectors** 17 17 ** Contains an overview of functional store components relevant to the Design phase. An example is GET Contact from Hubspot. 18 18 19 - 20 - 21 21 {{html}} 22 22 <html><body<div class="ez-academy"> 23 23 <div class="ez-academy__body"> ... ... @@ -24,7 +24,7 @@ 24 24 <main class="master"> 25 25 <div class="card-container"> 26 26 <a href="/bin/view/Main/eMagiz%20Academy/Microlearnings/" class="card"> 27 - <div class="card__body" style="background: url(/bin/download/ Main/eMagiz%20Store/WebHome/accelerator.svg) center no-repeat; background-size: 20%;">25 + <div class="card__body" style="background: url(/bin/download/eMagiz%20Store/WebHome/accelerator.svg) center no-repeat; background-size: 20%;"> 28 28 <h4 class="title">Accelerators</h4> 29 29 </div> 30 30 <ul class="card__footer"> ... ... @@ -49,7 +49,21 @@ 49 49 </main></div> 50 50 51 51 </div> 52 -</span></body></html> 50 +</span> 51 + 52 +<section class="bg"> 53 + <h1 class="title">Blog Card</h1> 54 + <div class="blog-card"> 55 + <img class="blog-img" src="https://user-images.githubusercontent.com/16360374/37567282-e1932872-2a81-11e8-807b-efc5a997f2f1.jpg" /> 56 + <div class="text-overlay"> 57 + <h2>Essential Atom Packages</h2> 58 + <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sodales posuere felis non efficitur. Mauris mollis elit urna, id tempus... <a href="#" class="read-more">Read More</a></p> 59 + </div> 60 + </div> 61 + <div class="credit">Created by <a class="creator-link" href="https://brettstevenson.io">Brett Stevenson</a></div> 62 +</section> 63 + 64 +</body></html> 53 53 {{/html}} 54 54 55 55