Skip to content
Snippets Groups Projects
Commit ad514dc8 authored by Cee Nell's avatar Cee Nell
Browse files

Merge branch 'bye' into 'main'

Remove EJ content

See merge request !93
parents 717021e0 af63e3d0
No related branches found
No related tags found
1 merge request!93Remove EJ content
...@@ -43,9 +43,9 @@ ...@@ -43,9 +43,9 @@
</picture> </picture>
<div id="text2" class="text-container"> <!-- <div id="text2" class="text-container">
<p v-html="t('text.components.socialVulnerabilityText.paragraph2')"></p> <p v-html="t('text.components.socialVulnerabilityText.paragraph2')"></p>
</div> </div> -->
</div> </div>
</section> </section>
</template> </template>
......
...@@ -6,9 +6,7 @@ ...@@ -6,9 +6,7 @@
<InteractiveDendrogram class="section-component"/> <InteractiveDendrogram class="section-component"/>
<MapsSection class="section-component"/> <MapsSection class="section-component"/>
<ConclusionSection class="section-component"/> <ConclusionSection class="section-component"/>
<AboutTheTeam :data="circleData" class="section-component" /> <ReferencesSection class="section-component end" />
<ReferencesSection class="section-component" />
<AuthorshipSection class="section-component end" />
</section> </section>
</template> </template>
...@@ -22,9 +20,7 @@ const NarrativeIntro = defineAsyncComponent(() => import('../components/Narrativ ...@@ -22,9 +20,7 @@ const NarrativeIntro = defineAsyncComponent(() => import('../components/Narrativ
const InteractiveDendrogram = defineAsyncComponent(() => import('../components/InteractiveDendrogram.vue')); const InteractiveDendrogram = defineAsyncComponent(() => import('../components/InteractiveDendrogram.vue'));
const MapsSection = defineAsyncComponent(() => import('../components/MapsSection.vue')); const MapsSection = defineAsyncComponent(() => import('../components/MapsSection.vue'));
const ConclusionSection = defineAsyncComponent(() => import('../components/ConclusionSection.vue')); const ConclusionSection = defineAsyncComponent(() => import('../components/ConclusionSection.vue'));
const AboutTheTeam = defineAsyncComponent(() => import('../components/AboutTheTeam.vue'));
const ReferencesSection = defineAsyncComponent(() => import('../components/ReferencesSection.vue')); const ReferencesSection = defineAsyncComponent(() => import('../components/ReferencesSection.vue'));
const AuthorshipSection = defineAsyncComponent(() => import('../components/AuthorshipSection.vue'));
const circleData = [ const circleData = [
{ name: "Oronde Drakes", link: "https://www.usgs.gov/staff-profiles/oronde-drakes", image: "https://hazards.colorado.edu/api/v2/uploads/avatar/oronde_drakes2-1556849997156.JPG" }, { name: "Oronde Drakes", link: "https://www.usgs.gov/staff-profiles/oronde-drakes", image: "https://hazards.colorado.edu/api/v2/uploads/avatar/oronde_drakes2-1556849997156.JPG" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment