Skip to content

Commit f59331f

Browse files
committed
Change p.question to h2.question and q-label to h3.subsquestion
1 parent 141182a commit f59331f

11 files changed

Lines changed: 50 additions & 45 deletions

src/components/AuthorCardEditing.vue

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
class="bg-formcard q-pa-md"
66
>
77
<div class="row">
8-
<q-label class="question">
8+
<h3 class="subquestion">
99
The person's given names
1010
<SchemaGuideLink anchor="#definitionspersongiven-names" />
11-
</q-label>
11+
</h3>
1212
</div>
1313
<div class="row">
1414
<q-input
@@ -28,9 +28,9 @@
2828
/>
2929
</div>
3030
<div class="row">
31-
<q-label class="question">
31+
<h3 class="subquestion">
3232
The person's last names, split into parts
33-
</q-label>
33+
</h3>
3434
</div>
3535
<div class="row">
3636
<q-input
@@ -89,10 +89,10 @@
8989
</q-input>
9090
</div>
9191
<div class="row">
92-
<q-label class="question">
92+
<h3 class="subquestion">
9393
The person's email address
9494
<SchemaGuideLink anchor="#definitionsperson-email" />
95-
</q-label>
95+
</h3>
9696
</div>
9797
<div class="row">
9898
<q-input
@@ -112,14 +112,14 @@
112112
/>
113113
</div>
114114
<div class="row">
115-
<q-label class="question col">
115+
<h3 class="subquestion col">
116116
The person's affiliation
117117
<SchemaGuideLink anchor="#definitionsperson-affiliation" />
118-
</q-label>
119-
<q-label class="question col">
118+
</h3>
119+
<h3 class="subquestion col">
120120
The person's ORCID
121121
<SchemaGuideLink anchor="#definitionsperson-orcid" />
122-
</q-label>
122+
</h3>
123123
</div>
124124
<div class="row">
125125
<q-input

src/components/IdentifierCardEditing.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
</div>
1717
<div class="q-mt-md items-center no-wrap">
1818
<div class="row">
19-
<q-label class="question">
19+
<h3 class="subquestion">
2020
What is the value of the {{ label }}?
2121
<SchemaGuideLink v-bind:anchor="anchor" />
22-
</q-label>
22+
</h3>
2323
</div>
2424
<q-input
2525
autofocus
@@ -38,10 +38,10 @@
3838
</div>
3939
<div class="q-mt-md items-center no-wrap">
4040
<div class="row">
41-
<q-label class="question">
41+
<h3 class="subquestion">
4242
What is the description for the {{ label }}?
4343
<SchemaGuideLink anchor="#definitionsidentifier-description" />
44-
</q-label>
44+
</h3>
4545
</div>
4646
<q-input
4747
bg-color="white"

src/components/ScreenAbstract.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
</div>
1212

1313
<div id="form-content">
14-
<p class="question">
14+
<h2 class="question">
1515
Please provide a description of the work
1616
<SchemaGuideLink anchor="#abstract" />
17-
</p>
17+
</h2>
1818
<q-input
1919
autogrow
2020
bg-color="white"

src/components/ScreenAuthors.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
</div>
1111

1212
<div id="form-content">
13-
<p class="question">
13+
<h2 class="question">
1414
Who are the author(s) of the work?
1515
<SchemaGuideLink anchor="#authors" />
16-
</p>
16+
</h2>
1717
<div class="scroll-to-bottom-container">
1818
<span class="bottom" />
1919
<div>

src/components/ScreenIdentifiers.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
</div>
1111

1212
<div id="form-content">
13-
<p class="question">
13+
<h2 class="question">
1414
What persistent identifiers are available for the work?
1515
<SchemaGuideLink anchor="#identifiers" />
16-
</p>
16+
</h2>
1717
<div class="scroll-to-bottom-container">
1818
<span class="bottom" />
1919
<div>

src/components/ScreenKeywords.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
</div>
1111

1212
<div id="form-content">
13-
<p class="question">
13+
<h2 class="question">
1414
What keywords describe the work?
1515
<SchemaGuideLink anchor="#keywords" />
16-
</p>
16+
</h2>
1717
<div class="scroll-to-bottom-container">
1818
<span class="bottom" />
1919
<div>

src/components/ScreenLicense.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
</div>
1111

1212
<div id="form-content">
13-
<p class="question">
13+
<h2 class="question">
1414
What is the license of the work?
1515
<SchemaGuideLink anchor="#license" />
16-
</p>
16+
</h2>
1717
<q-select
1818
bg-color="white"
1919
label="license"

src/components/ScreenRelatedResources.vue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
</div>
1111

1212
<div id="form-content">
13-
<p class="question">
13+
<h2 class="question">
1414
What is the URL of the work in a source code repository?
1515
<SchemaGuideLink anchor="#repository-code" />
16-
</p>
16+
</h2>
1717
<q-input
1818
bg-color="white"
1919
label="repository-code"
@@ -26,10 +26,10 @@
2626
v-on:update:modelValue="setRepositoryCode"
2727
/>
2828

29-
<p class="question">
29+
<h2 class="question">
3030
What is the URL of a landing page/website for the work?
3131
<SchemaGuideLink anchor="#url" />
32-
</p>
32+
</h2>
3333
<q-input
3434
bg-color="white"
3535
label="url"
@@ -42,10 +42,10 @@
4242
v-on:update:modelValue="setUrl"
4343
/>
4444

45-
<p class="question">
45+
<h2 class="question">
4646
What is the URL of the work in a repository?
4747
<SchemaGuideLink anchor="#repository" />
48-
</p>
48+
</h2>
4949
<q-input
5050
bg-color="white"
5151
label="repository"
@@ -58,10 +58,10 @@
5858
v-on:update:modelValue="setRepository"
5959
/>
6060

61-
<p class="question">
61+
<h2 class="question">
6262
What is the URL of the work in a build artifact/binary repository?
6363
<SchemaGuideLink anchor="#repository-artifact" />
64-
</p>
64+
</h2>
6565
<q-input
6666
bg-color="white"
6767
label="repository-artifact"

src/components/ScreenStart.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
</div>
1212

1313
<div id="form-content">
14-
<p class="question">
14+
<h2 class="question">
1515
What is the title of the work?
1616
<SchemaGuideLink anchor="#title" />
17-
</p>
17+
</h2>
1818
<q-input
1919
bg-color="white"
2020
label="title"
@@ -26,10 +26,10 @@
2626
v-bind:error-message="titleErrors.join(', ')"
2727
v-on:update:modelValue="setTitle"
2828
/>
29-
<p class="question">
29+
<h2 class="question">
3030
What do you want citers to do with the information provided in your CITATION.cff file?
3131
<SchemaGuideLink anchor="#message" />
32-
</p>
32+
</h2>
3333
<q-input
3434
bg-color="white"
3535
label="message"
@@ -62,10 +62,10 @@
6262
</q-btn-dropdown>
6363
</template>
6464
</q-input>
65-
<p class="question">
65+
<h2 class="question">
6666
What type of work does this CITATION.cff describe?
6767
<SchemaGuideLink anchor="#type" />
68-
</p>
68+
</h2>
6969
<q-option-group
7070
type="radio"
7171
v-bind:model-value="type"

src/components/ScreenVersionSpecific.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
</div>
1111

1212
<div id="form-content">
13-
<p class="question">
13+
<h2 class="question">
1414
What is the commit identifier of the work?
1515
<SchemaGuideLink anchor="#commit" />
16-
</p>
16+
</h2>
1717
<q-input
1818
bg-color="white"
1919
label="commit"
@@ -23,10 +23,10 @@
2323
v-on:update:modelValue="setCommit"
2424
/>
2525

26-
<p class="question">
26+
<h2 class="question">
2727
What is the version of the work?
2828
<SchemaGuideLink anchor="#version" />
29-
</p>
29+
</h2>
3030
<q-input
3131
bg-color="white"
3232
label="version"
@@ -36,10 +36,10 @@
3636
v-on:update:modelValue="setVersion"
3737
/>
3838

39-
<p class="question">
39+
<h2 class="question">
4040
When was the version released?
4141
<SchemaGuideLink anchor="#date-released" />
42-
</p>
42+
</h2>
4343
<q-input
4444
bg-color="white"
4545
hint="Format: YYYY-MM-DD"

0 commit comments

Comments
 (0)