plausible

This commit is contained in:
2023-04-13 12:00:41 +02:00
parent 61364e5584
commit 583cafd634
7 changed files with 391 additions and 633 deletions

View File

@@ -38,7 +38,8 @@
<div class="col-lg-9 ms-auto me-auto">
</div>
</div>
<div class="pb-3 pt-3"><a href="#" class="btn btn-info d-block gap-3 px-4 py-5 text-start col-xl-10 ms-auto me-auto"><div class="align-items-center row">
<div class="pb-3 pt-3">
<a href="#" class="btn btn-info d-block gap-3 px-4 py-5 text-start col-xl-10 ms-auto me-auto"><div class="align-items-center row">
<div class="col-lg-7 col-md-7">
<div class="p-4">
<h4 class="h2 mb-3"><?php _e( 'Rezervacije terminov', 'pro_terapevt' ); ?></h4>
@@ -255,7 +256,8 @@
</div>
</div>
</div>
<div class="pb-3 pt-3"><a href="#" class="btn btn-info d-block px-4 py-5 text-start col-xl-10 ms-auto me-auto"><div class="align-items-center row">
<div class="pb-3 pt-3">
<a href="#" class="btn btn-info d-block px-4 py-5 text-start col-xl-10 ms-auto me-auto"><div class="align-items-center row">
<div class="col-lg-8 col-md-7 order-md-1">
<div class="p-4">
<h4 class="h2 mb-3"><?php _e( 'Portal za kliente', 'pro_terapevt' ); ?></h4>
@@ -400,8 +402,7 @@
<div class="col-xl-10 ms-auto me-auto">
<div class="bg-primary pb-5 ps-4 pe-4 pt-5 rounded-3 text-white">
<h2 class="fw-normal h1 mb-2"><?php _e( 'Poenostavite in avtomatizirajte svoje poslovanje!', 'pro_terapevt' ); ?></h2>
<p class="mb-4"><?php _e( 'S pomočjo ProTerapevta lahko svoj čas in pozornost usmerite v stvari, ki jih imate radi, medtem ko neprijetne birokratske zadeve prepustite nam.', 'pro_terapevt' ); ?></p>
<a href="https://app.proterapevt.si/Identity/Account/Register" class="btn btn-light fw-light pb-2 ps-3 pe-3 pt-2"><?php _e( 'Registriraj se', 'pro_terapevt' ); ?></a>
<p class="mb-4"><?php _e( 'S pomočjo ProTerapevta lahko svoj čas in pozornost usmerite v stvari, ki jih imate radi, medtem ko neprijetne birokratske zadeve prepustite nam.', 'pro_terapevt' ); ?></p><a href="https://app.proterapevt.si/Identity/Account/Register" class="btn btn-light fw-light pb-2 ps-3 pe-3 pt-2"><?php _e( 'Registriraj se', 'pro_terapevt' ); ?></a>
</div>
</div>
</div>

View File

@@ -1,4 +1,4 @@
<?php wp_footer(); ?>
</body>
</body>
</html>

View File

@@ -1,16 +1,16 @@
<!DOCTYPE html>
<!DOCTYPE html>
<!-- Converted from HTML to WordPress with Pinegrow Web Editor. https://pinegrow.com -->
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<meta name="author" content=""/>
<!-- Bootstrap core CSS -->
<!-- Custom styles for this template -->
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<meta name="author" content=""/>
<!-- Bootstrap core CSS -->
<!-- Custom styles for this template -->
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"/>
<meta content="Pinegrow Web Editor" name="generator"/>
<?php wp_head(); ?>
</head>
</head>
<body class="fw-light text-secondary <?php echo implode(' ', get_body_class()); ?>">
<?php if( function_exists( 'wp_body_open' ) ) wp_body_open(); ?>

File diff suppressed because it is too large Load Diff