You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
232 lines
6.7 KiB
232 lines
6.7 KiB
<!DOCTYPE HTML>
|
|
<html lang="en-US">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>{{.Title}}</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="referrer" content="unsafe-url">
|
|
<meta name="keywords" content="{{.Keywords}}">
|
|
<meta name="description" content="{{.Description}}">
|
|
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/bootstrap.min.css"}}" />
|
|
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/index.css"}}" />
|
|
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
|
|
</head>
|
|
|
|
<body
|
|
class="home page-template-default page page-id-29187 wp-embed-responsive hb-stretched-layout wpb-js-composer js-comp-ver-6.10.0 vc_responsive"
|
|
data-fixed-footer="1" data-smooth-scroll="0" itemscope="itemscope" itemtype="http://schema.org/WebPage">
|
|
|
|
|
|
<!-- BEGIN #main-wrapper -->
|
|
<div id="main-wrapper" class="hb-stretched-layout width-1140 nav-type-1">
|
|
|
|
<header id="hb-header">
|
|
|
|
<!-- BEGIN #header-inner -->
|
|
<div id="header-inner" class="nav-type-1 hb-ajax-search" role="banner">
|
|
<!-- BEGIN #header-inner-bg -->
|
|
<div id="header-inner-bg">
|
|
<div class="container">
|
|
|
|
|
|
|
|
<!-- BEGIN #logo -->
|
|
<div id="logo">
|
|
<a href="{{.IndexUrl}}" class="image-logo">
|
|
<img src="{{replaceImage .Logo}}" alt="Litmos" width="191"
|
|
height="36" data-no-lazy="1">
|
|
</a>
|
|
</div>
|
|
<!-- END #logo -->
|
|
|
|
<!-- BEGIN .main-navigation -->
|
|
<nav class="main-navigation" role="navigation" itemscope="itemscope"
|
|
itemtype="http://schema.org/SiteNavigationElement">
|
|
|
|
|
|
<ul id="main-nav" class="sf-menu ">
|
|
|
|
<li
|
|
class="menu-item--products menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-28537">
|
|
<a href="{{.IndexUrl}}">{{ lang "home"}}</a>
|
|
</li>
|
|
<li
|
|
class="menu-item--products menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-28537">
|
|
<a href="{{.AboutUrl}}">{{ lang "about"}}</a>
|
|
</li>
|
|
<li
|
|
class="menu-item--products menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-28537">
|
|
<a href="{{.ContactUrl}}">{{ lang "contact"}}</a>
|
|
</li>
|
|
<li
|
|
class="menu-item--products menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-28537">
|
|
<a href="{{.PolicyUrl}}">{{ lang "policy"}}</a>
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
<!-- BEGIN #fancy-search -->
|
|
|
|
<!-- END #fancy-serach -->
|
|
|
|
</nav>
|
|
<!-- END .main-navigation -->
|
|
</div><!-- END .container or .container-wide -->
|
|
</div><!-- END #header-inner-bg -->
|
|
</div><!-- END #header-inner -->
|
|
</header>
|
|
|
|
|
|
|
|
|
|
<!-- BEGIN #main-content -->
|
|
<div id="main-content">
|
|
|
|
<div class="container">
|
|
|
|
<div class="row fullwidth main-row">
|
|
|
|
<div id="page-29187" class="post-29187 page type-page status-publish has-post-thumbnail hentry">
|
|
|
|
<!-- BEGIN .hb-main-content -->
|
|
<div class="col-12 hb-main-content">
|
|
<section class="wpb-content-wrapper">
|
|
|
|
<div class="vc_row-full-width vc_clearfix"></div>
|
|
|
|
<section data-vc-full-width="true" data-vc-full-width-init="false"
|
|
class="vc_section page-section vc_custom_1656458557844 vc_section-has-fill">
|
|
<div class="vc_row element-row row highend_63817e2a9b411">
|
|
<div class="wpb_column vc_column_container vc_col-sm-12">
|
|
<div class="vc_column-inner">
|
|
<div class="wpb_wrapper">
|
|
<div class="wpb_text_column wpb_content_element section__title">
|
|
<div class="wpb_wrapper">
|
|
<p style="text-align: center;">{{lang "latest"}}</p>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="vc_row element-row row comp--products-resources highend_63817e2a9b532">
|
|
<!-- -->
|
|
{{ range .Articles }}
|
|
|
|
<div style="width: 400px; margin-right: 50px;" class="wpb_column vc_column_container vc_col-sm-4">
|
|
<div class="vc_column-inner">
|
|
<div class="wpb_wrapper">
|
|
<div class="wpb_text_column wpb_content_element resource-image">
|
|
<div class="wpb_wrapper">
|
|
<p><a href="{{.Url}}"><img
|
|
style="width: 400px;height: 200px;"
|
|
decoding="async" loading="lazy"
|
|
class="alignnone size-full wp-image-43176"
|
|
src="{{getCover .Cover }}"
|
|
alt="" width="579" height="386" /></a>
|
|
</p>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="wpb_text_column wpb_content_element ">
|
|
<div class="wpb_wrapper">
|
|
|
|
<p style="height: 45px;overflow: hidden;">{{.Title}}</p>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{end}}
|
|
<!-- -->
|
|
</div>
|
|
</section>
|
|
<div class="vc_row-full-width vc_clearfix"></div>
|
|
|
|
<div class="vc_row-full-width vc_clearfix"></div>
|
|
</section>
|
|
</div>
|
|
<!-- END .hb-main-content -->
|
|
|
|
</div>
|
|
<!-- END #page-ID -->
|
|
|
|
</div>
|
|
<!-- END .row -->
|
|
|
|
</div>
|
|
<!-- END .container -->
|
|
|
|
</div>
|
|
<!-- END #main-content -->
|
|
|
|
|
|
|
|
|
|
|
|
<div id="consent_blackbar"></div>
|
|
|
|
|
|
<footer id="footer" class="dark-style">
|
|
|
|
<div class="container">
|
|
<div class="row footer-row">
|
|
|
|
<div class="col-3 widget-column">
|
|
<div id="litmos_link_rotator_widget-2" class="widget-item widget_litmos_link_rotator_widget">
|
|
<h4>{{lang "related"}}</h4>
|
|
<div>
|
|
<ul class="menu">
|
|
<li class="menu-item menu-item-object-page">
|
|
<a class="sl_opaque" href="{{.AboutUrl}}">{{lang "about"}} </a>
|
|
</li>
|
|
<li class="menu-item menu-item-object-page">
|
|
<a class="sl_opaque" href="{{.ContactUrl}}">{{lang "contact"}} </a>
|
|
</li>
|
|
<li class="menu-item menu-item-object-page">
|
|
<a class="sl_opaque" href="{{.PolicyUrl}}">{{lang "policy"}} </a>
|
|
</li>
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</footer><!-- END #footer -->
|
|
|
|
<div id="copyright-wrapper" class="normal-copyright clearfix">
|
|
|
|
|
|
<!-- BEGIN .container -->
|
|
<div class="container">
|
|
|
|
<!-- BEGIN #copyright-text -->
|
|
<div id="copyright-text">
|
|
<p>
|
|
{{.Copyright}}
|
|
</p>
|
|
</div>
|
|
<!-- END #copyright-text -->
|
|
|
|
|
|
</div>
|
|
<!-- END .container -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<!-- END #main-wrapper -->
|
|
|
|
|
|
</body>
|
|
|
|
</html> |