diff --git a/Task1/index.js b/Task1/index.js
index f3fae33..8473c0e 100644
--- a/Task1/index.js
+++ b/Task1/index.js
@@ -590,14 +590,6 @@ function MohitSinghChauhan() {
document.querySelector('.MohitSinghChauhan-Portfolio').attributes[1].nodeValue="https://www.linkedin.com/in/mohit-singh-chauhan-944ba9200/";
}
-function Radsadorn() {
- document.querySelector('.Radsadorn-name').innerText="Sutthirat Phutho";
- document.querySelector('.Radsadorn-Bio').innerText="Computer Engineering, KMITL THAILAND";
- document.querySelector('.Radsadorn-Pic').style.backgroundImage="url('./img/Radsadorn.jpg')";
- document.querySelector('.Radsadorn-Description').innerText="Beginner Developer";
- document.querySelector('.Radsadorn-Portfolio').attributes[1].nodeValue="https://github.com/radsadorn";
-}
-
function VivekPattanayak() {
document.querySelector('.VivekPattanayak-name').innerText="Vivek Pattanayak";
document.querySelector('.VivekPattanayak-Bio').innerText="Solving old bugs and making new ones along the way 👾";
@@ -613,6 +605,15 @@ function Shreya() {
document.querySelector('.Shreya-Description').innerText="Exploring...";
document.querySelector('.Shreya-Portfolio').attributes[1].nodeValue="https://www.linkedin.com/in/shreya-sharma-9878a620b/";
}
+
+function Radsadorn() {
+ document.querySelector('.Radsadorn-name').innerText="Sutthirat Phutho";
+ document.querySelector('.Radsadorn-Bio').innerText="Computer Engineering, KMITL THAILAND";
+ document.querySelector('.Radsadorn-Pic').style.backgroundImage="url('./img/Radsadorn.jpg')";
+ document.querySelector('.Radsadorn-Description').innerText="Backend Developer";
+ document.querySelector('.Radsadorn-Portfolio').attributes[1].nodeValue="https://github.com/radsadorn";
+}
+
function GeorgeEmmanuelThomas() {
document.querySelector('.GeorgeEmmanuelThomas-name').innerText="George Emmanuel Thomas";
document.querySelector('.GeorgeEmmanuelThomas-Bio').innerText="The learning never stops";