Skip to content

Commit 98ececf

Browse files
committed
Commit
1 parent 6c304e4 commit 98ececf

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

javascripts/app.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ async function getUser() {
2020
let fullName = title + ". " + first + " " + last;
2121
document.title = fullName;
2222

23+
// Submitted and coded by Jagadeesh Kumar . S, you may send mail to my email address which is jagadeesh_2k17@proton.me and you may contribute some money to my Indian Unified Payment Interface (UPI) which is jagadeesh-kumar@airtel .
24+
2325
// Accessing the div container and modify/add elements to the containers
2426
document.getElementById("head").innerHTML = fullName;
2527
document.getElementById("email").href = "mailto:" + email;
@@ -34,6 +36,8 @@ async function getUser() {
3436

3537
document.querySelector("#country").textContent = country;
3638

39+
// Submitted and coded by Jagadeesh Kumar . S, you may send mail to my email address which is jagadeesh_2k17@proton.me and you may contribute some money to my Indian Unified Payment Interface (UPI) which is jagadeesh-kumar@airtel .
40+
3741
// Creating a new element and appending it to previously created containers
3842
let img = document.createElement("img");
3943
let img_div = document.getElementById("user-img");

styles/app.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ html {
33
min-height: auto;
44
background-color: aquamarine;
55
box-shadow: inset 0 0 55rem green;
6-
height:auto;
6+
height: auto;
77
}
8+
89
.advertisement {
910
text-align: center;
1011
font-size: xx-small;
1112
color: blueviolet;
1213
}
1314

15+
/* Submitted and coded by Jagadeesh Kumar . S, you may send mail to my email address which is jagadeesh_2k17@proton.me and you may contribute some money to my Indian Unified Payment Interface (UPI) which is jagadeesh-kumar@airtel . */
1416
.content {
1517
text-align: center;
1618
padding: 30px;
@@ -27,8 +29,10 @@ img {
2729
box-shadow: black;
2830
}
2931

30-
table, td {
31-
border-collapse: collapse ;
32+
/* Submitted and coded by Jagadeesh Kumar . S, you may send mail to my email address which is jagadeesh_2k17@proton.me and you may contribute some money to my Indian Unified Payment Interface (UPI) which is jagadeesh-kumar@airtel . */
33+
table,
34+
td {
35+
border-collapse: collapse;
3236
margin-left: auto;
3337
margin-right: auto;
3438
text-align: center;

0 commit comments

Comments
 (0)