Skip to content

Commit 465245b

Browse files
authored
Merge pull request #45 from Hyper-Unearthing/feat/new-landing-page
fix: clean up after redesign
2 parents 19689ad + cb44a03 commit 465245b

3 files changed

Lines changed: 23 additions & 8 deletions

File tree

assets/components/marketing-hero.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
@media (width <= 980px) {
22
:root {
3-
--hero-content-align: left;
3+
--hero-content-align: center;
44
--integration-mini-icon-size: 14px;
55
--arrow-location: 17px;
66
}
7+
8+
.hero .content h1,
9+
.ht-tagline {
10+
text-align: center !important;
11+
max-width: 100% !important;
12+
}
713
}
814

915
.hero__image {

assets/main.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ p {
129129

130130
.full-width-layout__content {
131131
flex-direction: column;
132+
text-align: left;
132133
}
133134

134135
section {
@@ -140,10 +141,18 @@ p {
140141
flex-direction: column;
141142
}
142143

144+
.colomnar-layout.getting-started section:last-child {
145+
order: -1;
146+
}
147+
143148
.metrics {
144149
flex-direction: column;
145150
}
146151

152+
.metrics .list {
153+
padding: 37px 25px 37px 25px !important;
154+
}
155+
147156
.metrics-grid {
148157
grid-template-columns: 1fr !important;
149158
grid-template-rows: auto auto auto !important;

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1>Actionable GitHub Insights for Engineering Teams</h1>
1313
</div>
1414
<a
1515
href="https://app.managerbot.dev/authentication/register"
16-
class="button cta"
16+
class="button cta desktop"
1717
>
1818
Create Account
1919
<i><img src="assets/images/angle.svg" alt="" /></i>
@@ -90,26 +90,26 @@ <h4>Pull request health:</h3>
9090
<li>Draft Time</li>
9191
<li>Cycle Time</li>
9292
<li>Pickup Time</li>
93-
<li>How often pull requests go stale</li>
94-
<li>Itteration count</li>
95-
<li>Affected by flaky test</li>
93+
<li>Stale Frequency</li>
94+
<li>iIeration Loops</li>
95+
<li>Flaky Test Frequency</li>
9696
</ol>
9797
</div>
9898
<div class="metrics-bottom-left">
9999
<span class="badge">2</span>
100-
<h4>Developer load:</h3>
100+
<h4>Developer load:</h4>
101101
<ol>
102102
<li>Pull Requests per Developer</li>
103103
<li>Reviews per Developer</li>
104104
</ol>
105105
</div>
106106
<div class="metrics-bottom-right">
107107
<span class="badge">3</span>
108-
<h4>Continuous integration:</h3>
108+
<h4>Continuous integration:</h4>
109109
<ol>
110110
<li>CI Run Time Growth</li>
111111
<li>CI Usage by User Type</li>
112-
<li>CI Usage by Workflow/li></li>
112+
<li>CI Usage by Workflow</li>
113113
</ol>
114114
</div>
115115
</div>

0 commit comments

Comments
 (0)