Skip to content

Commit

Permalink
update website
Browse files Browse the repository at this point in the history
  • Loading branch information
NMUNIER-BBE authored Oct 16, 2024
1 parent 4f81b1e commit a3bbbb6
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# oncostat.github.io
Oncostat website

Browse at https://oncostat.github.io/index.html.
1 change: 0 additions & 1 deletion assets/css/Stages

This file was deleted.

33 changes: 33 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,36 @@ li img{
margin:0;
padding:0;
}

li img{
margin:0;
padding:0;
}

.navbar {
background-color: #333;
overflow: hidden;
}

.nav-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
}

.nav-item {
flex: 1;
}

.nav-item a {
display: block;
color: white;
text-align: center;
padding: 14px 20px;
text-decoration: none;
}

.nav-item a:hover {
background-color: #575757;
}
2 changes: 1 addition & 1 deletion Internship offers → internships.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<nav class="navbar">
<ul class="nav-list">
<li class="nav-item"><a href="index.html">Index</a></li>
<li class="nav-item"><a href="offers.html">Stage offers</a></li>
<li class="nav-item"><a href="internships.html">Internships offers</a></li>
</ul>
</nav>

Expand Down

0 comments on commit a3bbbb6

Please sign in to comment.