22< html lang ="en ">
33
44< head >
5- < meta charset ="UTF-8 ">
6- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8- < title > Poorvi Shah's profile</ title >
9- < link rel ="stylesheet " href ="style.css ">
10- < link href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css " rel ="stylesheet ">
5+ < meta charset ="UTF-8 ">
6+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8+ < title > Poorvi Shah's profile</ title >
9+ < link rel ="stylesheet " href ="style.css ">
10+ < link href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css " rel ="stylesheet ">
11+ < style > </ style >
12+ < title > Hover Button Example</ title >
13+ </ style >
14+
1115</ head >
1216
1317< body >
14- < header >
15- < img src ="img/profilepic.jpg " alt ="profilepic.jpg " class ="profile-pic " />
16- < h1 > Poovi shah</ h1 >
17- < p > About my self</ p >
18+ < header >
19+ < img src ="img/profilepic.jpg " alt ="profilepic.jpg " class ="profile-pic " />
20+ < h1 > Poovi shah</ h1 >
21+
22+ < nav >
23+ < ul >
24+ < li > < a href ="#about "> About Me</ a > </ li >
25+ < li > < a href ="#skills "> Skills</ a > </ li >
26+ < li > < a href ="#projects "> Projects</ a > </ li >
27+ < li > < a href ="#contact "> Contact</ a > </ li >
28+
29+ </ header >
30+
31+ < section id ="about ">
32+ < p > Hello! My name is Poorvi. I'm a proud mom of two daughters—11 and 7 years old. I’ve worked in accounting
33+ for over 10 years and currently work at RWWA as a Finance Officer. I love dancing, Bollywood music, cooking,
34+ and ginger tea on rainy days ☔🍵. I'm now learning coding and excited for this new journey!I have over 10 years
35+ of experience in accounting, during which I’ve gained proficiency in a variety of
36+ systems including Oracle-based platforms, TechnologyOne, Pronto, MYOB, and Parklane. I am passionate
37+ about accounting because it constantly presents new challenges and opportunities to expand my knowledge
38+ and skills.
39+ Currently, I work at RWWA (Racing and Wagering Western Australia), a racing organization, where I serve
40+ as a Finance Officer. In this role, I manage the racebooks for three different entities and ensure
41+ timely payments to participants. I truly enjoy being part of the RWWA team and find great satisfaction
42+ in the work I do.
43+
44+ </ p >
45+ </ section >
46+
47+ < section id ="skills ">
48+ < div class ="skills-grid ">
49+ < div class ="skill-card ">
50+ < img src ="img/MYOB.webp " alt ="MYOB ">
51+ < h3 > MYOB</ h3 >
52+ < p > Helps manage accounting, payroll, invoicing, tax, inventory, and reporting.</ p >
53+ </ div >
54+ < div class ="skill-card ">
55+ < img src ="img/techone.png " alt ="TechOne ">
56+ < h3 > TechOne</ h3 >
57+ < p > Enterprise software for real-time collaboration and data access.</ p >
58+ </ div >
59+ < div class ="skill-card ">
60+ < img src ="img/Pronto.jpeg " alt ="Pronto ">
61+ < h3 > Pronto</ h3 >
62+ < p > Supports financials, supply chain, CRM, POS, and asset management.</ p >
63+ </ div >
64+ </ section >
65+
66+ < section id ="projects ">
67+ < h2 > Projects</ h2 >
68+ < div class ="project ">
69+ < h3 > First Website</ h3 >
70+ < p > Learned how to create a website using HTML and CSS. Structured content and styled it for the web.
71+ </ p >
72+ < a href ="https://redesigned-adventure-m6ey7k5.pages.github.io/ "> View Project</ a >
73+ </ div >
74+ < div class ="project ">
75+ < h3 > My Portfolio</ h3 >
76+ < p > Explored more about HTML and CSS to build a personal portfolio.
77+ HTML stands for HyperText Markup Language. It is the standard language used to create the structure of web
78+ pages.
79+ Defines headings, paragraphs, links, images, buttons, and more.
80+ Organizes content into sections like headers, footers, and articles.
81+
82+ CSS stands for Cascading Style Sheets. It is used to style and design HTML elements.
83+ Changes colors, fonts, sizes, layouts, and animations.
84+ Makes websites look attractive and responsive.
85+ </ p >
86+ </ div >
87+ </ section >
1888
19- </ header >
20- < main >
21- < section class ="about ">
22- < h2 > About Me</ h2 >
23- < p > Hello! My name is Poorvi.
24- I'm a proud mom of two wonderful daughters—my older one is 11 and the younger is 7. I've been working in
25- an accounting firm for over 10 years.
26- This year, I have challenged myself to learn coding! I know it can be tricky and difficult at times, but
27- I am determined and excited to take it on.
28- I love dancing, Bollywood music, and cooking. One of my Favorite simple joys is enjoying a warm cup of
29- ginger tea in the morning, especially on rainy days. ☔🍵
30- </ p >
31- </ section >
32- < section class ="skills ">
33- < h3 > Skills</ h3 >
34- < ul class ="flex ">
35- < li > < img src ="img/MYOB.webp " alt ="img/MYOB.webp " class ="myob " />
36- < h3 >
37- MYOB
38- < p >
39- MYOB develops software and services that help businesses manage
40- Accounting and Bookkeeping
41- Payroll and HR
42- Invoicing and Payments
43- Tax and Compliance
44- Inventory and Job Tracking
45- Business Insights and Reporting
46- </ p >
47- </ h3 >
48- </ li >
49- < li >
50- < img src ="img/techone.png " alt ="img/techone.png " class ="techone " />
51- < h3 >
52- Techone system
53- < p >
54- techone system is a leading Australian enterprise software company.
55- Access data from anywhere.
56- Collaborate with accountants in real-time.
57- </ p >
58- </ h3 >
59- </ li >
60- < li >
61- < img src ="img/Pronto.jpeg " alt ="img/Pronto.jpeg " class ="pronto " />
62- < h3 >
63- Pronto
64- < p >
65- Pronto Software it's designed to help medium to large businesses manage their operations.
66- Financials.
67- Supply Chain Management.
68- Manufacturing.
69- Retail & Point of Sale (POS).
70- Customer Relationship Management (CRM).
71- Asset & Facility Management.
72- </ p >
73- </ h3 >
74- </ li >
75- </ ul >
76- </ section >
77- < section class ="projects ">
78- < h2 >
79- projects
80- </ h2 >
81- < article >
82- < h3 >
83- first website
84- learn about how to create code in HTML and CSS.
85- </ h3 >
86- < p >
87- learnt someting new about HTML and CSS.
88- used to create and structure content on the web.
89- It tells the browser what each part of a webpage is
90- like headings, paragraphs, links, images, and more.
91- </ p >
92- < a href ="# " class ="button "> View project</ a >
93- </ article >
94- < article >
95- < h3 >
96- my portofolio
97- </ h3 >
98- < p >
99- learnt someting new about HTML and CSS
100- </ p >
101- < a href ="# " class ="button "> View project</ a >
102- </ article >
103- </ section >
104- </ main >
105- < footer >
106- < a href ="# " class ="button ">
107- contact
108- </ a >
109- < nav >
110- < a > < i class ="fa-brands fa-github "> </ i > </ a >
111- < a > < i class ="fa-brands fa-linkedin "> </ i > </ a >
112- </ nav >
113- </ footer >
89+ < section id ="contact ">
90+ < h2 > Contact</ h2 >
91+ < p > Thanks for visiting! Feel free to connect with me to talk about accounting, coding, or ginger tea ☕</ p >
92+ </ section >
11493
94+ < footer >
95+ < p > © 2025 Poovi Shah</ p >
96+ </ footer >
11597</ body >
11698
117- </ html
99+ </ html >
0 commit comments