Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
QuantumSeminar-main /
src /
components /
[ HOME SHELL ]
Name
Size
Permission
Action
About.js
5.96
KB
-rw-r--r--
Carousel.css
241
B
-rw-r--r--
Carousel.js
2.36
KB
-rw-r--r--
Navbar.js
2.93
KB
-rw-r--r--
Schedule.css
339
B
-rw-r--r--
Schedule.js
1.68
KB
-rw-r--r--
Speaker.js
790
B
-rw-r--r--
Speakers.js
1.5
KB
-rw-r--r--
Student.js
945
B
-rw-r--r--
data.js
4.76
KB
-rw-r--r--
nothing.js
5.44
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Speaker.js
import React from 'react'; const Speaker = (props) => { return ( <div className="container d-flex py-3"> <div className="container" style={{ width: "200px" }}> <img src={props.image} alt="" style={{ width: "150px" }} /> <div className="" style={{ fontWeight: 'bold' }}> <div className="container">{props.name}</div> <div className="container">{props.work}</div> </div> </div> <div className="container"> <div className="container"> <h3 align='justify' style={{ fontWeight: 'bold' }}>{props.title}</h3> {/* Add fontWeight style here */} </div> <div className="container"> <p align='justify'>{props.bio}</p> </div> </div> </div> ); } export default Speaker;
Close