parent
33127267bc
commit
c3fc4dcb99
@ -0,0 +1,107 @@ |
|||||||
|
<!doctype html> |
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml"> |
||||||
|
|
||||||
|
<head id="head"> |
||||||
|
|
||||||
|
<meta charset="UTF-8" /> |
||||||
|
<meta name="keywords" content="{{.Keywords}}"> |
||||||
|
<meta name="description" content="{{.Description}}"> |
||||||
|
<title>{{.Title}}</title> |
||||||
|
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> |
||||||
|
<link href="{{staticFile "/css/stylesheetname.css"}}" rel="stylesheet" /> |
||||||
|
<link href="{{staticFile "/css/components.css"}}" rel="stylesheet" /> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body class="LTR Safari Chrome Safari107 Chrome107 ENUS ContentBody"> |
||||||
|
<div class="grids"> |
||||||
|
<div> |
||||||
|
<!-- header start --> |
||||||
|
<div id="wrap" class="hdrCorp"> |
||||||
|
<div class="hdr"> |
||||||
|
<a href="{{.IndexUrl}}"><img id="coastHdrLogo" src="{{replaceImage .Logo}}" |
||||||
|
alt="logo" /></a> |
||||||
|
<div class="btn menu-btn"><svg t="1668749062432" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2693" width="24" height="24"><path d="M64 64h896v128H64V64z m0 768h896v128H64v-128z m0-384h896v128H64V448z" fill="#ffffff" p-id="2694"></path></svg></div> |
||||||
|
<div class="menu" style="z-index: 0;"> |
||||||
|
<ul class="menu__list"> |
||||||
|
<li class="menu__item"><a href="{{.IndexUrl}}" class="menu__link">{{ lang "home"}}</a></li> |
||||||
|
{{if .HasAbout }} |
||||||
|
<li class="menu__item"><a href="{{.AboutUrl}}" class="menu__link">{{ lang "about"}}</a></li> |
||||||
|
{{end}} |
||||||
|
{{if .HasContact }} |
||||||
|
<li class="menu__item"><a href="{{.ContactUrl}}" class="menu__link">{{ lang "contact"}}</a></li> |
||||||
|
{{end}} |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<!-- header end --> |
||||||
|
<!-- row start --> |
||||||
|
<div class="row"> |
||||||
|
|
||||||
|
<!-- LEFT COLUMN --> |
||||||
|
<div class="col-1-5" id="leftSideCol"> |
||||||
|
<div class="outsideCol" style="z-index:2;"> |
||||||
|
<!-- START APPOINTMENT/COUPONS --> |
||||||
|
{{$plen := len .PopularArticles}} |
||||||
|
{{if ne $plen 0}} |
||||||
|
<div class="outsideCol" id="magicAppt"> |
||||||
|
|
||||||
|
<div class="zoneBlogList"> |
||||||
|
<h2>{{lang "popular"}}</h2><br /> |
||||||
|
{{range .PopularArticles}} |
||||||
|
<p><a href="{{.Url}}">{{.Title}}</a><br /></p> |
||||||
|
{{end}} |
||||||
|
</div> |
||||||
|
<br /> |
||||||
|
</div> |
||||||
|
{{end}} |
||||||
|
<div class="leftColContent"></div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div id="centerCol" class="col-3-4"> |
||||||
|
<div id="mainCol" class="centerCol wrap-col-mid"> |
||||||
|
<div class="centerColContent"> |
||||||
|
<h2 style="font-size:1.2em;">{{ lang "about" }}</h2> |
||||||
|
{{.About}} |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<br /> |
||||||
|
<div class="grids"> |
||||||
|
<div id="footerBottom"> |
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.IndexUrl}}">{{ lang "home"}}</a></span> |
||||||
|
{{if .HasAbout }} |
||||||
|
|
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.AboutUrl}}">{{ lang "about"}}</a></span> |
||||||
|
{{end}} |
||||||
|
{{if .HasContact }} |
||||||
|
|
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.ContactUrl}}">{{ lang "contact"}}</a></span> |
||||||
|
{{end}} |
||||||
|
{{if .HasPolicy }} |
||||||
|
|
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.PolicyUrl}}">{{ lang "policy"}}</a></span> |
||||||
|
{{end}} |
||||||
|
{{$flen := len .Friendship}} |
||||||
|
{{if ne $flen 0}} |
||||||
|
{{range .Friendship}} |
||||||
|
|
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.Url}}">{{.Name}}</a></span> |
||||||
|
{{end}} |
||||||
|
{{end}} |
||||||
|
|
||||||
|
<div style="clear:both;"></div> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div id="footerLegal">{{.Copyright}}</div> |
||||||
|
</div> |
||||||
|
<script src="{{staticFile "/js/jquery-1.12.4.min.js"}}"></script> |
||||||
|
<script src="{{staticFile "/js/index.js"}}"></script> |
||||||
|
</body> |
||||||
|
|
||||||
|
</html> |
@ -0,0 +1,6 @@ |
|||||||
|
{ |
||||||
|
"creator": "许晓焱", |
||||||
|
"version": "1.0", |
||||||
|
"origin_website": "https://www.coastdental.com/blog", |
||||||
|
"devices": ["pc", "pad", "phone"] |
||||||
|
} |
@ -0,0 +1,124 @@ |
|||||||
|
<!doctype html> |
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml"> |
||||||
|
|
||||||
|
<head id="head"> |
||||||
|
|
||||||
|
<meta charset="UTF-8" /> |
||||||
|
<meta name="keywords" content="{{.Keywords}}"> |
||||||
|
<meta name="description" content="{{.Description}}"> |
||||||
|
<title>{{.Title}}</title> |
||||||
|
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> |
||||||
|
<link href="{{staticFile "/css/stylesheetname.css"}}" rel="stylesheet" /> |
||||||
|
<link href="{{staticFile "/css/components.css"}}" rel="stylesheet" /> |
||||||
|
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/bootstrap.min.css"}}" /> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body class="LTR Safari Chrome Safari107 Chrome107 ENUS ContentBody"> |
||||||
|
<div class="grids"> |
||||||
|
<div> |
||||||
|
<!-- header start --> |
||||||
|
<div id="wrap" class="hdrCorp"> |
||||||
|
<div class="hdr"> |
||||||
|
<a href="{{.IndexUrl}}"><img id="coastHdrLogo" src="{{replaceImage .Logo}}" |
||||||
|
alt="logo" /></a> |
||||||
|
<div class="btn menu-btn"><svg t="1668749062432" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2693" width="24" height="24"><path d="M64 64h896v128H64V64z m0 768h896v128H64v-128z m0-384h896v128H64V448z" fill="#ffffff" p-id="2694"></path></svg></div> |
||||||
|
<div class="menu" style="z-index: 0;"> |
||||||
|
<ul class="menu__list"> |
||||||
|
<li class="menu__item"><a href="{{.IndexUrl}}" class="menu__link">{{ lang "home"}}</a></li> |
||||||
|
{{if .HasAbout }} |
||||||
|
<li class="menu__item"><a href="{{.AboutUrl}}" class="menu__link">{{ lang "about"}}</a></li> |
||||||
|
{{end}} |
||||||
|
{{if .HasContact }} |
||||||
|
<li class="menu__item"><a href="{{.ContactUrl}}" class="menu__link">{{ lang "contact"}}</a></li> |
||||||
|
{{end}} |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<!-- header end --> |
||||||
|
<!-- row start --> |
||||||
|
<div class="row"> |
||||||
|
|
||||||
|
<!-- LEFT COLUMN --> |
||||||
|
<div class="col-1-5" id="leftSideCol"> |
||||||
|
<div class="outsideCol" style="z-index:2;"> |
||||||
|
<!-- START APPOINTMENT/COUPONS --> |
||||||
|
{{$plen := len .PopularArticles}} |
||||||
|
{{if ne $plen 0}} |
||||||
|
<div class="outsideCol" id="magicAppt"> |
||||||
|
|
||||||
|
<div class="zoneBlogList"> |
||||||
|
<h2>{{lang "popular"}}</h2><br /> |
||||||
|
{{range .PopularArticles}} |
||||||
|
<p><a href="{{.Url}}">{{.Title}}</a><br /></p> |
||||||
|
{{end}} |
||||||
|
</div> |
||||||
|
<br /> |
||||||
|
</div> |
||||||
|
{{end}} |
||||||
|
<div class="leftColContent"></div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div id="centerCol" class="col-3-4"> |
||||||
|
<div id="mainCol" class="centerCol wrap-col-mid"> |
||||||
|
<div class="centerColContent"> |
||||||
|
<h2 style="font-size:1.2em;">{{ lang "contact" }}</h2> |
||||||
|
{{.Contact}} |
||||||
|
<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> |
||||||
|
<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> |
||||||
|
<br /> |
||||||
|
<div class="grids"> |
||||||
|
<div id="footerBottom"> |
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.IndexUrl}}">{{ lang "home"}}</a></span> |
||||||
|
{{if .HasAbout }} |
||||||
|
|
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.AboutUrl}}">{{ lang "about"}}</a></span> |
||||||
|
{{end}} |
||||||
|
{{if .HasContact }} |
||||||
|
|
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.ContactUrl}}">{{ lang "contact"}}</a></span> |
||||||
|
{{end}} |
||||||
|
{{if .HasPolicy }} |
||||||
|
|
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.PolicyUrl}}">{{ lang "policy"}}</a></span> |
||||||
|
{{end}} |
||||||
|
{{$flen := len .Friendship}} |
||||||
|
{{if ne $flen 0}} |
||||||
|
{{range .Friendship}} |
||||||
|
|
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.Url}}">{{.Name}}</a></span> |
||||||
|
{{end}} |
||||||
|
{{end}} |
||||||
|
|
||||||
|
<div style="clear:both;"></div> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div id="footerLegal">{{.Copyright}}</div> |
||||||
|
</div> |
||||||
|
<script src="{{staticFile "/js/jquery-1.12.4.min.js"}}"></script> |
||||||
|
<script src="{{staticFile "/js/index.js"}}"></script> |
||||||
|
</body> |
||||||
|
|
||||||
|
</html> |
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@ |
|||||||
|
.ws-title{display:none!important}.serviceicon p{text-align:center!important}#wowslider-container1 .ws-title{font-family:Arial}:focus{outline:0}a.info{position:relative;z-index:24;text-decoration:none}a.info:hover,a.info:focus,a.info:active{z-index:25;background-color:#007dc3!important;color:#fff!important}a.info span{position:absolute;left:-9000px;width:0;overflow:hidden}a.info:hover span,a.info:focus span,a.info:active span{display:block;position:absolute;top:1em;left:1em;width:12em;border:1px solid #0cf;background-color:#4dc8e9;color:#000;text-align:center;font-size:10px}.menu-btn{top:10px}.menu-btn1{position:absolute;right:20px;top:60px;color:#fff}.fa{color:#fff!important}@media(max-width:648px){.zoneBlogList{display:none}}.goog-te-gadget-icon{height:16px!important}.goog-te-gadget-simple{overflow:hidden}.goog-te-menu-value{color:#3f9fba!important;font-weight:700}.zoneBlogList,.zoneBlogList a,.zoneBlogArchive,.zoneBlogArchive a{color:#1d91b1;font-size:13px;line-height:16px;margin-bottom:5px;padding-right:10px}.zoneBlogList a,.zoneBlogArchive a{background:rgba(0,0,0,0) url("https://www.coastdental.com/coastdental/media/buttons/arrow-small.png") no-repeat scroll left 3px;display:inline-block;padding:0 0 0 12px}.zoneBlogList,.zoneBlogList a,.zoneBlogArchive,.zoneBlogArchive a{color:#1d91b1;font-size:13px;line-height:16px;margin-bottom:5px}.zoneBlogArchive,.zoneBlogArchive a{font-size:18px} |
File diff suppressed because one or more lines are too long
@ -0,0 +1,137 @@ |
|||||||
|
<!doctype html> |
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml"> |
||||||
|
|
||||||
|
<head id="head"> |
||||||
|
|
||||||
|
<meta charset="UTF-8" /> |
||||||
|
<meta name="keywords" content="{{.Keywords}}"> |
||||||
|
<meta name="description" content="{{.Description}}"> |
||||||
|
<title>{{.Title}}</title> |
||||||
|
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> |
||||||
|
<link href="{{staticFile "/css/stylesheetname.css"}}" rel="stylesheet" /> |
||||||
|
<link href="{{staticFile "/css/components.css"}}" rel="stylesheet" /> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body class="LTR Safari Chrome Safari107 Chrome107 ENUS ContentBody"> |
||||||
|
<div class="grids"> |
||||||
|
<div> |
||||||
|
<!-- header start --> |
||||||
|
<div id="wrap" class="hdrCorp"> |
||||||
|
<div class="hdr"> |
||||||
|
<a href="{{.IndexUrl}}"><img id="coastHdrLogo" src="{{replaceImage .Logo}}" |
||||||
|
alt="logo" /></a> |
||||||
|
<div class="btn menu-btn"><svg t="1668749062432" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2693" width="24" height="24"><path d="M64 64h896v128H64V64z m0 768h896v128H64v-128z m0-384h896v128H64V448z" fill="#ffffff" p-id="2694"></path></svg></div> |
||||||
|
<div class="menu" style="z-index: 0;"> |
||||||
|
<ul class="menu__list"> |
||||||
|
<li class="menu__item"><a href="{{.IndexUrl}}" class="menu__link">{{ lang "home"}}</a></li> |
||||||
|
{{if .HasAbout }} |
||||||
|
<li class="menu__item"><a href="{{.AboutUrl}}" class="menu__link">{{ lang "about"}}</a></li> |
||||||
|
{{end}} |
||||||
|
{{if .HasContact }} |
||||||
|
<li class="menu__item"><a href="{{.ContactUrl}}" class="menu__link">{{ lang "contact"}}</a></li> |
||||||
|
{{end}} |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<!-- header end --> |
||||||
|
<!-- row start --> |
||||||
|
<div class="row"> |
||||||
|
|
||||||
|
<!-- LEFT COLUMN --> |
||||||
|
<div class="col-1-5" id="leftSideCol"> |
||||||
|
<div class="outsideCol" style="z-index:2;"> |
||||||
|
<!-- START APPOINTMENT/COUPONS --> |
||||||
|
{{$plen := len .PopularArticles}} |
||||||
|
{{if ne $plen 0}} |
||||||
|
<div class="outsideCol" id="magicAppt"> |
||||||
|
|
||||||
|
<div class="zoneBlogList"> |
||||||
|
<h2>{{lang "popular"}}</h2><br /> |
||||||
|
{{range .PopularArticles}} |
||||||
|
<p><a href="{{.Url}}">{{.Title}}</a><br /></p> |
||||||
|
{{end}} |
||||||
|
</div> |
||||||
|
<br /> |
||||||
|
</div> |
||||||
|
{{end}} |
||||||
|
<div class="leftColContent"></div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div id="centerCol" class="col-3-4"> |
||||||
|
<div id="mainCol" class="centerCol wrap-col-mid"> |
||||||
|
<div class="centerColContent"> |
||||||
|
<h2 style="font-size:1.2em;"> {{.Title}} </h2> |
||||||
|
<img width="100%" src="{{getCover .Article.Pictures}}" /> |
||||||
|
<p class="speakableTextP1">{{.Article.Summary}}</p> |
||||||
|
{{range .Article.Topics}} |
||||||
|
<p><strong>{{.Topic}}</strong></p> |
||||||
|
{{$tlen := len .Pictures}} |
||||||
|
{{if ne $tlen 0}} |
||||||
|
{{range .Pictures}} |
||||||
|
<img width="100%" src="{{replaceImage .}}" /> |
||||||
|
{{end}} |
||||||
|
{{end}} |
||||||
|
<p>{{.Content}}</p> |
||||||
|
{{end}} |
||||||
|
<!-- article content end --> |
||||||
|
<div class="article-page"> |
||||||
|
{{ if .Prev }} |
||||||
|
<div class="hidden-text"> |
||||||
|
<a href="{{.Prev.Url}}">{{lang "prev_article"}}:{{.Prev.Title}}</a> |
||||||
|
</div> |
||||||
|
{{ end }} |
||||||
|
{{ if .Next }} |
||||||
|
<div class="hidden-text"> |
||||||
|
<a href="{{.Next.Url}}">{{lang "next_article"}}:{{.Next.Title}}</a> |
||||||
|
</div> |
||||||
|
{{ end }} |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<br /> |
||||||
|
<div class="grids"> |
||||||
|
<div id="footerBottom"> |
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.IndexUrl}}">{{ lang "home"}}</a></span> |
||||||
|
{{if .HasAbout }} |
||||||
|
|
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.AboutUrl}}">{{ lang "about"}}</a></span> |
||||||
|
{{end}} |
||||||
|
{{if .HasContact }} |
||||||
|
|
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.ContactUrl}}">{{ lang "contact"}}</a></span> |
||||||
|
{{end}} |
||||||
|
{{if .HasPolicy }} |
||||||
|
|
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.PolicyUrl}}">{{ lang "policy"}}</a></span> |
||||||
|
{{end}} |
||||||
|
{{$flen := len .Friendship}} |
||||||
|
{{if ne $flen 0}} |
||||||
|
{{range .Friendship}} |
||||||
|
|
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.Url}}">{{.Name}}</a></span> |
||||||
|
{{end}} |
||||||
|
{{end}} |
||||||
|
|
||||||
|
<div style="clear:both;"></div> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div id="footerLegal">{{.Copyright}}</div> |
||||||
|
</div> |
||||||
|
<script src="{{staticFile "/js/jquery-1.12.4.min.js"}}"></script> |
||||||
|
<script src="{{staticFile "/js/index.js"}}"></script> |
||||||
|
</body> |
||||||
|
|
||||||
|
</html> |
@ -0,0 +1,126 @@ |
|||||||
|
<!doctype html> |
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml"> |
||||||
|
|
||||||
|
<head id="head"> |
||||||
|
|
||||||
|
<meta charset="UTF-8" /> |
||||||
|
<meta name="keywords" content="{{.Keywords}}"> |
||||||
|
<meta name="description" content="{{.Description}}"> |
||||||
|
<title>{{.Title}}</title> |
||||||
|
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> |
||||||
|
<link href="{{staticFile "/css/stylesheetname.css"}}" rel="stylesheet" /> |
||||||
|
<link href="{{staticFile "/css/components.css"}}" rel="stylesheet" /> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body class="LTR Safari Chrome Safari107 Chrome107 ENUS ContentBody"> |
||||||
|
<div class="grids"> |
||||||
|
<div> |
||||||
|
<!-- header start --> |
||||||
|
<div id="wrap" class="hdrCorp"> |
||||||
|
<div class="hdr"> |
||||||
|
<a href="{{.IndexUrl}}"><img id="coastHdrLogo" src="{{replaceImage .Logo}}" |
||||||
|
alt="logo" /></a> |
||||||
|
<div class="btn menu-btn"><svg t="1668749062432" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2693" width="24" height="24"><path d="M64 64h896v128H64V64z m0 768h896v128H64v-128z m0-384h896v128H64V448z" fill="#ffffff" p-id="2694"></path></svg></div> |
||||||
|
<div class="menu" style="z-index: 0;"> |
||||||
|
<ul class="menu__list"> |
||||||
|
<li class="menu__item"><a href="{{.IndexUrl}}" class="menu__link">{{ lang "home"}}</a></li> |
||||||
|
{{if .HasAbout }} |
||||||
|
<li class="menu__item"><a href="{{.AboutUrl}}" class="menu__link">{{ lang "about"}}</a></li> |
||||||
|
{{end}} |
||||||
|
{{if .HasContact }} |
||||||
|
<li class="menu__item"><a href="{{.ContactUrl}}" class="menu__link">{{ lang "contact"}}</a></li> |
||||||
|
{{end}} |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<!-- header end --> |
||||||
|
<!-- row start --> |
||||||
|
<div class="row"> |
||||||
|
<!-- LEFT COLUMN --> |
||||||
|
<div class="col-1-5" id="leftSideCol"> |
||||||
|
<div class="outsideCol" style="z-index:2;"> |
||||||
|
<!-- START APPOINTMENT/COUPONS --> |
||||||
|
{{$plen := len .PopularArticles}} |
||||||
|
{{if ne $plen 0}} |
||||||
|
<div class="outsideCol" id="magicAppt"> |
||||||
|
|
||||||
|
<div class="zoneBlogList"> |
||||||
|
<h2>{{lang "popular"}}</h2><br /> |
||||||
|
{{range .PopularArticles}} |
||||||
|
<p><a href="{{.Url}}">{{.Title}}</a><br /></p> |
||||||
|
{{end}} |
||||||
|
</div> |
||||||
|
<br /> |
||||||
|
{{$pulen := len .PrevUrl}} |
||||||
|
{{ if ne $pulen 0 }} |
||||||
|
<a href="{{.PrevUrl}}" style="background:none;float:right;font-weight:700;">{{lang "prev"}} »</a> |
||||||
|
{{ end }} |
||||||
|
{{$nulen := len .NextUrl}} |
||||||
|
{{ if ne $nulen 0 }} |
||||||
|
<a href="{{.NextUrl}}" style="background:none;float:right;font-weight:700;">{{lang "next"}} »</a> |
||||||
|
{{ end }} |
||||||
|
</div> |
||||||
|
{{end}} |
||||||
|
<div class="leftColContent"></div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div id="centerCol" class="col-3-4"> |
||||||
|
<div id="mainCol" class="centerCol wrap-col-mid"> |
||||||
|
<div class="centerColContent"> |
||||||
|
<div id="masthead1"> |
||||||
|
<h1 style="padding: 10px;"> |
||||||
|
{{lang "latest"}} |
||||||
|
</h1> |
||||||
|
</div> |
||||||
|
|
||||||
|
{{ range .Articles }} |
||||||
|
<h2 style="font-size:1.2em;"><a href="{{.Url}}"><span |
||||||
|
style="font-weight:bold;">{{.Title}}</span></a></h2> |
||||||
|
<p> {{.Summary}}<br /> |
||||||
|
</p> |
||||||
|
<p> </p> |
||||||
|
{{end}} |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<br /> |
||||||
|
<div class="grids"> |
||||||
|
<div id="footerBottom"> |
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.IndexUrl}}">{{ lang "home"}}</a></span> |
||||||
|
{{if .HasAbout }} |
||||||
|
|
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.AboutUrl}}">{{ lang "about"}}</a></span> |
||||||
|
{{end}} |
||||||
|
{{if .HasContact }} |
||||||
|
|
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.ContactUrl}}">{{ lang "contact"}}</a></span> |
||||||
|
{{end}} |
||||||
|
{{if .HasPolicy }} |
||||||
|
|
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.PolicyUrl}}">{{ lang "policy"}}</a></span> |
||||||
|
{{end}} |
||||||
|
{{$flen := len .Friendship}} |
||||||
|
{{if ne $flen 0}} |
||||||
|
{{range .Friendship}} |
||||||
|
|
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.Url}}">{{.Name}}</a></span> |
||||||
|
{{end}} |
||||||
|
{{end}} |
||||||
|
|
||||||
|
<div style="clear:both;"></div> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div id="footerLegal">{{.Copyright}}</div> |
||||||
|
</div> |
||||||
|
<script src="{{staticFile "/js/jquery-1.12.4.min.js"}}"></script> |
||||||
|
<script src="{{staticFile "/js/index.js"}}"></script> |
||||||
|
</body> |
||||||
|
|
||||||
|
</html> |
@ -0,0 +1,11 @@ |
|||||||
|
$(".menu-btn").click(function(){ |
||||||
|
if($(".menu-btn").is('.is-active')){ |
||||||
|
$(".menu-btn").removeClass("is-active"); |
||||||
|
$(".menu__item").removeClass("menu__item--play"); |
||||||
|
$(".menu").attr("z-index", "0") |
||||||
|
} else { |
||||||
|
$(".menu-btn").addClass("is-active"); |
||||||
|
$(".menu__item").addClass("menu__item--play"); |
||||||
|
$(".menu").attr("style", "z-index:9999") |
||||||
|
} |
||||||
|
}) |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,107 @@ |
|||||||
|
<!doctype html> |
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml"> |
||||||
|
|
||||||
|
<head id="head"> |
||||||
|
|
||||||
|
<meta charset="UTF-8" /> |
||||||
|
<meta name="keywords" content="{{.Keywords}}"> |
||||||
|
<meta name="description" content="{{.Description}}"> |
||||||
|
<title>{{.Title}}</title> |
||||||
|
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> |
||||||
|
<link href="{{staticFile "/css/stylesheetname.css"}}" rel="stylesheet" /> |
||||||
|
<link href="{{staticFile "/css/components.css"}}" rel="stylesheet" /> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body class="LTR Safari Chrome Safari107 Chrome107 ENUS ContentBody"> |
||||||
|
<div class="grids"> |
||||||
|
<div> |
||||||
|
<!-- header start --> |
||||||
|
<div id="wrap" class="hdrCorp"> |
||||||
|
<div class="hdr"> |
||||||
|
<a href="{{.IndexUrl}}"><img id="coastHdrLogo" src="{{replaceImage .Logo}}" |
||||||
|
alt="logo" /></a> |
||||||
|
<div class="btn menu-btn"><svg t="1668749062432" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2693" width="24" height="24"><path d="M64 64h896v128H64V64z m0 768h896v128H64v-128z m0-384h896v128H64V448z" fill="#ffffff" p-id="2694"></path></svg></div> |
||||||
|
<div class="menu" style="z-index: 0;"> |
||||||
|
<ul class="menu__list"> |
||||||
|
<li class="menu__item"><a href="{{.IndexUrl}}" class="menu__link">{{ lang "home"}}</a></li> |
||||||
|
{{if .HasAbout }} |
||||||
|
<li class="menu__item"><a href="{{.AboutUrl}}" class="menu__link">{{ lang "about"}}</a></li> |
||||||
|
{{end}} |
||||||
|
{{if .HasContact }} |
||||||
|
<li class="menu__item"><a href="{{.ContactUrl}}" class="menu__link">{{ lang "contact"}}</a></li> |
||||||
|
{{end}} |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<!-- header end --> |
||||||
|
<!-- row start --> |
||||||
|
<div class="row"> |
||||||
|
|
||||||
|
<!-- LEFT COLUMN --> |
||||||
|
<div class="col-1-5" id="leftSideCol"> |
||||||
|
<div class="outsideCol" style="z-index:2;"> |
||||||
|
<!-- START APPOINTMENT/COUPONS --> |
||||||
|
{{$plen := len .PopularArticles}} |
||||||
|
{{if ne $plen 0}} |
||||||
|
<div class="outsideCol" id="magicAppt"> |
||||||
|
|
||||||
|
<div class="zoneBlogList"> |
||||||
|
<h2>{{lang "popular"}}</h2><br /> |
||||||
|
{{range .PopularArticles}} |
||||||
|
<p><a href="{{.Url}}">{{.Title}}</a><br /></p> |
||||||
|
{{end}} |
||||||
|
</div> |
||||||
|
<br /> |
||||||
|
</div> |
||||||
|
{{end}} |
||||||
|
<div class="leftColContent"></div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div id="centerCol" class="col-3-4"> |
||||||
|
<div id="mainCol" class="centerCol wrap-col-mid"> |
||||||
|
<div class="centerColContent"> |
||||||
|
<h2 style="font-size:1.2em;">{{ lang "policy" }}</h2> |
||||||
|
{{.Policy}} |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<br /> |
||||||
|
<div class="grids"> |
||||||
|
<div id="footerBottom"> |
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.IndexUrl}}">{{ lang "home"}}</a></span> |
||||||
|
{{if .HasAbout }} |
||||||
|
|
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.AboutUrl}}">{{ lang "about"}}</a></span> |
||||||
|
{{end}} |
||||||
|
{{if .HasContact }} |
||||||
|
|
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.ContactUrl}}">{{ lang "contact"}}</a></span> |
||||||
|
{{end}} |
||||||
|
{{if .HasPolicy }} |
||||||
|
|
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.PolicyUrl}}">{{ lang "policy"}}</a></span> |
||||||
|
{{end}} |
||||||
|
{{$flen := len .Friendship}} |
||||||
|
{{if ne $flen 0}} |
||||||
|
{{range .Friendship}} |
||||||
|
|
||||||
|
<span id="ftrNavNavItem" class="text"><a href="{{.Url}}">{{.Name}}</a></span> |
||||||
|
{{end}} |
||||||
|
{{end}} |
||||||
|
|
||||||
|
<div style="clear:both;"></div> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div id="footerLegal">{{.Copyright}}</div> |
||||||
|
</div> |
||||||
|
<script src="{{staticFile "/js/jquery-1.12.4.min.js"}}"></script> |
||||||
|
<script src="{{staticFile "/js/index.js"}}"></script> |
||||||
|
</body> |
||||||
|
|
||||||
|
</html> |
Loading…
Reference in new issue