File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- < p class ="llnl-breadcrumb fs-13 mb-50 "> < br /> < a class ="text-software -blue text-decoration-underline-hover llnl-breadcrumb-link fw-semibold " href ="{{ site.baseurl }}/ "> Home</ a >
1+ < p class ="llnl-breadcrumb fs-13 mb-50 "> < br /> < a class ="text-impact -blue text-decoration-underline-hover llnl-breadcrumb-link fw-semibold " href ="{{ site.baseurl }}/ "> Home</ a >
22 {% capture page_url_without_index_html %}{{ page.url | remove: "/index.html" }}{% endcapture %}
33 {% assign splitted_url_parts = page_url_without_index_html | split: '/' %}
44 {% capture forLoopMaxInt %}{{ splitted_url_parts.size | minus:1 }}{% endcapture %}
1111 {% if current_breadcrumb_url == breadcrumb_page.url or current_breadcrumb_md_url == breadcrumb_page.url %}
1212 {% if i == forLoopMaxInt %}class="active"{% endif %}< i class ="fa fa-regular fa-chevron-right text-carbon-gray ms-2 "> </ i >
1313 {% capture breadcrumb_page_page_url_without_index_html %}{{ breadcrumb_page.url | remove: "index.html" }}{% endcapture %}
14- < a class ="text-software -blue llnl-breadcrumb-link ms-2 fw-semibold {% if isLast %} text-black text-decoration-none {% else %} text-decoration-underline-hover {% endif %} "{% unless isLast %} href ="{{breadcrumb_page_page_url_without_index_html}} "{% endunless %} > {{breadcrumb_page.breadcrumb}}</ a >
14+ < a class ="text-impact -blue llnl-breadcrumb-link ms-2 fw-semibold {% if isLast %} text-black text-decoration-none {% else %} text-decoration-underline-hover {% endif %} "{% unless isLast %} href ="{{breadcrumb_page_page_url_without_index_html}} "{% endunless %} > {{breadcrumb_page.breadcrumb}}</ a >
1515 {% endif %}
1616 {% endfor %}
1717 {% endfor %}
Original file line number Diff line number Diff line change 1- < div class ="llnl-link-card border-bottom-gradient-software-blue-green border-bottom-3 position-relative {{ include.classes }} p-3 ">
1+ < div class ="llnl-link-card border-bottom-gradient-impact-extreme border-bottom-3 position-relative {{ include.classes }} p-3 ">
22 < {{ include.tag | default: 'h3' }} class="text-center my-4 text-balance"> {{ include.title }}</ {{ include.tag | default: 'h3' }}>
33 < hr class ="border-carbon-gray border-2 "/>
44 < div class ="mt-4 llnl-content ">
Original file line number Diff line number Diff line change 11< a href ="{{ include.url }} " class ="llnl-quick-link row text-decoration-none mb-2 box-shadow-10 bg-light-blue-hover h-100 ">
2- < div class ="col-2 py-4 px-3 bg-gradient-software-blue-green -v d-flex justify-content-center vertical-center ">
2+ < div class ="col-2 py-4 px-3 bg-gradient-impact-extreme -v d-flex justify-content-center vertical-center ">
33 < i class ="text-white fa {{ include.type | default: 'fa-regular' }} {{ include.icon }} {{ include.icon_size | default: 'fa-lg' }} "> </ i >
44 </ div >
55 < div class ="llnl-content col-10 py-2 d-flex align-items-center text-black ">
Original file line number Diff line number Diff line change 1212{% endif %}
1313< meta charset ="UTF-8 ">
1414< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
15- < link rel ="shortcut icon " href ="/assets/images/OS-icon-color .png ">
16- < link rel ="icon " href ="/assets/images/logomark-software .svg " />
15+ < link rel ="shortcut icon " href ="/assets/images/favicon .png ">
16+ < link rel ="icon " href ="/assets/images/logomark-llnl .svg " />
1717< link rel ="stylesheet " href ="/assets/css/bootstrap.min.css " />
1818< link rel ="stylesheet " href ="/assets/css/gov-banner.css " />
1919< link rel ="stylesheet " href ="/assets/css/llnl-header.css " />
2525< meta name ="twitter:site " content ="@livermore_comp " />
2626< meta name ="twitter:title " content ="LLNL Computing " />
2727< meta name ="twitter:description " content ="All computing topics at LLNL. " />
28- < meta name ="twitter:image " content ="/assets/images/llnl-logo-400x400 .png " aria-label ="LLNL logo " />
28+ < meta name ="twitter:image " content ="/assets/images/logomark-llnl .png " aria-label ="LLNL logo " />
2929
3030< meta name ="google-site-verification " content ="477TVoInt3HiUgSl_hU4rb5_JrgNMKK5Rl-KPMUClpQ " />
3131
You can’t perform that action at this time.
0 commit comments