Skip to content

Commit 80b5349

Browse files
committed
Some website fixes
1 parent 5288fb5 commit 80b5349

File tree

5 files changed

+70
-70
lines changed

5 files changed

+70
-70
lines changed

_layouts/post.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ <h2 class="post-title">{{ page.title }}</h2>
1313
</section>
1414
<section class="wrapper container nav">
1515
{% if page.previous %}
16-
<a href="{{ page.previous.url}}" class="post-nav" style="float: left; text-align: left; ">&larr; <strong class="post-nav-title">{{page.previous.title}}</strong></a>
16+
<a href="{{ page.previous.url}}" class="post-nav" style="float: left; text-align: left; ">&larr; <strong class="post-nav-title">{{page.previous.title}}</strong></a>
1717
{% endif %}
18-
18+
1919
<div style="position: absolute; left: 50%;">
20-
<a href="/blog/index.html" class="post-nav" style="position: relative; left: -50%;"><strong class="post-nav-title">Back to all posts</strong></a>
20+
<a href="/blog.html" class="post-nav" style="position: relative; left: -50%;"><strong class="post-nav-title">Back to all posts</strong></a>
2121
</div>
22-
22+
2323
{% if page.next %}
24-
<a href="{{ page.next.url }}" class="post-nav" style="float: right; text-align: right;"><strong class="post-nav-title">{{page.next.title}}</strong> &rarr;</a>
24+
<a href="{{ page.next.url }}" class="post-nav" style="float: right; text-align: right;"><strong class="post-nav-title">{{page.next.title}}</strong> &rarr;</a>
2525
{% endif %}
2626
</section>
27-
27+
2828
</article>
2929

_pages/about-about.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@ category: site-about
88

99
## Scientific background
1010

11-
Software developed as part of the ossia project has its roots in scientific research projects started around 2000 at the LaBRI - the general research project is called <i>i-score</i> (interactive scores). See the [Research](research) section for detailed information.
11+
Software developed as part of the ossia project has its roots in scientific research projects started around 2000 at the LaBRI - the general research project is called <i>i-score</i> (interactive scores). See the [Research](research.html) section for detailed information.
1212
<!-- <img class="post-image" src="https://raw.githubusercontent.com/OSSIA/score/master/docs/score.png"/> -->
1313

1414

1515
## Support
1616
Development has been supported over the years by many organizations and grants:
1717
<div class="logo-grid" style="justify-content: center;">
18-
<a href="https://www.labri.fr/"><img src="/assets/logo/LABRI_BIG.png"/></a>
19-
<a href="https://scrime.u-bordeaux.fr/"><img src="/assets/logo/logo-SCRIME-2018-Light.jpg"/></a>
20-
<a href="https://www.blueyeti.fr/"><img src="/assets/logo/blueyeti.png"/></a>
21-
<a href="https://www.unrealengine.com/"><img src="/assets/logo/unreal_engine.png" width="80" height="auto"/></a>
22-
<a href="https://www.mozilla.org/" ><img src="/assets/logo/mozilla-logo.png"/></a>
23-
<a href="https://opencollective.com/"><img src="/assets/logo/opencollectivelogo.png" /></a>
24-
<a href="https://anr.fr/" ><img src="/assets/logo/anr-logo.png"/></a>
25-
<a href="https://celtera.dev"><img src="/assets/logo/celtera.png"/></a>
26-
<a href="https://www.anrt.asso.fr/fr/cifre-7843"><img src="/assets/logo/logo-cifre-s.png"/></a>
27-
<a href="https://www.enseignementsup-recherche.gouv.fr/"><img src="/assets/logo/ministere-sup.jpg"/></a>
28-
<a href="https://www.education.gouv.fr/"><img src="/assets/logo/logo-ministere-de-la-culture.png"/></a>
18+
<a href="https://www.labri.fr/"><img src="/assets/logo/LABRI_BIG.png" alt="LaBRI" /></a>
19+
<a href="https://scrime.u-bordeaux.fr/"><img src="/assets/logo/logo-SCRIME-2018-Light.jpg" alt="SCRIME"/></a>
20+
<a href="https://www.blueyeti.fr/"><img src="/assets/logo/blueyeti.png" alt="Blue Yeti"/></a>
21+
<a href="https://www.unrealengine.com/"><img src="/assets/logo/unreal_engine.png" width="80" height="auto" alt="Unreal Engine"/></a>
22+
<a href="https://www.mozilla.org/" ><img src="/assets/logo/mozilla-logo.png" alt="Mozilla"/></a>
23+
<a href="https://opencollective.com/"><img src="/assets/logo/opencollectivelogo.png" alt="OpenCollective" /></a>
24+
<a href="https://anr.fr/" ><img src="/assets/logo/anr-logo.png" alt="ANR"/></a>
25+
<a href="https://celtera.dev"><img src="/assets/logo/celtera.png" alt="Celtera"/></a>
26+
<a href="https://www.anrt.asso.fr"><img src="/assets/logo/logo-cifre-s.png" alt="CIFRE"/></a>
27+
<a href="https://www.enseignementsup-recherche.gouv.fr/"><img src="/assets/logo/ministere-sup.jpg" alt="Ministère de l'enseignement supérieur et de la recherche"/></a>
28+
<a href="https://www.culture.gouv.fr/"><img src="/assets/logo/logo-ministere-de-la-culture.png" alt="Ministère de la culture" /></a>
2929
</div>
3030

3131
With additional support and contributions of other organizations, such as:

_pages/community-contribute.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ The [source code](https://github.com/ossia/score){:target="_blank"} for score is
1313
It is based on [libossia](https://github.com/ossia/libossia){:target="_blank"}.
1414

1515
## Contributing
16-
<img style="float: right;" src="/assets/contribution_oscar.png" width="40%"/>
16+
<img style="float: right;" src="/assets/contribution_oscar.png" width="40%" alt="Oscar, the cute ossia mascot" />
1717
* Contributing to the user library
1818
* Extending the scripting API
1919
* Implementing new protocols
2020
* Implementing new processes and effects
21-
21+
2222
The score project is open to contributions.
2323
We need help on :
2424

_pages/score-learn.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ category: site-learn
1212
-->
1313
<a href="https://www.youtube.com/playlist?list=PLIHLSiZpIa6aRQT5v6RInuyCR3qWmMEgV" class="menu-item panel" target="_blank" ><span class="icon-svg icon-video"></span>Tutorials
1414
<p class="description">Video tutorials in french</p></a>
15-
15+
1616
<a href="https://ossia.io/score-docs/" target="_blank" class="menu-item panel"><span class="icon-svg icon-documentation"></span>Docs
1717
<p class="description">Documentation for score</p></a>
18-
18+
1919
<a href="https://forum.ossia.io/" target="_blank" class="menu-item panel"><span class="icon-svg icon-forum"></span>Forum
2020
<p class="description">Ask any questions !</p></a>
2121
<a href="https://gitter.im/OSSIA/score" target="_blank" class="menu-item panel"><span class="icon-svg icon-chat"></span>Chat<p class="description">Come chat with us !</p></a>
2222
</div>
2323

2424
<div style="width: 100%;">
2525
<h2 class="page-title" style="text-align: center;">FAQ</h2>
26-
26+
2727
<h3 class="faq">Basics</h3>
2828
<p type="button" class="collapsible" > What is ossia score ?</p>
2929
<div class="collapsible-content">
@@ -39,19 +39,19 @@ We strongly believe that artists from around the world need free tools.
3939

4040
<p type="button" class="collapsible" > Can I use it in a commercial or production setting ?</p>
4141
<div class="collapsible-content">
42-
Yes! The license allows you to do whatever you want with the software. You can make artworks,
43-
shows, music production, art and museum installs, etc... without any limitation of features, time, or
42+
Yes! The license allows you to do whatever you want with the software. You can make artworks,
43+
shows, music production, art and museum installs, etc... without any limitation of features, time, or
4444
anything of the sort.<br/>
4545
Note that there is *no warranty* provided - it is however possible to contact our team at
46-
<a href="mailto:[email protected]">[email protected]</a> for paid support.
46+
<a href="mailto:[email protected]">[email protected]</a> for paid support.
4747
</div>
4848

4949
<p type="button" class="collapsible" > How can I help ?</p>
5050
<div class="collapsible-content">
5151
The easiest way to contribute is by donating to the <a href="https://opencollective.org/ossia">development fund</a>.
5252

5353
A very good way to participate is by contributing through bug reports, and code improvements.
54-
See the <a href="contributor-guide.html">Contributing</a> page for more information.
54+
See the <a href="/contributor-guide.html">Contributing</a> page for more information.
5555
</div>
5656
<!--
5757
<p type="button" class="collapsible"> Playing a sound</p>
@@ -264,13 +264,13 @@ See the <a href="contributor-guide.html">Contributing</a> page for more informat
264264

265265
<p type="button" class="collapsible"> Some VST plug-ins and virtual cameras do not work on Mac</p>
266266
<div class="collapsible-content">
267-
You are likely encountering <a href="https://stackoverflow.com/questions/61114738/are-macos-virtual-webcams-inherently-incompatible-with-10-14s-hardened-runtime">security-related macOS issues</a>. <br/>
267+
You are likely encountering <a href="https://stackoverflow.com/questions/61114738/are-macos-virtual-webcams-inherently-incompatible-with-10-14s-hardened-runtime">security-related macOS issues</a>. <br/>
268268
As a workaround, you can follow the steps given in the above link to remove the code signing of the score binary, which will in turn make macOS allow score to open virtual webcams and any audio plug-ins.
269269
</div>
270270

271271
<p type="button" class="collapsible"> The minimap is hard to use on Mac</p>
272272
<div class="collapsible-content">
273-
You are likely encountering <a href="https://stackoverflow.com/questions/61843481/macos-simulated-mouse-event-only-works-when-launching-binary-not-application-b">this macOS issue</a>. <br/>
273+
You are likely encountering <a href="https://stackoverflow.com/questions/61843481/macos-simulated-mouse-event-only-works-when-launching-binary-not-application-b">this macOS issue</a>. <br/>
274274
As a workaround, you can try to open score by right-clicking on Score.app, selection "Open contents", navigating to "Score.app/Contents/MacOS" and running the "score" binary from there.
275275
</div>
276276

@@ -291,14 +291,14 @@ var i;
291291

292292
for (i = 0; i < coll.length; i++) {
293293
coll[i].addEventListener("click", function() {
294-
294+
295295
var coll = document.getElementsByClassName("collapsible");
296296
var i;
297297
for (i = 0; i < coll.length; i++) {
298298
coll[i].classList.remove("active");
299299
coll[i].nextElementSibling.style.display = "none";
300300
}
301-
301+
302302
this.classList.toggle("active");
303303
var content = this.nextElementSibling;
304304
content.style.display = "block";

0 commit comments

Comments
 (0)