22layout: default
33---
44<div class =" post" >
5- <!-- < header class="post-header">
5+ <header class =" post-header" >
66 <h1 class =" post-title" >
77 {% if site .title == 'blank' %}
88 <span class =" font-weight-bold" >{{ site .first_name }}</span > {{ site .middle_name }}
@@ -12,46 +12,25 @@ layout: default
1212 {% endif %}
1313 </h1 >
1414 <p class =" desc" >{{ page .subtitle }}</p >
15- </header> -->
15+ </header >
1616
1717 <article >
1818 {% if page .profile %}
1919 <div class =" profile float-{% if page .profile .align == 'left' %}left{% else %}right{% endif %}" >
2020 {% if page .profile .image %}
2121 {% assign profile_image_path = page .profile .image | prepend: 'assets/img/' %}
2222 {% if page .profile .image_circular %}
23- {% assign profile_image_class = 'img-fluid rounded-circle' %}
23+ {% assign profile_image_class = 'img-fluid z-depth-1 rounded-circle' %}
2424 {% else %}
25- {% assign profile_image_class = 'img-fluid rounded' %}
26- {% endif %}
27-
28- {% capture sizes %}(min-width: {{ site .max_width }}) {{ site .max_width | minus: 30 | times: 0.3 }}px, (min-width: 576px) 30vw, 95vw"{% endcapture %}
29-
30- {% if page .profile .image_dark %}
31- {% assign profile_image_dark_path = page .profile .image_dark | prepend: 'assets/img/' %}
32-
33- <!-- Light Mode Logo -->
34- <div class =" logo-light" >
35- {%
36- include figure .liquid loading ="eager" path =profile_image_path class =profile_image_class sizes =sizes alt =page .profile .image
37- cache_bust =true
38- %}
39- </div >
40-
41- <!-- Dark Mode Logo -->
42- <div class =" logo-dark" >
43- {%
44- include figure .liquid loading ="eager" path =profile_image_dark_path class =profile_image_class sizes =sizes alt =page .profile .image
45- cache_bust =true
46- %}
47- </div >
48- {% else %}
49- <!-- Default Single Logo -->
50- {%
51- include figure .liquid loading ="eager" path =profile_image_path class =profile_image_class sizes =sizes alt =page .profile .image
52- cache_bust =true
53- %}
25+ {% assign profile_image_class = 'img-fluid z-depth-1
26+ rounded' %}
5427 {% endif %}
28+ {% capture sizes %}(min-width: {{ site .max_width }}) {{ site .max_width | minus: 30 | times: 0.3 }}px, (min-width: 576px)
29+ 30vw, 95vw"{% endcapture %}
30+ {%
31+ include figure .liquid loading ="eager" path =profile_image_path class =profile_image_class sizes =sizes alt =page .profile .image
32+ cache_bust =true
33+ %}
5534 {% endif %}
5635 {% if page .profile .more_info %}
5736 <div class =" more-info" >{{ page .profile .more_info }}</div >
0 commit comments