Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.html #5

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
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
Binary file added .DS_Store
Binary file not shown.
Binary file added en/.DS_Store
Binary file not shown.
Binary file added nl/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion nl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="author" content="CogniTom Academic Design" />
<meta name="copyright" content="&copy; 2012 - CogniTom Academic Design" />

<meta property="og:site_name" content="Shimokitazawa Open Source Cafe" />
<meta property="og:site_name" content="Shimokitazawa OpenSource Cafe" />
<meta property="og:image" content="http://www.osscafe.net/style/images/osscafe.png" />

<meta name="language" content="en" />
Expand Down
50 changes: 50 additions & 0 deletions nl/projecten/eccube.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">

<title>EC-CUBE部 (東京ユーザ会)</title>
<meta name="keywords" content="EC-CUBE" />
<meta name="description" content="EC-CUBE is een EC bouwplaats uit Japan" />
<meta name="author" content="CogniTom Academic Design" />
<meta name="copyright" content="&copy; 2012 - CogniTom Academic Design" />

<meta property="og:site_name" content="OpenSource Cafe" />
<meta property="og:image" content="http://www.osscafe.net/images/164x164/art.png" />

<meta name="fbgroup" content="https://www.facebook.com/groups/464975453554898/" />
<meta name="ajax.members" content="../../api/fb/group/464975453554898/members.json?static" />
<meta name="hsql.clubs" content="SELECT * FROM /nl/projecten/" />
<meta name="yinyang:selfload" content="true" />

<link rel="template" href="../../style/template.html" />
<script src="http://code.jquery.com/jquery.min.js"></script>
<script src="../../js/yinyang.js"></script>
</head>
<body>
<h1>EC-CUBE Club (Tokyo Gebruikers Group)</h1>
<p>Laten we leren en samen werken met de EC-CUBE.
<br/ >EC-CUBE is een populaire e-commerce CMS in Japan. Dit is de projectruimte voor EC-CUBE gebruikers.</p>
<ul class="members">
<!--{user in ajax.members}--><li><a href="#{user.profile_url|default:#}"><img src="#{user.pic_square}" alt="#{user.username}" /></a></li><!--{end}-->
</ul>
<h2>Wat doen we in de Open Source projectruimte?</h2>
<p>Om de week hebben we een bijeenkomst om te leren en studeren over Open Source. Beginners zijn welkom om vragen te stellen en veteranen worden aangemoedigd om te helpen.</p>
<ul>
<li>Praat en deel ervaring met open source.</li>
<li>Als je net begint kan je altijd vragen om hulp.</li>
<li>Krijg feedback op je open source projecten.</li>
</ul>
<p>The Open Source projectruimte is open, dus gebruik het voor ideëen zoals dit en doe je eigen inbreng.
</p>


<h2>Clubs & Projects</h2>
<p>Shimokitazawa Open Source Cafe heeft velen clubs en projecten. Waarom neem je geen kijkje? :-)</p>
<ul class="clubs small">
<!--{page in hsql.clubs}-->
<li><a href="#{page.file}"><img src="#{page.image}" /></a></li>
<!--{end}-->
</ul>
</body>
</html>