commit 5f2b3da4db1b10aa520f6c00260ca44935e61f76 Author: Hadeed Ahmad Date: Mon Jul 1 18:20:39 2024 +0500 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..13e493e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.vite/ +node_modules/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..5dceb05 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Frontend Mentor - Social links profile solution + +This is a solution to the [Social links profile challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/social-links-profile-UG32l9m6dQ). Frontend Mentor challenges help you improve your coding skills by building realistic projects. diff --git a/index.html b/index.html new file mode 100644 index 0000000..54b6ac3 --- /dev/null +++ b/index.html @@ -0,0 +1,29 @@ + + + + + + Social links profile + + + + + +

Jessica Randall

+

London, United Kingdom

+

"Front-end developer and avid reader."

+ + + + diff --git a/public/fonts/Inter-VariableFont_slnt,wght.ttf b/public/fonts/Inter-VariableFont_slnt,wght.ttf new file mode 100644 index 0000000..e724708 Binary files /dev/null and b/public/fonts/Inter-VariableFont_slnt,wght.ttf differ diff --git a/public/images/avatar-jessica.jpeg b/public/images/avatar-jessica.jpeg new file mode 100644 index 0000000..563f74f Binary files /dev/null and b/public/images/avatar-jessica.jpeg differ diff --git a/public/images/favicon-32x32.png b/public/images/favicon-32x32.png new file mode 100644 index 0000000..1e2df7f Binary files /dev/null and b/public/images/favicon-32x32.png differ