Skip to content

Commit

Permalink
cfde landing tagline (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-shilin authored Oct 30, 2024
1 parent 52d342e commit a97301f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/components/researchPortal/customComponents/cfdeLanding.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<template>
<div class="kc-home flex-layout-styles">
<div class="logo">
<div class="logo f-row">
<img src="https://hugeampkpncms.org/sites/default/files/users/user32/cfde_kc_logo_c.svg">
<span style="font-size: 16px;"><strong style="color: #F26822;">The Knowledge Center</strong> <strong>integrates data and knowledge generated by ground-breaking research programs in the NIH Common Fund Data Ecosystem.</strong>
Use the KC to see curated and precomputed analyses of data within and across Common Fund projects.
</span>
</div>
<div class="search-wrapper f-col align-h-center">
<h1 class="kc">Search Common Fund Knowledge</h1>
Expand Down Expand Up @@ -1128,10 +1131,14 @@ export default Vue.component("cfde-landing", {
}
.logo{
margin:0px;
width: 550px;
margin-top: 25px;
margin-bottom: 25px;
line-height: 23px;
}
.logo img {
width: 80px;
width: 120px;
margin: 0 20px 0 0;
}
a, a:visited{
Expand Down

0 comments on commit a97301f

Please sign in to comment.