summaryrefslogtreecommitdiff
path: root/themes/kalpesh/research_group_subtheme/templates/research group
diff options
context:
space:
mode:
authorNitesh Kumar Sinha2019-08-19 11:14:26 +0530
committerGitHub2019-08-19 11:14:26 +0530
commitf8d43f51937aae5240b2885108fd08efab768155 (patch)
tree998c1d749bf3533d24a4799b53c79413dfce7eba /themes/kalpesh/research_group_subtheme/templates/research group
parent58dbf8fcb04c01c338b9e346b8266690c8b92a2f (diff)
parent67eeae320422623bc2873b2c00afb8b29ec6160e (diff)
downloadacadmix_distribution-f8d43f51937aae5240b2885108fd08efab768155.tar.gz
acadmix_distribution-f8d43f51937aae5240b2885108fd08efab768155.tar.bz2
acadmix_distribution-f8d43f51937aae5240b2885108fd08efab768155.zip
Merge pull request #29 from FOSSEE/stageHEADmaster
merge with Stage
Diffstat (limited to 'themes/kalpesh/research_group_subtheme/templates/research group')
-rwxr-xr-xthemes/kalpesh/research_group_subtheme/templates/research group/ds-1col--node-research-area1-.html.twig32
-rw-r--r--themes/kalpesh/research_group_subtheme/templates/research group/views-view-unformatted--research-area--page_1.html.twig57
2 files changed, 89 insertions, 0 deletions
diff --git a/themes/kalpesh/research_group_subtheme/templates/research group/ds-1col--node-research-area1-.html.twig b/themes/kalpesh/research_group_subtheme/templates/research group/ds-1col--node-research-area1-.html.twig
new file mode 100755
index 0000000..5dc47c8
--- /dev/null
+++ b/themes/kalpesh/research_group_subtheme/templates/research group/ds-1col--node-research-area1-.html.twig
@@ -0,0 +1,32 @@
+{#
+/**
+ * @file
+ * Display Suite 1 column template.
+ *
+ * Available variables:
+ * - ds_content_wrapper: wrapper around content
+ * - attributes: content region attributes
+ * - ds_content: content region
+ */
+#}
+<{{ ds_content_wrapper }}{{ attributes.addClass('ds-1col', 'clearfix') }}>
+
+ {{ title_suffix.contextual_links }}
+
+ <div class="container" style="">
+ {{ ds_content.field_image_research_area }}
+ </div>
+ <div class="row ">
+ <div class="col-sm-12 ml-5" style="">
+ {# {{ ds_content.field_area }}
+ {{ ds_content.field_lab_equipment_cost }}
+ {{ ds_content. field_utilisation_of_lab }}
+ {{ ds_content.body }}
+#}
+{{ ds_content|without('field_image_research_area') }}
+
+
+
+ </div>
+
+</{{ ds_content_wrapper }}>
diff --git a/themes/kalpesh/research_group_subtheme/templates/research group/views-view-unformatted--research-area--page_1.html.twig b/themes/kalpesh/research_group_subtheme/templates/research group/views-view-unformatted--research-area--page_1.html.twig
new file mode 100644
index 0000000..8df2d80
--- /dev/null
+++ b/themes/kalpesh/research_group_subtheme/templates/research group/views-view-unformatted--research-area--page_1.html.twig
@@ -0,0 +1,57 @@
+{#
+/**
+ * @file
+ * Default theme implementation to display a view of unformatted rows.
+ *
+ * Available variables:
+ * - title: The title of this group of rows. May be empty.
+ * - rows: A list of the view's row items.
+ * - attributes: The row's HTML attributes.
+ * - content: The row's content.
+ * - view: The view object.
+ * - default_row_class: A flag indicating whether default classes should be
+ * used on rows.
+ *
+ * @see template_preprocess_views_view_unformatted()
+ *
+ * @ingroup themeable
+ */
+#}
+
+{% if title %}
+ <h3>{{ title }}</h3>
+{% endif %}
+
+<div class="row text-center">
+ {% for row in rows %}
+ {%
+ set row_classes = [
+ default_row_class ? 'views-row','col-sm-4']
+ %}
+
+ <div{{ row.attributes.addClass(row_classes) }}>
+ <div class="thumbnail">
+ {{ row.content }}
+ </div>
+ </div>
+ {% endfor %}
+</div>
+
+
+
+{# <div class="row text-center">
+
+ <div class="col-sm-3">
+ <div class="thumbnail" style="">
+ <img src="tech.jpeg" alt="Paris" width="400" height="300">
+ <p><strong>Metabolic engineering of cyanobacteria</strong></p>
+ <p>Metabolic engineering of cyanobacteria
+Cyanobacteria, which constitute a quantitatively dominant phylum, are well known for their ability to carry out oxygenic photosynthesis. This prokaryotic group has been attracting attention in biofuel applications due to its favourable physiological characteristics, photosynthetic efficiency and amenability to genetic manipulations. Figure 5. Metabolic oscillations in cyanobacteria. Profiles of (A) ...</p>
+ <button class="btn" >read more</button>
+ </div>
+ </div>
+
+ </div>
+ #}
+
+