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
1a5044ff
Commit
1a5044ff
authored
2 years ago
by
Patrick Lee
Browse files
Options
Downloads
Plain Diff
Merge branch 'revert-
6431b305
' into 'main'
Revert "Home page (need to upload assets)" See merge request
!10
parents
1e2c94cd
972bfc01
No related branches found
Branches containing commit
No related tags found
1 merge request
!10
Revert "Home page (need to upload assets)"
Pipeline
#75322
passed
2 years ago
Stage: build
Stage: deploy
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
static/style.css
+0
-52
0 additions, 52 deletions
static/style.css
wiki/layout.html
+1
-1
1 addition, 1 deletion
wiki/layout.html
wiki/menu.html
+1
-1
1 addition, 1 deletion
wiki/menu.html
wiki/pages/index.html
+49
-433
49 additions, 433 deletions
wiki/pages/index.html
with
51 additions
and
487 deletions
static/style.css
+
0
−
52
View file @
1a5044ff
...
...
@@ -119,11 +119,6 @@ footer a:hover { color: white; text-decoration: underline; }
background-color
:
var
(
--header-footer
);
}
.indexBannerVideo
{
margin-top
:
15px
;
width
:
100%
;
}
/* ROTATING LOGO */
.rotate-logo
:hover
{
animation
:
rotation
1.5s
infinite
ease-in-out
;
...
...
@@ -138,53 +133,6 @@ footer a:hover { color: white; text-decoration: underline; }
}
}
/* LOGO graphic */
.logo-title
{
height
:
45px
;
}
/* PARALLAX EFFECT */
#hero
{
height
:
1200px
;
overflow
:
hidden
;
position
:
relative
;
}
.hero-text
{
text-align
:
center
;
position
:
absolute
;
top
:
8%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
color
:
white
;
}
.layer
{
background-position
:
bottom
center
;
background-size
:
auto
;
background-repeat
:
no-repeat
;
width
:
100%
;
height
:
1500px
;
position
:
fixed
;
z-index
:
-1
;
}
.layer-bg
{
background-image
:
url('../static/parallax/layerbg.png')
;
}
.layer-1
{
background-image
:
url('../static/parallax/layer1.png')
;
}
.layer-2
{
background-image
:
url('../static/parallax/layer2.png')
;
}
.layer-3
{
background-image
:
url('../static/parallax/layer3.png')
}
.layer-4
{
background-image
:
url('../static/parallax/layer4.png')
;
}
/* PRELOADER */
.loaderImage
{
width
:
150px
;
...
...
This diff is collapsed.
Click to expand it.
wiki/layout.html
+
1
−
1
View file @
1a5044ff
...
...
@@ -61,7 +61,7 @@
<script
src=
"{{ url_for('static', filename = 'bootstrap.bundle.min.js') }}"
></script>
<script
id=
"MathJax-script"
async
src=
"
../../static
/mathjax/es5/tex-chtml.js"
></script>
<script
id=
"MathJax-script"
async
src=
"
https://static.igem.wiki/teams/4296/wiki
/mathjax/es5/tex-chtml.js"
></script>
<!-- Go to top script -->
<script>
...
...
This diff is collapsed.
Click to expand it.
wiki/menu.html
+
1
−
1
View file @
1a5044ff
...
...
@@ -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/Name.png"
>
Synaestivum
</a>
<!---- SMALL SCREEN MENU ICON ---->
...
...
This diff is collapsed.
Click to expand it.
wiki/pages/index.html
+
49
−
433
View file @
1a5044ff
This diff is collapsed.
Click to expand it.
Patrick Lee
@PatrickL0419
mentioned in commit
08c3687b
·
2 years ago
mentioned in commit
08c3687b
mentioned in commit 08c3687b355299138cb5e206b2139100275b1216
Toggle commit list
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