add custom footer
@@ -19,6 +19,8 @@ | ||
19 | 19 | description: Organisation for Free Software in Education and Teaching |
20 | 20 | baseurl: "" # the subpath of your site, e.g. /blog |
21 | 21 | url: "http://ofset.osdn.jp/" |
22 | +copyright: "Copyright © 2001-2017 OFSET" | |
23 | +license: "This work is licensed under a Creative Commons Attribution-No Derivative Works 3.0 license (or later version)" | |
22 | 24 | |
23 | 25 | # Build settings |
24 | 26 | markdown: kramdown |
@@ -0,0 +1,170 @@ | ||
1 | +<footer> | |
2 | + <div class="container beautiful-jekyll-footer"> | |
3 | + <div class="row"> | |
4 | + <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> | |
5 | + <ul class="list-inline text-center footer-links"> | |
6 | + {% if site.author.facebook %} | |
7 | + <li> | |
8 | + <a href="https://www.facebook.com/{{ site.author.facebook }}" title="Facebook"> | |
9 | + <span class="fa-stack fa-lg"> | |
10 | + <i class="fa fa-circle fa-stack-2x"></i> | |
11 | + <i class="fa fa-facebook fa-stack-1x fa-inverse"></i> | |
12 | + </span> | |
13 | + </a> | |
14 | + </li> | |
15 | + {% endif %} | |
16 | + {% if site.author.github %} | |
17 | + <li> | |
18 | + <a href="https://github.com/{{ site.author.github }}" title="GitHub"> | |
19 | + <span class="fa-stack fa-lg"> | |
20 | + <i class="fa fa-circle fa-stack-2x"></i> | |
21 | + <i class="fa fa-github fa-stack-1x fa-inverse"></i> | |
22 | + </span> | |
23 | + </a> | |
24 | + </li> | |
25 | + {% endif %} | |
26 | + {% if site.author.twitter %} | |
27 | + <li> | |
28 | + <a href="https://twitter.com/{{ site.author.twitter }}" title="Twitter"> | |
29 | + <span class="fa-stack fa-lg"> | |
30 | + <i class="fa fa-circle fa-stack-2x"></i> | |
31 | + <i class="fa fa-twitter fa-stack-1x fa-inverse"></i> | |
32 | + </span> | |
33 | + </a> | |
34 | + </li> | |
35 | + {% endif %} | |
36 | + {% if site.author.reddit %} | |
37 | + <li> | |
38 | + <a href="https://reddit.com/u/{{ site.author.reddit }}" title="Reddit"> | |
39 | + <span class="fa-stack fa-lg"> | |
40 | + <i class="fa fa-circle fa-stack-2x"></i> | |
41 | + <i class="fa fa-reddit fa-stack-1x fa-inverse"></i> | |
42 | + </span> | |
43 | + </a> | |
44 | + </li> | |
45 | + {% endif %} | |
46 | + {% if site.author.google-plus %} | |
47 | + <li> | |
48 | + <a href="https://plus.google.com/{{ site.author.google-plus }}" title="Google+"> | |
49 | + <span class="fa-stack fa-lg"> | |
50 | + <i class="fa fa-circle fa-stack-2x"></i> | |
51 | + <i class="fa fa-google-plus fa-stack-1x fa-inverse"></i> | |
52 | + </span> | |
53 | + </a> | |
54 | + </li> | |
55 | + {% endif %} | |
56 | + {% if site.author.email %} | |
57 | + <li> | |
58 | + <a href="mailto:{{ site.author.email }}" title="Email me"> | |
59 | + <span class="fa-stack fa-lg"> | |
60 | + <i class="fa fa-circle fa-stack-2x"></i> | |
61 | + <i class="fa fa-envelope fa-stack-1x fa-inverse"></i> | |
62 | + </span> | |
63 | + </a> | |
64 | + </li> | |
65 | + {% endif %} | |
66 | + {% if site.author.linkedin %} | |
67 | + <li> | |
68 | + <a href="https://linkedin.com/in/{{ site.author.linkedin }}" title="LinkedIn"> | |
69 | + <span class="fa-stack fa-lg"> | |
70 | + <i class="fa fa-circle fa-stack-2x"></i> | |
71 | + <i class="fa fa-linkedin fa-stack-1x fa-inverse"></i> | |
72 | + </span> | |
73 | + </a> | |
74 | + </li> | |
75 | + {% endif %} | |
76 | + {% if site.author.xing %} | |
77 | + <li> | |
78 | + <a href="https://www.xing.com/profile/{{ site.author.xing }}" title="Xing"> | |
79 | + <span class="fa-stack fa-lg"> | |
80 | + <i class="fa fa-circle fa-stack-2x"></i> | |
81 | + <i class="fa fa-xing fa-stack-1x fa-inverse"></i> | |
82 | + </span> | |
83 | + </a> | |
84 | + </li> | |
85 | + {% endif %} | |
86 | + {% if site.author.stackoverflow %} | |
87 | + <li> | |
88 | + <a href="https://stackoverflow.com/users/{{ site.author.stackoverflow }}" title="StackOverflow"> | |
89 | + <span class="fa-stack fa-lg"> | |
90 | + <i class="fa fa-circle fa-stack-2x"></i> | |
91 | + <i class="fa fa-stack-overflow fa-stack-1x fa-inverse"></i> | |
92 | + </span> | |
93 | + </a> | |
94 | + </li> | |
95 | + {% endif %} | |
96 | + {% if site.author.snapchat %} | |
97 | + <li> | |
98 | + <a href="https://www.snapchat.com/add/{{ site.author.snapchat }}" title="Snapchat"> | |
99 | + <span class="fa-stack fa-lg"> | |
100 | + <i class="fa fa-circle fa-stack-2x"></i> | |
101 | + <i class="fa fa-snapchat-ghost fa-stack-1x fa-inverse"></i> | |
102 | + </span> | |
103 | + </a> | |
104 | + </li> | |
105 | + {% endif %} | |
106 | + {% if site.author.instagram %} | |
107 | + <li> | |
108 | + <a href="https://www.instagram.com/{{ site.author.instagram }}" title="Instagram"> | |
109 | + <span class="fa-stack fa-lg"> | |
110 | + <i class="fa fa-circle fa-stack-2x"></i> | |
111 | + <i class="fa fa-instagram fa-stack-1x fa-inverse"></i> | |
112 | + </span> | |
113 | + </a> | |
114 | + </li> | |
115 | + {% endif %} | |
116 | + {% if site.author.youtube %} | |
117 | + <li> | |
118 | + <a href="https://www.youtube.com/{{ site.author.youtube }}" title="YouTube"> | |
119 | + <span class="fa-stack fa-lg"> | |
120 | + <i class="fa fa-circle fa-stack-2x"></i> | |
121 | + <i class="fa fa-youtube fa-stack-1x fa-inverse"></i> | |
122 | + </span> | |
123 | + </a> | |
124 | + </li> | |
125 | + {% endif %} | |
126 | + {% if site.author.spotify %} | |
127 | + <li> | |
128 | + <a href="https://open.spotify.com/user/{{ site.author.spotify }}" title="Spotify"> | |
129 | + <span class="fa-stack fa-lg"> | |
130 | + <i class="fa fa-circle fa-stack-2x"></i> | |
131 | + <i class="fa fa-spotify fa-stack-1x fa-inverse"></i> | |
132 | + </span> | |
133 | + </a> | |
134 | + </li> | |
135 | + {% endif %} | |
136 | + {% if site.author.telephone %} | |
137 | + <li> | |
138 | + <a href="tel:{{ site.author.telephone }}" title="Phone"> | |
139 | + <span class="fa-stack fa-lg"> | |
140 | + <i class="fa fa-circle fa-stack-2x"></i> | |
141 | + <i class="fa fa-phone fa-stack-1x fa-inverse"></i> | |
142 | + </span> | |
143 | + </a> | |
144 | + </li> | |
145 | + {% endif %} | |
146 | + {% if site.rss-footer %} | |
147 | + <li> | |
148 | + <a href="/assets/feed.xml" title="RSS"> | |
149 | + <span class="fa-stack fa-lg"> | |
150 | + <i class="fa fa-circle fa-stack-2x"></i> | |
151 | + <i class="fa fa-rss fa-stack-1x fa-inverse"></i> | |
152 | + </span> | |
153 | + </a> | |
154 | + </li> | |
155 | + {% endif %} | |
156 | + </ul> | |
157 | + <p class="theme-by text-muted"> | |
158 | + {{site.copyright}} | |
159 | + <br> | |
160 | + {{site.license}} | |
161 | + </p> | |
162 | + <!-- Please don't remove this, keep my open source work credited :) --> | |
163 | + <p class="theme-by text-muted"> | |
164 | + Theme by | |
165 | + <a href="http://deanattali.com/beautiful-jekyll/">beautiful-jekyll</a> | |
166 | + </p> | |
167 | + </div> | |
168 | + </div> | |
169 | + </div> | |
170 | +</footer> |
@@ -12,7 +12,7 @@ | ||
12 | 12 | |
13 | 13 | After graduating with a Masters in Physics from the Indian Institute of Science Education and Research, Mohali, India, he established a small [firm](http://csparkresearch.in) to develop and manufacture affordable scientific test and measurement tools. One of the early products was the [SEELablet](http://seelablet.csparkresearch.in) , a multi-purpose collection of equipment with a built-in single-board-computer that was preconfigured with Linux and several open source tools designed to reduce dependence on proprietary software. This instrument is designed to ease the transition to open source tools, and at the same time provide a vertiable collection of scientific instruments at an affordable price. |
14 | 14 | |
15 | -This project was also adapted to create a new version for [ExpEYES](expeyes.in) which already had an active community, and is constantly evolving. | |
15 | +This project was also adapted to create a new version for [ExpEYES](http://expeyes.in) which already had an active community, and is constantly evolving. | |
16 | 16 | |
17 | 17 | Various other projects he has worked on range from mere amusement to his thesis work in low-temperature physics, and can be found on his personal [website](http://jithinbp.in) |
18 | 18 |
@@ -9,8 +9,8 @@ | ||
9 | 9 | |
10 | 10 | * [Clonezilla/DRBL](http://www.clonezilla.org), the free software for |
11 | 11 | disk imaging and cloning |
12 | -* [Debian](http://debian.org), the free operating system (OS) for your | |
13 | - computer | |
12 | +* [Debian](http://debian.org), the free operating system (OS) for your computer | |
13 | +* [ExpEYES](http://expeyes.in), a free hardware & software framework for developing science experiments | |
14 | 14 | * [Freeduc](http://www.freeduc.org), the live operating system for |
15 | 15 | education |
16 | 16 | * [Dr. Geo](https://www.gnu.org/software/dr-geo), the GNU interactive geometry software |