-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from rasools/OMICSINT_H24
Updating course pages
- Loading branch information
Showing
3 changed files
with
71 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
--- | ||
layout: default | ||
title: Omics Integration and Systems Biology | ||
--- | ||
|
||
|