-
Notifications
You must be signed in to change notification settings - Fork 0
yogender0010/website2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- SERVICES - TESTIMONIALS
- BLOG - CONTACTS
### Install packages from the root directory ``` npm install ` ### Start the development server ``` npm start `
# Folder Structure 📂 ```bash ├── LICENSE ├── README.md ├── package-lock.json ├── package.json ├── public │ ├── _redirects │ ├── favicon.ico │ ├── favicon.png │ ├── favicon512.png │ ├── index.html │ ├── manifest.json │ └── robots.txt ├── src │ ├── App.css │ ├── App.js │ ├── assets │ │ ├── fonts │ │ │ └── Bestermind │ │ │ └── BestermindRegular.ttf │ │ ├── pdf │ │ │ └── resume.pdf │ │ └── svg │ │ ├── about │ │ ├── contacts │ │ ├── education │ │ ├── experience │ │ ├── projects │ │ ├── skills │ │ ├── social │ │ └── testimonials │ ├── components │ │ ├── About │ │ │ ├── About.css │ │ │ └── About.js │ │ ├── Achievements │ │ │ ├── Achievements.css │ │ │ └── Achievements.js │ │ │ └── AchievementCard.js │ │ ├── BackToTop │ │ │ ├── BackToTop.css │ │ │ └── BackToTop.js │ │ ├── Blog │ │ │ ├── Blog.css │ │ │ ├── Blog.js │ │ │ └── SingleBlog │ │ │ ├── SingleBlog.css │ │ │ └── SingleBlog.js │ │ ├── Contacts │ │ │ ├── Contacts.css │ │ │ └── Contacts.js │ │ ├── Education │ │ │ ├── Education.css │ │ │ ├── Education.js │ │ │ └── EducationCard.js │ │ ├── Experience │ │ │ ├── Experience.css │ │ │ ├── Experience.js │ │ │ └── ExperienceCard.js │ │ ├── Footer │ │ │ ├── Footer.css │ │ │ └── Footer.js │ │ ├── Landing │ │ │ ├── Landing.css │ │ │ └── Landing.js │ │ ├── Navbar │ │ │ ├── Navbar.css │ │ │ └── Navbar.js │ │ ├── Projects │ │ │ ├── Projects.css │ │ │ ├── Projects.js │ │ │ └── SingleProject │ │ │ ├── SingleProject.css │ │ │ └── SingleProject.js │ │ ├── Services │ │ │ ├── Services.css │ │ │ ├── Services.js │ │ │ └── SingleService │ │ │ ├── SingleService.css │ │ │ └── SingleService.js │ │ ├── Skills │ │ │ ├── Skills.css │ │ │ └── Skills.js │ │ ├── Testimonials │ │ │ ├── Testimonials.css │ │ │ └── Testimonials.js │ │ └── index.js │ ├── contexts │ │ └── ThemeContext.js │ ├── data │ │ ├── aboutData.js │ │ ├── achievementData.js │ │ ├── blogData.js │ │ ├── contactsData.js │ │ ├── educationData.js │ │ ├── experienceData.js │ │ ├── headerData.js │ │ ├── projectsData.js │ │ ├── servicesData.js │ │ ├── skillsData.js │ │ ├── socialsData.js │ │ ├── testimonialsData.js │ │ └── themeData.js │ ├── index.css │ ├── index.js │ ├── pages │ │ ├── Blog │ │ │ ├── BlogPage.css │ │ │ └── BlogPage.js │ │ ├── Main │ │ │ └── Main.js │ │ ├── Project │ │ │ ├── ProjectPage.css │ │ │ └── ProjectPage.js │ │ └── index.js │ ├── reportWebVitals.js │ ├── theme │ │ ├── images.js │ │ └── theme.js │ └── utils │ ├── ScrollToTop.js │ └── skillsImage.js └── yarn.lock ```
#### Data for each component is divided into respective files. > #### About You > #### Education details > #### Enter your Projects > #### Add your Skills > #### Experience > #### Achievements > #### Services > #### Your Blogs and Articles > #### Contact Details > #### Social Media Profiles # SEO 🕷️ ### Search engine optimization (SEO) is the process of improving the quality and quantity of website traffic to a website or a web page from search engines.
```html ```
# Packages Used 📦 | Client Side Packages | | :-------------: | | @material-ui/core | | @material-ui/icons | | axios | | react-fast-marquee | | react-helmet | | react-icons | | react-reveal | | react-router-dom | | react-router-hash-link | | react-slick | | slick-carousel | | validator |
# APIs Used 🗺️ - [SheetDB](https://sheetdb.io/)
# Fonts and Images 🎭 ## Illustrations - [Icons8](https://icons8.com/illustrations/styles) - [SVG Porn](https://svgporn.com/) ## Icons - [Material Icons](https://material-ui.com/components/material-icons/) - [React Icons](https://react-icons.github.io/react-icons/) ## Fonts - [Poppins](https://fonts.google.com/specimen/Poppins) - [Montserrat](https://fonts.google.com/specimen/Montserrat) - [Raleway](https://fonts.google.com/specimen/Raleway) - [Big Shoulders Text](https://fonts.google.com/specimen/Big+Shoulders+Text) - [Bestermind](https://www.dafont.com/bestermind.font) - [Roboto](https://fonts.google.com/specimen/Roboto) # website # website
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published