Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
import nextra from 'nextra'
import nextra from "nextra";

const withNextra = nextra({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.jsx',
theme: "nextra-theme-docs",
themeConfig: "./theme.config.jsx",
});

const isProd = process.env.NODE_ENV === 'production';
const isProd = process.env.NODE_ENV === "production";

export default withNextra({
// Ensure the project builds for static export
output: 'export',
output: "export",

// Support for GitHub Pages
basePath: isProd ? '/batch5' : '',
assetPrefix: isProd ? '/batch5' : '',
basePath: isProd ? "/batch5" : "",
assetPrefix: isProd ? "/batch5" : "",

// Required if you're using next/image
images: {
unoptimized: true,
},
});
});
7 changes: 3 additions & 4 deletions pages/Meet_our_team/Viduruwan/_meta.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const meta = {
me: "Y.P. Viduruwan",
about: "About Me",
}
about: "About Me",
};

export default meta;
export default meta;
74 changes: 10 additions & 64 deletions pages/Meet_our_team/Viduruwan/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,71 +3,17 @@ title: "About Viduruwan"
description: "Learn more about Viduruwan, a passionate Computer Science student at the University of Kelaniya."
---

# 👨‍💻 About Me
import About from "./page";
import React from "react";

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.

## 🚀 My Journey

I’m on a continuous journey to learn and grow in the ever-evolving tech landscape. My focus areas include:

- **Web Development**
- **Mobile app Development**
- **Cybersecurity**
- **System Administration**
- **Networking**
- **DevOps**
- **Cloud Computing**

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.

## 🛠️ Skills & Technologies

Here are a few technologies and tools I specialize in:

- **Programming Languages :**
- Python, JavaScript, Java, C,C#, Dart,

- **Web Development:**
- HTML, CSS, JavaScript
- React, Node.js, Express.js

- **Operating Systems:**
- Linux (Kali, RedHat, Ubuntu)
- Windows System Administration

- **Cybersecurity Tools:**
- Nmap, Wireshark, Metasploit, Burp Suite

- **Cloud & DevOps:**
- AWS, Azure, Docker, Kubernetes
- Ansible

- **Networking:**
- VPNs, Firewalls

- **Scripting:**
- Bash, PowerShell

- **Version Control & Collaboration:**
- Git & GitHub

## 🌱 Current Focus

- Deepening my knowledge in **Cybersecurity** and **Ethical Hacking**
- Expanding my **penetration testing** and **networking knowledge**
- Contributing to **open-source** projects
- Exploring **cloud technologies** and **DevOps practices**

## 🌍 Let's Connect

✅ I’m always open to collaborating on exciting projects or discussing tech. Feel free to reach out!

- [LinkedIn](https://www.linkedin.com/in/y-p-viduruwan)
- [GitHub](https://github.com/Viduruwan-55)
- [Twitter](https://x.com/Viduruwan_X55)
- [Medium](https://medium.com/@viduruwan20006)
export default function page() {
return (
<div className="p-5">
<About />
</div>
);
}

---

**"With a commitment to security and innovation, I strive to develop technological solutions that empower communities and shape a better future.!"**
**"With a commitment to security and innovation, I strive to develop technological solutions that empower communities and shape a better future.!"**
84 changes: 0 additions & 84 deletions pages/Meet_our_team/Viduruwan/me.mdx

This file was deleted.

Loading