master
xuxiaoyan 2 years ago
parent f78ed61cae
commit bc7aba42b9
  1. 189
      jonnyelwyn/about.html
  2. 6
      jonnyelwyn/config.json
  3. 205
      jonnyelwyn/contact.html
  4. 5212
      jonnyelwyn/css/index.css
  5. 10431
      jonnyelwyn/css/min.css
  6. 217
      jonnyelwyn/details.html
  7. 243
      jonnyelwyn/index.html
  8. 11
      jonnyelwyn/js/index.js
  9. 189
      jonnyelwyn/policy.html

@ -0,0 +1,189 @@
<!DOCTYPE html>
<html dir="ltr" lang="en-GB">
<head>
<meta name="keywords" content="{{.Keywords}}">
<meta name="description" content="{{.Description}}">
<title>{{.Title}}</title>
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="user-scalable=yes, width=device-width, initial-scale=1.0, maximum-scale=1">
<link rel='stylesheet' href='{{staticFile "/css/min.css"}}' type='text/css' media='all'>
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}">
</head>
<body data-rsssl=1
class="home page-template page-template-template-modules page-template-template-modules-php page page-id-112 wp-embed-responsive vce-sid-right voice-v_3_0_2 voice-child">
<div id="vce-main">
<header id="header" class="main-header">
<div class="container header-1-wrapper header-main-area">
<div class="site-branding">
<h1 class="site-title"><a href="{{.IndexUrl}}" rel="home" class="has-logo">
<img src="{{replaceImage .Logo}}" alt=" ">
</a></h1>
</div>
<div class="vce-res-nav">
<a class="vce-responsive-nav" href="#sidr-main"><svg t="1669016884085" class="icon" viewBox="0 0 1024 1024"
version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4181" width="30" height="30">
<path d="M64 64h896v128H64V64z m0 768h896v128H64v-128z m0-384h896v128H64V448z" fill="#cf4d35" p-id="4182">
</path>
</svg></a>
</div>
</div>
<div class="header-bottom-wrapper">
<div class="container">
<nav id="site-navigation" class="main-navigation" role="navigation">
<ul id="vce_main_navigation_menu" class="nav-menu">
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.IndexUrl}}" aria-current="page">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.AboutUrl}}" aria-current="page">{{ lang "about"}}</a>
</li>
{{end}}
{{if .HasContact }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.ContactUrl}}" aria-current="page">{{ lang "contact"}}</a>
</li>
{{end}}
</ul>
</nav>
</div>
</div>
</header>
<div id="main-wrapper">
<div id="content" class="container site-content vce-sid-right">
<div id="primary" class="vce-main-content">
<main id="main" class="main-box main-box-single">
<article id="post-64137"
class="vce-single post-64137 post type-post status-publish format-standard has-post-thumbnail hentry category-adobe-premiere-pro-5-5 category-adobe-after-effects-ae category-avid category-books-for-film-editors-filmmaking category-color-grading-and-colour-correction-for-film-editors category-compositing-software-smoke-nuke category-davinci-resolve-blackmagic-design-color-correction-software category-film-and-video-editing category-film-video-editing-tools-for-editors category-final-cut-pro-fcp-x category-final-cut-pro-fcp-apple-fcp7 category-gear category-review category-workflow-for-post-production-film-editors tag-black-friday tag-colour-grading tag-creativity-2 tag-editing-2 tag-editors-tools nc-is-auto-shared nc-auto-share-end--is-default">
<header class="entry-header">
<h1 class="entry-title">{{ lang "about"}} </h1>
</header>
<div class="entry-content">
{{.About}}
</div>
</article>
</main>
</div>
<aside id="sidebar" class="sidebar right">
{{$plen := len .PopularArticles}}
{{if ne $plen 0}}
<div id="top-posts" class="widget top_posts">
<h4 class="widget-title">{{lang "popular"}}</h4>
<ul>
{{range .PopularArticles}}
<li><a href="{{.Url}}">{{.Title}}</a></li>
{{end}}
</ul>
</div>
{{end}}
</aside>
</div>
<footer id="footer" class="site-footer">
<div class="container-full site-info">
<div class="container">
<div class="vce-wrap-right">
<p>{{.Copyright}}</p>
<ul id="vce_footer_menu" class="bottom-nav-menu">
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.IndexUrl}}" aria-current="page">{{lang "home"}}</a>
</li>
{{if .HasAbout }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.AboutUrl}}" aria-current="page">{{lang "about"}}</a>
</li>
{{end}}
{{if .HasContact }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.ContactUrl}}" aria-current="page">{{lang "contact"}}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.PolicyUrl}}" aria-current="page">{{lang "policy"}}</a>
</li>
{{end}}
{{$flen := len .Friendship}}
{{if ne $flen 0}}
{{range .Friendship}}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.Url}}" aria-current="page">{{.Name}}</a>
</li>
{{end}}
{{end}}
</ul>
</div>
</div>
</div>
</footer>
</div>
</div>
<div id="sidr-main" class="sidr left" style="display: none;">
<div class="sidr-inner">
<ul id="sidr-id-vce_main_navigation_menu" class="sidr-class-nav-menu">
<li
class="sidr-class-menu-item sidr-class-menu-item-type-post_type sidr-class-menu-item-object-page sidr-class-menu-item-home sidr-class-menu-item-115">
<a href="{{.IndexUrl}}">{{ lang "home"}}</a></li>
{{if .HasAbout }}
<li
class="sidr-class-menu-item sidr-class-menu-item-type-post_type sidr-class-menu-item-object-page sidr-class-menu-item-home sidr-class-menu-item-115">
<a href="{{.AboutUrl}}">{{ lang "about"}}</a></li>
{{end}}
{{if .HasContact }}
<li
class="sidr-class-menu-item sidr-class-menu-item-type-post_type sidr-class-menu-item-object-page sidr-class-menu-item-home sidr-class-menu-item-115">
<a href="{{.ContactUrl}}">{{ lang "contact"}}</a></li>
{{end}}
</ul>
</div>
</div>
</body>
<script src="{{staticFile "/js/index.js"}}"></script>
</html>

@ -0,0 +1,6 @@
{
"creator": "许晓焱",
"version": "1.0",
"origin_website": "https://jonnyelwyn.co.uk/",
"devices": ["pc", "pad", "phone"]
}

@ -0,0 +1,205 @@
<!DOCTYPE html>
<html dir="ltr" lang="en-GB">
<head>
<meta name="keywords" content="{{.Keywords}}">
<meta name="description" content="{{.Description}}">
<title>{{.Title}}</title>
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="user-scalable=yes, width=device-width, initial-scale=1.0, maximum-scale=1">
<link rel='stylesheet' href='{{staticFile "/css/min.css"}}' type='text/css' media='all'>
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}">
</head>
<body data-rsssl=1
class="home page-template page-template-template-modules page-template-template-modules-php page page-id-112 wp-embed-responsive vce-sid-right voice-v_3_0_2 voice-child">
<div id="vce-main">
<header id="header" class="main-header">
<div class="container header-1-wrapper header-main-area">
<div class="site-branding">
<h1 class="site-title"><a href="{{.IndexUrl}}" rel="home" class="has-logo">
<img src="{{replaceImage .Logo}}" alt=" ">
</a></h1>
</div>
<div class="vce-res-nav">
<a class="vce-responsive-nav" href="#sidr-main"><svg t="1669016884085" class="icon" viewBox="0 0 1024 1024"
version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4181" width="30" height="30">
<path d="M64 64h896v128H64V64z m0 768h896v128H64v-128z m0-384h896v128H64V448z" fill="#cf4d35" p-id="4182">
</path>
</svg></a>
</div>
</div>
<div class="header-bottom-wrapper">
<div class="container">
<nav id="site-navigation" class="main-navigation" role="navigation">
<ul id="vce_main_navigation_menu" class="nav-menu">
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.IndexUrl}}" aria-current="page">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.AboutUrl}}" aria-current="page">{{ lang "about"}}</a>
</li>
{{end}}
{{if .HasContact }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.ContactUrl}}" aria-current="page">{{ lang "contact"}}</a>
</li>
{{end}}
</ul>
</nav>
</div>
</div>
</header>
<div id="main-wrapper">
<div id="content" class="container site-content vce-sid-right">
<div id="primary" class="vce-main-content">
<main id="main" class="main-box main-box-single">
<article id="post-64137"
class="vce-single post-64137 post type-post status-publish format-standard has-post-thumbnail hentry category-adobe-premiere-pro-5-5 category-adobe-after-effects-ae category-avid category-books-for-film-editors-filmmaking category-color-grading-and-colour-correction-for-film-editors category-compositing-software-smoke-nuke category-davinci-resolve-blackmagic-design-color-correction-software category-film-and-video-editing category-film-video-editing-tools-for-editors category-final-cut-pro-fcp-x category-final-cut-pro-fcp-apple-fcp7 category-gear category-review category-workflow-for-post-production-film-editors tag-black-friday tag-colour-grading tag-creativity-2 tag-editing-2 tag-editors-tools nc-is-auto-shared nc-auto-share-end--is-default">
<header class="entry-header">
<h1 class="entry-title">{{ lang "contact"}} </h1>
</header>
<div class="entry-content">
{{.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="text" 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>
</article>
</main>
</div>
<aside id="sidebar" class="sidebar right">
{{$plen := len .PopularArticles}}
{{if ne $plen 0}}
<div id="top-posts" class="widget top_posts">
<h4 class="widget-title">{{lang "popular"}}</h4>
<ul>
{{range .PopularArticles}}
<li><a href="{{.Url}}">{{.Title}}</a></li>
{{end}}
</ul>
</div>
{{end}}
</aside>
</div>
<footer id="footer" class="site-footer">
<div class="container-full site-info">
<div class="container">
<div class="vce-wrap-right">
<p>{{.Copyright}}</p>
<ul id="vce_footer_menu" class="bottom-nav-menu">
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.IndexUrl}}" aria-current="page">{{lang "home"}}</a>
</li>
{{if .HasAbout }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.AboutUrl}}" aria-current="page">{{lang "about"}}</a>
</li>
{{end}}
{{if .HasContact }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.ContactUrl}}" aria-current="page">{{lang "contact"}}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.PolicyUrl}}" aria-current="page">{{lang "policy"}}</a>
</li>
{{end}}
{{$flen := len .Friendship}}
{{if ne $flen 0}}
{{range .Friendship}}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.Url}}" aria-current="page">{{.Name}}</a>
</li>
{{end}}
{{end}}
</ul>
</div>
</div>
</div>
</footer>
</div>
</div>
<div id="sidr-main" class="sidr left" style="display: none;">
<div class="sidr-inner">
<ul id="sidr-id-vce_main_navigation_menu" class="sidr-class-nav-menu">
<li
class="sidr-class-menu-item sidr-class-menu-item-type-post_type sidr-class-menu-item-object-page sidr-class-menu-item-home sidr-class-menu-item-115">
<a href="{{.IndexUrl}}">{{ lang "home"}}</a></li>
{{if .HasAbout }}
<li
class="sidr-class-menu-item sidr-class-menu-item-type-post_type sidr-class-menu-item-object-page sidr-class-menu-item-home sidr-class-menu-item-115">
<a href="{{.AboutUrl}}">{{ lang "about"}}</a></li>
{{end}}
{{if .HasContact }}
<li
class="sidr-class-menu-item sidr-class-menu-item-type-post_type sidr-class-menu-item-object-page sidr-class-menu-item-home sidr-class-menu-item-115">
<a href="{{.ContactUrl}}">{{ lang "contact"}}</a></li>
{{end}}
</ul>
</div>
</div>
</body>
<script src="{{staticFile "/js/index.js"}}"></script>
</html>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -0,0 +1,217 @@
<!DOCTYPE html>
<html dir="ltr" lang="en-GB">
<head>
<meta name="keywords" content="{{.Keywords}}">
<meta name="description" content="{{.Description}}">
<title>{{.Title}}</title>
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="user-scalable=yes, width=device-width, initial-scale=1.0, maximum-scale=1">
<link rel='stylesheet' href='{{staticFile "/css/min.css"}}' type='text/css' media='all'>
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}">
</head>
<body data-rsssl=1
class="home page-template page-template-template-modules page-template-template-modules-php page page-id-112 wp-embed-responsive vce-sid-right voice-v_3_0_2 voice-child">
<div id="vce-main">
<header id="header" class="main-header">
<div class="container header-1-wrapper header-main-area">
<div class="site-branding">
<h1 class="site-title"><a href="{{.IndexUrl}}" rel="home" class="has-logo">
<img src="{{replaceImage .Logo}}" alt=" ">
</a></h1>
</div>
<div class="vce-res-nav">
<a class="vce-responsive-nav" href="#sidr-main"><svg t="1669016884085" class="icon" viewBox="0 0 1024 1024"
version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4181" width="30" height="30">
<path d="M64 64h896v128H64V64z m0 768h896v128H64v-128z m0-384h896v128H64V448z" fill="#cf4d35" p-id="4182">
</path>
</svg></a>
</div>
</div>
<div class="header-bottom-wrapper">
<div class="container">
<nav id="site-navigation" class="main-navigation" role="navigation">
<ul id="vce_main_navigation_menu" class="nav-menu">
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.IndexUrl}}" aria-current="page">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.AboutUrl}}" aria-current="page">{{ lang "about"}}</a>
</li>
{{end}}
{{if .HasContact }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.ContactUrl}}" aria-current="page">{{ lang "contact"}}</a>
</li>
{{end}}
</ul>
</nav>
</div>
</div>
</header>
<div id="main-wrapper">
<div id="content" class="container site-content vce-sid-right">
<div id="primary" class="vce-main-content">
<main id="main" class="main-box main-box-single">
<article id="post-64137"
class="vce-single post-64137 post type-post status-publish format-standard has-post-thumbnail hentry category-adobe-premiere-pro-5-5 category-adobe-after-effects-ae category-avid category-books-for-film-editors-filmmaking category-color-grading-and-colour-correction-for-film-editors category-compositing-software-smoke-nuke category-davinci-resolve-blackmagic-design-color-correction-software category-film-and-video-editing category-film-video-editing-tools-for-editors category-final-cut-pro-fcp-x category-final-cut-pro-fcp-apple-fcp7 category-gear category-review category-workflow-for-post-production-film-editors tag-black-friday tag-colour-grading tag-creativity-2 tag-editing-2 tag-editors-tools nc-is-auto-shared nc-auto-share-end--is-default">
<header class="entry-header">
<h1 class="entry-title">{{.Title}}</h1>
<div class="entry-meta">
<div class="meta-item date"><span class="updated">{{timeFormat .PublishTime}}</span></div>
<div class="meta-item rtime">{{.Views}} {{lang "views"}}</div>
</div>
</header>
<div class="entry-content">
<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>
</article>
</main>
</div>
<aside id="sidebar" class="sidebar right">
{{$plen := len .PopularArticles}}
{{if ne $plen 0}}
<div id="top-posts" class="widget top_posts">
<h4 class="widget-title">{{lang "popular"}}</h4>
<ul>
{{range .PopularArticles}}
<li><a href="{{.Url}}">{{.Title}}</a></li>
{{end}}
</ul>
</div>
{{end}}
</aside>
</div>
<footer id="footer" class="site-footer">
<div class="container-full site-info">
<div class="container">
<div class="vce-wrap-right">
<p>{{.Copyright}}</p>
<ul id="vce_footer_menu" class="bottom-nav-menu">
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.IndexUrl}}" aria-current="page">{{lang "home"}}</a>
</li>
{{if .HasAbout }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.AboutUrl}}" aria-current="page">{{lang "about"}}</a>
</li>
{{end}}
{{if .HasContact }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.ContactUrl}}" aria-current="page">{{lang "contact"}}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.PolicyUrl}}" aria-current="page">{{lang "policy"}}</a>
</li>
{{end}}
{{$flen := len .Friendship}}
{{if ne $flen 0}}
{{range .Friendship}}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.Url}}" aria-current="page">{{.Name}}</a>
</li>
{{end}}
{{end}}
</ul>
</div>
</div>
</div>
</footer>
</div>
</div>
<div id="sidr-main" class="sidr left" style="display: none;">
<div class="sidr-inner">
<ul id="sidr-id-vce_main_navigation_menu" class="sidr-class-nav-menu">
<li
class="sidr-class-menu-item sidr-class-menu-item-type-post_type sidr-class-menu-item-object-page sidr-class-menu-item-home sidr-class-menu-item-115">
<a href="{{.IndexUrl}}">{{ lang "home"}}</a></li>
{{if .HasAbout }}
<li
class="sidr-class-menu-item sidr-class-menu-item-type-post_type sidr-class-menu-item-object-page sidr-class-menu-item-home sidr-class-menu-item-115">
<a href="{{.AboutUrl}}">{{ lang "about"}}</a></li>
{{end}}
{{if .HasContact }}
<li
class="sidr-class-menu-item sidr-class-menu-item-type-post_type sidr-class-menu-item-object-page sidr-class-menu-item-home sidr-class-menu-item-115">
<a href="{{.ContactUrl}}">{{ lang "contact"}}</a></li>
{{end}}
</ul>
</div>
</div>
</body>
<script src="{{staticFile "/js/index.js"}}"></script>
</html>

@ -0,0 +1,243 @@
<!DOCTYPE html>
<html dir="ltr" lang="en-GB">
<head>
<meta name="keywords" content="{{.Keywords}}">
<meta name="description" content="{{.Description}}">
<title>{{.Title}}</title>
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="user-scalable=yes, width=device-width, initial-scale=1.0, maximum-scale=1">
<link rel='stylesheet' href='{{staticFile "/css/min.css"}}' type='text/css' media='all'>
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}">
</head>
<body data-rsssl=1
class="home page-template page-template-template-modules page-template-template-modules-php page page-id-112 wp-embed-responsive vce-sid-right voice-v_3_0_2 voice-child">
<div id="vce-main">
<header id="header" class="main-header">
<div class="container header-1-wrapper header-main-area">
<div class="site-branding">
<h1 class="site-title"><a href="{{.IndexUrl}}" rel="home" class="has-logo">
<img src="{{replaceImage .Logo}}" alt=" ">
</a></h1>
</div>
<div class="vce-res-nav">
<a class="vce-responsive-nav" href="#sidr-main"><svg t="1669016884085" class="icon" viewBox="0 0 1024 1024"
version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4181" width="30" height="30">
<path d="M64 64h896v128H64V64z m0 768h896v128H64v-128z m0-384h896v128H64V448z" fill="#cf4d35" p-id="4182">
</path>
</svg></a>
</div>
</div>
<div class="header-bottom-wrapper">
<div class="container">
<nav id="site-navigation" class="main-navigation" role="navigation">
<ul id="vce_main_navigation_menu" class="nav-menu">
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.IndexUrl}}" aria-current="page">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.AboutUrl}}" aria-current="page">{{ lang "about"}}</a>
</li>
{{end}}
{{if .HasContact }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.ContactUrl}}" aria-current="page">{{ lang "contact"}}</a>
</li>
{{end}}
</ul>
</nav>
</div>
</div>
</header>
<div id="main-wrapper">
<div id="content" class="container site-content">
<div id="primary" class="vce-main-content">
<div id="main-box-1" class="main-box vce-border-top ">
<h3 class="main-box-title ">{{lang "latest"}}</h3>
<div class="main-box-inside ">
{{ range $i,$v := .Articles }}
{{if eq $i 0}}
<article
class="vce-post vce-lay-c post-64137 post type-post status-publish format-standard has-post-thumbnail hentry category-adobe-premiere-pro-5-5 category-adobe-after-effects-ae category-avid category-books-for-film-editors-filmmaking category-color-grading-and-colour-correction-for-film-editors category-compositing-software-smoke-nuke category-davinci-resolve-blackmagic-design-color-correction-software category-film-and-video-editing category-film-video-editing-tools-for-editors category-final-cut-pro-fcp-x category-final-cut-pro-fcp-apple-fcp7 category-gear category-review category-workflow-for-post-production-film-editors tag-black-friday tag-colour-grading tag-creativity-2 tag-editing-2 tag-editors-tools nc-is-auto-shared nc-auto-share-end--is-default">
<div class="meta-image">
<a href="{{.Url}}" title="{{.Title}}">
<img width="375" height="195" src="{{getCover .Cover 300 180}}"
class="attachment-vce-lay-b size-vce-lay-b wp-post-image" /> </a>
</div>
<header class="entry-header">
<h2 class="entry-title"><a href="{{.Url}}" title="{{.Title}}">{{.Title}}</a></h2>
<div class="entry-meta">
<div class="meta-item date"><span class="updated">{{timeFormat .PublishTime}}</span></div>
<div class="meta-item rtime">{{.Views}} {{lang "views"}}</div>
</div>
</header>
<div class="entry-content">
<p>{{.Summary}}</p>
</div>
</article>
{{end}}
{{if eq $i 1}}
<article
class="vce-post vce-lay-c post-64144 post type-post status-publish format-standard has-post-thumbnail hentry category-business-2 category-craft category-cool-videos-films-projects-creative-work category-film-and-video-editing category-film-video-editing-tools-for-editors category-interview category-workflow-for-post-production-film-editors tag-craft-2 tag-creativity-2 tag-cut-daily-3 tag-editing-2 tag-feature tag-interview tag-pre-visualisation tag-workflow nc-is-auto-shared nc-auto-share-end--is-default">
<div class="meta-image">
<a href="{{.Url}}" title="{{.Title}}">
<img width="375" height="195" src="{{getCover .Cover 300 180}}"
class="attachment-vce-lay-b size-vce-lay-b wp-post-image" /> </a>
</div>
<header class="entry-header">
<h2 class="entry-title"><a href="{{.Url}}" title="{{.Title}}">{{.Title}}</a></h2>
<div class="entry-meta">
<div class="meta-item date"><span class="updated">{{timeFormat .PublishTime}}</span></div>
<div class="meta-item rtime">{{.Views}} {{lang "views"}}</div>
</div>
</header>
<div class="entry-content">
<p>{{.Summary}}</p>
</div>
</article>
{{end}}
{{end}}
<div class="vce-loop-wrap">
{{ range $i,$v := .Articles }}
{{if gt $i 1}}
<article
class="vce-post vce-lay-b post-48329 post type-post status-publish format-standard has-post-thumbnail hentry category-film-and-video-editing category-film-video-editing-tools-for-editors category-gotcha-software-error-problem category-tutorials-for-film-post-production category-workflow-for-post-production-film-editors tag-covid-19 tag-editing-2 tag-editors-tools tag-tutorial tag-tutorials tag-workflow nc-is-auto-shared nc-auto-share-end--is-default">
<div class="meta-image">
<a href="{{.Url}}" title="{{.Title}}">
<img width="375" height="195" src="{{getCover .Cover 300 180}}"
class="attachment-vce-lay-b size-vce-lay-b wp-post-image" /> </a>
</div>
<header class="entry-header">
<h2 class="entry-title"><a href="{{.Url}}" title="{{.Title}}">{{.Title}}</a></h2>
<div class="entry-meta">
<div class="meta-item date"><span class="updated">{{timeFormat .PublishTime}}</span></div>
<div class="meta-item rtime">{{.Views}} {{lang "views"}}</div>
</div>
</header>
<div class="entry-content">
<p>{{.Summary}}</p>
</div>
</article>
{{end}}
{{end}}
</div>
</div>
</div>
</div>
<aside id="sidebar" class="sidebar right">
{{$plen := len .PopularArticles}}
{{if ne $plen 0}}
<div id="top-posts" class="widget top_posts">
<h4 class="widget-title">{{lang "popular"}}</h4>
<ul>
{{range .PopularArticles}}
<li><a href="{{.Url}}">{{.Title}}</a></li>
{{end}}
</ul>
</div>
{{end}}
</aside>
</div>
<footer id="footer" class="site-footer">
<div class="container-full site-info">
<div class="container">
<div class="vce-wrap-right">
<p>{{.Copyright}}</p>
<ul id="vce_footer_menu" class="bottom-nav-menu">
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.IndexUrl}}" aria-current="page">{{lang "home"}}</a>
</li>
{{if .HasAbout }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.AboutUrl}}" aria-current="page">{{lang "about"}}</a>
</li>
{{end}}
{{if .HasContact }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.ContactUrl}}" aria-current="page">{{lang "contact"}}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.PolicyUrl}}" aria-current="page">{{lang "policy"}}</a>
</li>
{{end}}
{{$flen := len .Friendship}}
{{if ne $flen 0}}
{{range .Friendship}}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.Url}}" aria-current="page">{{.Name}}</a>
</li>
{{end}}
{{end}}
</ul>
</div>
</div>
</div>
</footer>
</div>
</div>
<div id="sidr-main" class="sidr left" style="display: none;">
<div class="sidr-inner">
<ul id="sidr-id-vce_main_navigation_menu" class="sidr-class-nav-menu">
<li
class="sidr-class-menu-item sidr-class-menu-item-type-post_type sidr-class-menu-item-object-page sidr-class-menu-item-home sidr-class-menu-item-115">
<a href="{{.IndexUrl}}">{{ lang "home"}}</a></li>
{{if .HasAbout }}
<li
class="sidr-class-menu-item sidr-class-menu-item-type-post_type sidr-class-menu-item-object-page sidr-class-menu-item-home sidr-class-menu-item-115">
<a href="{{.AboutUrl}}">{{ lang "about"}}</a></li>
{{end}}
{{if .HasContact }}
<li
class="sidr-class-menu-item sidr-class-menu-item-type-post_type sidr-class-menu-item-object-page sidr-class-menu-item-home sidr-class-menu-item-115">
<a href="{{.ContactUrl}}">{{ lang "contact"}}</a></li>
{{end}}
</ul>
</div>
</div>
</body>
<script src="{{staticFile "/js/index.js"}}"></script>
</html>

@ -0,0 +1,11 @@
document.querySelector(".vce-responsive-nav").addEventListener("click",function(){
if(document.querySelector(".vce-responsive-nav").classList.contains('nav-open')){
document.querySelector(".vce-responsive-nav").classList.remove("nav-open");
document.querySelector(".sidr.left").style.left = "-260px"
document.querySelector(".sidr.left").style.display = "none"
} else {
document.querySelector(".vce-responsive-nav").classList.add("nav-open");
document.querySelector(".sidr.left").style.left = "0"
document.querySelector(".sidr.left").style.display = "block"
}
})

@ -0,0 +1,189 @@
<!DOCTYPE html>
<html dir="ltr" lang="en-GB">
<head>
<meta name="keywords" content="{{.Keywords}}">
<meta name="description" content="{{.Description}}">
<title>{{.Title}}</title>
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="user-scalable=yes, width=device-width, initial-scale=1.0, maximum-scale=1">
<link rel='stylesheet' href='{{staticFile "/css/min.css"}}' type='text/css' media='all'>
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}">
</head>
<body data-rsssl=1
class="home page-template page-template-template-modules page-template-template-modules-php page page-id-112 wp-embed-responsive vce-sid-right voice-v_3_0_2 voice-child">
<div id="vce-main">
<header id="header" class="main-header">
<div class="container header-1-wrapper header-main-area">
<div class="site-branding">
<h1 class="site-title"><a href="{{.IndexUrl}}" rel="home" class="has-logo">
<img src="{{replaceImage .Logo}}" alt=" ">
</a></h1>
</div>
<div class="vce-res-nav">
<a class="vce-responsive-nav" href="#sidr-main"><svg t="1669016884085" class="icon" viewBox="0 0 1024 1024"
version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4181" width="30" height="30">
<path d="M64 64h896v128H64V64z m0 768h896v128H64v-128z m0-384h896v128H64V448z" fill="#cf4d35" p-id="4182">
</path>
</svg></a>
</div>
</div>
<div class="header-bottom-wrapper">
<div class="container">
<nav id="site-navigation" class="main-navigation" role="navigation">
<ul id="vce_main_navigation_menu" class="nav-menu">
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.IndexUrl}}" aria-current="page">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.AboutUrl}}" aria-current="page">{{ lang "about"}}</a>
</li>
{{end}}
{{if .HasContact }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.ContactUrl}}" aria-current="page">{{ lang "contact"}}</a>
</li>
{{end}}
</ul>
</nav>
</div>
</div>
</header>
<div id="main-wrapper">
<div id="content" class="container site-content vce-sid-right">
<div id="primary" class="vce-main-content">
<main id="main" class="main-box main-box-single">
<article id="post-64137"
class="vce-single post-64137 post type-post status-publish format-standard has-post-thumbnail hentry category-adobe-premiere-pro-5-5 category-adobe-after-effects-ae category-avid category-books-for-film-editors-filmmaking category-color-grading-and-colour-correction-for-film-editors category-compositing-software-smoke-nuke category-davinci-resolve-blackmagic-design-color-correction-software category-film-and-video-editing category-film-video-editing-tools-for-editors category-final-cut-pro-fcp-x category-final-cut-pro-fcp-apple-fcp7 category-gear category-review category-workflow-for-post-production-film-editors tag-black-friday tag-colour-grading tag-creativity-2 tag-editing-2 tag-editors-tools nc-is-auto-shared nc-auto-share-end--is-default">
<header class="entry-header">
<h1 class="entry-title">{{ lang "policy"}} </h1>
</header>
<div class="entry-content">
{{.Policy}}
</div>
</article>
</main>
</div>
<aside id="sidebar" class="sidebar right">
{{$plen := len .PopularArticles}}
{{if ne $plen 0}}
<div id="top-posts" class="widget top_posts">
<h4 class="widget-title">{{lang "popular"}}</h4>
<ul>
{{range .PopularArticles}}
<li><a href="{{.Url}}">{{.Title}}</a></li>
{{end}}
</ul>
</div>
{{end}}
</aside>
</div>
<footer id="footer" class="site-footer">
<div class="container-full site-info">
<div class="container">
<div class="vce-wrap-right">
<p>{{.Copyright}}</p>
<ul id="vce_footer_menu" class="bottom-nav-menu">
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.IndexUrl}}" aria-current="page">{{lang "home"}}</a>
</li>
{{if .HasAbout }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.AboutUrl}}" aria-current="page">{{lang "about"}}</a>
</li>
{{end}}
{{if .HasContact }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.ContactUrl}}" aria-current="page">{{lang "contact"}}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.PolicyUrl}}" aria-current="page">{{lang "policy"}}</a>
</li>
{{end}}
{{$flen := len .Friendship}}
{{if ne $flen 0}}
{{range .Friendship}}
<li
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-112 current_page_item menu-item-115">
<a href="{{.Url}}" aria-current="page">{{.Name}}</a>
</li>
{{end}}
{{end}}
</ul>
</div>
</div>
</div>
</footer>
</div>
</div>
<div id="sidr-main" class="sidr left" style="display: none;">
<div class="sidr-inner">
<ul id="sidr-id-vce_main_navigation_menu" class="sidr-class-nav-menu">
<li
class="sidr-class-menu-item sidr-class-menu-item-type-post_type sidr-class-menu-item-object-page sidr-class-menu-item-home sidr-class-menu-item-115">
<a href="{{.IndexUrl}}">{{ lang "home"}}</a></li>
{{if .HasAbout }}
<li
class="sidr-class-menu-item sidr-class-menu-item-type-post_type sidr-class-menu-item-object-page sidr-class-menu-item-home sidr-class-menu-item-115">
<a href="{{.AboutUrl}}">{{ lang "about"}}</a></li>
{{end}}
{{if .HasContact }}
<li
class="sidr-class-menu-item sidr-class-menu-item-type-post_type sidr-class-menu-item-object-page sidr-class-menu-item-home sidr-class-menu-item-115">
<a href="{{.ContactUrl}}">{{ lang "contact"}}</a></li>
{{end}}
</ul>
</div>
</div>
</body>
<script src="{{staticFile "/js/index.js"}}"></script>
</html>
Loading…
Cancel
Save