diff options
author | oskkw | 2019-07-03 17:36:49 +0530 |
---|---|---|
committer | oskkw | 2019-07-03 17:36:49 +0530 |
commit | f71a4f5fe7d1f3536e85759740d7779825f9c306 (patch) | |
tree | 1190969ee46fea123b8c9cd16b57d22cecfab5a8 /themes/kalpesh/research_group_subtheme | |
parent | 973ac75b1994043360b8e62cd0c83461310ee728 (diff) | |
download | acadmix_distribution-f71a4f5fe7d1f3536e85759740d7779825f9c306.tar.gz acadmix_distribution-f71a4f5fe7d1f3536e85759740d7779825f9c306.tar.bz2 acadmix_distribution-f71a4f5fe7d1f3536e85759740d7779825f9c306.zip |
Theme is added
Diffstat (limited to 'themes/kalpesh/research_group_subtheme')
14 files changed, 223 insertions, 0 deletions
diff --git a/themes/kalpesh/research_group_subtheme/README.md b/themes/kalpesh/research_group_subtheme/README.md new file mode 100644 index 0000000..86ae5db --- /dev/null +++ b/themes/kalpesh/research_group_subtheme/README.md @@ -0,0 +1 @@ +# suntheme_template
\ No newline at end of file diff --git a/themes/kalpesh/research_group_subtheme/config/install/research_group_subtheme.settings.yml b/themes/kalpesh/research_group_subtheme/config/install/research_group_subtheme.settings.yml new file mode 100644 index 0000000..66b66b5 --- /dev/null +++ b/themes/kalpesh/research_group_subtheme/config/install/research_group_subtheme.settings.yml @@ -0,0 +1 @@ +schemas: []
\ No newline at end of file diff --git a/themes/kalpesh/research_group_subtheme/config/schema/research_group_subtheme.schema.yml b/themes/kalpesh/research_group_subtheme/config/schema/research_group_subtheme.schema.yml new file mode 100644 index 0000000..687d542 --- /dev/null +++ b/themes/kalpesh/research_group_subtheme/config/schema/research_group_subtheme.schema.yml @@ -0,0 +1,5 @@ +# Schema for the theme setting configuration file of the THEMETITLE theme. + +research_group_subtheme.settings: + type: theme_settings + label: 'THEMETITLE settings' diff --git a/themes/kalpesh/research_group_subtheme/css/style.css b/themes/kalpesh/research_group_subtheme/css/style.css new file mode 100644 index 0000000..cfb80c1 --- /dev/null +++ b/themes/kalpesh/research_group_subtheme/css/style.css @@ -0,0 +1,47 @@ + .thumbnail { + padding: 0 0 15px 0; + border: none; + border-radius: 0; + border: 1px solid; + height: 590px; + width: 359px; + } + .thumbnail p { + margin-top: 15px; + color: #555; + } + + .btn { + padding: 10px 20px; + background-color: #1063adab; + color: #f1f1f1; + border-radius: 0; + transition: .2s; + } + + .btn a { + color: white; + + } + .btn:hover, .btn:focus { + border: 1px solid #333; + background-color: #fff; + color: black; + } +.btn:hover a{ + color: black; +} + +/*.btn a:hover { + color: black; + + } +*/ + .paragraph--type-publication { + background-color: lightgray; + padding: 29px; + padding-left: 50px; +} + + + diff --git a/themes/kalpesh/research_group_subtheme/favicon.ico b/themes/kalpesh/research_group_subtheme/favicon.ico Binary files differnew file mode 100755 index 0000000..ee9e806 --- /dev/null +++ b/themes/kalpesh/research_group_subtheme/favicon.ico diff --git a/themes/kalpesh/research_group_subtheme/js/custom_subtheme.js b/themes/kalpesh/research_group_subtheme/js/custom_subtheme.js new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/themes/kalpesh/research_group_subtheme/js/custom_subtheme.js diff --git a/themes/kalpesh/research_group_subtheme/logo.png b/themes/kalpesh/research_group_subtheme/logo.png Binary files differnew file mode 100755 index 0000000..9142ed9 --- /dev/null +++ b/themes/kalpesh/research_group_subtheme/logo.png diff --git a/themes/kalpesh/research_group_subtheme/research_group_subtheme.info.yml b/themes/kalpesh/research_group_subtheme/research_group_subtheme.info.yml new file mode 100644 index 0000000..1336bfb --- /dev/null +++ b/themes/kalpesh/research_group_subtheme/research_group_subtheme.info.yml @@ -0,0 +1,39 @@ +core: 8.x +type: theme +base theme: acadmix + +name: 'research_group_subtheme' +description: 'A sub-theme of acadmix.' +package: 'Custom' + +regions: + top_head_search: 'Top Head Search' + header: 'Header' + lang_switcher: 'language Switcher' + header_search: 'Header Search box' + navigation_collapsible: 'Navigation (Collapsible)' + slider: 'slider' + highlighted: 'Highlighted' + help: 'Help' + top_head: 'Top Head region' + top1: 'Top1' + top2: 'Top2' + top3: 'Top3' + top4: 'Top4' + content_top: 'Content Top' + breadcrumb: 'Breadcrumb' + content: 'Content' + sidebar_first: 'Sidebar first' + sidebar_second: 'Sidebar Second' + footer1: 'Footer1' + footer2: 'Footer2' + footer3: 'Footer3' + footer4: 'Footer4' + footer_bar_left: 'Footer bar Left' + footer_bar_right: 'Footer bar Right' + page_top: 'Page top' + page_bottom: 'Page bottom' + +libraries: + - 'research_group_subtheme/global-styling' + diff --git a/themes/kalpesh/research_group_subtheme/research_group_subtheme.libraries.yml b/themes/kalpesh/research_group_subtheme/research_group_subtheme.libraries.yml new file mode 100644 index 0000000..8288296 --- /dev/null +++ b/themes/kalpesh/research_group_subtheme/research_group_subtheme.libraries.yml @@ -0,0 +1,8 @@ +global-styling: + css: + theme: + css/style.css: {} + js: + js/custom_subtheme.js: {} + dependencies: + - core/jquery diff --git a/themes/kalpesh/research_group_subtheme/research_group_subtheme.theme b/themes/kalpesh/research_group_subtheme/research_group_subtheme.theme new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/themes/kalpesh/research_group_subtheme/research_group_subtheme.theme diff --git a/themes/kalpesh/research_group_subtheme/screenshot.png b/themes/kalpesh/research_group_subtheme/screenshot.png Binary files differnew file mode 100755 index 0000000..57c526a --- /dev/null +++ b/themes/kalpesh/research_group_subtheme/screenshot.png diff --git a/themes/kalpesh/research_group_subtheme/templates/members/ds-1col--node-members.html.twig b/themes/kalpesh/research_group_subtheme/templates/members/ds-1col--node-members.html.twig new file mode 100755 index 0000000..644d4ba --- /dev/null +++ b/themes/kalpesh/research_group_subtheme/templates/members/ds-1col--node-members.html.twig @@ -0,0 +1,33 @@ +{# +/** + * @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="row "> + <div class="col-sm-4 " style="border:5px double;"> + {{ ds_content.field_image_members }} + </div> + <div class="col-sm-8 ml-5" style="padding-left:50px;"> + {# {{ ds_content.field_area }} + {{ ds_content.field_lab_equipment_cost }} + {{ ds_content. field_utilisation_of_lab }} + {{ ds_content.body }} +#} +{{ ds_content|without('field_image_members') }} + + + </div> + +</{{ ds_content_wrapper }}>
\ No newline at end of file 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> + #} + + |