Skip to content

Commit 892aaee

Browse files
committed
-
1 parent f96869b commit 892aaee

File tree

186 files changed

+18496
-878
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+18496
-878
lines changed

.DS_Store

6 KB
Binary file not shown.

README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

_config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Site settings
2+
title: CoderBot - An open, programmable robot
3+
4+
description: > # this means to ignore newlines until "baseurl:"
5+
CoderBot is an open source, raspberry pi robot specialized in teaching kids the basic of robotics and coding.
6+
baseurl: "/helloworld" # the subpath of your site, e.g. /blog/
7+
url: "http://coderbot.org" # the base hostname & protocol for your site
8+
twitter_username: coderbotorg
9+
facebook_page: coderbot
10+
github_username: previ
11+
12+
# Build settings
13+
markdown: kramdown

_includes/.DS_Store

6 KB
Binary file not shown.

_includes/en/footer.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<hr>
2+
<footer class="site-footer">
3+
<div class="row">
4+
<div class="col-lg-12">
5+
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://coderbot.org" property="cc:attributionName" rel="cc:attributionURL">CoderBot</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
6+
</div>
7+
</div>
8+
</footer>
9+
<script>
10+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
11+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
12+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
13+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
14+
15+
ga('create', 'UA-52649755-1', 'auto');
16+
ga('send', 'pageview');
17+
18+
</script>

_includes/en/header.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<header class="site-header">
2+
<!-- Navigation -->
3+
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
4+
<div class="container">
5+
<!-- Brand and toggle get grouped for better mobile display -->
6+
<div class="navbar-header">
7+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
8+
<span class="sr-only">Navigation</span>
9+
<span class="icon-bar"></span>
10+
<span class="icon-bar"></span>
11+
<span class="icon-bar"></span>
12+
</button>
13+
<a class="navbar-brand" href="{{site.baseurl}}/en/index.html"><img src="{{site.baseurl}}/img/coderbot_logo_79.png">CoderBot</a>
14+
</div>
15+
<!-- Collect the nav links, forms, and other content for toggling -->
16+
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
17+
<ul class="nav navbar-nav navbar-right">
18+
<li>
19+
<a href="{{site.baseurl}}/en/about.html">About</a>
20+
</li>
21+
<li>
22+
<a href="{{site.baseurl}}/en/how_to_build_it.html">Make</a>
23+
</li>
24+
<li>
25+
<a href="{{site.baseurl}}/en/projects.html">Play & Learn</a>
26+
</li>
27+
<li>
28+
<a href="{{site.baseurl}}/en/contact.html">Contacts</a>
29+
</li>
30+
<li>
31+
<a href="https://groups.google.com/forum/#!forum/coderbot-users" target="new">Forum</a>
32+
</li>
33+
<li>
34+
<a href="{{site.baseurl}}/en/news.html">News</a>
35+
</li>
36+
<li>
37+
<a href="{{site.baseurl}}/it/index.html">Italian</a>
38+
</li>
39+
</ul>
40+
</div>
41+
<!-- /.navbar-collapse -->
42+
</div>
43+
<!-- /.container -->
44+
</nav>
45+
</header>

_includes/head.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<head>
2+
<meta charset="utf-8">
3+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
5+
<meta name="description" content="{{ site.description }}">
6+
<meta name="author" content="">
7+
8+
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
9+
10+
<!-- Bootstrap Core CSS -->
11+
<link href="{{ site.baseurl }}/css/bootstrap.min.css" rel="stylesheet">
12+
13+
<!-- Custom CSS -->
14+
<link href="{{ site.baseurl }}/css/coderbot.css" rel="stylesheet">
15+
16+
<!-- Custom Fonts -->
17+
<link href="{{ site.baseurl }}/css/font-awesome.min.css" rel="stylesheet" type="text/css">
18+
19+
<!-- jQuery Version 1.11.0 -->
20+
<script src="{{ site.baseurl }}/js/jquery-1.11.0.js"></script>
21+
22+
<!-- jQuery Version 1.11.0 -->
23+
<script src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
24+
25+
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
26+
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
27+
<!--[if lt IE 9]>
28+
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
29+
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
30+
<![endif]-->
31+
32+
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
33+
</head>

_includes/it/footer.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<hr>
2+
<footer class="site-footer">
3+
<div class="row">
4+
<div class="col-lg-12">
5+
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Licenza Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />Quest'opera di <a xmlns:cc="http://creativecommons.org/ns#" href="http://coderbot.org" property="cc:attributionName" rel="cc:attributionURL">CoderBot.org</a> è distribuita con Licenza <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribuzione - Condividi allo stesso modo 4.0 Internazionale</a>.
6+
</div>
7+
</div>
8+
</footer>
9+
<script>
10+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
11+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
12+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
13+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
14+
15+
ga('create', 'UA-52649755-1', 'auto');
16+
ga('send', 'pageview');
17+
18+
</script>
19+

_includes/it/header.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<header class="site-header">
2+
<!-- Navigation -->
3+
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
4+
<div class="container">
5+
<!-- Brand and toggle get grouped for better mobile display -->
6+
<div class="navbar-header">
7+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
8+
<span class="sr-only">Navigazione</span>
9+
<span class="icon-bar"></span>
10+
<span class="icon-bar"></span>
11+
<span class="icon-bar"></span>
12+
</button>
13+
<a class="navbar-brand" href="{{site.baseurl}}/it/index.html"><img src="{{site.baseurl}}/img/coderbot_logo_79.png">CoderBot</a>
14+
</div>
15+
<!-- Collect the nav links, forms, and other content for toggling -->
16+
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
17+
<ul class="nav navbar-nav navbar-right">
18+
<li>
19+
<a href="{{site.baseurl}}/it/about.html">Cosa è</a>
20+
</li>
21+
<li>
22+
<a href="{{site.baseurl}}/it/how_to_build_it.html">Come costruirlo</a>
23+
</li>
24+
<li>
25+
<a href="{{site.baseurl}}/it/projects.html">Gioca e Impara</a>
26+
</li>
27+
<li>
28+
<a href="{{site.baseurl}}/it/contact.html">Contatti</a>
29+
</li>
30+
<li>
31+
<a href="https://groups.google.com/forum/#!forum/coderbot-users" target="new">Forum</a>
32+
</li>
33+
<li>
34+
<a href="{{site.baseurl}}/it/news.html">Novità</a>
35+
</li>
36+
<li>
37+
<a href="{{site.baseurl}}/en/index.html">English</a>
38+
</li>
39+
</ul>
40+
</div>
41+
<!-- /.navbar-collapse -->
42+
</div>
43+
<!-- /.container -->
44+
</nav>
45+
</header>

_layouts/.DS_Store

6 KB
Binary file not shown.

_layouts/default.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html>
3+
{% include head.html %}
4+
<body>
5+
<!-- Page Content -->
6+
<div class="container">
7+
8+
{{ content }}
9+
10+
</div>
11+
</body>
12+
13+
</html>

_layouts/en/default.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
{% include head.html %}
5+
6+
<body>
7+
<!-- Page Content -->
8+
<div class="container">
9+
10+
{% include en/header.html %}
11+
12+
{{ content }}
13+
14+
{% include en/footer.html %}
15+
16+
</div>
17+
<!-- /.container -->
18+
</body>
19+
</html>

_layouts/en/home.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
{% include head.html %}
5+
6+
<body>
7+
<!-- Page Content -->
8+
<!-- Header Carousel -->
9+
<header id="myCarousel" class="carousel slide" style="height:100%;">
10+
<!-- Wrapper for slides -->
11+
<div class="item active">
12+
<div class="fill" style="background-image:url(http://github.com/'../img/home_2.jpg');"></div>
13+
<!--div class="carousel-caption">
14+
<h2>CoderBot<br>A Bot, for coders</h2>
15+
</div-->
16+
</div>
17+
</header>
18+
<div class="container">
19+
{% include en/header.html %}
20+
{{ content }}
21+
{% include en/footer.html %}
22+
</div>
23+
<!-- /.container -->
24+
</body>
25+
</html>

_layouts/en/post.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: en/default
3+
---
4+
5+
<!-- Page Heading/Breadcrumbs -->
6+
<div class="row">
7+
<div class="col-lg-12">
8+
<h1 class="page-header">{{page.title}}</h1>
9+
<ol class="breadcrumb">
10+
<li><a href="{{site.baseurl}}/en/index.html">CoderBot</a>
11+
<li><a href="{{site.baseurl}}/en/blog-home-1.html">Blog</a>
12+
</li>
13+
<li class="active">{{page.title}}</li>
14+
</ol>
15+
<hr>
16+
<!-- Date/Time -->
17+
<p><i class="fa fa-clock-o"></i> Posted on {{ page.date | date: "%d/%m/%Y" }} by {{page.author}} <i class="fa fa-tags"></i> {% for tag in page.tags %}<span class="label label-primary">{{tag}}</span> {%endfor%}</p>
18+
</div>
19+
</div>
20+
<!-- /.row -->
21+
22+
<!-- Content Row -->
23+
<div class="row">
24+
25+
<!-- Blog Post Content Column -->
26+
<div class="col-lg-12">
27+
<!-- Post Content -->
28+
<p class="lead">{{content}}</p>
29+
</div> <hr>
30+
<!-- /.row -->
31+
32+
<hr>

_layouts/en/project.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: en/default
3+
---
4+
5+
<!-- Page Heading/Breadcrumbs -->
6+
<div class="row">
7+
<div class="col-lg-12">
8+
<h1 class="page-header">{{page.title}}
9+
<small>{{page.subtitle}}.</small>
10+
</h1>
11+
<ol class="breadcrumb">
12+
<li><a href="{{site.baseurl}}/en/index.html">CoderBot</a></li>
13+
<li><a href="{{site.baseurl}}/en/projects.html">Play & Learn</a></li>
14+
<li class="active">{{page.title}}</li>
15+
</ol>
16+
</div>
17+
</div>
18+
<!-- /.row -->
19+
20+
<!-- Related Projects Row -->
21+
<div class="row">
22+
23+
<div class="col-md-12">
24+
{{content}}
25+
</div>
26+
27+
</div>
28+
<!-- /.row -->

_layouts/it/default.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
{% include head.html %}
5+
6+
<body>
7+
<!-- Page Content -->
8+
<div class="container">
9+
10+
{% include it/header.html %}
11+
12+
{{ content }}
13+
14+
{% include it/footer.html %}
15+
16+
</div>
17+
<!-- /.container -->
18+
</body>
19+
</html>

_layouts/it/home.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
{% include head.html %}
5+
6+
<body>
7+
<!-- Page Content -->
8+
<!-- Header Carousel -->
9+
<header id="myCarousel" class="carousel slide" style="_width:100%; height:100%; _position:fixed; _top:0; _left:0;">
10+
<!-- Wrapper for slides -->
11+
<div class="item active">
12+
<div class="fill" style="background-image:url(http://github.com/'../img/home_2.jpg');"></div>
13+
<!--div class="carousel-caption">
14+
<h2>CoderBot<br>Un bot per imparare a programmare</h2>
15+
</div-->
16+
</div>
17+
</header>
18+
<!--div style="visibility:hidden; height:400px; width:100%;"></div-->
19+
<div class="container">
20+
{% include it/header.html %}
21+
{{ content }}
22+
{% include it/footer.html %}
23+
</div>
24+
<!-- /.container -->
25+
</body>
26+
</html>

_layouts/it/post.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: it/default
3+
---
4+
5+
<!-- Page Heading/Breadcrumbs -->
6+
<div class="row">
7+
<div class="col-lg-12">
8+
<h1 class="page-header">{{page.title}}</h1>
9+
<ol class="breadcrumb">
10+
<li><a href="{{site.baseurl}}/it/index.html">CoderBot</a>
11+
<li><a href="{{site.baseurl}}/it/blog-home-1.html">Blog</a>
12+
</li>
13+
<li class="active">{{page.title}}</li>
14+
</ol>
15+
<hr>
16+
<!-- Date/Time -->
17+
<p><i class="fa fa-clock-o"></i> Pubblicato il {{ page.date | date: "%d/%m/%Y" }} da {{page.author}} <i class="fa fa-tags"></i> {% for tag in page.tags %}<span class="label label-primary">{{tag}}</span> {%endfor%}</p>
18+
</div>
19+
</div>
20+
<!-- /.row -->
21+
22+
<!-- Content Row -->
23+
<div class="row">
24+
25+
<!-- Blog Post Content Column -->
26+
<div class="col-lg-12">
27+
<!-- Post Content -->
28+
<p class="lead">{{content}}</p>
29+
</div> <hr>
30+
<!-- /.row -->
31+
32+
<hr>

0 commit comments

Comments
 (0)