jekyll-theme-ici3d 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -4
  3. data/_data/partners.csv +13 -0
  4. data/_data/team/abbott.yml +10 -0
  5. data/_data/team/bingham.yml +18 -0
  6. data/_data/team/blumberg.yml +10 -0
  7. data/_data/team/brown.yml +2 -2
  8. data/_data/team/dawa.yml +18 -0
  9. data/_data/team/dushoff.yml +1 -1
  10. data/_data/team/hladish.yml +1 -1
  11. data/_data/team/kombe.yml +18 -0
  12. data/_data/team/nyamai.yml +2 -2
  13. data/_data/team/omondi.yml +18 -0
  14. data/_data/team/pearson.yml +3 -3
  15. data/_data/team/pulliam.yml +1 -1
  16. data/_data/team/reiner.yml +2 -1
  17. data/_data/team/scott.yml +2 -1
  18. data/_data/team/vanschalkwyk.yml +3 -3
  19. data/_includes/alert +13 -0
  20. data/_includes/jsblock.html +12 -0
  21. data/_includes/navStructure.html +5 -5
  22. data/_includes/partners.html +12 -66
  23. data/_includes/talk.html +1 -1
  24. data/_layouts/clinic.liquid +19 -37
  25. data/_layouts/main.liquid +10 -17
  26. data/_layouts/medph.page.liquid +37 -56
  27. data/_layouts/page.liquid +8 -17
  28. data/_layouts/people.page.liquid +19 -20
  29. data/_layouts/profile.liquid +23 -40
  30. data/_layouts/talk.liquid +22 -38
  31. metadata +11 -22
  32. data/_layouts/example.liquid +0 -601
  33. data/assets/img/portfolio/800x500/work1.png +0 -0
  34. data/assets/img/portfolio/800x500/work2.png +0 -0
  35. data/assets/img/portfolio/800x500/work3.png +0 -0
  36. data/assets/img/portfolio/800x500/work4.png +0 -0
  37. data/assets/img/portfolio/800x500/work5.png +0 -0
  38. data/assets/img/portfolio/800x500/work6.png +0 -0
  39. data/assets/img/portfolio/800x500/work7.png +0 -0
  40. data/assets/img/portfolio/800x500/work8.png +0 -0
  41. data/assets/img/portfolio/800x800/work1.png +0 -0
  42. data/assets/img/portfolio/800x800/work2.png +0 -0
  43. data/assets/img/portfolio/800x800/work3.png +0 -0
  44. data/assets/img/portfolio/800x800/work4.png +0 -0
  45. data/assets/img/portfolio/800x800/work5.png +0 -0
  46. data/assets/img/portfolio/800x800/work6.png +0 -0
  47. data/assets/img/portfolio/800x800/work7.png +0 -0
  48. data/assets/img/portfolio/800x800/work8.png +0 -0
  49. data/assets/img/portfolio/single/bicycle.jpg +0 -0
  50. data/assets/img/portfolio/single/blurred_lines.jpg +0 -0
  51. data/assets/img/portfolio/single/edge.jpg +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d14987ced413beaf6af3f5b5d172217b8c03c04d6cb30a7d212f5702e704b41
4
- data.tar.gz: 7f7a035716040fe0846c007118e7221ffd3d9fe460b5e6e1b2d4f97c81c1b622
3
+ metadata.gz: df2f2569f15f015d893767511a03177bfd257a31f6212d649754f0b3bcde2d06
4
+ data.tar.gz: cfd89292fac4f2cf2743edaf3454d7cd90fd80a63f072d4ff1d5ae7b4fc19b72
5
5
  SHA512:
6
- metadata.gz: ad2a5181d89e9f1bf336a3861da3e4b0a162589fe62b442603dd0d8db0b17a0c2534ff5a9cd2f6fb8bb7eeddde7151eba6e112a3e3308a79274e35a755acec71
7
- data.tar.gz: cea5d4b3796e0e0233d21207ff95f6eb2fbc8f0f31d16cefe53d9aebfb5ff52f36315c128bbc5a7cd6386fb52896a710d5c7eb249198859ffe9910d7d6198d32
6
+ metadata.gz: 772c59fa4b6647bf15cafdc7aa8e35aafcf2f9913eb403c75e961763534fd571f824940509fc3b71d6d713db96f11629435b01603a9c13672d1f7a3c9dc6300b
7
+ data.tar.gz: c140b137281a090d2dee3e1b39f7178e5286416a359fa480414645cb4fde673331d5acecb45b89bdfda097208054ee35531712d262a2012b08beb52d6fc3c0e1
data/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  This theme captures the cross-workshop templates, styles, and data for the Internation Clinics on Infectious Disease Dynamics and Data, [ICI3D](https://www.ici3d.org)
4
4
 
5
- Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
6
-
7
5
  ## Installation
8
6
 
9
7
  To use this theme in an ICI3D site:
@@ -29,11 +27,15 @@ $ gem install jekyll-theme-ici3d # use this to install yourself
29
27
 
30
28
  ## Usage
31
29
 
32
- TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
30
+ The ICI3D theme consists of a few main parts: (1) templating code, (2) assets,
31
+ and (3) data.
32
+
33
+ The templates are available in `_includes`, `_layouts`, and `_sass`. Assets are
34
+ in `assets`, and data in `_data`.
33
35
 
34
36
  ## Contributing
35
37
 
36
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/jekyll-theme-ici3d. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.
38
+ Bug reports and pull requests are welcome on GitHub at https://github.com/ICI3D/jekyll-theme-ici3d. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.
37
39
 
38
40
  ## Development
39
41
 
@@ -0,0 +1,13 @@
1
+ url,img,title,type,width,height,active
2
+ https://www.sacema.org/,SACEMA_228.png,SACEMA,Consortium Institution,480,,true
3
+ https://midasnetwork.us/,MIDAS.png,MIDAS Coordinating Center,Consortium Institution,,100,true
4
+ https://www.uga.edu/,UGA_228.png,University of Georgia,Consortium Institution,480,,false
5
+ https://www.aims.ac.za/,AIMS-SA.jpg,AIMS-South Africa,Institutional Partner,567,114,true
6
+ https://cema.africa/,CEMA_UN.png,CEMA,Institutional Partner,385,114,true
7
+ https://www.cidid.org/,CIDID_long.png,CIDID,Institutional Partner,385,114,false
8
+ https://proctor.ucsf.edu/,Proctor.png,The Francis I. Proctor Foundation for Research in Ophthalmology,Institutional Partner,,,false
9
+ https://www.ucsf.edu/,UCSF.png,University of California - San Francisco,Institutional Partner,175,114,false
10
+ https://www.colby.edu/,Colby.png,Colby College,Institutional Partner,,,true
11
+ https://www.mcmaster.ca/,McMaster.jpg,McMaster University,Institutional Partner,206,114,false
12
+ https://www.psu.edu/,PSU.png,Pennsylvania State University,Institutional Partner,,114,true
13
+ http://www.ufl.edu/,UF.png,University of Florida,Institutional Partner,,,false
@@ -0,0 +1,10 @@
1
+ ---
2
+ name: Sam Abbott, PhD
3
+ type: observer
4
+ role: Faculty Observer
5
+ involvement: Faculty Observer, MMED 2023
6
+ img: transmission.png
7
+ position: To be added
8
+ affiliation: To be added
9
+ summary: Please add a brief bio.
10
+ ---
@@ -0,0 +1,18 @@
1
+ ---
2
+ name: Jeremy Bingham, MSc
3
+ type: mentor
4
+ role: Mentor
5
+ position: Junior Researcher<br>South African Centre for Epidemiological Modelling and Analysis
6
+ affiliation: Stellenbosch University, Stellenbosch, South Africa
7
+ img: team/bingham.jpg
8
+ degrees:
9
+ - degree: BSc Honours
10
+ discipline: Biomathematics
11
+ institution: Stellenbosch University
12
+ year: YYYY
13
+ - degree: BSc
14
+ discipline: Physics
15
+ institution: University of Cape Town
16
+ year: YYYY
17
+ bio: Add a brief bio.
18
+ ---
@@ -0,0 +1,10 @@
1
+ ---
2
+ name: Seth Blumberg, PhD
3
+ type: observer
4
+ role: Faculty Observer
5
+ involvement: Faculty Observer, MMED 2023
6
+ img: team/blumberg.jpg
7
+ position: To be added
8
+ affiliation: To be added
9
+ summary: Please add a brief bio.
10
+ ---
data/_data/team/brown.yml CHANGED
@@ -1,9 +1,9 @@
1
1
  ---
2
- name: Lauren Brown, BSc (Hons)
2
+ name: Lauren Brown, MSc
3
3
  type: mentor
4
4
  role: Mentor
5
5
  img: mentors/brown.jpg
6
- position: MSc candidate in Applied Mathematics<br>South African Centre for Epidemiological Modelling and Analysis
6
+ position: Junior Researcher<br>South African Centre for Epidemiological Modelling and Analysis
7
7
  affiliation: Stellenbosch University, Stellenbosch, South Africa
8
8
  degrees:
9
9
  - degree: BSc Honours
@@ -0,0 +1,18 @@
1
+ ---
2
+ name: Jeanette Dawa, PhD
3
+ type: mentor
4
+ role: Mentor
5
+ position: Fill in current position
6
+ affiliation: Fill in current affiliation
7
+ img: transmission.png
8
+ degrees:
9
+ - degree:
10
+ discipline:
11
+ institution:
12
+ year:
13
+ - degree:
14
+ discipline:
15
+ institution:
16
+ year:
17
+ bio: Add a brief bio
18
+ ---
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: Jonathan Dushoff, PhD
3
3
  type: director
4
- role: Clinic Director for DAIDD 2022
4
+ role: Founding Faculty Member
5
5
  role.old: ICI3D Co-Director<br>Program Director for North America
6
6
  involvement: Faculty Member, MMED and DAIDD clinics
7
7
  position: Professor of Biology
@@ -2,7 +2,7 @@
2
2
  name: Thomas J. Hladish, PhD
3
3
  type: workshop
4
4
  role: Faculty Member, DAIDD 2022
5
- involvement: Faculty Member, DAIDD clinic
5
+ involvement: Faculty Member, SEAMS and DAIDD clinics
6
6
  position: Research Scientist
7
7
  affiliation: University of Florida
8
8
  img: team/hladish.jpg
@@ -0,0 +1,18 @@
1
+ ---
2
+ name: Ivy Kombe, PhD
3
+ type: workshop
4
+ role: Faculty Member, MMED clinic
5
+ img: transmission.png
6
+ position: To be added
7
+ affiliation: To be added
8
+ degrees:
9
+ - degree:
10
+ discipline:
11
+ institution:
12
+ year:
13
+ - degree:
14
+ discipline:
15
+ institution:
16
+ year:
17
+ bio: Please add short bio
18
+ ---
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: Mutono Nyamai, MSc
3
- type: mentor
4
- role: Mentor
3
+ type: workshop
4
+ role: Faculty Member, MMED clinic
5
5
  img: mentors/nyamai.png
6
6
  position: PhD candidate
7
7
  affiliation: Center for Epidemiological Modelling and Analysis<br>University of Nairobi
@@ -0,0 +1,18 @@
1
+ ---
2
+ name: Evans Omondi, PhD
3
+ type: mentor
4
+ role: Mentor
5
+ position: Fill in current position
6
+ affiliation: Fill in current affiliation
7
+ img: transmission.png
8
+ degrees:
9
+ - degree:
10
+ discipline:
11
+ institution:
12
+ year:
13
+ - degree:
14
+ discipline:
15
+ institution:
16
+ year:
17
+ bio: Add a brief bio
18
+ ---
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  name: Carl Pearson, MSES, PhD
3
- type: workshop
4
- role: Faculty Member, DAIDD 2016-2020, MMED 2018, 2021
5
- involvement: Faculty Member, MMED and DAIDD clinics
3
+ type: core
4
+ role: Clinic Director for MMED 2023<br>Faculty Member, SEAMS, MMED, and DAIDD
5
+ involvement: Faculty Member, DAIDD 2016-2020, MMED 2018, 2021, 2023
6
6
  position: Research Fellow
7
7
  affiliation: London School of Hygiene & Tropical Medicine<br>London, United Kingdom
8
8
  img: team/pearson.jpg
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: Juliet Pulliam, PhD
3
3
  type: director
4
- role: ICI3D Co-Director
4
+ role: ICI3D Co-Director<br>Founding Faculty Member
5
5
  role.old: ICI3D Co-Director<br>Program Director for Africa
6
6
  involvement: Faculty Member, MMED and DAIDD clinics
7
7
  position: Director of <a href="http://www.sacema.org/">SACEMA</a> & Professor of Applied Mathematics
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: Bobby Reiner, PhD
3
3
  type: workshop
4
- role: Faculty Member, MMED 2021, DAIDD 2021
4
+ role: Deputy Clinic Director for MMED 2023
5
5
  involvement: Faculty Member, MMED and DAIDD clinics
6
+ involvement_alt: Faculty Member, DAIDD 2021, MMED 2021, 2023
6
7
  position: Associate Professor of Health Metrics Sciences
7
8
  affiliation: Institute for Health Metrics and Evaluation <br> University of Washington, Seattle, Washington, USA
8
9
  img: team/reiner.jpg
data/_data/team/scott.yml CHANGED
@@ -1,7 +1,8 @@
1
1
  ---
2
2
  name: Jim Scott, MPH, PhD
3
3
  type: core
4
- role: Faculty Member, MMED and DAIDD clinics
4
+ role: Founding Faculty Member<br>Faculty Member, MMED and DAIDD clinics
5
+ involvement: Faculty Member, MMED and DAIDD clinics
5
6
  position: Associate Professor of Statistics
6
7
  affiliation: Department of Mathematics and Statistics<br>Colby College, Waterville, ME, USA
7
8
  img: team/scott.jpg
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  name: Cari van Schalkwyk, PhD
3
- type: workshop
4
- role: Faculty Member, DAIDD 2016-2019, MMED 2017, 2019, 2021
5
- involvement: Faculty Member, MMED and DAIDD clinics
3
+ type: core
4
+ role: Clinic Director for DAIDD 2023<br>Faculty Member, MMED and DAIDD clinics
5
+ involvement: Faculty Member, DAIDD 2016-2019, MMED 2017, 2019, 2021, 2023
6
6
  position: Senior Researcher
7
7
  affiliation: South African Centre for Epidemiological Modelling and Analysis<br>Stellenbosch University, Stellenbosch, South Africa
8
8
  img: team/vanschalkwyk.jpg
data/_includes/alert ADDED
@@ -0,0 +1,13 @@
1
+ {% if include.alertmsg contains "" -%}
2
+ <div class="alert alert-{{include.alerttype}} {% if include.alerttype == 'shadow' %}shadow{% endif %} alert-dismissible" role="alert">
3
+ <button type="button" class="close" data-dismiss="alert">
4
+ <span aria-hidden="true">&times;</span>
5
+ <span class="sr-only">Close</span>
6
+ </button>
7
+ <div class="container padding-left=0px padding-right=0px">
8
+ <p margin="0px">
9
+ {{ include.alertmsg }}
10
+ </p>
11
+ </div>
12
+ </div>
13
+ {%- endif %}
@@ -0,0 +1,12 @@
1
+ <script src="{{ site.absoluteurl }}/assets/js/jquery-2.1.1.min.js"></script>
2
+ <script src="{{ site.absoluteurl }}/assets/js/bootstrap.min.js"></script>
3
+ <script src="{{ site.absoluteurl }}/assets/js/plugins/slick/slick.min.js"></script>
4
+ <script src="{{ site.absoluteurl }}/assets/js/plugins/easing/jquery.easing.min.js"></script>
5
+ <script src="{{ site.absoluteurl }}/assets/js/plugins/scrollto/jquery.localscroll-1.2.7-min.js"></script>
6
+ <script src="{{ site.absoluteurl }}/assets/js/plugins/scrollto/jquery.scrollTo-1.4.3.1-min.js"></script>
7
+ <script src="{{ site.absoluteurl }}/assets/js/plugins/autohidingnavbar/jquery.bootstrap-autohidingnavbar.min.js"></script>
8
+ <script src="{{ site.absoluteurl }}/assets/js/repute-scripts.js"></script>
9
+ <script>
10
+ hasShadow = (new URLSearchParams(window.location.search)).has("shadow");
11
+ if (hasShadow) { $(".shadow").removeClass("shadow").addClass("shadow-show"); }
12
+ </script>
@@ -11,12 +11,12 @@
11
11
  {%endif%}
12
12
  </li>
13
13
  <li class="dropdown {% if page.tab == 'Programs' %}active{%endif%}">
14
- <a href="{{ site.absoluteurl }}/programs/" class="dropdown-toggle" data-toggle="dropdown">PROGRAMS <i class="fa fa-angle-down"></i></a>
14
+ <a href="{{ site.ICI3Durl }}/programs/" class="dropdown-toggle" data-toggle="dropdown">PROGRAMS <i class="fa fa-angle-down"></i></a>
15
15
  <ul class="dropdown-menu" role="menu">
16
- <li><a href="{{ site.absoluteurl }}/mmed">MMED clinic</a></li>
17
- <li><a href="{{ site.absoluteurl }}/daidd">DAIDD clinic</a></li>
18
- <li><a href="{{ site.absoluteurl }}/seams">SEAMS clinic</a></li>
19
- <li><a href="{{ site.absoluteurl }}/i3d">I3D exchange</a></li>
16
+ {% for prog in site.data.programs %}{% if prog.active == 'true' %}
17
+ <li><a href="{{ site.ICI3Durl }}/{{ prog.url }}"
18
+ title="{{ prog.long }}">{{ prog.short }}</a></li>
19
+ {% endif %}{% endfor %}
20
20
  </ul>
21
21
  </li>
22
22
  <li class="dropdown {% if page.tab == 'People' %}active{%endif%}">
@@ -1,3 +1,4 @@
1
+ {% capture part_im_path %}{{ site.url }}/assets/img/partners{% endcapture -%}
1
2
  <!-- OUR PARTNERS -->
2
3
  <section class="clients" id="partners">
3
4
  <div class="heading-center">
@@ -5,71 +6,16 @@
5
6
  <p class="lead">Consortium institutions and institutional partners</p>
6
7
  <hr>
7
8
  </div>
8
- <div class="container">
9
- <ul class="list-inline list-client-logo" >
10
- <li>
11
- </li>
12
- <li>
13
- <a href="http://www.sacema.org/"><img src="{{site.url}}/assets/img/partners/SACEMA_228.png" title="SACEMA (Consortium Institution)" style="width:480px" /></a>
14
- </li>
15
- <li>
16
- <a href="http://www.midas.us/"><img src="{{site.url}}/assets/img/partners/MIDAS.png" title="MIDAS Coordinating Center (Consortium Institution)" style="height:100px"/></a>
17
- </li>
18
- <li>
19
- </li>
20
- {% if false %}
21
- <li>
22
- <a href="http://www.uga.edu/"><img src="{{site.url}}/assets/img/partners/UGA_228.png" title="University of Georgia (Consortium Institution)" style="width:480px"/></a>
23
- </li>
24
- {%endif%}
25
- <li>
26
- </li>
27
- </ul>
28
- <hr>
29
- </div>
30
- <div class="container">
31
- <ul class="list-inline list-client-logo" >
32
- <li>
33
- <a href="http://www.aims.ac.za/"><img src="{{site.url}}/assets/img/partners/AIMS-SA.jpg" title="AIMS-South Africa (Institutional Partner)" style="height:114px; width:567px"/></a>
34
- </li>
35
- <li>
36
- <a href="https://cema.africa/"><img src="{{site.url}}/assets/img/partners/CEMA_UN.png" title="CEMA (Institutional Partner)" style="height:114px; width:385px;" /></a>
37
- </li>
38
- <li>
39
- </li>
40
- {% if false %}
41
- <li>
42
- <a href="http://www.cidid.org/"><img src="{{site.url}}/assets/img/partners/CIDID_long.png" title="CIDID (Institutional Partner)" style="height:114px; width:385px;" /></a>
43
- </li>
44
- {%endif%}
45
- </ul>
46
- <hr>
47
- </div>
48
- <div class="container">
49
- <ul class="list-inline list-client-logo">
50
- {% if false %}
51
- <li>
52
- <a href="http://proctor.ucsf.edu/"><img src="{{site.url}}/assets/img/partners/Proctor.png" title="The Francis I. Proctor Foundation for Research in Ophthalmology (Institutional Partner)"/></a>
53
- </li>
54
- <li>
55
- <a href="http://www.ucsf.edu/"><img src="{{site.url}}/assets/img/partners/UCSF.png" title="University of California - San Francisco (Institutional Partner)" style="height:114px; width:175px"/></a>
56
- </li>
57
- {%endif%}
58
- <li>
59
- <a href="http://www.colby.edu/"><img src="{{site.url}}/assets/img/partners/Colby.png" title="Colby College (Institutional Partner)" /></a>
60
- </li>
61
- <li>
62
- <a href="http://www.mcmaster.ca/"><img src="{{site.url}}/assets/img/partners/McMaster.jpg" title="McMaster Univeristy (Institutional Partner)" style="height:114px; width:206px"/></a>
63
- </li>
64
- <li>
65
- <a href="http://www.psu.edu/"><img src="{{site.url}}/assets/img/partners/PSU.png" title="Pennsylvania State Univeristy (Institutional Partner)" style="height:114px"/></a>
66
- </li>
67
- {% if false %}
68
- <li>
69
- <a href="http://www.ufl.edu/"><img src="{{site.url}}/assets/img/partners/UF.png" title="University of Florida (Institutional Partner)" /></a>
70
- </li>
71
- {%endif%}
72
- </ul>
73
- </div>
9
+ <div class="container"><ul class="list-inline list-client-logo">
10
+ {% for partner in site.data.partners %}{% if partner.active == "true" %}
11
+ <li><a href="{{ partner.url }}"><img
12
+ src="{{ part_im_path }}/{{ partner.img }}"
13
+ title="{{ partner.title }}{% if partner.type != '' %} ({{ partner.type }}){% endif %}"
14
+ {% if partner.width or partner.height %}
15
+ style="{% if partner.width %}width:{{ partner.width }}px;{% endif %}{% if partner.height %}height:{{ partner.height }}px;{% endif %}"
16
+ {% endif %}/>
17
+ </a></li>
18
+ {% endif %}{% endfor %}
19
+ </ul></div>
74
20
  </section>
75
21
  <!-- END OUR PARTNERS -->
data/_includes/talk.html CHANGED
@@ -8,5 +8,5 @@
8
8
  <p style="font-size:14px"> {{ page.session }}</p>
9
9
  <p style="font-size:14px"><b>Abstract:</b> {{ page.abstract }}</p>
10
10
  <p style="font-size:14px"><b>About:</b> {{ page.bio }}</p><br>
11
- </div><!-- media-body -->
11
+ </div><!-- media-body -->
12
12
  </div><!-- team-member media -->
@@ -1,43 +1,25 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en" class="fullscreen">
3
- {%include head.html%}
4
- <body>
5
- <!-- WRAPPER -->
6
- <div class="wrapper">
7
- {%include navbar.html%}
8
- {%include clinicNavbar.html%}
9
- {%include header.html%}
10
- {% if page.alertmsg contains "" %}
11
- <div class="alert alert-{{page.alerttype}} alert-dismissible" role="alert">
12
- <button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
13
- <div class="container padding-left=0px padding-right=0px">
14
- <p style="font-size:16px; margin:0px">
15
- {{ page.alertmsg }}
16
- </p>
17
- </div>
18
- </div>
19
- {%endif%}
20
- <!-- PAGE CONTENT -->
3
+ {% include head.html %}
4
+ <body>
5
+ <!-- WRAPPER -->
6
+ <div class="wrapper">
7
+ {% include navbar.html %}
8
+ {% include clinicNavbar.html %}
9
+ {% include header.html %}
10
+ {% include alert alerttype=page.alerttype alertmsg=page.alertmsg %}
11
+ <!-- PAGE CONTENT -->
21
12
  <div class="page-content">
22
13
  <div class="container">
23
- <h1><span style="color: #15378a">{{page.subtitle}}</span></h1>
24
-
25
- {{ content }}
26
- </div>
27
- </div>
28
- <!-- END PAGE CONTENT -->
29
- {% include footer.html %}
14
+ <h1><span style="color: #15378a">{{ page.subtitle }}</span></h1>
15
+ {{ content }}
16
+ </div>
30
17
  </div>
31
- <!-- END WRAPPER -->
32
- <!-- JAVASCRIPTS -->
33
- <script src="{{ site.url }}/assets/js/jquery-2.1.1.min.js"></script>
34
- <script src="{{ site.url }}/assets/js/bootstrap.min.js"></script>
35
- <script src="{{ site.url }}/assets/js/plugins/slick/slick.min.js"></script>
36
- <script src="{{ site.url }}/assets/js/plugins/easing/jquery.easing.min.js"></script>
37
- <script src="{{ site.url }}/assets/js/plugins/scrollto/jquery.localscroll-1.2.7-min.js"></script>
38
- <script src="{{ site.url }}/assets/js/plugins/scrollto/jquery.scrollTo-1.4.3.1-min.js"></script>
39
- <script src="{{ site.url }}/assets/js/plugins/autohidingnavbar/jquery.bootstrap-autohidingnavbar.min.js"></script>
40
- <script src="{{ site.url }}/assets/js/repute-scripts.js"></script>
41
-
42
- </body>
18
+ <!-- END PAGE CONTENT -->
19
+ {% include footer.html %}
20
+ </div>
21
+ <!-- END WRAPPER -->
22
+ <!-- JAVASCRIPTS -->
23
+ {% include jsblock.html %}
24
+ </body>
43
25
  </html>
data/_layouts/main.liquid CHANGED
@@ -1,13 +1,13 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en" class="fullscreen">
3
- {%include head.html%}
4
- <body>
3
+ {% include head.html %}
4
+ <body>
5
5
  <!-- WRAPPER -->
6
- <div class="wrapper">
7
- {%include navbar.html%}
8
- {%include hero.html%}
9
- {%include mission.html%}
10
- <!-- PAGE CONTENT -->
6
+ <div class="wrapper">
7
+ {% include navbar.html %}
8
+ {% include hero.html %}
9
+ {% include mission.html %}
10
+ <!-- PAGE CONTENT -->
11
11
  <div class="page-content">
12
12
  <div class="container">
13
13
  {{ content }}
@@ -16,19 +16,12 @@
16
16
  </div>
17
17
  </div>
18
18
  <!-- END PAGE CONTENT -->
19
- {% include contact.html %}
20
- {% include footer.html %}
19
+ {% include contact.html %}
20
+ {% include footer.html %}
21
21
  </div>
22
22
  <!-- END WRAPPER -->
23
23
  <!-- JAVASCRIPTS -->
24
- <script src="{{site.url}}/assets/js/jquery-2.1.1.min.js"></script>
25
- <script src="{{site.url}}/assets/js/bootstrap.min.js"></script>
26
- <script src="{{site.url}}/assets/js/plugins/slick/slick.min.js"></script>
27
- <script src="{{site.url}}/assets/js/plugins/easing/jquery.easing.min.js"></script>
28
- <script src="{{site.url}}/assets/js/plugins/scrollto/jquery.localscroll-1.2.7-min.js"></script>
29
- <script src="{{site.url}}/assets/js/plugins/scrollto/jquery.scrollTo-1.4.3.1-min.js"></script>
30
- <script src="{{site.url}}/assets/js/plugins/autohidingnavbar/jquery.bootstrap-autohidingnavbar.min.js"></script>
31
- <script src="{{site.url}}/assets/js/repute-scripts.js"></script>
24
+ {% include jsblock.html %}
32
25
 
33
26
  </body>
34
27
  </html>
@@ -1,60 +1,41 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en" class="fullscreen">
3
- {%include head.html%}
4
- <body>
5
- <!-- WRAPPER -->
6
- <div class="wrapper">
7
- {%include navbar.html%}
8
- {%include clinicNavbar.html%}
9
- <!-- BREADCRUMBS -->
10
- <div class="page-header has-intro">
11
- <div class="container">
12
- <div class="left pull-left">
13
- <h1 class="page-title">{{ page.title }}</h1>
14
- <p class="page-header-intro">{{ page.summary }}</p>
15
- </div>
16
- <ol class="breadcrumb link-accent">
17
- {% if page.tab contains "" %}
18
- <li><a href="{{ site.absoluteurl }}">{{ site.title }}</a></li>
19
- {%endif%}
20
- {% if page.tab != page.title %}<li><a href="{{ site.url }}/{{ page.tab | downcase }}/">{{ page.tab }}</a></li>{% endif %}
21
- {% if page.parent contains "" %} <li><a href=""{{ site.url }}/{{ page.parent }}/"">{{ page.parent }}</a></li> {% endif %}
22
- </ol>
23
- </div>
24
- </div>
25
- <!-- END BREADCRUMBS -->
26
- {% if page.alertmsg contains "" %}
27
- <div class="alert alert-{{page.alerttype}} alert-dismissible" role="alert">
28
- <button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
29
- <div class="container padding-left=0px padding-right=0px">
30
- <p style="font-size:16px; margin:0px">
31
- {{ page.alertmsg }}
32
- </p>
33
- </div>
34
- </div>
35
- {%endif%}
36
-
37
- <!-- PAGE CONTENT -->
38
- <div class="page-content">
39
- <div class="container">
40
- <h1><span style="color: #15378a">{{page.subtitle}}</span></h1>
41
-
42
- {{ content }}
43
- </div>
44
- </div>
45
- <!-- END PAGE CONTENT -->
46
- {% include footer.html %}
3
+ {% include head.html %}
4
+ <body>
5
+ <!-- WRAPPER -->
6
+ <div class="wrapper">
7
+ {% include navbar.html %}
8
+ {% include clinicNavbar.html %}
9
+ <!-- BREADCRUMBS -->
10
+ <div class="page-header has-intro">
11
+ <div class="container">
12
+ <div class="left pull-left">
13
+ <h1 class="page-title">{{ page.title }}</h1>
14
+ <p class="page-header-intro">{{ page.summary }}</p>
47
15
  </div>
48
- <!-- END WRAPPER -->
49
- <!-- JAVASCRIPTS -->
50
- <script src="{{ site.url }}/assets/js/jquery-2.1.1.min.js"></script>
51
- <script src="{{ site.url }}/assets/js/bootstrap.min.js"></script>
52
- <script src="{{ site.url }}/assets/js/plugins/slick/slick.min.js"></script>
53
- <script src="{{ site.url }}/assets/js/plugins/easing/jquery.easing.min.js"></script>
54
- <script src="{{ site.url }}/assets/js/plugins/scrollto/jquery.localscroll-1.2.7-min.js"></script>
55
- <script src="{{ site.url }}/assets/js/plugins/scrollto/jquery.scrollTo-1.4.3.1-min.js"></script>
56
- <script src="{{ site.url }}/assets/js/plugins/autohidingnavbar/jquery.bootstrap-autohidingnavbar.min.js"></script>
57
- <script src="{{ site.url }}/assets/js/repute-scripts.js"></script>
58
-
59
- </body>
16
+ <ol class="breadcrumb link-accent">
17
+ {% if page.tab contains "" %}
18
+ <li><a href="{{ site.absoluteurl }}">{{ site.title }}</a></li>
19
+ {%endif%}
20
+ {% if page.tab != page.title %}<li><a href="{{ site.url }}/{{ page.tab | downcase }}/">{{ page.tab }}</a></li>{% endif %}
21
+ {% if page.parent contains "" %} <li><a href=""{{ site.url }}/{{ page.parent }}/"">{{ page.parent }}</a></li> {% endif %}
22
+ </ol>
23
+ </div>
24
+ </div>
25
+ <!-- END BREADCRUMBS -->
26
+ {% include alert alerttype=page.alerttype alertmsg=page.alertmsg %}
27
+ <!-- PAGE CONTENT -->
28
+ <div class="page-content">
29
+ <div class="container">
30
+ <h1><span style="color: #15378a">{{ page.subtitle }}</span></h1>
31
+ {{ content }}
32
+ </div>
33
+ </div>
34
+ <!-- END PAGE CONTENT -->
35
+ {% include footer.html %}
36
+ </div>
37
+ <!-- END WRAPPER -->
38
+ <!-- JAVASCRIPTS -->
39
+ {% include jsblock.html %}
40
+ </body>
60
41
  </html>