Click here to see the Live Preview of this project.
The purpose of a Tribute page is to provide a brief overview about someone we admire in our lives. In this project, with the help of HTML and CSS, I have built a responsive Tribute Page for Raja Ravi Varma who is considered as one of the greatest painters in the history of Indian art. I have created this project as a part of my Responsive Web Design certification in FreeCodeCamp curriculum.
This section consists of a picture and a brief introduction about Ravi Varma.
This section gives an insight about Raja Ravi Varma's profession and background.
The following section is merely comprised of a quote by Ravi Varma.
This section shows some of the famous paintings of Ravi Varma along with a wikipedia link at the end to know more info about him.
It contains a github profile link of the designer and developer of this page.
- Due to this being my first Responsive Web page, I had a difficult time selecting the right layout depending on the device's screen size.
Desktop Design | Click Here to View it's Full Screen Capture
Here's a Snippet of Tribute Page on Desktop Screen :
Tab Design | Click Here to View it's Full Screen Capture
Here's a Snippet of Tribute Page on Tab Screen :
Mobile Design | Click Here to View it's Full Screen Capture
Here's a Snippet of Tribute Page on Mobile Screen :
If you want to contribute to the project, follow the below steps.
Click on the "Fork" button at the top right corner of this page. This creates a copy of the project under your own GitHub account.
Once you've forked the repository, you'll want to have a local copy of it on your machine.
To do this, open a terminal or command prompt, navigate to your desired directory, and run the following command.
git clone https://github.com/username/Tribute-Page.git
Here, replace "username" with your GitHub username.
It's good practice to create a new branch for your contributions. This keeps your changes isolated from the main project.
Run the following command to create and switch to a new branch.
git switch -c your-branch-name
Replace "your-branch-name" with a descriptive name for your branch.
Open the project in your preferred text editor or IDE and make the necessary changes or additions to the project files.
After making your changes, save the files and go back to the terminal or command prompt.
Use the following command to stage your changes for commit.
git add file-name
This command adds all modified and new files for commit. If you want to add specific files, replace "file-name" with the file names.
Next, commit your changes with a descriptive commit message.
git commit -m "Your commit message"
Push your local branch with the committed changes to your forked repository on GitHub using the following command.
git push -u origin your-branch-name
Replace "your-branch-name" with the name of the branch you created earlier.
Once your changes are pushed to your forked repository on GitHub, You should see a message suggesting you create a pull request.
Click on the "Compare & pull request" button and provide a clear title and description for your pull request, explaining the changes you've made and submit it.
Congratulations! You have successfully contributed to the project.
- HTML5
- CSS3
- Wikipedia & Google (for the info & pictures)
Tribute Page is MIT Licensed.