Skip to content

Commit ccb9a40

Browse files
author
Issa Hanou
committed
small fixed
1 parent c03df3f commit ccb9a40

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

_music_news/novum-canticum25.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,4 @@ This was my first time accompanying a choir and I really enjoyed the experience
2020
<div class="col-sm mt-3 mt-md-0">
2121
{% include figure.html path="assets/img/accordion_novum2.jpeg" title="With the orchestra" class="img-fluid rounded z-depth-1" %}
2222
</div>
23-
</div>
24-
<div class="caption">
25-
A few photos of the event.
26-
</div>
23+
</div>

_pages/accordion.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ For the next concerts of the Haarlem Accordion Orchestra, please see their <a hr
1414

1515
Currently, I have no solo projects scheduled.
1616

17+
<br>
1718
<h3>Previous events</h3>
1819
<div class="table-responsive">
1920
<table class="table table-sm table-borderless">
@@ -32,7 +33,7 @@ Currently, I have no solo projects scheduled.
3233
</table>
3334
</div>
3435

35-
36+
<br>
3637
<h3>Biography</h3>
3738
When I was nine years old, I started playing accordion and took lessons with Evert van Amsterdam. After a year, I joined the accordion orchestra conducted by my teacher called Air & Tune. I really enjoyed playing in the orchestra and after three years I also joined the <it>Kennemer Accordeon Groep</it>. At the same time, we also started a chamber ensemble called Accordeonsextet Haarlem with five other members from the orchestra and we played at the <a href="https://novam.net/activiteiten/solisten-en-kamermuziek-concours/uitslagen-solisten-en-kamermuziek-concours/">NOVAM Concours</a> twice, being awarded a third and first prize.
3839

@@ -44,6 +45,7 @@ From 2020-2023, I had lessons from An Raskin at the Royal Conservatory in The Ha
4445

4546
As of 2023, I play the first chair in the Haarlem Accordion Orchestra and do solo projects every now and then.
4647

48+
<br>
4749
<h3>Recordings</h3>
4850

4951
<iframe width="560" height="315" src="https://www.youtube.com/embed/p0ORh5-VcpE?si=M9fa0WJI5Uvz6ESw" title="Sonate Nr.2 - Wladislaw Solotarjow" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

_pages/education.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,15 @@ pdf2: 'ai-planning-notes.pdf'
1212
I give a lecture on AI planning in the course 'Probabilistic AI & Reasoning' at TU Delft for the Artificial Intelligence master. I first gave this lecture in September 2024 and will do the same in 2025.
1313
You can find <a href="{{ page.pdf1 | prepend: 'assets/pdf/' | relative_url}}" target="_blank">the slides here</a> and <a href="{{ page.pdf2 | prepend: 'assets/pdf/' | relative_url}}" target="_blank">the lecture notes here</a>.
1414

15-
<br>
16-
## Thesis supervision
17-
18-
15+
<h3>Thesis supervision</h3>
1916

2017
<div class="students">
21-
<p>I am/was involved in several theses as the daily supervisor.</p>
18+
<p>I am/was involved in several theses as the daily supervisor.</p>
2219
{%- assign theses = site.data.supervision | group_by: "type" -%}
2320
{% for type in theses %}
21+
<br>
2422
<div class="theses">
25-
<h4><b>{{ type.name }}</b></h4>
23+
<h2><b>{{ type.name }}</b></h2>
2624
{%- assign thesesTypes = type.items | sort: "start" | reverse -%}
2725
{% for thesis in thesesTypes %}
2826
<div class="thesis" id="{{ thesis.id }}">

0 commit comments

Comments
 (0)