fix: content_updated
This commit is contained in:
parent
b8964de1ad
commit
66f96fb672
11
index.html
11
index.html
@ -200,10 +200,13 @@
|
||||
</style>
|
||||
<script>
|
||||
const data = [
|
||||
{ name: "Aditya", text: "Just Went Kodepilot!" },
|
||||
{ name: "Priya", text: "won a Hackathon!" },
|
||||
{ name: "Rahul", text: "earned a Scholarship!" },
|
||||
{ name: "Sneha", text: "joined a Festival!" }
|
||||
{ name: "Ben", text: "Just Went HCL!" },
|
||||
{ name: "Rakul", text: "Just Went Accenture!" },
|
||||
{ name: "Anjali", text: "Joined a Ebmpapst!" },
|
||||
{ name: "Sneha", text: "joined a Infosys!" },
|
||||
{ name: "Amit", text: "Just Went JBL!" },
|
||||
{ name: "Vikram", text: "Just Went UST!" },
|
||||
{ name: "Priya", text: "Just Went Serviceplaingroup!" }
|
||||
];
|
||||
let index1 = 0;
|
||||
const nameEl1 = document.querySelector(".nameContainer");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user