|
|
|
@ -6,16 +6,18 @@ |
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
|
|
|
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> |
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> |
|
|
|
|
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/bootstrap.min.css"}}" /> |
|
|
|
|
<link rel='stylesheet' href='{{staticFile "/css/mediaelementplayer-legacy.min.css"}}' type='text/css' media='all' /> |
|
|
|
|
<link rel='stylesheet' href='{{staticFile "/css/wp-mediaelement.min.css"}}' type='text/css' media='all' /> |
|
|
|
|
<link rel='stylesheet' href='{{staticFile "/css/style.css"}}' type='text/css' media='all' /> |
|
|
|
|
<link rel='stylesheet' href='{{staticFile "/css/jetpack.css"}}' type='text/css' media='all' /> |
|
|
|
|
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}"> |
|
|
|
|
<link rel="stylesheet" href="{{staticFile "/css/et-divi-dynamic-167.css"}}"> |
|
|
|
|
<link rel="stylesheet" href="{{staticFile "/css/form.css"}}"> |
|
|
|
|
<!-- <link rel="stylesheet" href="{{staticFile "/css/form.css"}}"> --> |
|
|
|
|
<meta name="keywords" content="{{.Keywords}}"> |
|
|
|
|
<meta name="description" content="{{.Description}}"> |
|
|
|
|
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
|
|
|
|
|
|
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
<body |
|
|
|
@ -27,8 +29,9 @@ |
|
|
|
|
<div class="logo_container"> |
|
|
|
|
<span class="logo_helper"></span> |
|
|
|
|
<a href="{{.IndexUrl}}"> |
|
|
|
|
<img src="{{replaceImage .Logo}}" width="93" height="43" alt="Middle Age Beauty" id="logo" |
|
|
|
|
data-height-percentage="30" /> |
|
|
|
|
<img |
|
|
|
|
src="{{replaceImage .Logo}}" width="93" height="43" |
|
|
|
|
alt="Middle Age Beauty" id="logo" data-height-percentage="30" /> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
<div id="et-top-navigation" data-height="30" data-fixed-height="40"> |
|
|
|
@ -36,31 +39,25 @@ |
|
|
|
|
<ul id="top-menu" class="nav"> |
|
|
|
|
<li id="menu-item-135" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-135"><a |
|
|
|
|
href="{{.IndexUrl}}">{{ lang "home"}}</a></li> |
|
|
|
|
{{if .HasAbout }} |
|
|
|
|
{{if .HasAbout }} |
|
|
|
|
<li id="menu-item-208" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-208"><a |
|
|
|
|
href="{{.AboutUrl}}">{{ lang "about" }}</a></li> |
|
|
|
|
{{end}} |
|
|
|
|
{{if .HasContact }} |
|
|
|
|
{{end}} |
|
|
|
|
{{if .HasContact }} |
|
|
|
|
<li id="menu-item-472" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-472"><a |
|
|
|
|
href="{{.ContactUrl}}">{{ lang "contact" }}</a></li> |
|
|
|
|
{{end}} |
|
|
|
|
{{if .HasPolicy }} |
|
|
|
|
{{end}} |
|
|
|
|
{{if .HasPolicy }} |
|
|
|
|
<li id="menu-item-472" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-472"><a |
|
|
|
|
href="{{.PolicyUrl}}">{{ lang "policy" }}</a></li> |
|
|
|
|
{{end}} |
|
|
|
|
{{end}} |
|
|
|
|
</ul> |
|
|
|
|
</nav> |
|
|
|
|
|
|
|
|
|
<div id="et_mobile_nav_menu"> |
|
|
|
|
<div class="mobile_nav closed"> |
|
|
|
|
<span class="select_page">Select Page</span> |
|
|
|
|
<span class="mobile_menu_bar mobile_menu_bar_toggle"><svg t="1668570608786" class="icon" |
|
|
|
|
viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2683" width="20" |
|
|
|
|
height="20"> |
|
|
|
|
<path |
|
|
|
|
d="M170.666667 213.333333h682.666666v85.333334H170.666667V213.333333z m0 512h682.666666v85.333334H170.666667v-85.333334z m0-256h682.666666v85.333334H170.666667v-85.333334z" |
|
|
|
|
fill="#444444" p-id="2684"></path> |
|
|
|
|
</svg></span> |
|
|
|
|
<span class="select_page"><a href="{{.IndexUrl}}"> <img src="{{replaceImage .Logo}}" width="100"/></a></span> |
|
|
|
|
<span class="mobile_menu_bar mobile_menu_bar_toggle"><svg t="1668570608786" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2683" width="20" height="20"><path d="M170.666667 213.333333h682.666666v85.333334H170.666667V213.333333z m0 512h682.666666v85.333334H170.666667v-85.333334z m0-256h682.666666v85.333334H170.666667v-85.333334z" fill="#444444" p-id="2684"></path></svg></span> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> <!-- #et-top-navigation --> |
|
|
|
@ -68,7 +65,7 @@ |
|
|
|
|
</header> <!-- #main-header --> |
|
|
|
|
<div id="et-main-area"> |
|
|
|
|
|
|
|
|
|
<div id="main-content"> |
|
|
|
|
<div id="main-content" style="min-height: 700px;"> |
|
|
|
|
<article id="post-397" class="post-397 page type-page status-publish hentry"> |
|
|
|
|
<div class="entry-content"> |
|
|
|
|
<div class="et-l et-l--post"> |
|
|
|
@ -84,60 +81,29 @@ |
|
|
|
|
<div class="et_pb_text_inner"> |
|
|
|
|
<h1>{{ lang "contact" }}</h1> |
|
|
|
|
{{.Contact}} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<div class="et_pb_section et_pb_section_1 et_section_regular et_had_animation" style=""> |
|
|
|
|
<div class="et_pb_row et_pb_row_1"> |
|
|
|
|
<div |
|
|
|
|
class="et_pb_column et_pb_column_4_4 et_pb_column_1 et_pb_css_mix_blend_mode_passthrough et-last-child"> |
|
|
|
|
|
|
|
|
|
<div id="et_pb_contact_form_0" |
|
|
|
|
class="et_pb_module et_pb_contact_form_0 et_pb_contact_form_container clearfix" |
|
|
|
|
data-form_unique_num="0" data-form_unique_id="43a767bd-500b-4705-9d91-f00e2dcbf33e"> |
|
|
|
|
<div class="et-pb-contact-message"></div> |
|
|
|
|
<div class="et_pb_contact"> |
|
|
|
|
<form class="et_pb_contact_form clearfix" method=" " |
|
|
|
|
action="#"> |
|
|
|
|
<p class="et_pb_contact_field et_pb_contact_field_0 et_pb_contact_field_half" data-id="name" |
|
|
|
|
data-type="input"> |
|
|
|
|
<label for="et_pb_contact_name_0" class="et_pb_contact_form_label">{{lang "about_name"}}</label> |
|
|
|
|
<input type="text" id="et_pb_contact_name_0" class="input" value="" |
|
|
|
|
name="et_pb_contact_name_0" data-required_mark="required" data-field_type="input" |
|
|
|
|
data-original_id="name" placeholder="{{lang "about_name"}}"> |
|
|
|
|
</p> |
|
|
|
|
<p class="et_pb_contact_field et_pb_contact_field_1 et_pb_contact_field_half et_pb_contact_field_last" |
|
|
|
|
data-id="email" data-type="email"> |
|
|
|
|
<label for="et_pb_contact_email_0" class="et_pb_contact_form_label">{{lang "about_email"}}</label> |
|
|
|
|
<input type="text" id="et_pb_contact_email_0" class="input" value="" |
|
|
|
|
name="et_pb_contact_email_0" data-required_mark="required" data-field_type="email" |
|
|
|
|
data-original_id="email" placeholder="{{lang "about_email"}}"> |
|
|
|
|
</p> |
|
|
|
|
<p class="et_pb_contact_field et_pb_contact_field_2 et_pb_contact_field_last" |
|
|
|
|
data-id="message" data-type="text"> |
|
|
|
|
<label for="et_pb_contact_message_0" class="et_pb_contact_form_label">{{lang "about_message"}}</label> |
|
|
|
|
<textarea name="et_pb_contact_message_0" id="et_pb_contact_message_0" |
|
|
|
|
class="et_pb_contact_message input" data-required_mark="required" data-field_type="text" |
|
|
|
|
data-original_id="message" placeholder="{{lang "about_message"}}"></textarea> |
|
|
|
|
</p> |
|
|
|
|
<input type="hidden" value="et_contact_proccess" name="et_pb_contactform_submit_0"> |
|
|
|
|
<div class="et_contact_bottom_container"> |
|
|
|
|
<button type="submit" name="et_builder_submit_button" |
|
|
|
|
class="et_pb_contact_submit et_pb_button">{{lang "about_send"}}</button> |
|
|
|
|
<form class="col-12 col-lg-6" style="padding: 0;"> |
|
|
|
|
<div class="form-group"> |
|
|
|
|
<label for="emailInput">{{lang "about_email"}}</label> |
|
|
|
|
<input type="email" class="form-control" id="emailInput" placeholder="name@example.com"> |
|
|
|
|
</div> |
|
|
|
|
<input type="hidden" id="_wpnonce-et-pb-contact-form-submitted-0" |
|
|
|
|
name="_wpnonce-et-pb-contact-form-submitted-0" value="dbf63dbb08"><input type="hidden" |
|
|
|
|
name="_wp_http_referer" value="/middle-aged-beauty-blogger/"> |
|
|
|
|
<div class="form-group"> |
|
|
|
|
<label for="nameInput">{{lang "about_name"}}</label> |
|
|
|
|
<input type="name" class="form-control" id="nameInput" placeholder="your name"> |
|
|
|
|
</div> |
|
|
|
|
<div class="form-group"> |
|
|
|
|
<label for="exampleFormControlTextarea1">{{lang "about_message"}}</label> |
|
|
|
|
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3" |
|
|
|
|
placeholder="what do you want to say"></textarea> |
|
|
|
|
</div> |
|
|
|
|
<button type="submit" class="btn btn-primary" style="width: 100%;">{{lang "about_send"}}</button> |
|
|
|
|
</form> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|