-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introducing Community Center Fixing Video output
- Loading branch information
1 parent
a855428
commit 1c5868c
Showing
45 changed files
with
216 additions
and
1,117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" class="devsite"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta content="{{ site.theme.name }}" itemprop="theme_name" /> | ||
<meta content="{{ settings.license_key }}" itemprop="license_key" /> | ||
<meta content="{{ site.theme.version }}" itemprop="theme_version" /> | ||
<meta content="{{ site.author.name }}" itemprop="author_name" /> | ||
<meta content="{{ site.author.mail }}" itemprop="author_mail" /> | ||
<meta content="{{ site.author.link }}" itemprop="author_link" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> | ||
<koken:meta /> | ||
<koken:title /> | ||
<koken:settings /> | ||
<meta name="robots" content="noindex, nofollow" /> | ||
<meta name="googlebot" content="noindex, nofollow" /> | ||
<title>Koken Community Center</title> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> | ||
<link rel="stylesheet" type="text/css" href="css/community_center.css" /> | ||
<base target="community_center_window"> | ||
</head> | ||
<body> | ||
<div id="cc_front"> | ||
<header class="cc_header"> | ||
<h1>Community Center</h1> | ||
<!--<p>Här under finner du länkar till de resurser som vi erbjuder.</p>--> | ||
</header> | ||
<section id="cc_front"> | ||
<div class="cc_box_wrapper"> | ||
<a href="http://feedback.koken.me/"> | ||
<!--<a href="http://store.kokensupport.com/">--> | ||
<div class="cc_front" id="cc_store"> | ||
<span class="cc_icon"><i class="fa fa-lightbulb-o"></i></span> | ||
<hr /> | ||
<h2 class="cc_title">Feedback</h2> | ||
<p class="cc_desc">Suggest new features, themes and plugins</p> | ||
<!--<span class="cc_icon"><i class="fa fa-cart-arrow-down"></i></span> | ||
<hr /> | ||
<h2 class="cc_title">Store</h2> | ||
<p class="cc_desc">An alternative store for the Koken CMS</p>--> | ||
</div> | ||
</a> | ||
<a href="http://docs.kokensupport.com/#page-name"> | ||
<!--<a href="http://varoystrand.se/sidor/koken-development/#page-name">--> | ||
<div class="cc_front" id="cc_docs"> | ||
<span class="cc_icon"><i class="fa fa-book"></i></span> | ||
<hr /> | ||
<h2 class="cc_title">Docs</h2> | ||
<p class="cc_desc">Documentaion for KCS℠ themes & plugins</p> | ||
</div> | ||
</a> | ||
<a href="http://help.kokensupport.com/"> | ||
<!--<a href="http://support.varoystrand.se/tickets/">--> | ||
<div class="cc_front" id="cc_tickets"> | ||
<span class="cc_icon"><i class="fa fa-ticket"></i></span> | ||
<hr /> | ||
<h2 class="cc_title">Tickets</h2> | ||
<p class="cc_desc">Premium support for KCS℠ themes & plugins</p> | ||
</div> | ||
</a> | ||
<a href="http://kokensupport.com" data-bind-to-key="f"> | ||
<div class="cc_front" id="cc_forum"> | ||
<span class="cc_icon"><i class="fa fa-comments-o"></i></span> | ||
<hr /> | ||
<h2 class="cc_title">Forum</h2> | ||
<p class="cc_desc">The Koken Community Support™ forum</p> | ||
</div> | ||
</a> | ||
</div> | ||
</section> | ||
<section class="cc_disclaimier"> | ||
<p>Please note that the above resources are in no case connected to the official Koken™ site/s.</p> | ||
</section> | ||
<footer class="cc-col-bot cc_footer"> | ||
<div id="cc-social"> | ||
<a href="https://facebook.com/kokencommunity" target="_blank" title="Koken Community Support on Facebook"> | ||
<i class="fa fa-facebook-official"></i> | ||
</a> | ||
<a href="https://twitter.com/kokencommunity" target="_blank" title="Koken Community Support on Twitter"> | ||
<i class="fa fa-twitter-square"></i> | ||
</a> | ||
<a href="https://kokensupport.slack.com/" target="_blank" title="Koken Community Support on Slack"> | ||
<i class="fa fa-slack"></i> | ||
</a> | ||
<a href="https://github.com/Koken-Community-Support/" target="_blank" title="Koken Community Support on Github"> | ||
<i class="fa fa-github-square"></i> | ||
</a> | ||
<a href="https://bitbucket.org/kokencommunity/" target="_blank" title="Koken Community Support on Bitbucket"> | ||
<i class="fa fa-bitbucket-square"></i> | ||
</a> | ||
<a href="http://uptime.statuscake.com/?TestID=YFfu3AkBlK" title="Server status"> | ||
<i class="fa fa-tachometer"></i> | ||
</a> | ||
<a href="http://varoystrand.se/contact_en/" title="Get in touch with us"> | ||
<i class="fa fa-commenting"></i> | ||
</a> | ||
</div> | ||
<p>© Koken Community Support™</p> | ||
</footer> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" class="devsite"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta content="{{ site.theme.name }}" itemprop="theme_name" /> | ||
<meta content="{{ settings.license_key }}" itemprop="license_key" /> | ||
<meta content="{{ site.theme.version }}" itemprop="theme_version" /> | ||
<meta content="{{ site.author.name }}" itemprop="author_name" /> | ||
<meta content="{{ site.author.mail }}" itemprop="author_mail" /> | ||
<meta content="{{ site.author.link }}" itemprop="author_link" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> | ||
<koken:meta /> | ||
<koken:title /> | ||
<koken:settings /> | ||
<meta name="robots" content="noindex, nofollow" /> | ||
<meta name="googlebot" content="noindex, nofollow" /> | ||
<title>Community Center Koken Community Support</title> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> | ||
<koken:asset file="css/community_center.css" /> | ||
<base target="community_center_window"><style></style> | ||
</head> | ||
<body style="overflow:hidden;"> | ||
<div class="cc-col-top"> | ||
<a href="{{ location.theme_path }}/community_center.html" data-bind-to-key="H" class="cc-link"> | ||
<i class="fa fa-home"></i> | ||
</a> | ||
<!--<a href="http://store.kokensupport.com/" title="Koken Community Store" data-bind-to-key="S" class="cc-link"> | ||
<i class="fa fa-cart-plus"></i> Store | ||
</a>--> | ||
<a href="http://feedback.koken.me/" title="Suggest new features, themes and plugins" class="cc-link"> | ||
<i class="fa fa-lightbulb-o"></i> Feedback | ||
</a> | ||
<a href="http://docs.kokensupport.com/#page-name" title="Themes & Plugin Documentation" data-bind-to-key="D" class="cc-link"> | ||
<i class="fa fa-book"></i> Docs | ||
</a> | ||
<a href="http://help.kokensupport.com" title="Premium Support" data-bind-to-key="T" class="cc-link"> | ||
<i class="fa fa-ticket"></i> Tickets | ||
</a> | ||
<a href="http://kokensupport.com" title="Koken Community Support" data-bind-to-key="F" class="cc-link" style="margin-right:7px;"> | ||
<i class="fa fa-comments-o"></i> Forum | ||
</a> | ||
</div> | ||
<iframe seamless="true" id="community-center" name="community_center_window" src="{{ location.theme_path }}/community_center.html"></iframe> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.