diff --git a/README.md b/README.md index 08aeedc..57f9f0d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # codedeploy-to-ec2-nodejs Deploy the Nodejs application to EC2 Instance using CodeDeploy +ABCDEFG diff --git a/index.html b/index.html index 0469915..c597e60 100644 --- a/index.html +++ b/index.html @@ -4,15 +4,15 @@ - TCW Chat Application + JJJ Chat Application
- -

The Cloud World (v0.2).. 😃 😃

+ +

Messengers

diff --git a/public/Deloitte_Logo.png b/public/Deloitte_Logo.png new file mode 100644 index 0000000..3a8d423 Binary files /dev/null and b/public/Deloitte_Logo.png differ diff --git a/public/style.css b/public/style.css index 4a38693..d510d22 100644 --- a/public/style.css +++ b/public/style.css @@ -21,14 +21,14 @@ section.chat__section { } .brand { padding: 0px; - background: #36454f; + background: #FFFFFF; display: flex; align-items: center; } .brand h1 { - text-transform: uppercase; + font-size: 20px; - color: #ffffff; + color: green; margin-left: 10px; } .message__area{ @@ -71,4 +71,4 @@ textarea { left: 0; color: #333; font-size: 14px; -} \ No newline at end of file +}