From d4388aee34e18fd902a788f3c8c424b801d5b943 Mon Sep 17 00:00:00 2001 From: meenu Date: Fri, 6 Jan 2023 12:55:27 +0530 Subject: [PATCH] personal-website --- FPM.ftd | 19 ++++++++++++++++++- about.ftd | 8 ++++++++ contact.ftd | 3 ++- index.ftd | 11 +++++++---- project.ftd | 4 ++++ 5 files changed, 39 insertions(+), 6 deletions(-) create mode 100644 about.ftd create mode 100644 project.ftd diff --git a/FPM.ftd b/FPM.ftd index a308539..0786823 100644 --- a/FPM.ftd +++ b/FPM.ftd @@ -16,11 +16,28 @@ download-base-url: https://raw.githubusercontent.com/meenukumari28/meenukumari/m # Home: /index.html +- Quick Links + - GitHub: https://github.com/MeenuKumari28 + - LinkedIn: https://www.linkedin.com/in/meenu-kumari-3275501b8/ + +# About: /about/ +nav-title: About Me + + +# Project: /project/ + +- Highlighted Projects: + - Personal Portfolio: https://myportfoliocheck.netlify.app/ + - Social Media: https://myportfoliocheck.netlify.app/ + - Shopping App: https://myportfoliocheck.netlify.app/ + - Game App: https://myportfoliocheck.netlify.app/ + - E-commerce Website: https://myportfoliocheck.netlify.app/ + - Tic Tac Toe: https://myportfoliocheck.netlify.app/ + # Resume: /resume/ # Contact: /contact/ - - email : - meenukumariwork@gmail: url: https://meenukumariwork@gmail.com/ diff --git a/about.ftd b/about.ftd new file mode 100644 index 0000000..ffe12fa --- /dev/null +++ b/about.ftd @@ -0,0 +1,8 @@ +-- import: fpm +-- import: fifthtry.github.io/texty-ps as ps + +-- ps.page: About Me + +Hello everyone, this is my personal website where i have given all the details about me. Including my project work and contact information. Also I will keep this website updating time to time. + +You can find all this project work done by me in the project section, my resume in the resume section and my contact information in the contact section. \ No newline at end of file diff --git a/contact.ftd b/contact.ftd index 89f51b6..4dbd081 100644 --- a/contact.ftd +++ b/contact.ftd @@ -1,4 +1,5 @@ - +-- import: fpm +-- import: fifthtry.github.io/texty-ps as ps -- ps.page: Contact Me diff --git a/index.ftd b/index.ftd index b028c49..602e034 100644 --- a/index.ftd +++ b/index.ftd @@ -8,9 +8,12 @@ contact-txt: Contact contact-url: /contact/ id: page-id +Hi I am Meenu Kumari, welcome to my personal website. + -- ps.h3: Skills -- Go, Lua, Haskell, C, Rust and other languages: -- Docker (deployment, development & more): -- Mashups of data: -- Kubernetes: \ No newline at end of file +- Html, Css, Javascript, ReactJs, NextJs +- NodeJs, ExpressJs +- MongoDB +- Heroku + diff --git a/project.ftd b/project.ftd new file mode 100644 index 0000000..984cedd --- /dev/null +++ b/project.ftd @@ -0,0 +1,4 @@ +-- import: fpm +-- import: fifthtry.github.io/texty-ps as ps + +-- ps.page: \ No newline at end of file