Skip to content

Commit

Permalink
Fixed modal and added new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsn-li committed Oct 1, 2019
1 parent 07b2569 commit 2e1d42a
Show file tree
Hide file tree
Showing 5 changed files with 687 additions and 523 deletions.
5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

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

Binary file added assets/img/about.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
467 changes: 310 additions & 157 deletions assets/img/logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions css/styles.css
Expand Up @@ -57,6 +57,7 @@ a, a:visited, a:link {
#nav .navbar-brand {
color: #fd9845;
font-size: 1.5em;
font-style: italic;
}

#nav .nav-item .nav-link {
Expand Down Expand Up @@ -186,14 +187,14 @@ section {
}

#about-img-div {
/*border-radius: 10px;*/
/*background-color: var(--panel-bg-dark);*/
background-color: var(--panel-bg-dark);
display: none;
padding: 35px;
position: relative;
}

#about-img {
border-radius: 10px;
position: relative;
top: 50%;
left: 50%;
Expand Down Expand Up @@ -254,6 +255,8 @@ section {

#modal-gallery-img img {
object-fit: fill;
height: 100%;
width: 100%;
border-radius: 15px;
}

Expand Down

0 comments on commit 2e1d42a

Please sign in to comment.