Skip to content

Commit

Permalink
Merge pull request #23 from lakshithaKaveen/main
Browse files Browse the repository at this point in the history
Update Project Page
  • Loading branch information
lakshithaKaveen authored Dec 10, 2023
2 parents 110864f + 76116f7 commit 79196a5
Show file tree
Hide file tree
Showing 9 changed files with 6,534 additions and 20 deletions.
19 changes: 19 additions & 0 deletions docs/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ a:hover {
opacity: 1;
}

.justified-text {
text-align: justify;
text-justify: inter-word;
}

/* Header */

#header {
Expand All @@ -59,7 +64,17 @@ a:hover {

#footer{
background: rgba(40, 58, 90, 0.9);
}

#footer a{
color: #fff;
text-decoration: none;
padding: 5px 0px;
font-size: 20px;
}

#footer a:hover{
color: rgb(226, 199, 119);
}

/* Navigation Menu - Desktop Navigation */
Expand Down Expand Up @@ -248,6 +263,10 @@ a:hover {
color: #47b2e4;
}

#home .animated {
animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
#home {
height: 100vh;
Expand Down
7 changes: 7 additions & 0 deletions docs/assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
}
}

/**
* Initiate glightbox
*/
const glightbox = GLightbox({
selector: '.glightbox'
});

/**
* Easy on scroll event listener
*/
Expand Down
Loading

0 comments on commit 79196a5

Please sign in to comment.