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
81bdeae4
Commit
81bdeae4
authored
2 years ago
by
tongwenjing
Browse files
Options
Downloads
Patches
Plain Diff
Upload From local development env
parent
0f292909
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#19801
passed
2 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
wiki/pages/index.html
+17
-2
17 additions, 2 deletions
wiki/pages/index.html
wiki/pages/layout.html
+0
-51
0 additions, 51 deletions
wiki/pages/layout.html
with
17 additions
and
53 deletions
wiki/pages/index.html
+
17
−
2
View file @
81bdeae4
{% extends "layout.html" %}
{% block title %}Home - ICUnited{% endblock %}
{% block lead %}
<b>
Welcome to ICUnited !
</b>
Just enjoy ~ {% endblock %}
{% block lead %}
<b>
Welcome to
we
ICUnited !
</b>
Just enjoy ~ {% endblock %}
{% block page_content %}
<h1>
# Cancer #
</h1>
<style>
.firstPage
{
/* 弹性布局 */
display
:
flex
;
/* 100%窗口高度和宽度 */
height
:
100vh
;
width
:
100vw
;
/* 设置滚动贴合的方式,沿x轴滚动,mandatory表示强制滚动 */
scroll-snap-type
:
x
mandatory
;
/* 溢出时,水平保留滚动条,垂直隐藏滚动条 */
overflow-x
:
scroll
;
overflow-y
:
hidden
;
}
</style>
<div
class=
"firstPage"
><h1>
Cancer !
</h1></div>
{% endblock %}
This diff is collapsed.
Click to expand it.
wiki/pages/layout.html
deleted
100755 → 0
+
0
−
51
View file @
0f292909
<!doctype html>
<html
lang=
"en"
>
<head>
<!-- Required meta tags -->
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<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/"
/>
<!-- Bootstrap CSS -->
<link
href=
"{{ url_for('static', filename = 'bootstrap.min.css') }}"
rel=
"stylesheet"
>
<!-- Custom CSS -->
<link
href=
"{{ url_for('static', filename = 'style.css') }}"
rel=
"stylesheet"
>
<title>
{% block title %}{% endblock %} | BFSU-ICUnited - iGEM 2022
</title>
<script
type=
"text/javascript"
src=
"../static/particle.js"
/>
<
/head
>
<
body
>
<!--
Navigation
-->
{
%
include
'
menu.html
'
%
}
<!--
Header
-->
<
header
class
=
"
bg-hero py-5 mb-5
"
>
<
div
class
=
"
container h-100
"
>
<
div
class
=
"
row h-100 align-items-center
"
>
<
div
class
=
"
col-lg-12
"
>
<
h1
class
=
"
display-4 text-white mt-5 mb-2
"
>
{{
self
.
title
()
}}
<
/h1
>
<
p
class
=
"
lead mb-5 text-white-50
"
>
{
%
block
lead
%
}{
%
endblock
%
}
<
/p
>
<
/div
>
<
/div
>
<
/div
>
<
/header
>
<!--
Page
Content
-->
<
div
class
=
"
container
"
>
{
%
block
page_content
%
}{
%
endblock
%
}
<
/div
>
<!--
Footer
:
MUST
mention
license
AND
have
a
link
to
team
wiki
'
s repository on gitlab.igem.org -->
{% include
'
footer
.
html
'
%}
<!-- Wiki Tools: Teams are allowed to remove it -->
{% include
'
wiki
-
tools
.
html
'
%}
<!-- Bootstrap Bundle with Popper -->
<script src="{{ url_for(
'
static
'
, filename =
'
bootstrap
.
bundle
.
min
.
js
'
) }}">
</script>
</body>
</html>
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