Skip to content

Commit

Permalink
Merge pull request #98 from ignapas/h1s
Browse files Browse the repository at this point in the history
Missing H1
  • Loading branch information
egauzens authored May 10, 2024
2 parents 510dfd8 + 5acbf90 commit 3e8eacf
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 7 deletions.
7 changes: 5 additions & 2 deletions components/DatasetDetails/DatasetHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<div class="details-header-container mt-16 py-16 px-24">
<el-row>
<el-col :sm="16" :md="18" :lg="19" :xl="20">
<h2 class="heading2 mt-0">
<h1 class="heading2 mt-0">
{{ title }}
</h2>
</h1>
<div class="dataset-owners">
<span class="label4">Contributors:&nbsp;</span>
<div
Expand Down Expand Up @@ -269,5 +269,8 @@ export default {
.citations-link {
cursor: pointer;
}
h1 {
margin: 0 0 1rem;
}
}
</style>
1 change: 1 addition & 0 deletions components/Resources/ResourcePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<div class="page-data">
<breadcrumb :breadcrumb="breadcrumb" :title=title />
<div class="container">
<h1 hidden>Search for tools and resources</h1>
<div class="search-tabs__container">
<h3>
Browse categories
Expand Down
8 changes: 5 additions & 3 deletions pages/about/metrics/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<breadcrumb :breadcrumb="breadcrumb" :title="searchType.label" />
<div class="container">
<div class="search-tabs__container">
<h3>
<h1>
Browse Metrics
</h3>
</h1>
<ul class="search-tabs">
<li v-for="type in metricsTypes" :key="type.label">
<nuxt-link
Expand Down Expand Up @@ -243,10 +243,12 @@ export default {
padding-top: 0.5rem;
background-color: white;
border: 0.1rem solid $lineColor2;
h3 {
h1 {
padding-left: 0.75rem;
font-weight: 600;
font-size: 1.5rem;
line-height: 2.75rem;
margin: 0 0 0.5rem;
}
}
.search-tabs {
Expand Down
1 change: 1 addition & 0 deletions pages/contact-us/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<breadcrumb :breadcrumb="breadcrumb" :title="breadcrumbTitle" />
<div class="container">
<div class="tabs__container">
<h1 hidden>Contact forms</h1>
<h3>
Select Form
</h3>
Expand Down
1 change: 1 addition & 0 deletions pages/data/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<breadcrumb :breadcrumb="breadcrumb" :title="searchType.label" />
<div class="container">
<div class="search-tabs__container">
<h1 hidden>Dataset search</h1>
<div class="heading2 pl-8 mb-8">
Browse categories
</div>
Expand Down
1 change: 1 addition & 0 deletions pages/datasets/file/[datasetId]/[datasetVersion]/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<div class="pb-32">
<breadcrumb :breadcrumb="breadcrumb" :title="fileName" />
<div class="container">
<h1 hidden>File viewer for {{ file.path }}</h1>
<form ref="zipForm" method="POST" :action="zipitUrl">
<input v-model="zipData" type="hidden" name="data" />
</form>
Expand Down
1 change: 1 addition & 0 deletions pages/datasets/imageviewer/[id].vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<div class="file-detail-page">
<div class="page-wrap container">
<h1 hidden>Image viewer</h1>
<content-tab-card
class="mt-24"
:tabs="tabs"
Expand Down
1 change: 1 addition & 0 deletions pages/datasets/simulationviewer/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<div class="simulation-viewer-page">
<div class="page-wrap container">
<hi hidden>Simulation viewer</hi>
<content-tab-card
class="mt-24"
:tabs="tabs"
Expand Down
1 change: 1 addition & 0 deletions pages/datasets/timeseriesviewer/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<div class="file-detail-page">
<div class="container">
<h1 hidden>{{ title }} timeseries</h1>
<content-tab-card
v-if="hasTimeseriesViewer"
class="tabs p-32 pt-48"
Expand Down
1 change: 1 addition & 0 deletions pages/news-and-events/community-spotlight/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<div class="page-data">
<breadcrumb :breadcrumb="breadcrumb" title="Community Spotlight" />
<div class="container">
<h1 hidden>Search for community spotlights</h1>
<div class="search-tabs__container">
<h3>
Browse categories
Expand Down
1 change: 1 addition & 0 deletions pages/news-and-events/events/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<div class="page-data">
<breadcrumb :breadcrumb="breadcrumb" title="Events" />
<div class="container">
<h1 hidden>Search for events</h1>
<div class="search-tabs__container">
<h3>
Browse categories
Expand Down
1 change: 1 addition & 0 deletions pages/news-and-events/news/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<div class="page-data">
<breadcrumb :breadcrumb="breadcrumb" title="News" />
<div class="container">
<h1 hidden>Search for news</h1>
<div class="search-tabs__container">
<h3>
Browse categories
Expand Down
4 changes: 2 additions & 2 deletions pages/projects/[projectId].vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
</template>
</el-col>
<el-col :span="16" :xs="24">
<div class="heading2 mb-32">
<h1 class="heading2 mb-32">
{{ title }}
</div>
</h1>
<div class="body1 content" v-html="parseMarkdown(description)" />
</el-col>
</el-row>
Expand Down

0 comments on commit 3e8eacf

Please sign in to comment.