Skip to content

Commit

Permalink
jekyll build from Action 5224483
Browse files Browse the repository at this point in the history
  • Loading branch information
whoenig committed Aug 30, 2023
0 parents commit 0199a63
Show file tree
Hide file tree
Showing 54 changed files with 3,031 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions assets/css/academicons.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions assets/css/fontawesome.brands.min.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions assets/css/fontawesome.min.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions assets/css/fontawesome.solid.min.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*!
* Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc.
*/
:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900}
173 changes: 173 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,173 @@
a {
/* color: #51aae3; */
color: #2056ae;
/* cursor: pointer; */
/* text-decoration: none; */
}

/* a strong {
color: currentColor;
}
a:hover {
color: #363636;
} */


.content {
margin-left:0.5em;
margin-right:0.5em;
}

.section-heading {
text-align: center;
margin-top: 2em;
margin-bottom: 2em;
}

.paper .title {
font-size: 1.0rem;
margin-top: 0.0em;
margin-bottom: 0.5em;
}

.paper .author {
font-size: 0.9rem;
margin-top: 0.5em;
margin-bottom: 0.0em;
}

.paper .venue {
font-size: 0.9rem;
font-style: italic;
margin-top: 0.5em;
margin-bottom: 0.5em;
}

.paper .note {
font-size: 0.8rem;
font-style: italic;
margin-top: 0.5em;
margin-bottom: 0.5em;
}

.tile .card {
display:flex;
flex-direction: column;
min-width: 20rem;
/*max-width: 25rem;*/
/*flex-grow: 0;*/
/*justify-content: flex-start;*/
}
.tile .card-footer {
margin-top: auto;
flex-wrap: wrap;
/*font-size: 1.25rem;*/
}

.tile .card .card-content .columns {
margin-top: 0.0em;
margin-bottom: 0.0em;
}

/*.card .card-image {
text-align: center;
}
*/
.tile .card .card-image .image img {
display: block;
max-height:100px;
width: auto;
height: auto;
}

/* Team */

.team .tile .card {
display:flex;
flex-direction: column;
min-width: 15rem;
/*max-width: 25rem;*/
/*flex-grow: 0;*/
/*justify-content: flex-start;*/
}
.team .tile .card-footer {
margin-top: auto;
flex-wrap: wrap;
/*font-size: 1.25rem;*/
}

.team .tile .card .card-content .columns {
margin-top: 0.0em;
margin-bottom: 0.0em;
}

/*.card .card-image {
text-align: center;
}
*/
.team .tile .card .card-image .image img {
display: block;
max-height:200px;
filter: grayscale(100%);
width: auto;
height: auto;
}

/* ######################### */

.is-flex-wrap {
flex-wrap: wrap;
/*flex-grow: 0;*/
/*justify-content: space-around;*/
/*justify-content: flex-start;*/
}

ul {
list-style-type: circle;
list-style-position: outside;
/*margin: 2em;*/
/*padding: 5em;*/
}

ul li {
/*background: #cce5ff;*/
margin: 0.5em;
}

#toTop {
height: 1.9rem;
width: 1.9rem;
display: block;
position: fixed;
bottom: 20px;
right: 20px;
z-index: 99;
border: none;
outline: none;
background-color: hsla(0, 0%, 21%, 0.65);
color: hsl(0, 0%, 96%);
cursor: pointer;
border-radius: 50%;
font-size: 1.5rem;
}

#toTop:hover {
background-color: hsla(0, 0%, 21%, 0.9);
}

.alert {
font-weight: bold;
}

.button.is-multiline {
min-height: 2.25em;
white-space: unset;
height: auto;
flex-direction: column;
}

.button .note {
font-size: 0.8rem;
font-style: italic;
}
Binary file added assets/fonts/academicons.eot
Binary file not shown.
Loading

0 comments on commit 0199a63

Please sign in to comment.