Skip to content

Commit

Permalink
Updated contents at 20231108-143034
Browse files Browse the repository at this point in the history
  • Loading branch information
gh_action committed Nov 8, 2023
1 parent 9e52284 commit c374766
Show file tree
Hide file tree
Showing 360 changed files with 73,379 additions and 0 deletions.
Empty file added 2311/.nojekyll
Empty file.
639 changes: 639 additions & 0 deletions 2311/admin.html

Large diffs are not rendered by default.

63 changes: 63 additions & 0 deletions 2311/assets/css/home.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
body {
background-image: url("../images/home.png");
-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-grid-parent {
display: grid;
margin: auto;
max-width: 1200px;
padding-left: 2em;
padding-right: 2em;
align-items: center;
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 2em;
grid-template-areas: "text hero";
/*grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));*/
}

.home-grid-child-left {
grid-area: text;
}

.home-grid-child-right {
grid-area: hero;
}

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

@media only screen and (min-width: 576px) {
.home-grid-parent {
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}

.home-grid-child-left h2 {
margin-top: 0.5em;
}
Binary file added 2311/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 2311/assets/images/cover.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 2311/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 2311/assets/images/home.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 2311/assets/images/landing.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 2311/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 2311/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 2311/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 2311/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 2311/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 2311/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 2311/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 2311/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 2311/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 2311/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 2311/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.
482 changes: 482 additions & 0 deletions 2311/home_contents.html

Large diffs are not rendered by default.

460 changes: 460 additions & 0 deletions 2311/home_info.html

Large diffs are not rendered by default.

596 changes: 596 additions & 0 deletions 2311/home_precourse.html

Large diffs are not rendered by default.

636 changes: 636 additions & 0 deletions 2311/home_schedule.html

Large diffs are not rendered by default.

Loading

0 comments on commit c374766

Please sign in to comment.