Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
arnobl committed Dec 2, 2022
1 parent d3b8b3e commit d6eaeed
Show file tree
Hide file tree
Showing 7 changed files with 1,067 additions and 107 deletions.
1 change: 1 addition & 0 deletions content/positions/devops-ingsys.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ email: [email protected]
summary: DevOps, langages dédiés, environnement de développement, interaction humain-machine, ingénierie dirigée par les modèles, live programming, utilisabilité
---


## Contexte


Expand Down
2 changes: 1 addition & 1 deletion data/publications.json

Large diffs are not rendered by default.

29 changes: 18 additions & 11 deletions layouts/positions/list.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
{{ define "content" }}
{{ $data := newScratch }}
{{ $data.Set "filter" "phd" }}

<!--
<div class="list-preamble">
{{ .Content }}
<div class="btn-group" role="group" aria-label="Job types">
<button type="button" class="btn btn-secondary">Phd</button>
<button type="button" class="btn btn-secondary">Postdoc</button>
<button type="button" class="btn btn-secondary">Internship</button>
<button type="button" class="btn btn-secondary">Engineer</button>
</div>
</div>
<ul class="list-unstyled page-list">
{{ range .Pages }}
{{ if not .Params.private and eq .Params.position "Phd" }}
<li> {{ .Render "item" }} </li>
<button type="button" class="btn btn-secondary" onclick={{ print "coucou" }} >Phd</button>
<button type="button" class="btn btn-secondary" onclick={{ $data.Set "filter" "phd" }} >Postdoc</button>
<button type="button" class="btn btn-secondary" onclick={{ $data.Set "filter" "internship" }} >Internship</button>
<button type="button" class="btn btn-secondary" onclick={{ $data.Set "filter" "phd" }} >Engineer</button>
</div>
</div> -->

{{ range (.Pages.GroupByParam "position").Reverse }}
<ul class="list-unstyled page-list">
{{ range (.Pages.ByParam "starts").Reverse }}
{{ if and (not .Params.private) }}
<li> {{ .Render "item" }} </li>
{{ end }}
{{ end }}
</ul>
{{ end }}
</ul>
{{ end }}
64 changes: 26 additions & 38 deletions static/images/wordcloud-large.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 26 additions & 26 deletions static/images/wordcloud-medium.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 22 additions & 22 deletions static/images/wordcloud-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d6eaeed

Please sign in to comment.