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

delete

parent 8707ce91
No related branches found
No related tags found
1 merge request!93Remove EJ content
......@@ -43,9 +43,9 @@
</picture>
<div id="text2" class="text-container">
<!-- <div id="text2" class="text-container">
<p v-html="t('text.components.socialVulnerabilityText.paragraph2')"></p>
</div>
</div> -->
</div>
</section>
</template>
......
......@@ -6,9 +6,7 @@
<InteractiveDendrogram class="section-component"/>
<MapsSection class="section-component"/>
<ConclusionSection class="section-component"/>
<AboutTheTeam :data="circleData" class="section-component" />
<ReferencesSection class="section-component" />
<AuthorshipSection class="section-component end" />
<ReferencesSection class="section-component end" />
</section>
</template>
......@@ -22,9 +20,7 @@ const NarrativeIntro = defineAsyncComponent(() => import('../components/Narrativ
const InteractiveDendrogram = defineAsyncComponent(() => import('../components/InteractiveDendrogram.vue'));
const MapsSection = defineAsyncComponent(() => import('../components/MapsSection.vue'));
const ConclusionSection = defineAsyncComponent(() => import('../components/ConclusionSection.vue'));
const AboutTheTeam = defineAsyncComponent(() => import('../components/AboutTheTeam.vue'));
const ReferencesSection = defineAsyncComponent(() => import('../components/ReferencesSection.vue'));
const AuthorshipSection = defineAsyncComponent(() => import('../components/AuthorshipSection.vue'));
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" },
......
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