Changes for page Store

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

From version 15.1
edited by Erik Bakker
on 2022/04/28 13:57
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
... ... @@ -47,7 +47,21 @@
47 47   </main></div>
48 48  
49 49  </div>
50 -</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>
51 51  {{/html}}
52 52  
53 53