Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 203852f

Browse files
committed
remove some old projects
1 parent 6b3a700 commit 203852f

File tree

6 files changed

+13
-45
lines changed

6 files changed

+13
-45
lines changed

‎.prettierignore‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎README.md‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<h1><a href="https://0l1v3rr.github.io/" target="_blank">0l1v3rr - Terminal Website</a></h1>
22

3-
This is a Kali Linux Terminal-like personal website.
3+
This is a Kali Linux Terminal-like personal website.
44

55
<img src="./screenshots/screenshot.png" alt="screenshot">
66

77
<hr>
88

99
## Features
10+
1011
- Kali Linux-like interface
1112
- Fun commands
1213
- Tab autocomplete
@@ -32,4 +33,4 @@ npm i
3233

3334
# 3. Run the app
3435
npm start
35-
```
36+
```

‎public/index.html‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
/>
2020
<meta name="viewport" content="width=device-width, initial-scale=1" />
2121
<meta name="theme-color" content="#000000" />
22-
<meta
23-
name="description"
24-
content="Web site created using create-react-app"
25-
/>
22+
<meta name="description" content="A Kali Linux terminal-like website" />
2623
<title>root@kali</title>
2724

2825
<style>

‎src/const/commands.ts‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,16 @@ function aboutText(): string {
105105
106106
I'm a passionate <span class="terminal-bold">Full-Stack Web Developer</span> from <span class="terminal-bold">Hungary</span>.
107107
<br>
108-
Most of the time, I work with <span class="terminal-bold">Java</span> and <span class="terminal-bold">TypeScript</span>.
109-
However, I often choose <span class="terminal-bold">Go</span> when it comes to building personal projects.
108+
Most of the time, I work with <span class="terminal-bold">TypeScript</span>, but I love <span class="terminal-bold">Go</span> as well.
110109
111110
<br><br>
112-
Mentionable frameworks I work with:
111+
Mentionable tools I use on a daily basis:
113112
<br>
114-
&nbsp; * <span >Backend</span>: Spring, Spring Boot, JPA
113+
&nbsp; * <span class="terminal-bold">Backend</span>: Laravel, Golang
115114
<br>
116-
&nbsp; * <span class="terminal-bold">Frontend</span>: React, Tailwind
115+
&nbsp; * <span class="terminal-bold">Frontend</span>: React, TailwindCSS, TypeScript
116+
<br>
117+
&nbsp; * <span class="terminal-bold">Other</span>: Docker, Git
117118
<br><br>
118119
119120
Would you like to connect with me? Enter the 'socials' command!<br>

‎src/const/projects.ts‎

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,15 @@ interface Project {
55
}
66

77
export const projects: Project[] = [
8-
{
9-
name: "CLI File Manager",
10-
link: "https://github.com/0l1v3rr/cli-file-manager?ref=0l1v3rr.github.io",
11-
category: "other",
12-
},
13-
{
14-
name: "creek",
15-
link: "https://github.com/0l1v3rr/creek?ref=0l1v3rr.github.io",
16-
category: "other",
17-
},
188
{
199
name: "GitHub README Tech Stack",
2010
link: "https://github.com/0l1v3rr/github-readme-tech-stack?ref=0l1v3rr.github.io",
2111
category: "fullstack",
2212
},
2313
{
24-
name: "React To-do",
25-
link: "https://github.com/0l1v3rr/react-todo?ref=0l1v3rr.github.io",
26-
category: "frontend",
27-
},
28-
{
29-
name: "Workout Tracker",
30-
link: "https://github.com/0l1v3rr/workout-tracker?ref=0l1v3rr.github.io",
31-
category: "fullstack",
14+
name: "CLI File Manager",
15+
link: "https://github.com/0l1v3rr/cli-file-manager?ref=0l1v3rr.github.io",
16+
category: "other",
3217
},
3318
{
3419
name: "Pathfinding Visualizer",
@@ -40,11 +25,6 @@ export const projects: Project[] = [
4025
link: "https://github.com/0l1v3rr/hangman-game?ref=0l1v3rr.github.io",
4126
category: "frontend",
4227
},
43-
{
44-
name: "Wordle Clone",
45-
link: "https://github.com/0l1v3rr/wordle-clone?ref=0l1v3rr.github.io",
46-
category: "frontend",
47-
},
4828
{
4929
name: "Portfolio Website",
5030
link: "https://github.com/0l1v3rr/0l1v3rr.github.io?ref=0l1v3rr.github.io",
@@ -55,11 +35,6 @@ export const projects: Project[] = [
5535
link: "https://github.com/0l1v3rr/port-scanner?ref=0l1v3rr.github.io",
5636
category: "other",
5737
},
58-
{
59-
name: "React Initializr",
60-
link: "https://github.com/0l1v3rr/react-initializr?ref=0l1v3rr.github.io",
61-
category: "frontend",
62-
},
6338
{
6439
name: "scrumw",
6540
link: "https://github.com/0l1v3rr/scrumw?ref=0l1v3rr.github.io",

‎tailwind.config.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ module.exports = {
44
theme: {
55
extend: {
66
backgroundImage: {
7-
// kali: "url('./assets/kali-wallpaper-1.jpg')",
87
kali: "url('./assets/kali-layers.png')",
98
},
109
colors: {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /