forked from openframeworks/ofSite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.mako
54 lines (39 loc) · 2.05 KB
/
index.html.mako
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<%inherit file="_templates/home.mako" />
<div class="page-left-medium">
<p>
<!-- OF video -->
<iframe src="http://player.vimeo.com/video/921725?title=0&byline=0&portrait=0" width="550" height="415" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
</p>
</div>
<div class="page-right-narrow">
<div class="home-links">
<h2>openFrameworks is an open source C toolkit for creative coding.</h2>
<h3><a href="download/">download</a></h3>
<p>Grab the most recent release (${bf.config.currentVersion}) and follow the setup guide to get openFrameworks running.</p>
<h3><a href="documentation/">documentation</a></h3>
<p>Reference for openFrameworks classes, functions and addons. For guides and tutorials, see the <a href="http://wiki.openframeworks.cc/">wiki</a>.</p>
<h3><a href="http://forum.openframeworks.cc/">forum</a></h3>
<p>The forum is a place to meet other people working with openFrameworks. It's a place to share your work, or find help solving problems.</p>
</div>
</div>
<div class="page-wide">
<hr/>
<div class="tweet">
<h3>twitter</h3>
<div id="tweets">
<div class="tweets">
<a data-chrome="noheader noscrollbar nofooter transparent" data-show-replies="false" data-tweet-limit="4" data-link-color="#EE3987" class="twitter-timeline" href="https://twitter.com/search?q=openframeworks" data-widget-id="367489340693176321">Tweets about "#openframeworks"</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p "://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
</div>
<div id="forum"></div>
<div id="github"></div>
<br class="clearboth">
<hr/>
</div>
<div class="page-wide">
<div id="flickr"></div>
<div id="vimeo"></div>
<br class="clearboth">
</div>