├── CONTRIBUTING.md
├── README.md
├── images
├── P3021961.jpg
├── add.png
├── cd.png
├── clone.png
├── commit.png
├── create_PR.png
├── create_branch.png
├── dark-green-leaves-background-hydrangea-260nw-1699508995.jpg
├── fork.png
├── leaves_bushes_green_174515_3840x2400.jpg
├── open_PR.png
├── push.png
└── skill-icons
│ ├── icons8-c++.svg
│ ├── icons8-css3.svg
│ ├── icons8-flutter.svg
│ ├── icons8-html-5.svg
│ ├── icons8-javascript.svg
│ ├── icons8-nodejs.svg
│ ├── icons8-react-native.svg
│ ├── icons8-visual-studio-code-2019.svg
│ └── node-js.png
├── index.html
├── script.js
└── style.css
/CONTRIBUTING.md:
--------------------------------------------------------------------------------
1 | # Contributing Guidelines
2 |
3 | ### Learn how to Fork a repo , make changes and ask a maintainer to review and merge
4 |
5 | ## Creating a Pull Request
6 | If you want to contribute to other projects on Github. How do you do it?
7 | When you want to work on another's GitHub project, the first step is to fork a repo.
8 |
9 |
10 | This creates a new copy of the repo under your Github user account.
11 | - Clone this Github repo. Open up the GitBash/Command Line and type in:
12 |
13 |
14 | - cd into the specific directory.
15 | - Now create a branch of the master by pushing the command:
16 | git branch
17 |
18 |
19 |
20 | - Start Coding. Make apt commits with proper commit messages. Always use git status to see that you have not made changes on the file you were supposed not to
21 |
22 | - Add all the changes with this command: (git add .). This will add the changes to your present workspace.
23 |
24 |
25 | - Make a commit. This will save a snapshot of your Project.
26 |
27 |
28 | - Push the changes : git push
29 |
30 |
31 | - Once you push the changes to your repo, Go to your forked repository
32 |
33 |
34 | - Click it and you'll be taken to this screen.
35 |
36 |
37 | - Open a pull request by clicking the Create pull request button. This allows the repo's maintainers to reviews your work. From here, they can merge it if it is good, or they may ask you for some changes.
38 |
39 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Personal-Portfolio
2 |
3 |  
4 |
5 |   
6 |
7 | ### Website Layout
8 |
9 |
10 | https://user-images.githubusercontent.com/74411873/145658790-95f3c433-8a92-4339-b96c-77777e7d5842.mp4
11 |
12 |
13 |
14 | ### How to go about
15 | This is the basic layout of the website where things need to be replaced with your data and credentials, follow these easy steps given down below to get your website working:
16 |
17 | ## HTML 
18 |
19 | - Change the Title of the Web Page to your name
20 | - Go to https://favicon.io to generate favicon for your website
21 | - Go to https://fontawesome.com/ and get your Kit number and replace it in place of `{{YOUR KIT KEY}}`
22 | - Go to https://www.emailjs.com/ and sign up yourself, create Email Service and Email Template.
23 | - Go to https://dashboard.emailjs.com/admin/integration/browser and get your UserID and replace it with `{{YOUR USER KEY}}`
24 |
25 | #### HOME
26 |
27 | - Next, Moving to Home section, here replace `{{YOUR NAME}}` with your full name
28 |
29 | #### ABOUT
30 |
31 | - Replace `P3021961.jpg` with your own professional image
32 | - In Text class, replace `{{YOUR NAME}}` with your full name
33 | - In the Paragraph class, replace 'lorem ipsum' with some proper description about yourself in about 4-5 lines
34 | - Make a google drive folder for putting in the resume and replace `{{GOOGLE DRIVE LINK FOR RESUME}}` with drive link
35 |
36 | #### SERVICES
37 |
38 | - Replace` {{SKILL 1}},{{SKILL 2}},{{SKILL 3}}` with your skills
39 | - Replace the 'lorem ipsum' in all three sections with relevent description of your services
40 |
41 | #### SKILLS
42 |
43 | - Replace 'Lorem Ipsum' with relevent description of your skills .
44 | - In the anchor tag, feel free to redirect the READ MORE button to a suitable website.
45 | - Replace the `` tags with the icons related to your skill set (For icons, checkout - https://icons8.com/)
46 |
47 | #### CONTACT
48 |
49 | - Replace 'Lorem Ipsum' with text of your choice so that users can contact you.
50 | - Replace {`{YOUR NAME}},{{YOUR ADDRESS}},{{YOUR EMAIL}}`with your full name, proximate address and email address.
51 |
52 | #### FOOTER
53 |
54 | - Replace `{{YOUR NAME}}` with your full name
55 | - Replace `{{YOUR LINKEDIN}},{{YOUR GITHUB}},{{YOUR YOUTUBE}}` with links of your linkedin, github and youtube respectively.
56 |
57 |
58 |
59 |
60 |
61 | ## JavaScript 
62 |
63 | - Replace `{{SERVICE ID}},{{TEMPLATE ID}}` with the unique IDs that you will get once you Sign Up
64 |
65 | **Service ID** - https://dashboard.emailjs.com/admin,
66 | **Template ID** - https://dashboard.emailjs.com/admin/templates
67 |
68 | - For reference take a look at this video for setting up EmailJS - https://www.youtube.com/watch?v=x7Ewtay0Q78&ab_channel=CodewithVoran
69 |
70 | - Replace `"Your Skill","Your Hobby","Your Passion","Your Proficiency"` with your respective things.
71 |
72 | ## Thank You
73 |
74 | **Hurray! Your personal-portfolio website is up and running, now deploy it on Github Pages and you are good to go,
75 | If you found this helpful, dont forget to 🌟 this repository and share it with others!!**
76 |
77 | ### Contributors
78 |
79 |
80 |
81 |
82 | #### Website Link: https://rishit30g.github.io/Personal-Portfolio/
83 |
84 |
85 | ## Got the swags as a Maintainer 🥳 (22nd March'22)
86 | Thanks to all those who considered contributing to my repository and made this possible! (My First Hacktober 🥇)
87 | 
88 |
--------------------------------------------------------------------------------
/images/P3021961.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Rishit30G/Personal-Portfolio/b4db3eb4b449d5f98f7de474237e98a3a07efc6d/images/P3021961.jpg
--------------------------------------------------------------------------------
/images/add.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Rishit30G/Personal-Portfolio/b4db3eb4b449d5f98f7de474237e98a3a07efc6d/images/add.png
--------------------------------------------------------------------------------
/images/cd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Rishit30G/Personal-Portfolio/b4db3eb4b449d5f98f7de474237e98a3a07efc6d/images/cd.png
--------------------------------------------------------------------------------
/images/clone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Rishit30G/Personal-Portfolio/b4db3eb4b449d5f98f7de474237e98a3a07efc6d/images/clone.png
--------------------------------------------------------------------------------
/images/commit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Rishit30G/Personal-Portfolio/b4db3eb4b449d5f98f7de474237e98a3a07efc6d/images/commit.png
--------------------------------------------------------------------------------
/images/create_PR.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Rishit30G/Personal-Portfolio/b4db3eb4b449d5f98f7de474237e98a3a07efc6d/images/create_PR.png
--------------------------------------------------------------------------------
/images/create_branch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Rishit30G/Personal-Portfolio/b4db3eb4b449d5f98f7de474237e98a3a07efc6d/images/create_branch.png
--------------------------------------------------------------------------------
/images/dark-green-leaves-background-hydrangea-260nw-1699508995.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Rishit30G/Personal-Portfolio/b4db3eb4b449d5f98f7de474237e98a3a07efc6d/images/dark-green-leaves-background-hydrangea-260nw-1699508995.jpg
--------------------------------------------------------------------------------
/images/fork.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Rishit30G/Personal-Portfolio/b4db3eb4b449d5f98f7de474237e98a3a07efc6d/images/fork.png
--------------------------------------------------------------------------------
/images/leaves_bushes_green_174515_3840x2400.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Rishit30G/Personal-Portfolio/b4db3eb4b449d5f98f7de474237e98a3a07efc6d/images/leaves_bushes_green_174515_3840x2400.jpg
--------------------------------------------------------------------------------
/images/open_PR.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Rishit30G/Personal-Portfolio/b4db3eb4b449d5f98f7de474237e98a3a07efc6d/images/open_PR.png
--------------------------------------------------------------------------------
/images/push.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Rishit30G/Personal-Portfolio/b4db3eb4b449d5f98f7de474237e98a3a07efc6d/images/push.png
--------------------------------------------------------------------------------
/images/skill-icons/icons8-c++.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/images/skill-icons/icons8-css3.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/images/skill-icons/icons8-flutter.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/images/skill-icons/icons8-html-5.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/images/skill-icons/icons8-javascript.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/images/skill-icons/icons8-nodejs.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/images/skill-icons/icons8-react-native.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/images/skill-icons/icons8-visual-studio-code-2019.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/images/skill-icons/node-js.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Rishit30G/Personal-Portfolio/b4db3eb4b449d5f98f7de474237e98a3a07efc6d/images/skill-icons/node-js.png
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | Your Name
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
43 |
44 |
45 |
46 |
47 |
67 |
68 |
71 |
72 |
73 |
74 |
75 |
76 |
Hello, my name is
77 |
YOUR NAME
78 |
Im a
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
About Me
87 |
88 |
89 |
90 |
91 |
92 |
93 | I'm {{YOUR NAME}} and Im a
94 |
95 |
96 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo sunt, ex ad numquam, omnis natus ab a quia architecto provident tenetur nostrum incidunt optio ullam illo accusamus aperiam distinctio cum unde nisi fugiat non. Beatae delectus similique quod tenetur corporis tempora. Itaque doloremque rerum quas et minima iste atque laborum.
97 |
115 | Lorem ipsum, dolor sit amet consectetur adipisicing elit. Molestiae necessitatibus error eos suscipit culpa, impedit cum corporis dignissimos porro quae deleniti. Mollitia blanditiis, doloremque eius voluptas nam labore eligendi maiores in sed pariatur odit provident qui ad est similique iste.
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
{{SKILL 2}}
124 |
125 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Deserunt minus dolore aperiam ullam praesentium molestias ipsam recusandae sunt, exercitationem, rerum tempore voluptates quam excepturi laborum maxime fugit iure sed eius neque culpa. Eligendi nostrum fugiat rerum! Magnam molestias a aspernatur?
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
{{SKILL 3}}
134 |
135 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Ut, quod in ea, molestiae commodi necessitatibus optio, placeat eos impedit temporibus distinctio maxime illum saepe assumenda vero culpa atque et! Magnam eos eaque error voluptatem pariatur quae. Molestiae aperiam labore enim.
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
145 |
146 |
My Skills
147 |
148 |
149 |
150 | My creative skills & experiences.
151 |
152 |
153 | Lorem ipsum dolor, sit amet consectetur adipisicing elit. Rerum neque velit, totam exercitationem cum harum error possimus nostrum voluptatibus recusandae? Laborum, velit aperiam! Ex ratione blanditiis assumenda distinctio nesciunt. Voluptatibus!
154 |
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Laudantium autem voluptas fugit voluptatibus deleniti quia culpa commodi, ipsum nulla modi.
180 |