Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MSP-Maastricht
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
2024 Competition
MSP-Maastricht
Commits
45165fd2
Commit
45165fd2
authored
5 months ago
by
Devyani Ravi
Browse files
Options
Downloads
Patches
Plain Diff
fix arrows HP
parent
93ead3cb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#458531
passed
5 months ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/.vuepress/components/HumanPractices.vue
+15
-11
15 additions, 11 deletions
docs/.vuepress/components/HumanPractices.vue
with
15 additions
and
11 deletions
docs/.vuepress/components/HumanPractices.vue
+
15
−
11
View file @
45165fd2
...
...
@@ -2,8 +2,9 @@
<div>
<!-- Introduction Section -->
<div
class=
"card mb-2"
style=
"background-color: #e3f2fd;"
>
<div
class=
"card-header"
@
click=
"toggleSection('introduction')"
>
<h2
style=
"cursor: pointer; color: #396d7e;"
>
Introduction to Natronaut’s Human Practices: Answering the Important Questions
</h2>
<div
class=
"card-header"
@
click=
"toggleSection('introduction')"
style=
"display: flex; align-items: center; justify-content: space-between; cursor: pointer;"
>
<h2
style=
"color: #396d7e;"
>
Introduction to Natronaut’s Human Practices:
</h2>
<span>
{{
openSection
===
'
introduction
'
?
'
▲
'
:
'
▼
'
}}
</span>
</div>
<div
v-if=
"openSection === 'introduction'"
class=
"card-body"
style=
"background-color: #e5efdf;"
>
<h3
style=
"color: #396d7e;"
>
Designing the Natronaut Project: Values in Mind
</h3>
...
...
@@ -22,8 +23,9 @@
<!-- Implementation Section -->
<div
class=
"card mb-2"
style=
"background-color: #e3f2fd;"
>
<div
class=
"card-header"
@
click=
"toggleSection('implementation')"
>
<h2
style=
"cursor: pointer; color: #396d7e;"
>
Implementation and Impact on Design: Natronaut Application Chamber System — 3D Model
</h2>
<div
class=
"card-header"
@
click=
"toggleSection('implementation')"
style=
"display: flex; align-items: center; justify-content: space-between; cursor: pointer;"
>
<h2
style=
"color: #396d7e;"
>
Implementation and Impact on Design: Natronaut Application Chamber System — 3D Model
</h2>
<span>
{{
openSection
===
'
implementation
'
?
'
▲
'
:
'
▼
'
}}
</span>
</div>
<div
v-if=
"openSection === 'implementation'"
class=
"card-body"
style=
"background-color: #e5efdf;"
>
<h3
style=
"color: #396d7e;"
>
1. Intake Pump
</h3>
...
...
@@ -51,8 +53,9 @@
<!-- Inclusivity Section -->
<div
class=
"card mb-2"
style=
"background-color: #e3f2fd;"
>
<div
class=
"card-header"
@
click=
"toggleSection('inclusivity')"
>
<h2
style=
"cursor: pointer; color: #396d7e;"
>
Taking Initiative: Inclusivity and Participation
</h2>
<div
class=
"card-header"
@
click=
"toggleSection('inclusivity')"
style=
"display: flex; align-items: center; justify-content: space-between; cursor: pointer;"
>
<h2
style=
"color: #396d7e;"
>
Taking Initiative: Inclusivity and Participation
</h2>
<span>
{{
openSection
===
'
inclusivity
'
?
'
▲
'
:
'
▼
'
}}
</span>
</div>
<div
v-if=
"openSection === 'inclusivity'"
class=
"card-body"
style=
"background-color: #e5efdf;"
>
<h3
style=
"color: #396d7e;"
>
“Day In The Life of an iGEM Member”
</h3>
...
...
@@ -77,8 +80,9 @@
<!-- Feedback Section -->
<div
class=
"card mb-2"
style=
"background-color: #e3f2fd;"
>
<div
class=
"card-header"
@
click=
"toggleSection('feedback')"
>
<h2
style=
"cursor: pointer; color: #396d7e;"
>
Gaining More Feedback and Stakeholder Insight
</h2>
<div
class=
"card-header"
@
click=
"toggleSection('feedback')"
style=
"display: flex; align-items: center; justify-content: space-between; cursor: pointer;"
>
<h2
style=
"color: #396d7e;"
>
Gaining More Feedback and Stakeholder Insight
</h2>
<span>
{{
openSection
===
'
feedback
'
?
'
▲
'
:
'
▼
'
}}
</span>
</div>
<div
v-if=
"openSection === 'feedback'"
class=
"card-body"
style=
"background-color: #e5efdf;"
>
<h3
style=
"color: #396d7e;"
>
Survey on GMOs
</h3>
...
...
@@ -140,12 +144,12 @@ export default {
margin-bottom
:
1rem
;
}
.card
{
border-radius
:
10px
;
box-shadow
:
0
4
px
8
px
rgba
(
0
,
0
,
0
,
0.1
);
border-radius
:
0.25rem
;
box-shadow
:
0
2
px
4
px
rgba
(
0
,
0
,
0
,
0.1
);
}
.card-header
{
padding
:
1rem
;
font-
weight
:
bold
;
font-
size
:
1.25rem
;
}
.card-body
{
padding
:
1rem
;
...
...
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