Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Commit dbd6684

Browse files
committed
Makes stats appear on landing section, adds placeholder links to user guides and release notes
1 parent 3c0c224 commit dbd6684

6 files changed

Lines changed: 150 additions & 135 deletions

File tree

client/package-lock.json

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"react-router": "^5.2.0",
1717
"react-router-dom": "^5.2.0",
1818
"react-scripts": "4.0.1",
19-
"react-syntax-highlighter": "^15.4.3",
20-
"react-visibility-sensor": "^5.1.1"
19+
"react-syntax-highlighter": "^15.4.3"
2120
},
2221
"scripts": {
2322
"start": "PORT=3002 react-scripts start",

client/src/components/Home/index.css

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
.main-stats-container {
4747
margin-top: 70px;
48-
margin-bottom: 70px;
48+
margin-bottom: 55px;
4949
display: flex;
5050
flex-direction: row;
5151
align-items: center;
@@ -60,22 +60,22 @@
6060
align-items: center;
6161
color: #29292e;
6262
background-color: #e0e0e01a;
63-
border-radius: 100px;
64-
height: 170px;
65-
width: 170px;
63+
border-radius: 50%;
64+
height: 140px;
65+
width: 140px;
6666
margin: 10px;
6767
box-shadow: 0px 8px 12px -7px #a9a6a6fc;
6868
}
6969

7070
.stat-icon {
71-
width: 60px;
72-
height: 60px;
71+
width: 45%;
72+
height: 45%;
7373
display: block;
74-
margin-bottom: 15px;
74+
margin-bottom: 5px;
7575
}
7676

7777
.stat-number {
78-
font-size: 40px;
78+
font-size: 30px;
7979
letter-spacing: 2px;
8080
margin-bottom: 5px;
8181
font-weight: 500;
@@ -287,3 +287,29 @@
287287
margin-right: 15px;
288288
margin-left: 30px;
289289
}
290+
291+
.community-activity-action-button:hover {
292+
cursor: pointer;
293+
}
294+
295+
.main-stats-container-demo {
296+
width: 100%;
297+
margin-bottom: 20px;
298+
display: flex;
299+
flex-direction: row;
300+
align-items: center;
301+
justify-content: space-around;
302+
flex-wrap: wrap;
303+
}
304+
305+
.button-container-demo {
306+
display: flex;
307+
justify-content: center;
308+
align-items: center;
309+
margin-top: 10px;
310+
margin-bottom: 20px;
311+
}
312+
313+
.header-link {
314+
color: hsl(240, 5%, 36%);
315+
}

0 commit comments

Comments
 (0)