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.
126 lines
5.4 KiB
126 lines
5.4 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta charSet="utf-8" />
|
|
<meta name="keywords" content="{{.Keywords}}">
|
|
<meta name="description" content="{{.Description}}">
|
|
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
|
|
<title>{{.Title}}</title>
|
|
<link rel="stylesheet" href="{{staticFile "/css/noscript.css"}}" />
|
|
<link rel="stylesheet" href="{{staticFile "/css/5f9093af53f63fd2.css"}}" />
|
|
<link rel="stylesheet" href="{{staticFile "/css/2955b637511791ef.css"}}" />
|
|
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}">
|
|
<script src="{{staticFile "/js/jquery-1.12.4.min.js"}}"></script>
|
|
<link rel="stylesheet" href="{{staticFile "/css/magazine.css"}}" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="__next" data-reactroot="">
|
|
<div></div>
|
|
<div class="site-wrapper">
|
|
<header class="header-nav"
|
|
style="width:100%;position:sticky;z-index:99999;top:0px;over-flow-y:visible;overflow-x:hidden">
|
|
<nav class="NavBrands_navBrands__t6gp7"></nav>
|
|
<nav style="min-height:65px;overflow:"
|
|
class="bottom-nav android-nav navbar navbar-expand-lg navbar-dark bg-primary sticky-top">
|
|
<div style="max-height:80vh" class="mobile-nav container"><span id="nav-mobile-sm"
|
|
class="nav-mobile-logo navbar-brand"><a href="{{.IndexUrl}}"><img src="{{replaceImage .Logo}}"
|
|
alt="" /></a></span>
|
|
<div class="nav-toggle" style="width:auto">
|
|
<button type="button" class="navbar-toggler collapsed">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
<span id="nav-mobile-md" class="nav-mobile-logo navbar-brand">
|
|
<a href="{{.IndexUrl}}">
|
|
<img src="{{replaceImage .Logo}}" style="height:40px"
|
|
alt="" />
|
|
</a>
|
|
</span>
|
|
</div>
|
|
<div class="navbar-collapse collapse" id="basic-navbar-nav">
|
|
<div class="mr-auto navbar-nav">
|
|
|
|
<a href="{{.IndexUrl}}" class="nav-link" rel="">{{ lang "home"}} </a>
|
|
{{if .HasAbout }}
|
|
<a href="{{.AboutUrl}}" class="nav-link" rel="">{{ lang "about"}} </a>
|
|
{{end}}
|
|
{{if .HasContact }}
|
|
<a href="{{.ContactUrl}}" class="nav-link" rel="">{{ lang "contact"}} </a>
|
|
{{end}}
|
|
{{if .HasPolicy }}
|
|
<a href="{{.PolicyUrl}}" class="nav-link" rel="">{{ lang "policy"}} </a>
|
|
{{end}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
<div class="container">
|
|
<div style="position:relative">
|
|
<div class="justify-content-md-center row">
|
|
<div style="width:200px;max-width:200px;overflow:auto;transition:max-width .2s ease;margin-left:0"
|
|
class="leftCol col-md">
|
|
<div style="min-width:200px;height:100%">
|
|
|
|
<div style="max-width:200px;height:auto"></div>
|
|
<div style="max-width:200px;height:100%">
|
|
<div class="side-footer">
|
|
<ul>
|
|
<li><a href="{{.IndexUrl}}">{{ lang "home"}} </a></li>
|
|
{{if .HasAbout }}
|
|
<li><a href="{{.AboutUrl}}">{{ lang "about"}}</a></li>
|
|
{{end}}
|
|
{{if .HasContact }}
|
|
<li><a href="{{.ContactUrl}}">{{ lang "contact"}}</a></li>
|
|
{{end}}
|
|
{{if .HasPolicy }}
|
|
<li><a href="{{.PolicyUrl}}">{{ lang "policy"}}</a></li>
|
|
{{end}}
|
|
{{$flen := len .Friendship}}
|
|
{{if ne $flen 0}}
|
|
{{range .Friendship}}
|
|
<li><a href="{{.Url}}">{{.Name}}</a></li>
|
|
{{end}}
|
|
{{end}}
|
|
</ul>
|
|
<p>{{.Copyright}}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div style="margin-top:" class="middleCol col-md">
|
|
<h1>{{lang "contact"}}</h1>
|
|
<div class="block-content" style="margin-top:50px">
|
|
<p>{{.Contact}}</p>
|
|
<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="email" 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>
|
|
</body>
|
|
<script>
|
|
$('.navbar-toggler').click(function(){
|
|
$('#basic-navbar-nav').toggle()
|
|
})
|
|
</script>
|
|
</html> |