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
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
2023 Competition
UBC-Vancouver
Commits
46da9d6a
Commit
46da9d6a
authored
1 year ago
by
Lucy Hao
Browse files
Options
Downloads
Patches
Plain Diff
change header
parent
eb55afa0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#310429
passed
1 year ago
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
components/Header.js
+17
-15
17 additions, 15 deletions
components/Header.js
pages/usermanual.mdx
+3
-2
3 additions, 2 deletions
pages/usermanual.mdx
with
20 additions
and
17 deletions
components/Header.js
+
17
−
15
View file @
46da9d6a
...
...
@@ -14,8 +14,8 @@ const Header = ({ title, subtitle, white }) => (
className
=
"
flex-row
"
style
=
{{
overflowWrap
:
"
break-word
"
,
height
:
"
60v
h
"
,
width
:
"
8
0v
w
"
,
width
:
"
60v
w
"
,
height
:
"
7
0v
h
"
,
margin
:
"
auto
"
,
}}
id
=
"
header
"
...
...
@@ -25,20 +25,22 @@ const Header = ({ title, subtitle, white }) => (
src
=
"
https://static.igem.wiki/teams/4796/wiki/half-svg.svg
"
alt
=
"
Logo
"
className
=
"
header-logo
"
style
=
{{
margin
:
"
auto
"
,
justifyItems
:
"
space-between
"
}}
/>
<
Title
className
=
{
headerFont
.
className
+
(
!
white
&&
"
gradient-header
"
)}
style
=
{{
letterSpacing
:
"
.2rem
"
,
margin
:
"
auto
"
,
wordBreak
:
"
break-word
"
,
textTransform
:
"
uppercase
"
,
}}
>
<
strong
>
{
title
}
<
/strong
>
<
/Title
>
<
p
className
=
"
subtitle
"
>
{
subtitle
}
<
/p
>
<
div
className
=
"
flex-col
"
>
<
Title
className
=
{
headerFont
.
className
+
(
!
white
&&
"
gradient-header
"
)}
style
=
{{
letterSpacing
:
"
.2rem
"
,
margin
:
"
auto
"
,
wordBreak
:
"
break-word
"
,
textTransform
:
"
uppercase
"
,
paddingLeft
:
"
5w
"
,
}}
>
<
strong
>
{
title
}
<
/strong
>
<
/Title
>
<
p
className
=
"
subtitle
"
>
{
subtitle
}
<
/p
>
<
/div
>
<
/div
>
<
/div
>
);
...
...
This diff is collapsed.
Click to expand it.
pages/usermanual.mdx
+
3
−
2
View file @
46da9d6a
...
...
@@ -11,7 +11,7 @@ export const meta = {
title: "User Manual",
subtitle: "",
coverImage: true,
image: "https://static.igem.wiki/teams/4796/wiki/usermanual/cover
.sv
g",
image: "https://static.igem.wiki/teams/4796/wiki/usermanual/cover
-1.pn
g",
rotating: false,
underline: true,
};
...
...
@@ -127,6 +127,7 @@ production.
## How it works
<MultiFunctional />
<br/>
## Modular Expression Module
...
...
@@ -317,7 +318,7 @@ how protein stability can be affected by systematic mutations along the
protein's primary sequence may be important for assessing binding
affinity to a particular drug target (See [modeling](/ubc-vancouver/model) page).
In another feature, we have modeled the Mx
y
GyrA intein-protein fusion in
In another feature, we have modeled the Mx
e
GyrA intein-protein fusion in
aqueous solvent. This provides users with a predictive model to
elucidate any adverse effects of their protein when it is brought
through our system with a tagged intein and extracted out of aqueous
...
...
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