Skip to content

Commit

Permalink
Updated contents at 20240317-231243
Browse files Browse the repository at this point in the history
  • Loading branch information
gh_action committed Mar 17, 2024
1 parent f542d07 commit 54d7ff5
Show file tree
Hide file tree
Showing 365 changed files with 78,888 additions and 0 deletions.
Empty file added 2403/.nojekyll
Empty file.
81 changes: 81 additions & 0 deletions 2403/assets/css/home.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
body {
background-image: url("../images/home.jpg");
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-attachment: scroll;
}

.navbar {
background-color: transparent !important;
}

.nav-footer {
background-color: transparent !important;
}

.home-container {
max-width: 1200px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}

.home-grid-parent {
display: -ms-grid;
display: grid;
margin: auto;
padding-left: 2em;
padding-right: 2em;
padding-top: 2em;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-grid-columns: 10fr 2em 9fr;
grid-template-columns: 10fr 9fr;
grid-column-gap: 2em;
grid-template-areas: "text hero";
/*grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));*/
}

.home-grid-child-left {
-ms-grid-row: 1;
-ms-grid-column: 1;
grid-area: text;
}

.home-grid-child-right {
-ms-grid-row: 1;
-ms-grid-column: 3;
grid-area: hero;
}

@media only screen and (max-width: 768px) {
.home-grid-parent {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-column-gap: 0;
grid-template-areas: "hero" "text";
}

.home-grid-child-left {
-ms-grid-row: 2;
-ms-grid-column: 1;
}

.home-grid-child-right {
-ms-grid-row: 1;
-ms-grid-column: 1;
}
}

.home-grid-child-left h2 {
margin-top: 0.5em;
}
Binary file added 2403/assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2403/assets/images/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2403/assets/images/cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2403/assets/images/filezilla.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2403/assets/images/hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2403/assets/images/home.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2403/assets/images/mobaxterm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2403/assets/images/slide-hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2403/assets/images/supr-login.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2403/assets/images/supr-projects.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2403/assets/images/supr-request.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2403/assets/images/supr-tetralith.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2403/assets/images/thinlinc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2403/assets/images/xquartz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions 2403/assets/logos/nbis-scilifelab-ngi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2403/assets/logos/nbis-scilifelab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2403/assets/logos/nbis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2403/assets/logos/scilifelab.png
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 54d7ff5

Please sign in to comment.