Skip to content

Commit 29fcbbb

Browse files
Merge pull request #53 from Viduruwan-55/main
update abouth of viduruwan
2 parents 7ed12f1 + 66c1a7e commit 29fcbbb

File tree

5 files changed

+510
-160
lines changed

5 files changed

+510
-160
lines changed

next.config.mjs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
import nextra from 'nextra'
1+
import nextra from "nextra";
22

33
const withNextra = nextra({
4-
theme: 'nextra-theme-docs',
5-
themeConfig: './theme.config.jsx',
4+
theme: "nextra-theme-docs",
5+
themeConfig: "./theme.config.jsx",
66
});
77

8-
const isProd = process.env.NODE_ENV === 'production';
8+
const isProd = process.env.NODE_ENV === "production";
99

1010
export default withNextra({
1111
// Ensure the project builds for static export
12-
output: 'export',
12+
output: "export",
1313

1414
// Support for GitHub Pages
15-
basePath: isProd ? '/batch5' : '',
16-
assetPrefix: isProd ? '/batch5' : '',
15+
basePath: isProd ? "/batch5" : "",
16+
assetPrefix: isProd ? "/batch5" : "",
1717

1818
// Required if you're using next/image
1919
images: {
2020
unoptimized: true,
2121
},
22-
});
22+
});
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
const meta = {
2-
me: "Y.P. Viduruwan",
3-
about: "About Me",
4-
}
2+
about: "About Me",
3+
};
54

6-
export default meta;
5+
export default meta;

pages/Meet_our_team/Viduruwan/about.mdx

Lines changed: 10 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -3,71 +3,17 @@ title: "About Viduruwan"
33
description: "Learn more about Viduruwan, a passionate Computer Science student at the University of Kelaniya."
44
---
55

6-
# 👨‍💻 About Me
6+
import About from "./page";
7+
import React from "react";
78

8-
Hi, I'm **Viduruwan**! I'm a **Computer Science** student at the **University of Kelaniya** with a deep passion for for **Security Technologies and Innovation**. I enjoy exploring new advancements and developing solutions that enhance security, scalability, and efficiency.
9-
10-
## 🚀 My Journey
11-
12-
I’m on a continuous journey to learn and grow in the ever-evolving tech landscape. My focus areas include:
13-
14-
- **Web Development**
15-
- **Mobile app Development**
16-
- **Cybersecurity**
17-
- **System Administration**
18-
- **Networking**
19-
- **DevOps**
20-
- **Cloud Computing**
21-
22-
Through hands-on projects, research, and collaborations, I have gained valuable experience in designing and implementing technology-driven solutions. My academic and practical work has deepened my expertise in enterprise-level infrastructure and system security.
23-
24-
## 🛠️ Skills & Technologies
25-
26-
Here are a few technologies and tools I specialize in:
27-
28-
- **Programming Languages :**
29-
- Python, JavaScript, Java, C,C#, Dart,
30-
31-
- **Web Development:**
32-
- HTML, CSS, JavaScript
33-
- React, Node.js, Express.js
34-
35-
- **Operating Systems:**
36-
- Linux (Kali, RedHat, Ubuntu)
37-
- Windows System Administration
38-
39-
- **Cybersecurity Tools:**
40-
- Nmap, Wireshark, Metasploit, Burp Suite
41-
42-
- **Cloud & DevOps:**
43-
- AWS, Azure, Docker, Kubernetes
44-
- Ansible
45-
46-
- **Networking:**
47-
- VPNs, Firewalls
48-
49-
- **Scripting:**
50-
- Bash, PowerShell
51-
52-
- **Version Control & Collaboration:**
53-
- Git & GitHub
54-
55-
## 🌱 Current Focus
56-
57-
- Deepening my knowledge in **Cybersecurity** and **Ethical Hacking**
58-
- Expanding my **penetration testing** and **networking knowledge**
59-
- Contributing to **open-source** projects
60-
- Exploring **cloud technologies** and **DevOps practices**
61-
62-
## 🌍 Let's Connect
63-
64-
✅ I’m always open to collaborating on exciting projects or discussing tech. Feel free to reach out!
65-
66-
- [LinkedIn](https://www.linkedin.com/in/y-p-viduruwan)
67-
- [GitHub](https://github.com/Viduruwan-55)
68-
- [Twitter](https://x.com/Viduruwan_X55)
69-
- [Medium](https://medium.com/@viduruwan20006)
9+
export default function page() {
10+
return (
11+
<div className="p-5">
12+
<About />
13+
</div>
14+
);
15+
}
7016

7117
---
7218

73-
**"With a commitment to security and innovation, I strive to develop technological solutions that empower communities and shape a better future.!"**
19+
**"With a commitment to security and innovation, I strive to develop technological solutions that empower communities and shape a better future.!"**

pages/Meet_our_team/Viduruwan/me.mdx

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

0 commit comments

Comments
 (0)