Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BFSU-ICUnited
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
BFSU-ICUnited
Commits
e8afe30f
Commit
e8afe30f
authored
2 years ago
by
tongwenjing
Browse files
Options
Downloads
Patches
Plain Diff
Upload From local development env
parent
f5ab4279
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#20529
passed
2 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
wiki/layout.html
+1
-3
1 addition, 3 deletions
wiki/layout.html
wiki/pages/index.html
+19
-11
19 additions, 11 deletions
wiki/pages/index.html
with
20 additions
and
14 deletions
wiki/layout.html
+
1
−
3
View file @
e8afe30f
...
...
@@ -7,8 +7,6 @@
<link
rel=
"shortcut icon"
href=
"https://static.igem.wiki/common/icons/favicons/igem-2022.svg"
/>
<link
rel=
"license"
href=
"https://creativecommons.org/licenses/by/4.0/"
/>
<script
src=
"{{ url_for('static', filename = 'particle.js') }}"
></script>
<!-- Bootstrap CSS -->
<link
href=
"{{ url_for('static', filename = 'bootstrap.min.css') }}"
rel=
"stylesheet"
>
...
...
@@ -39,7 +37,7 @@
<!-- Page Content -->
<!-- <div class="container"> -->
{% block page_content %}{% endblock %}
{% block page_content %}{% endblock %}
<!-- </div> -->
<!-- Footer: MUST mention license AND have a link to team wiki's repository on gitlab.igem.org -->
...
...
This diff is collapsed.
Click to expand it.
wiki/pages/index.html
+
19
−
11
View file @
e8afe30f
...
...
@@ -3,21 +3,23 @@
{% block title %}Home - ICUnited{% endblock %}
{% block customHead %}
<script
src=
"{{ url_for('static', filename = 'particle.js') }}"
></script>
<style
type=
"text/css"
>
main
{
align-self
:
center
;
}
.firstPage
{
height
:
100vh
;
width
:
1
0
0%
;
width
:
1
2
0%
;
position
:
sticky
;
scroll-snap-align
:
start
;
scroll-snap-type
:
y
mandatory
;
overflow
:
hidden
;
background-color
:
#323232
;
background-color
:
darkorange
;
color
:
aliceblue
;
text-align
:
center
;
scroll-padding-top
:
80px
;
}
</style>
{% endblock %}
...
...
@@ -25,14 +27,20 @@
{% block lead %}
<b>
Welcome to we ICUnited !
</b>
Just enjoy ~ {% endblock %}
{% block page_content %}
<main
class=
"firstPage"
>
<section>
Cancer 1 !
</section>
<section>
Cancer 2 !
</section>
<section>
Cancer 3 !
</section>
<section>
Cancer 4 !
</section>
</main>
<div
class=
"firstPage"
>
<main>
<section>
Cancer 1 !
</section>
</main>
<main>
<section>
Cancer 2 !
</section>
</main>
<main>
<section>
Cancer 3 !
</section>
</main>
<main>
<section>
Cancer 4 !
</section>
</main>
</div>
<p>
hel1
</p>
<p>
hel1
</p>
<p>
hel1
</p>
...
...
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