Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# codedeploy-to-ec2-nodejs
Deploy the Nodejs application to EC2 Instance using CodeDeploy
ABCDEFG
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TCW Chat Application</title>
<title>JJJ Chat Application</title>
<link rel="stylesheet" href="/style.css">
</head>

<body>
<section class="chat__section">
<div class="brand">
<img height="100" src="/WaterMark.png" alt="">
<h1>The Cloud World (v0.2).. &#x1F603; &#x1F603;</h1>
<img height="100" src="/Deloitte_Logo.png" alt="">
<h1> Messengers </h1>
</div>
<div class="message__area"></div>
<div>
Expand Down
Binary file added public/Deloitte_Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down Expand Up @@ -71,4 +71,4 @@ textarea {
left: 0;
color: #333;
font-size: 14px;
}
}