Create web templates for event management

This commit is contained in:
Summayya
2021-08-17 22:31:15 +05:30
parent 83a2f42df9
commit 8dbdabd52c
76 changed files with 1816 additions and 2 deletions

View File

@@ -0,0 +1,46 @@
{% set thumbnail_url = 'https://img.youtube.com/vi/JmOJtYW-0GI/maxresdefault.jpg' %}
<div class="courses-header">{{title}}</div>
<div class="cards-parent">
<div class="common-card-style talk-card mt-5">
<div
class="course-image"
style="background-image: url({{thumbnail_url}})"
>
<div class="course-tags"></div>
</div>
<div class="course-card-content">
<div class="course-card-meta muted-text">
<span> {{topic}} </span>
</div>
<div class="course-card-title">{{topic_title}}</div>
<div class="card-divider"></div>
<div class="course-card-meta-2">
<a class="button-links" href="/rushabh">
<span class="avatar avatar-small" title="Rushabh Mehta">
<img
class="avatar-frame standard-image"
style="object-fit: cover"
src="https://secure.gravatar.com/avatar/eeca4f691bffd042fc17aea885c4b439?d=404&amp;s=200"
title={{name}}
/>
</span>
</a>
<span class="course-instructor"> {{name}} </span>
<span class="small-title company-name">{{</span>
</div>
<div class="view-talk-link">
Vew Talk
<img class="ml-3" src="/assets/community/icons/black-arrow.svg" />
</div>
<a
class="stretched-link"
href="{{talk_url}}"
></a>
</div>
</div>
</div>

View File

@@ -0,0 +1,89 @@
{
"__unsaved": 1,
"creation": "2021-08-13 11:34:07.611034",
"docstatus": 0,
"doctype": "Web Template",
"fields": [
{
"fieldname": "title",
"fieldtype": "Data",
"label": "Title",
"reqd": 0
},
{
"fieldname": "subtitle",
"fieldtype": "Data",
"label": "Subtitle",
"reqd": 0
},
{
"fieldname": "talk_details",
"fieldtype": "Table Break",
"label": "Talk Details",
"reqd": 0
},
{
"fieldname": "thumbnail",
"fieldtype": "Attach Image",
"label": "Thumbnail",
"reqd": 0
},
{
"fieldname": "thumbnail_url",
"fieldtype": "Data",
"label": "Thumbnail URL",
"reqd": 0
},
{
"fieldname": "topic",
"fieldtype": "Data",
"label": "Topic",
"reqd": 0
},
{
"fieldname": "topic_title",
"fieldtype": "Data",
"label": "Title",
"reqd": 0
},
{
"fieldname": "talk_url",
"fieldtype": "Data",
"label": "Talk URL",
"reqd": 0
},
{
"fieldname": "speaker_details",
"fieldtype": "Section Break",
"label": "Speaker Details",
"reqd": 0
},
{
"fieldname": "name",
"fieldtype": "Data",
"label": "Name",
"reqd": 0
},
{
"fieldname": "image",
"fieldtype": "Attach Image",
"label": "Image",
"reqd": 0
},
{
"fieldname": "cta_label",
"fieldtype": "Data",
"label": "CTA Label",
"reqd": 0
}
],
"idx": 0,
"modified": "2021-08-13 23:02:42.424577",
"modified_by": "Administrator",
"module": "Event Management",
"name": "Previous Talk",
"owner": "Administrator",
"standard": 1,
"template": "",
"type": "Section"
}