Skip to content

Commit

Permalink
Refactor main page
Browse files Browse the repository at this point in the history
Signed-off-by: Dinne Kopelevich <[email protected]>
  • Loading branch information
DinneK committed Feb 11, 2025
1 parent 822a41a commit be19cbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 2 additions & 8 deletions app/site/index.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,15 @@ layout: base
<div class="grid-container">
<section class="home-page-description">
<div class="description-styling">
<h2>Metrics & Code.JSON</h2>
<h2>Metrics</h2>
</div>
<p>
<p class="home-paragraph">
<strong>Metrics</strong> provides meaningful insights into project performance and code quality,
empowering teams to make informed decisions. By analyzing key data points such as contributor activity,
issue resolution times, code complexity and dependency health, Metrics transforms raw data into actionable visualizations.
With a focus on clarity and accessibility, Metrics enables organizations to monitor progress,
identify improvement opportunities and measure the impact of work.
</p>
<p>
<strong>Code.JSON</strong> serves as a powerful tool for open-source project transparency and compliance.
Code.JSON provides a standerdized metadata format that enables dicoverability, reuse and collaboration on governemnt open-source
projects. Using the <a href="https://github.com/DSACMS/codejson-generator" target="_blank" rel"noopener noreferrer">code.json generator,</a> organizations can effortlessly create and validate their code.json files,
ensuring alignment with federal guidelines while showcasing open-source contributions to the broader community.
</p>
<p>
{{ site.description }}
</p>
Expand Down
4 changes: 4 additions & 0 deletions app/src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ h2 {
margin-bottom: 0;
}

.home-paragraph {
font-size: 1.3rem;
}

/* Cards */
.usa-card-group-home {
display: flex;
Expand Down

0 comments on commit be19cbb

Please sign in to comment.