Skip to content

Commit 2ab2c49

Browse files
committed
tested all functionality and updated About page and Contact page
1 parent 243023d commit 2ab2c49

File tree

8 files changed

+33
-28
lines changed

8 files changed

+33
-28
lines changed

app/components/About.tsx

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,37 +21,34 @@ const About: React.FC = React.memo(() => {
2121
to use and expensive to operate, Chronos was born. Chronos is an all-in-one network and
2222
health monitoring tool for your application or microservice, containerized or not!
2323
</p>
24+
<br>
25+
</br>
2426
<h3 style={currentMode} className="title">
2527
Fantastic Four
2628
</h3>
2729
<div>
2830
<span style={currentMode} className="text">
29-
Nachiket
31+
<p>Josh</p>
3032
</span>
31-
<br />
3233
<span style={currentMode} className="text">
33-
Tiffany
34+
<p>Elisa</p>
3435
</span>
35-
<br />
3636
<span style={currentMode} className="text">
37-
Bruno
37+
<p>Troy</p>
3838
</span>
39-
<br />
4039
<span style={currentMode} className="text">
41-
Danny
40+
<p>Gahl</p>
4241
</span>
4342
<br />
44-
<br />
4543
</div>
4644
<h3 style={currentMode} className="title">
4745
Contributors
4846
</h3>
4947
<p style={currentMode} className="text">
50-
Vince, Matt, Derek, Kit, Grace, Jen, Patty, Stella, Michael, Ronelle, Todd, Greg, Brianna,
48+
Nachiket, Tiffany, Bruno, Danny, Vince, Matt, Derek, Kit, Grace, Jen, Patty, Stella, Michael, Ronelle, Todd, Greg, Brianna,
5149
Brian, Alon, Alan, Ousman, Ben, Chris, Jenae, Tim, Kirk, Jess, William, Alexander
5250
</p>
5351
<br />
54-
<p style={currentMode}>Copyright © Team Chronos 2021.</p>
5552
</div>
5653
</div>
5754
);

app/stylesheets/About.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@
6969
animation: none;
7070
}
7171
}
72+
73+
p {
74+
padding-left: 10px;
75+
}

app/stylesheets/Contact.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
flex-direction: column;
2323
justify-content: center;
2424
font-size: 18px;
25-
2625
border-radius: 10px;
2726
border: none;
2827
box-shadow: $boxshadow2;
@@ -65,6 +64,8 @@
6564
flex-direction: column;
6665
width: 100%;
6766
input {
67+
border: 1px solid transparent;
68+
border-radius: 5px;
6869
width: 100%;
6970
color: $header;
7071
font-size: 16px;
@@ -75,6 +76,7 @@
7576
}
7677
}
7778
textarea {
79+
border-radius: 5px;
7880
font-size: 16px;
7981
width: 100%;
8082
min-width: 100%;
@@ -109,6 +111,7 @@
109111

110112
&:hover {
111113
border: none;
114+
cursor: pointer;
112115
}
113116

114117
&:focus {
@@ -122,6 +125,7 @@
122125

123126
input[type='file'] {
124127
border: none;
128+
border-radius: 5px;
125129

126130
&:hover {
127131
border: none;

examples/microservices/books/package-lock.json

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

examples/microservices/customers/package-lock.json

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

examples/microservices/orders/package-lock.json

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

examples/microservices/reverse proxy/chronos-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require('dotenv').config({
55

66
module.exports = {
77
// General configuration
8-
microservice: 'reverse-proxy',
8+
microservice: 'reverseproxy',
99
interval: 5000,
1010

1111
// Mode Specific

examples/microservices/reverse proxy/package-lock.json

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

0 commit comments

Comments
 (0)