Skip to content

Commit

Permalink
add showcase content.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Nov 10, 2024
1 parent dc8b601 commit a069196
Show file tree
Hide file tree
Showing 16 changed files with 1,043 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0"
jcr:primaryType="sling:OrderedFolder">
<typerefinery.png/>
<norm-anecdote.svg/>
<norm-artifact.svg/>
<norm-attack-campaign.svg/>
</jcr:root>
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:ws="http://ds.pl/websight"
jcr:primaryType="ws:Asset">
<jcr:content
jcr:lastModified="{Date}2024-10-23T12:45:26.234+11:00"
jcr:lastModifiedBy="wsadmin"
jcr:primaryType="ws:AssetContent">
<metadata jcr:primaryType="nt:unstructured"/>
</jcr:content>
</jcr:root>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:oak="http://jackrabbit.apache.org/oak/ns/1.0"
jcr:primaryType="nt:file">
<jcr:content
jcr:lastModifiedBy="wsadmin"
jcr:primaryType="oak:Resource"/>
</jcr:root>
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:ws="http://ds.pl/websight"
jcr:primaryType="ws:Asset">
<jcr:content
jcr:lastModified="{Date}2024-10-23T12:45:32.056+11:00"
jcr:lastModifiedBy="wsadmin"
jcr:primaryType="ws:AssetContent">
<metadata jcr:primaryType="nt:unstructured"/>
</jcr:content>
</jcr:root>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:oak="http://jackrabbit.apache.org/oak/ns/1.0"
jcr:primaryType="nt:file">
<jcr:content
jcr:lastModifiedBy="wsadmin"
jcr:primaryType="oak:Resource"/>
</jcr:root>
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:ws="http://ds.pl/websight"
jcr:primaryType="ws:Asset">
<jcr:content
jcr:lastModified="{Date}2024-10-23T12:46:13.699+11:00"
jcr:lastModifiedBy="wsadmin"
jcr:primaryType="ws:AssetContent">
<metadata jcr:primaryType="nt:unstructured"/>
</jcr:content>
</jcr:root>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:oak="http://jackrabbit.apache.org/oak/ns/1.0"
jcr:primaryType="nt:file">
<jcr:content
jcr:lastModifiedBy="wsadmin"
jcr:primaryType="oak:Resource"/>
</jcr:root>
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:ws="http://ds.pl/websight" xmlns:sling="http://sling.apache.org/jcr/sling/1.0"
jcr:primaryType="ws:Page">
<editor/>
<jcr:content
jcr:lastModified="{Date}2023-11-19T07:02:33.565+11:00"
jcr:lastModifiedBy="sling-package-install"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,16 @@
sling:resourceType="typerefinery/components/content/title"
id="title_VRPHNZKHL"
title="Image component"/>
<text
jcr:primaryType="nt:unstructured"
sling:resourceType="typerefinery/components/content/text"
id="text_KHZCMZJNH"/>
<image
jcr:primaryType="nt:unstructured"
sling:resourceType="typerefinery/components/content/image"
id="image_MVLBKR7LV"
lgColSize="5"
lgImageSrc="/content/typerefinery-showcase/assets/images/norm-anecdote.svg"
mdColSize="5"
mdImageSrc="/content/typerefinery-showcase/assets/images/norm-anecdote.svg"
smColSize="5"
smImageSrc="/content/typerefinery-showcase/assets/images/norm-anecdote.svg"/>
</section>
</container>
</rootcontainer>
Expand Down
Loading

0 comments on commit a069196

Please sign in to comment.