Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UBC_Vancouver
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
Releases
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
2022 Competition
UBC_Vancouver
Commits
71d72c5b
Commit
71d72c5b
authored
2 years ago
by
Patrick Lee
Browse files
Options
Downloads
Plain Diff
Merge branch 'static_assets' into 'main'
Static assets See merge request
!23
parents
18eb17f0
e9a70b65
No related branches found
Branches containing commit
No related tags found
1 merge request
!23
Static assets
Pipeline
#118795
passed
2 years ago
Stage: build
Stage: deploy
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.DS_Store
+0
-0
0 additions, 0 deletions
.DS_Store
static/.DS_Store
+0
-0
0 additions, 0 deletions
static/.DS_Store
static/style.css
+5
-5
5 additions, 5 deletions
static/style.css
wiki/menu.html
+1
-1
1 addition, 1 deletion
wiki/menu.html
wiki/pages/index.html
+1
-1
1 addition, 1 deletion
wiki/pages/index.html
with
7 additions
and
7 deletions
.DS_Store
+
0
−
0
View file @
71d72c5b
No preview for this file type
This diff is collapsed.
Click to expand it.
static/.DS_Store
+
0
−
0
View file @
71d72c5b
No preview for this file type
This diff is collapsed.
Click to expand it.
static/style.css
+
5
−
5
View file @
71d72c5b
...
...
@@ -177,19 +177,19 @@ footer a:hover { color: white; text-decoration: underline; }
z-index
:
-1
;
}
.layer-bg
{
background-image
:
url('
../static/parallax
/layerbg.png')
;
background-image
:
url('
https://static.igem.wiki/teams/4296/wiki/images
/layerbg.png')
;
}
.layer-1
{
background-image
:
url('
../static/parallax
/layer1.png')
;
background-image
:
url('
https://static.igem.wiki/teams/4296/wiki/images
/layer1.png')
;
}
.layer-2
{
background-image
:
url('
../static/parallax
/layer2.png')
;
background-image
:
url('
https://static.igem.wiki/teams/4296/wiki/images
/layer2.png')
;
}
.layer-3
{
background-image
:
url('
../static/parallax
/layer3.png')
background-image
:
url('
https://static.igem.wiki/teams/4296/wiki/images
/layer3.png')
}
.layer-4
{
background-image
:
url('
../static/parallax
/layer4.png')
;
background-image
:
url('
https://static.igem.wiki/teams/4296/wiki/images
/layer4.png')
;
}
/* PRELOADER */
...
...
This diff is collapsed.
Click to expand it.
wiki/menu.html
+
1
−
1
View file @
71d72c5b
...
...
@@ -4,7 +4,7 @@
<!---- TEAM NAME ---->
<a
class=
"navbar-brand"
href=
"{{ url_for('pages', page='index') }}"
>
<img
class=
"rotate-logo"
src=
"https://static.igem.wiki/teams/4296/wiki/logos/synaestivum-transparent-logo.png"
width=
"35"
height=
"30"
class=
"d-inline-block align-top"
>
<img
class=
"logo-title"
src=
"
../static/N
ame.png"
>
<img
class=
"logo-title"
src=
"
https://static.igem.wiki/teams/4296/wiki/images/project-n
ame.png"
>
</a>
<!---- SMALL SCREEN MENU ICON ---->
...
...
This diff is collapsed.
Click to expand it.
wiki/pages/index.html
+
1
−
1
View file @
71d72c5b
...
...
@@ -132,7 +132,7 @@
<button
onclick=
"returnToTop()"
id=
"goToTopBtn"
><svg
style=
"color: #ffffff; font-size: 3rem; display: block; text-align: right;"
aria-hidden=
"true"
focusable=
"false"
data-prefix=
"fas"
data-icon=
"arrow-circle-up"
class=
"svg-inline--fa fa-arrow-circle-up fa-w-16"
role=
"img"
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 512 512"
><path
fill=
"currentColor"
d=
"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z"
></path></svg></button>
<video
class=
"indexBannerVideo"
autoplay
loop
muted
>
<source
src=
"
../../static/index_banner_video.mp4
"
type=
"video/mp4"
>
<source
src=
"
https://video.igem.org/w/6zYrDvAfnTZSPrfyJ6npUD
"
type=
"video/mp4"
>
</video>
<div
id=
"hero"
>
...
...
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