Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GCM-KY
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2024 Competition
GCM-KY
Commits
bfe4d6ef
Commit
bfe4d6ef
authored
6 months ago
by
Vishwaa Kannan
Browse files
Options
Downloads
Patches
Plain Diff
remove text on hero gif after 5 seconds
parent
0d364b19
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#404537
passed
6 months ago
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
static/app.js
+7
-1
7 additions, 1 deletion
static/app.js
static/style.css
+3
-1
3 additions, 1 deletion
static/style.css
wiki/pages/home.html
+1
-1
1 addition, 1 deletion
wiki/pages/home.html
with
11 additions
and
3 deletions
static/app.js
+
7
−
1
View file @
bfe4d6ef
...
...
@@ -44,4 +44,10 @@ document.addEventListener('DOMContentLoaded', function () {
checkScroll
();
// Check on load
});
\ No newline at end of file
document
.
addEventListener
(
"
DOMContentLoaded
"
,
function
()
{
setTimeout
(()
=>
{
const
heroSection
=
document
.
querySelector
(
'
.time
'
);
heroSection
.
classList
.
add
(
'
hidden
'
);
heroSection
.
classList
.
remove
(
'
hero-overlay
'
);
},
5000
);
// 5 seconds delay
});
\ No newline at end of file
This diff is collapsed.
Click to expand it.
static/style.css
+
3
−
1
View file @
bfe4d6ef
...
...
@@ -325,4 +325,6 @@ h2 {
opacity
:
1
;
transform
:
translateY
(
0
);
}
\ No newline at end of file
.hidden
{
display
:
none
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
wiki/pages/home.html
+
1
−
1
View file @
bfe4d6ef
...
...
@@ -64,7 +64,7 @@
<!-- Full-screen GIF Section -->
<section
class=
"hero-section"
>
<div
class=
"hero-overlay"
>
<div
class=
"
time
hero-overlay"
>
<h1>
Welcome to the GCM-KY Team
</h1>
<p>
We are working on solutions to detect PFAS
</p>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment