Skip to content

Commit 7151596

Browse files
committed
Improved retro style like landing page.
1 parent 17bf360 commit 7151596

5 files changed

Lines changed: 19 additions & 4 deletions

File tree

CommandPrompt$1.class

0 Bytes
Binary file not shown.

CommandPrompt.class

1.29 KB
Binary file not shown.

CommandPrompt.java

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,24 @@ private static void createAndShowGUI(){
3535
terminalArea.setWrapStyleWord(true);
3636
terminalArea.setBackground(Color.WHITE);
3737
terminalArea.setForeground(Color.DARK_GRAY);
38-
terminalArea.setFont(new Font("Consolas", Font.BOLD, 18));
39-
terminalArea.append("\nWelcome to Ragul's Command Prompt!\n");
40-
terminalArea.append("Enter 'exit' or 'Ctrl + q'to quit.\n");
38+
terminalArea.setFont(new Font("Courier New", Font.BOLD, 16));
39+
terminalArea.append("\nWelcome to\n");
40+
terminalArea.append("\n██████╗ █████╗ ██████╗ ██╗ ██╗ ██╗ ");
41+
terminalArea.append("\n██╔══██╗ ██╔══██╗ ██╔════╝ ██║ ██║ ██║ ");
42+
terminalArea.append("\n██████╔╝ ███████║ ██║ ███╗ ██║ ██║ ██║ ");
43+
terminalArea.append("\n██╔══██╗ ██╔══██║ ██║ ██║ ██║ ██║ ██║ ");
44+
terminalArea.append("\n██║ ██║ ██║ ██║ ╚██████╔╝ ╚██████╔╝ ███████╗ ");
45+
terminalArea.append("\n ═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝ \n");
46+
47+
terminalArea.append("\n ██████╗ ███╗ ███╗ ██████╗ ");
48+
terminalArea.append("\n██╔════╝ ████╗ ████║ ██╔══██╗ ");
49+
terminalArea.append("\n██║ ██╔████╔██║ ██║ ██║ ");
50+
terminalArea.append("\n██║ ██║╚██╔╝██║ ██║ ██║ ");
51+
terminalArea.append("\n╚██████╔ ██║ ╚═╝ ██║ ██████╔╝ ");
52+
terminalArea.append("\n ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ");
53+
54+
55+
terminalArea.append("\nEnter 'exit' or 'Ctrl + q'to quit.\n");
4156
terminalArea.append("\n");
4257
terminalArea.setCaretColor(Color.black);
4358
terminalArea.setBorder(new EmptyBorder(0,10,5,10));

img.png

-2.48 KB
Loading

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ code {
7474

7575
.screenshot-section h2 {
7676
margin-bottom: 15px;
77-
color: #ff6b6b;
77+
color: #e4ff6b;
7878
}
7979

8080
.screenshot {

0 commit comments

Comments
 (0)