Skip to content

Commit b72d4e0

Browse files
Address review feedback: revert package-lock.json, remove navbar entry, remove cities from affiliations
Co-authored-by: michael-schwarz <13812333+michael-schwarz@users.noreply.github.com>
1 parent e34e036 commit b72d4e0

3 files changed

Lines changed: 2 additions & 32 deletions

File tree

package-lock.json

Lines changed: 0 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/goblint/goblint.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ <h2 class="m-5">Mixed Flow-Sensitive Static Analysis: Engineering Modularity</h2
1010

1111
<div class="row d-flex justify-content-center">
1212
<ol>
13-
<li>Technical University of Munich, Garching, Germany</li>
13+
<li>Technical University of Munich, Germany</li>
1414
<li>University of Tartu, Estonia</li>
15-
<li>CISPA Helmholtz Center for Information Security, Saarbrücken, Germany</li>
15+
<li>CISPA Helmholtz Center for Information Security, Germany</li>
1616
<li>National University of Singapore, Singapore</li>
1717
</ol>
1818
</div>

src/app/navbar/navbar.component.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
<li class="nav-item" routerLinkActive="active">
3535
<a routerLink="/people" class="nav-link waves-light" mdbWavesEffect>People</a>
3636
</li>
37-
<li class="nav-item" routerLinkActive="active">
38-
<a routerLink="/tutorial" class="nav-link waves-light" mdbWavesEffect>Tutorial</a>
39-
</li>
4037
<li class="nav-item" routerLinkActive="active">
4138
<a href="https://www.cs.cit.tum.de/pl/impressum/" target="_blank" class="nav-link waves-light" mdbWavesEffect>Imprint</a>
4239
</li>

0 commit comments

Comments
 (0)