Last active
April 25, 2024 18:21
-
-
Save interaminense/081ab61038b67a0af095f7218d2d4174 to your computer and use it in GitHub Desktop.
Demo by using 3rd party assets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div | |
data-analytics-asset-id="myBlogId" | |
data-analytics-asset-title="Blog Title" | |
data-analytics-asset-type="blog" | |
> | |
<h3>Bringing Ideas To Life: A Look Into Creative Writing</h3> | |
<p> | |
This blog explores the ways in which we can use creativity to bring our | |
ideas to life. We will be looking at techniques for how to inspire, generate | |
and develop characters and plotlines for compelling stories. We will also | |
look at real-life examples and discuss practical use cases to apply | |
knowledge to real writing. | |
</p> | |
</div> | |
<ul> | |
<li | |
data-analytics-asset-action="preview" | |
data-analytics-asset-id="myDocumentA" | |
data-analytics-asset-title="Document A" | |
data-analytics-asset-type="document" | |
> | |
<a data-analytics-asset-action="download" href="#">Document A</a> | |
</li> | |
<li | |
data-analytics-asset-action="preview" | |
data-analytics-asset-id="myDocumentB" | |
data-analytics-asset-title="Document B" | |
data-analytics-asset-type="document" | |
> | |
<a data-analytics-asset-action="download" href="#">Document B</a> | |
</li> | |
<li | |
data-analytics-asset-action="preview" | |
data-analytics-asset-id="myDocumentC" | |
data-analytics-asset-title="Document C" | |
data-analytics-asset-type="document" | |
> | |
<a data-analytics-asset-action="download" href="#">Document C</a> | |
</li> | |
<li | |
data-analytics-asset-action="preview" | |
data-analytics-asset-id="myDocumentD" | |
data-analytics-asset-title="Document D" | |
data-analytics-asset-type="document" | |
> | |
<a data-analytics-asset-action="download" href="#">Document D</a> | |
</li> | |
</ul> | |
<div | |
data-analytics-asset-id="myWebContentId" | |
data-analytics-asset-title="Web Content Title" | |
data-analytics-asset-type="web-content" | |
> | |
<h3>Bringing Ideas To Life: A Look Into Creative Writing</h3> | |
<p> | |
This blog explores the ways in which we can use creativity to bring our | |
ideas to life. We will be looking at techniques for how to inspire, generate | |
and develop characters and plotlines for compelling stories. We will also | |
look at real-life examples and discuss practical use cases to apply | |
knowledge to real writing. | |
</p> | |
</div> | |
<form | |
data-analytics-asset-id="myFormId" | |
data-analytics-asset-title="Form Title" | |
data-analytics-asset-type="form" | |
> | |
<h3>Create new user</h3> | |
<div> | |
<label for="name">Name</label> | |
<input id="name" type="text" /> | |
</div> | |
<div> | |
<label for="city">City</label> | |
<input id="city" type="text" /> | |
</div> | |
<div> | |
<label for="age">Age</label> | |
<input id="age" type="text" /> | |
</div> | |
<button type="submit">save</button> | |
</form> | |
<div data-analytics-asset-id="myCustomId" data-analytics-asset-type="custom"> | |
<h3>Bringing Ideas To Life: A Look Into Creative Writing</h3> | |
<p> | |
This custom asset explores the ways in which we can use creativity to bring | |
our ideas to life. | |
</p> | |
<ul> | |
<li> | |
<a data-analytics-asset-action="download" href="#">Custom Document A</a> | |
</li> | |
<li> | |
<a data-analytics-asset-action="download" href="#">Custom Document B</a> | |
</li> | |
</ul> | |
<form> | |
<h3>Create new user</h3> | |
<div> | |
<label for="name">Name</label> | |
<input id="name" type="text" /> | |
</div> | |
<button type="submit">save</button> | |
</form> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment