Changes for page Store

Last modified by Erik Bakker on 2024/09/24 16:11

From version 12.1
edited by Erik Bakker
on 2022/04/28 13:56
Change comment: There is no comment for this version
To version 16.1
edited by Erik Bakker
on 2022/04/28 14:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -16,7 +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 20  {{html}}
21 21  <html><body<div class="ez-academy">
22 22   <div class="ez-academy__body">
... ... @@ -23,7 +23,7 @@
23 23   <main class="master">
24 24   <div class="card-container">
25 25   <a href="/bin/view/Main/eMagiz%20Academy/Microlearnings/" class="card">
26 - <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%;">
27 27   <h4 class="title">Accelerators</h4>
28 28   </div>
29 29   <ul class="card__footer">
... ... @@ -48,7 +48,21 @@
48 48   </main></div>
49 49  
50 50  </div>
51 -</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... &nbsp;&nbsp;<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>
52 52  {{/html}}
53 53  
54 54