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.
179 lines
7.8 KiB
179 lines
7.8 KiB
<!doctype html>
|
|
<html lang="en-US">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
<title>{{.Title}}</title>
|
|
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/styles.css"}}" />
|
|
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/bootstrap.min.css"}}" />
|
|
<style>
|
|
@media screen and (max-width:1200px) {
|
|
.all-articles{
|
|
width: auto !important;
|
|
padding: 20px 30px;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body class="archive tax-written_type term-intern-blog term-993 wp-custom-logo wp-embed-responsive hfeed">
|
|
<div id="page" class="site">
|
|
|
|
<header id="masthead" class="site-header">
|
|
|
|
<nav id="site-navigation" class="main-navigation">
|
|
<div class="main-nav-inner">
|
|
<div class="site-branding">
|
|
|
|
</div><!-- .site-branding -->
|
|
|
|
<div class="menu-header-menu-container">
|
|
<ul id="menu-header-menu" class="menu">
|
|
<li id="menu-item-12575"
|
|
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-12575">
|
|
<a href="{{.IndexUrl}}">{{ lang "home"}}</a>
|
|
</li>
|
|
{{if .HasAbout }}
|
|
<li id="menu-item-12575"
|
|
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-12575">
|
|
<a href="{{.AboutUrl}}">{{ lang "about"}}</a>
|
|
</li>
|
|
{{end}}
|
|
{{if .HasContact }}
|
|
<li id="menu-item-12575"
|
|
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-12575">
|
|
<a href="{{.ContactUrl}}">{{ lang "contact"}}</a>
|
|
</li>
|
|
{{end}}
|
|
{{if .HasPolicy }}
|
|
<li id="menu-item-12575"
|
|
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-12575">
|
|
<a href="{{.PolicyUrl}}">{{ lang "policy"}}</a>
|
|
</li>
|
|
{{end}}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
</nav><!-- #site-navigation -->
|
|
|
|
|
|
<div class="nav-search">
|
|
|
|
<form role="search" method="get" class="search-form" action="https://koreanamericanstory.org">
|
|
<label>
|
|
<span class="screen-reader-text">Search</span>
|
|
<input type="search" class="search-field" placeholder="type here" value="" name="s">
|
|
</label>
|
|
<input type="submit" class="search-submit" value="Search">
|
|
</form>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<nav id="mobile-nav" style="padding: 0;">
|
|
<div id="mobile-header" style="justify-content: center;">
|
|
<a href="{{.IndexUrl}}" style="height: 100%;"
|
|
class="mobile-home"><img style="height: 100%;" src="{{replaceImage .Logo}}" alt=""></a>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
|
|
</header><!-- #masthead -->
|
|
|
|
<div id="content" class="site-content" style="height: 78vh;">
|
|
|
|
<div id="primary" style="height: 100%;" class="content-area">
|
|
<main id="main" style="height: 100%;padding-top: 0;" class="site-main top-padding">
|
|
|
|
|
|
<section class="all-articles footer-margin-padding" style="height: 100%; margin-top: 0;margin-bottom: 0;width: 1068px;margin: auto;">
|
|
<div id="breadcrumb">
|
|
<a href="{{.IndexUrl}}">{{lang "home"}}</a> /
|
|
<a href="#">{{lang "contact"}}</a>
|
|
</div>
|
|
<h1 id="page-title" style="font-size: 50px;">{{lang "contact"}}</h1>
|
|
<div>
|
|
{{.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>
|
|
|
|
</section>
|
|
|
|
</main><!-- #main -->
|
|
</div><!-- #primary -->
|
|
|
|
<div id="guest-popup">
|
|
<div class="guest-close">×</div>
|
|
<div class="content-margins narrow">
|
|
<div class="flex">
|
|
<div class="guestpop-name"></div><span>|</span>
|
|
<div class="guestpop-type">
|
|
|
|
</div>
|
|
</div>
|
|
<div class="guest-description"></div>
|
|
</div>
|
|
</div>
|
|
|
|
</div><!-- #content -->
|
|
|
|
<footer id="colophon" class="site-footer">
|
|
<div class="site-info">
|
|
<div class="content-margins wide">
|
|
|
|
<div class="footer-menu">
|
|
<div class="menu-header-menu-container">
|
|
<ul id="menu-header-menu-2" class="menu">
|
|
{{if .HasAbout }}
|
|
<li
|
|
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-12575">
|
|
<a href="{{.AboutUrl}}">{{lang "about"}}</a>
|
|
</li>
|
|
{{end}}
|
|
{{if .HasContact }}
|
|
<li
|
|
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-12575">
|
|
<a href="{{.ContactUrl}}">{{lang "contact"}}</a>
|
|
</li>
|
|
{{end}}
|
|
{{if .HasPolicy }}
|
|
<li
|
|
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-12575">
|
|
<a href="{{.PolicyUrl}}">{{lang "policy"}}</a>
|
|
</li>
|
|
{{end}}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div><!-- .site-info -->
|
|
|
|
</footer><!-- #colophon -->
|
|
</div><!-- #page -->
|
|
</body>
|
|
|
|
</html> |