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.
139 lines
3.8 KiB
139 lines
3.8 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="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="referrer" content="unsafe-url">
|
|
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
|
|
|
|
|
|
<link href="{{staticFile "/css/css2.css"}}" rel="stylesheet">
|
|
<link href="{{staticFile "/css/css3.css"}}" rel="stylesheet">
|
|
<link href="{{staticFile "/css/css4.css"}}" rel="stylesheet">
|
|
<link href="{{staticFile "/css/css5.css"}}" rel="stylesheet">
|
|
<link href="{{staticFile "/css/css6.css"}}" rel="stylesheet">
|
|
<link href="{{staticFile "/css/css7.css"}}" rel="stylesheet">
|
|
<link href="{{staticFile "/css/css8.css"}}" rel="stylesheet">
|
|
<link href="{{staticFile "/css/css9.css"}}" rel="stylesheet">
|
|
|
|
<link href="{{staticFile "/css/981ea565f7e41e008c23eef16b65dad483faf645.css"}}" rel='stylesheet'/>
|
|
<link href="{{staticFile "/css/index.css"}}" rel="stylesheet">
|
|
<script src=""{{staticFile "/js/c03592c921.js"}}" crossorigin="anonymous"></script>
|
|
<script async src="{{staticFile "/js/js.js"}}"></script>
|
|
<link rel="stylesheet" href="css/index.css">
|
|
<style>
|
|
|
|
|
|
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<nav>
|
|
<div id="logo"><a href="{{.IndexUrl}}"><img src="{{replaceImage .Logo}}" alt="logo" /></a></div>
|
|
<div id="navigation-menu">
|
|
<ul >
|
|
<li class="bcolor"><a href="{{.IndexUrl}}">{{ lang "home"}}</a> </li>
|
|
{{if .HasAbout }}
|
|
|
|
<li class="bcolor"><a href="{{.AboutUrl}}">{{ lang "about"}}</a> </li>
|
|
{{end}}
|
|
{{if .HasContact }}
|
|
<li class="bcolor"><a href="{{.ContactUrl}}">{{ lang "contact"}}</a> </li>
|
|
{{end}}
|
|
{{if .HasPolicy }}
|
|
<li class="bcolor"><a href="{{.PolicyUrl}}">{{ lang "policy"}}</a> </li>
|
|
{{end}}
|
|
</ul>
|
|
</div>
|
|
<!-- <span id="nav-bar" class="fa fa-bars menu" aria-hidden="true" >三</span> -->
|
|
|
|
</nav>
|
|
</nav>
|
|
|
|
</header>
|
|
<main>
|
|
<section id="blog-page-cards-wrapper">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="blog-page-content-wrapper" style="width: 90%; margin:0 auto">
|
|
<h1 id="title" style=" font-family: Lato,sans-serif;font-size: 32px;color: #3d2d72;">{{ lang "about"}}</h1>
|
|
|
|
<p style=" font-family: 'Open Sans',sans-serif;font-weight: 400;margin: 15px 0;font-size: 16px; line-height: 30px;color: #111;">{{.About}}</p>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</section>
|
|
|
|
</main>
|
|
<footer>
|
|
<section id="footer-wrapper">
|
|
|
|
|
|
<div id="quicklinks">
|
|
<h3>{{lang "related"}}</h3>
|
|
{{if .HasAbout }}
|
|
|
|
<p></i><a href="{{.AboutUrl}}">{{lang "about"}}</a></p>
|
|
{{end}}
|
|
|
|
{{if .HasContact }}
|
|
|
|
<p></i><a href="{{.ContactUrl}}">{{lang "contact"}}</a></p>
|
|
{{end}}
|
|
|
|
{{if .HasPolicy }}
|
|
|
|
<p></i><a href="{{.PolicyUrl}}">{{lang "policy"}}</a></p>
|
|
{{end}}
|
|
|
|
|
|
</div>
|
|
|
|
|
|
{{$flen := len .Friendship}}
|
|
{{if ne $flen 0}}
|
|
<div id="contact-info">
|
|
<div id="contact-infromation">
|
|
<h3>{{lang "friendship"}}</h3>
|
|
{{range .Friendship}}
|
|
<p><a href="{{.Url}}" target="_blank">{{.Name}}</a></p>
|
|
{{end}}
|
|
</div>
|
|
</div>
|
|
{{end}}
|
|
|
|
</section>
|
|
|
|
<p id="copyRight">{{.Copyright}}</p>
|
|
</footer>
|
|
|
|
<script src="{{staticFile "/js/nav-response.js"}}"></script>
|
|
</body>
|
|
</html> |