cms系统的站点模板库
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.
 
 
 
 

273 lines
9.6 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>{{.Title}}</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="referrer" content="unsafe-url">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/bootstrap.min.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/common.css"}}" />
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
<link href='{{staticFile "/css/allindex.css"}}' rel="stylesheet" />
</head>
<body>
<div>
<div
class="masthead inline-header right light-preset-color widgets full-height shadow-mobile-header-decoration small-mobile-menu-icon dt-parent-menu-clickable show-sub-menu-on-hover show-device-logo show-mobile-logo"
style="background-color: #182b55;" role="banner">
<header class="header-bar">
<div class="branding">
<a class="" href="{{.IndexUrl}}" style="position:static;opacity: 1;"><img class=" preload-me"
src="{{replaceImage .Logo}}" alt="The Fuentes Firm, P.C." /></a>
</div>
<ul id="primary-menu" class="main-nav underline-decoration from-centre-line outside-item-remove-margin"
role="menubar">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4216 first" role="presentation">
<a href='{{.IndexUrl}}' data-level='1' role="menuitem"><span class="menu-item-text"><span class="menu-text">{{
lang "home"}}</span></span></a>
</li>
{{if .HasAbout }}
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4216 first" role="presentation">
<a href='{{.AboutUrl}}' data-level='1' role="menuitem"><span class="menu-item-text"><span class="menu-text">{{
lang "about"}}</span></span></a>
</li>
{{end}}
{{if .HasContact }}
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4216 first" role="presentation">
<a href='{{.ContactUrl}}' data-level='1' role="menuitem"><span class="menu-item-text"><span class="menu-text">{{
lang "contact"}}</span></span></a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4216 first" role="presentation">
<a href='{{.PolicyUrl}}' data-level='1' role="menuitem"><span class="menu-item-text"><span class="menu-text">{{
lang "policy"}}</span></span></a>
</li>
{{end}}
</ul>
</header>
<div class="mobile-header-bar">
<div class="mobile-branding"><a class="" href="{{.IndexUrl}}"><img class="mobile-logo preload-me"
src="{{replaceImage .Logo}}" style="width: 200px" sizes="869px" alt="The Fuentes Firm, P.C."></a></div>
</div>
</div>
<style id="the7-page-content-style">
.fancy-header {
background-repeat: no-repeat;
background-position: left bottom;
background-size: cover;
background-color: #182b55;
/* opacity: .8; */
}
.mobile-false .fancy-header {
background-attachment: scroll;
}
.fancy-header .wf-wrap {
min-height: 300px;
padding-top: 0px;
padding-bottom: 0px;
}
.fancy-header .fancy-title {
font-size: 47px;
line-height: 36px;
color: #ffffff;
text-transform: uppercase;
}
.fancy-header .fancy-subtitle {
font-size: 43px;
line-height: 32px;
color: #ffffff;
text-transform: uppercase;
}
.fancy-header .breadcrumbs {
color: #ffffff;
}
.fancy-header-overlay {
background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 778px) {
.fancy-header .wf-wrap {
min-height: 70px;
}
.fancy-header .fancy-title {
font-size: 30px;
line-height: 38px;
}
.fancy-header .fancy-subtitle {
font-size: 20px;
line-height: 28px;
}
.fancy-header.breadcrumbs-mobile-off .breadcrumbs {
display: none;
}
#fancy-header>.wf-wrap {
flex-flow: column wrap;
align-items: center;
justify-content: center;
padding-bottom: 0px !important;
}
.fancy-header.title-left .breadcrumbs {
text-align: center;
float: none;
}
.breadcrumbs {
margin-bottom: 10px;
}
.breadcrumbs.breadcrumbs-bg {
margin-top: 10px;
}
.fancy-header.title-right .breadcrumbs {
margin: 10px 0 10px 0;
}
#fancy-header .hgroup,
#fancy-header .breadcrumbs {
text-align: center;
}
.fancy-header .hgroup {
padding-bottom: 5px;
}
.breadcrumbs-off .hgroup {
padding-bottom: 5px;
}
.title-right .hgroup {
padding: 0 0 5px 0;
}
.title-right.breadcrumbs-off .hgroup {
padding-top: 5px;
}
.title-left.disabled-bg .breadcrumbs {
margin-bottom: 0;
}
}
</style>
<header id="fancy-header" class="fancy-header breadcrumbs-mobile-off title-center">
<div class="wf-wrap">
<div class="fancy-title-head hgroup">
<h1 class="fancy-title entry-title"><span>{{lang "contact"}}</span></h1>
</div>
</div>
</header>
</div>
<section id="content" class="container">
<div class="elementor-text-editor elementor-clearfix">
<h2><strong><span style="font-family: 'Georgia',serif; color: #333333; font-size: 34px;">{{lang "contact"}}</span></strong>
</h2>
<p style="text-align: justify;"><span style="font-family: 'Georgia',serif; color: #333333;">{{.Contact}}</p>
</div>
<div>
<p class="p1">
<form class="col-12 col-lg-6" style="padding: 2vh 0;">
<div class="form-group">
<input type="email" class="form-control" id="emailInput" placeholder="name@example.com">
</div>
<div class="form-group">
<input type="name" class="form-control" id="nameInput" placeholder="your name">
</div>
<div class="form-group">
<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>
</p>
</div>
</section>
<!-- !Footer -->
<footer id="footer" class="footer solid-bg">
<div class="wf-wrap">
<div class="wf-container-footer">
<div class="wf-container">
<section id="presscore-custom-menu-one-2" class="widget widget_presscore-custom-menu-one wf-cell wf-1-4">
<ul class="custom-menu dividers-on enable-bold show-arrow">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4216 first">
<a style="font-size: 14px;line-height: 16px;" href="{{.IndexUrl}}">{{lang "home"}}</a>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4216 first">
<a style="font-size: 14px;line-height: 16px;" href="{{.AboutUrl}}">{{lang "about"}}</a>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4216 first">
<a style="font-size: 14px;line-height: 16px;" href="{{.ContactUrl}}">{{lang "contact"}}</a>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4216 first">
<a style="font-size: 14px;line-height: 16px;" href="{{.PolicyUrl}}">{{lang "policy"}}</a>
</li>
</ul>
</section>
</div><!-- .wf-container -->
</div><!-- .wf-container-footer -->
</div><!-- .wf-wrap -->
<!-- !Bottom-bar -->
<div id="bottom-bar" class="logo-center" role="contentinfo">
<div class="wf-wrap">
<div class="wf-container-bottom">
<div id="branding-bottom"><a class="" href="{{.IndexUrl}}"><img class=" preload-me"
src="{{replaceImage .Logo}}"
sizes="150px" alt="The Fuentes Firm, P.C." /></a></div>
<div class="wf-float-right">
<div class="bottom-text-block">
<p> {{.Copyright}}</p>
</div>
</div>
</div><!-- .wf-container-bottom -->
</div><!-- .wf-wrap -->
</div><!-- #bottom-bar -->
</footer><!-- #footer -->
<!--facebook like and share js -->
<div id="fb-root"></div>
<script src="{{staticFile " /js/jquery-3.6.0.slim.min.js"}}"></script>
<script src="{{staticFile " /js/bootstrap.bundle.min.js"}}"></script>
<script src="{{staticFile " /js/index.js"}}"></script>
</body>
</html>