Skip to content
This repository was archived by the owner on Mar 16, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ _site/
_published/
.DS_Store

*~
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
source 'https://rubygems.org'

gem 'jekyll', '~> 2.4.0'
gem 'jekyll-localization', '~> 0.1.7'
gem 'rdiscount', '~> 2.1.7.1'
16 changes: 16 additions & 0 deletions _includes/headerjpn.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<div class="header">
<a href="/">
<span><span class="accent">HI</span>CAPACITY</span>
<img class="logo" src="/img/hicap_logo.svg" height="60px">
</a>
<div class="subtitle">
<span class="social"><a href="https://twitter.com/#!/hnlmakerspace">a</a></span>
<span class="social"><a href="https://www.facebook.com/hicapacity">b</a></span>
<span class="social"><a href="https://plus.google.com/u/0/114755643956585660843/posts">c</a></span>
<span class="social"><a href="https://foursquare.com/v/hi-capacity/4e9e95cae5e8a6f879cee182">e</a></span>
<span class="social"><a href="https://www.youtube.com/user/hnlmakerspace?feature=watch">r</a></span>
<span class="social"><a href="http://www.flickr.com/photos/hicapacity/">v</a></span>
<span class="social"><a href="https://github.com/hicapacity">Q</a></span>
<span class="social"><a href="/rss.xml">,</a></span>
</div>
</div>
21 changes: 21 additions & 0 deletions _includes/navbarjpn.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<div class="container" style="padding-bottom: 15px">
<div id='cssmenu'>
<ul>
<li id="home"><a href='/'><span>ホーム</span></a></li>
<li><a href='/calendar'><span>カレンダー</span></a></li>
<li class="has-sub"><a href='#'><span>リソース</span></a>
<ul style="z-index: 1000;">
<li><a href='http://bit.ly/hicapacity-moderator'><span>ご意見・ご提案</span></a></li>
<li><a href='http://www.techhui.com/group/hicapacity'><span>TechHui</span></a></li>
<li><a href='http://groups.google.com/group/honolulu-makerspace'><span>グーグルグループ</span></a></li>
<li><a href='/irc'><span>IRCチャット</span></a></li>
<li><a href='/attribution'><span>アトリビューション</span></a></li>
</ul>
</li>
<li><a href='/eventsjpn'><span>イベント</span></a></li>
<li><a href='/servicesjpn'><span>サービス</span></a></li>
<li><a href='/membershipjpn'><span>会員になる</span></a></li>
<li><a href='/aboutjpn'><span>HICapacityについて</span></a></li>
</ul>
</div>
</div>
20 changes: 20 additions & 0 deletions _includes/paypaljpn.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="SDXG5NJQPKQQQ">
<input type="hidden" name="on0" value="Select type">
<select class="form-control input-sm" name="os0" style="width: 100%; max-width: 250px;" id="normalSelect">
<option value="2014 Standard">標準 : 一ヶ月/60USD</option>
<option value="Help us grow">寄付プラス : 一ヶ月/75USD</option>
</select>
<input type="hidden" name="currency_code" value="USD">
<div class="grid vertical-outer" style="width: 100%; padding-top: 5px">
<div class="box vertical-inner">
<button type="submit" name="submit" value="Join" class="btn btn-primary btn-sm">入会</button>
</div>
<div class="box paypal vertical-inner">
<div>
<span class="paypal1">Pay</span><span class="paypal2">Pal<span class="trademark">&trade;</span></span>
</div>
</div>
</div>
</form>
38 changes: 38 additions & 0 deletions _includes/sidebarjpn.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<div class="span3" style="padding-bottom: 20px;">
<div class="widget"> <!-- Location and Hours -->
<span class="widgetTitle">場所・営業時間</span>
<div style="padding-left: 5px; padding-top: 5px; color: #A5A5A5">
<a class="address" href="https://goo.gl/maps/UBHN3">
Manoa Innovation Center<br/>
2800 Woodlawn Drive, Suite #132<br/>
Honolulu, HI 96822
</a><br/>
営業時間未定(来てみて!)
</div>
</div>
<div class="widget"> <!-- Membership Widget -->
<div style="float: left">
<div class="grid">
<div class="box">
<span class="widgetTitle">会員になる</span>
</div>
<div class="box">
<a href="/membership" class="box" title="More Information">
<span class="glyphicon glyphicon-info-sign info-icon"></span>
</a>
</div>
</div>
</div>
<div style="clear: both"></div>
{% include paypaljpn.html %}
</div>
<div class="widget">
<span class="widgetTitle">新イベント</span>
<div id="events">
</div>
</div>
<div class="widget">
<span class="widgetTitle">プロジェクト</span>
<div id="repos"></div>
</div>
</div>
122 changes: 122 additions & 0 deletions _layouts/defaultjpn.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
<!DOCTYPE html>
<html>
<head>
<title>{{ page.title }}</title>
<link rel="shortcut icon" href="/img/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="/img/favicon/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/favicon/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/favicon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/favicon/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/img/favicon/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/favicon/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicon/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/favicon/apple-touch-icon-152x152.png">
<link rel="icon" type="image/png" href="/img/favicon/favicon-196x196.png" sizes="196x196">
<link rel="icon" type="image/png" href="/img/favicon/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="/img/favicon/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/img/favicon/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/img/favicon/favicon-32x32.png" sizes="32x32">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-TileImage" content="/img/favicon/mstile-144x144.png">
<meta name="msapplication-config" content="/img/favicon/browserconfig.xml">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- OpenGraph tag stuff -->
{% if page.type == "main" || page.type == "calendar" %}
<meta property="og:title" content="{{ page.title }}" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="HI Capacity" />
<meta property="og:image" content="http://hicapacity.org/img/hicap_logo_vectorized_no_bg.png" />
<meta property="og:description" content="{{ page.description }}" />
<meta property="og:url" content="http://hicapacity.org{{ page.url }}">
{% else %}
<meta property="og:title" content="{{ page.title }}" />
<meta property="og:type" content="article" />
<meta property="og:site_name" content="HI Capacity" />

{% if page.image == undefined %}
<meta property="og:image" content="http://hicapacity.org/img/hicap_logo_vectorized_no_bg.png" />
{% else %}
<meta property="og:image" content="http://{{ page.image | image_url }}" />
{% endif %}

<meta property="og:description" content="{{ page.description }}" />
<meta property="og:url" content="http://hicapacity.org{{ page.url }}">
{% endif %}

<link href='http://fonts.googleapis.com/css?family=Muli' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Questrial' rel='stylesheet' type='text/css'>

<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/socicon.css">
<link rel="stylesheet" href="/css/site.css">
<link rel="stylesheet" href="/css/events.css">
<link rel="stylesheet" href="/css/github.css">
<link rel="stylesheet" href="/css/menu.css">
{% if page.type == "calendar" %}
<link rel="stylesheet" href="/css/fullcalendar.css">
{% endif %}

<script src="/js/jquery-2.1.1.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/js/menu_jquery.js"></script>
<script src="/js/dateFormat.min.js"></script>
<script src="/js/events.js"></script>
<script src="/js/github.js"></script>

<script>
$(document).ready(function() {
// load sidebar contents
populateEvents();
populateProjects();

// Set the active page on the navigation page
var path = location.pathname.substring(1); // strip the slash in the beginning
path = path.replace(/\/$/, ""); // strip the trailing slash if it exists

if ( path ) {
$('.nav a[href$="' + path + '"]').parent().addClass('active');
}
else {
$('#home').addClass('active');
}

// Insert post comment counts
$('.postComments').each(function(index) {
var element = $(this); // keep the element in scope!
var page_url = element.attr('data-url');
$.getJSON('https://graph.facebook.com/' + page_url, function(json) {
console.log(json);
var comments = 0;
if (json.comments !== undefined) {
comments = json.comments;
}
element.html('Comments (' + comments + ')');
});
});
});
</script>

</head>
<body>
{% include headerjpn.html %}
{% include navbarjpn.html %}

<div class="container">
<div class="row">
<div class="col-sm-9 main">
{{ content }}
</div>
<div class="col-sm-3 sidebar">
{% include sidebarjpn.html %}
</div>
</div>
</div>

<div class="copyright">
&copy HICapacity LLC 2014</script>
</div>
{% include analytics.html %}
</body>
</html>
32 changes: 32 additions & 0 deletions _layouts/postjpn.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
layout: defaultjpn
---
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=247762308599581";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div id="fb-root"></div>
<div class="post">
<div class="postTitle">
<a href="{{ post.url }}">{{ page.title }}</a>
</div>
<div class="postInfo">
{{ page.date | date: "%B %e, %Y" }} {{ page.author }}著
</div>
<div class="postContent">
{{ content }}
</div>
<div>
<span class="postInfo">Posted in: </span>
{% for category in page.categories %}
<div class="category">{{ category }}</div>
{% endfor %}
</div>
</div>

<div id="comments" class="fb-comments" style="padding-top: 10px" data-href="http://hicapacity.org{{ page.url }}" data-num-posts="2" data-width="767" data-colorscheme="dark"></div>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ wordpress_id: 11
wordpress_url: http://wp.hicapacity.org/?p=11
date: 2011-04-14 09:05:36 -10:00
author: Shu Zong Chen
categories: []
categories: ['en',]
tags: []
---
Get ready for our second ever HI Capacity Honolulu Hackerspace meeting.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2011-04-28-what-is-hi-capacity.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ wordpress_id: 33
wordpress_url: http://hicapacity.org/?p=33
date: 2011-04-28 11:39:32 -10:00
author: Ryan Kanno
categories: ['HI Capacity']
categories: ['en','HI Capacity']
tags: []
---
<strong>We're transforming dreamers into doers.</strong>
Expand Down
4 changes: 2 additions & 2 deletions _posts/2011-04-29-arduino-night-ii-follow-up.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ wordpress_id: 68
wordpress_url: http://hicapacity.org/?p=68
date: 2011-04-29 07:00:16 -10:00
author: Matthew Badeau
categories: ['Event']
categories: ['en','Event']
tags: ['arduino', 'oceanit']
---
<a href="http://farm6.static.flickr.com/5029/5663970046_c0cf5ac353.jpg" rel="single" class="pirobox" title="Mood lamps"><img title="Arduino Night II" src="http://farm6.static.flickr.com/5029/5663970046_c0cf5ac353.jpg" alt="Mood lamps" width="276" height="368" class="imgRight" /></a>
Expand All @@ -20,4 +20,4 @@ Jason was having problems with his <strong>delay() </strong>function in the Ardu

Once again, thank you for coming out and participating! Thanks to Ian and Oceanit for once again providing HI Capacity use of their facilities. I had a lot of fun and remember to keep looking here for more events in the future! If you'd like to see something presented, remember to check out our Google Moderator group! <a href="http://bit.ly/hicapacity-moderator">http://bit.ly/hicapacity-moderator</a> Add an idea today! :) Stay tuned as we have Homebrew Night and Programming Night coming up in the next few weeks.

Email me if you have questions or corrections: <a href="mailto:matthew@hicapacity.org">matthew@hicapacity.org</a>
Email me if you have questions or corrections: <a href="mailto:matthew@hicapacity.org">matthew@hicapacity.org</a>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ wordpress_id: 40
wordpress_url: http://hicapacity.org/?p=40
date: 2011-05-01 17:24:28 -10:00
author: Ryan Kanno
categories: ['Event']
categories: ['en','Event']
tags: ['homebrew']
---
<strong>Attention all Oahu beer drinkers... we listened! No beer in da ear!</strong>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ wordpress_id: 45
wordpress_url: http://hicapacity.org/?p=45
date: 2011-05-07 11:12:46 -10:00
author: Ryan Kanno
categories: ['Event', 'Programming']
categories: ['en','Event', 'Programming']
tags: ['git', 'github', 'programming']
---
<div>
Expand Down
Loading