diff options
| -rw-r--r-- | resources/pug/finals/conferences.pug | 2 | ||||
| -rw-r--r-- | resources/pug/finals/hebrew-reading-group.pug | 26 | ||||
| -rw-r--r-- | resources/pug/finals/index.pug | 5 | 
3 files changed, 31 insertions, 2 deletions
| diff --git a/resources/pug/finals/conferences.pug b/resources/pug/finals/conferences.pug index 50edd1a..ed16da3 100644 --- a/resources/pug/finals/conferences.pug +++ b/resources/pug/finals/conferences.pug @@ -1,8 +1,6 @@  extends /layout.pug  block extra_head -	meta(name='description', content='PhD candidate in Semitic linguistics') -  	style.  		table.conferences tr.year {  			border-color: black; diff --git a/resources/pug/finals/hebrew-reading-group.pug b/resources/pug/finals/hebrew-reading-group.pug new file mode 100644 index 0000000..62d7bfd --- /dev/null +++ b/resources/pug/finals/hebrew-reading-group.pug @@ -0,0 +1,26 @@ +extends /layout.pug + +block titleContainer + +block content +	h1 Biblical Hebrew reading group + +	p. +		I am running a reading group for students of and others interested in Biblical Hebrew. +		We meet weekly on Tuesday evenings (CET) on Zoom for one hour. +		We read #[em prima vista], without preparation, so it does not cost more time than this. +		There are no formal entry requirements. +		If you're interested, just #[a(href="/") drop me an email] for the Zoom link and try it out sometime. + +	p. +		A selection of texts that we recently read: + +	ul +		li Bileam (Numbers 22–24) +		li Deborah (Judges 4–5) +		li Joseph (Genesis 37–45) +		li Selected psalms (15; 21) +		li Manasseh (2 Kings 21; 2 Chronicles 33) +		li The lootings of the Danites (Judges 18) +		li Samson (Judges 13–17) +		li Jonah diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index 1812fe7..de20dae 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -235,6 +235,11 @@ block content  		p Find more on #[a(href="https://gitlab.com/camilstaps") GitLab], #[a(href="https://github.com/camilstaps") GitHub], and #[a(href="https://git.camilstaps.nl/") git.camilstaps.nl].  	section +		h2 Biblical Hebrew reading group +		p. +			I'm running an weekly online #[a(href='/hebrew-reading-group.html') reading group in Biblical Hebrew], open to new members. + +	section  		h2 Grants  		table.main_table  			tr | 
