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
090636c8
Commit
090636c8
authored
2 years ago
by
tongwenjing
Browse files
Options
Downloads
Patches
Plain Diff
Upload From TongWenjing's local development env
parent
64555478
No related branches found
No related tags found
No related merge requests found
Pipeline
#40894
passed
2 years ago
Stage: build
Stage: deploy
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
static/style.css
+1
-1
1 addition, 1 deletion
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
+1
-1
1 addition, 1 deletion
wiki/pages/index.html
with
4 additions
and
4 deletions
static/style.css
+
1
−
1
View file @
090636c8
...
...
@@ -2,7 +2,7 @@ body { padding-top: 56px; }
.left-aligned
{
margin-left
:
auto
;
}
.bg-dark
{
background-color
:
#343a40
!important
;
}
.bg-hero
{
background-color
:
#2753b3
;
}
/* CALLOUT */
.bd-callout
{
padding
:
1.25rem
;
margin-top
:
1.25rem
;
margin-bottom
:
1.25rem
;
border
:
1px
solid
#e9ecef
;
border-left-width
:
.25rem
;
border-radius
:
.25rem
}
.bd-callout
h4
{
margin-bottom
:
.25rem
}
...
...
This diff is collapsed.
Click to expand it.
wiki/layout.html
+
1
−
1
View file @
090636c8
...
...
@@ -17,7 +17,7 @@
{% block customHead %}{% endblock %}
</head>
<body>
<!-- Navigation -->
...
...
This diff is collapsed.
Click to expand it.
wiki/menu.html
+
1
−
1
View file @
090636c8
...
...
@@ -28,7 +28,7 @@
<li><a
class=
"dropdown-item"
href=
"{{ url_for('pages', page='partnership') }}"
>
Partnership
</a></li>
</ul>
</li>
<!---- PROJECT ---->
<li
class=
"nav-item dropdown"
>
<a
class=
"nav-link dropdown-toggle"
href=
"#"
id=
"navbarDropdown"
role=
"button"
data-bs-toggle=
"dropdown"
aria-expanded=
"false"
>
...
...
This diff is collapsed.
Click to expand it.
wiki/pages/index.html
+
1
−
1
View file @
090636c8
...
...
@@ -16,6 +16,6 @@
{% block page_content %}
<p
style=
"text-align: center;"
><h1>
Page-Content is here
</h1></p>
<p
style=
"text-align: center;"
><h1>
Page-Content is here
</h1></p>
{% endblock %}
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