Ubuntu Terminal

Developer
Size
2,603 Kb
Views
34,408

How do I make an ubuntu terminal?

It's a flat text editor that writes text so you don't have to.. What is a ubuntu terminal? How do you make a ubuntu terminal? This script and codes were developed by Parth Viroja on 03 September 2022, Saturday.

Ubuntu Terminal Previews

Ubuntu Terminal - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Ubuntu Terminal</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="window"> <div id="buttons"> <div id="minimize"></div> <div id="resize"></div> <div id="close"></div> </div> <div id="title">Terminal</div> <div id="area-wrapper"> <textarea id="text"></textarea> </div>
</div> <script src="js/index.js"></script>
</body>
</html>

Ubuntu Terminal - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Press+Start+2P);
*{ margin:0px; padding:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box;
}
body{ background:url('http://awesomewallpapers.files.wordpress.com/2009/06/ubuntu-blue-1440x900.jpg') center center;
}
#window{ width:600px; background:rgba(0,0,0,0.5); margin:0 auto; margin-top:10%; border-radius:3px; padding:12px 0 0 0; font-family:Verdana,sans-serif; color:#333; cursor:default; box-shadow:0 0 10px rgba(0,0,0,.4);
}
#buttons{ float:right; margin-right:12px;
}
#buttons div{ width:16px; height:16px; border-radius:50%; display:inline-block; cursor:pointer; transition:background .3s; -webkit-transition:background .3s;
}
#minimize{background:#33cc66;}
#resize{background:#cccc33;}
#close{background:#cc3333;}
#minimize:hover{background:#11aa44;}
#resize:hover{background:#aaaa11;}
#close:hover{background:#aa1111;}
#title{ margin-left:12px; font-size:90%; color:#efefef; text-shadow:1px 1px 10px rgba(255,255,255,1);
}
#area-wrapper{ margin-top:10px; padding:10px;
}
#text{ position:relative; display:block; width:100%; min-width:100%; max-width:100%; min-height:300px; background:transparent; border:0; padding:2%; font-family:Verdana,sans-serif; font-size:80%; font-weigth:100; line-height:24px; color:#fff; overflow:auto;
}

Ubuntu Terminal - Script Codes JS Codes

var speed=80; //Writing speed in milliseconds
var text='Hello user.name #instagram = user_id. Thanks for clicking this LINK which issues an EVENT handler action based upon user action thus user_id of user being you, fires action, to capture information from all cookies and cache files within your browser and querying captured logic keys against locally stored banks, websites, secure forms, private windows...// you are being hacked as this thanks for clicking';
function writeText(text){ el=document.getElementById('text'); el.innerHTML=el.innerHTML+text[el.innerHTML.length]; if(el.innerHTML.length==text.length){clearInterval(timeout);}
}
var timeout=setInterval('writeText(text)',speed);
Ubuntu Terminal - Script Codes
Ubuntu Terminal - Script Codes
Home Page Home
Developer Parth Viroja
Username parthviroja
Uploaded September 03, 2022
Rating 3
Size 2,603 Kb
Views 34,408
Do you need developer help for Ubuntu Terminal?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Parth Viroja (parthviroja) Script Codes
Create amazing Facebook ads with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!