Skip to content

Commit

Permalink
Merge pull request #63 from rasools/OMICSINT_H24
Browse files Browse the repository at this point in the history
Updating course pages
  • Loading branch information
rasools authored Sep 9, 2024
2 parents 5d7dcbb + defa061 commit e5cb18a
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 1 deletion.
15 changes: 15 additions & 0 deletions contact.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: default
title: contact
---

#### <img border="0" src="https://www.svgrepo.com/show/35048/email.svg" width="25" height="25"> Contact

For information about this course please contact [Rui Benfeitas][1] or through the email `edu.omics-integration[ at ]nbis.se`.

For further information about NBIS support, training and infrastructure, see our [webpage][2].



[1]: https://nbis.se/about/staff/rui-benfeitas/
[2]: https://nbis.se/
56 changes: 56 additions & 0 deletions costum.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@

/* Images side by side */
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column3 {
float: left;
width: 33.33%;
padding: 5px;
}

.column2 {
float: left;
width: 50%;
padding: 5px;
}

.column4{
float:left;
width: 25%;
padding: 5px;
}


/* Clear floats after image containers */
.row::after {
content: "";
clear: both;
display: table;
}

/* Images side by side */
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column3 {
float: left;
width: 33.33%;
padding: 5px;
}

.column2 {
float: left;
width: 50%;
padding: 5px;
}

.column4{
float:left;
width: 25%;
padding: 5px;
}


/* Clear floats after image containers */
.row::after {
content: "";
clear: both;
display: table;
}
1 change: 0 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Omics Integration and Systems Biology
---

Expand Down

0 comments on commit e5cb18a

Please sign in to comment.