Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added more details to readme file #2

Merged
merged 2 commits into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 79 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,79 @@
# Tribute Page
This repository contains tribute page dedicated to Cristiano Ronaldo. The tribute page showcases his life and achievments.

## Features
- Responsive web design
- Information about the person's life and achivment
- Images and visuals to enhance the tribute

## usage
1. Clone the repoistry to your local machine
2. Open the index.html file in your web browser

## Files Included
- index.html
- stles.css
- linters
- image.jpg
# Tribute Page 🚀

## Project Description 📝

> this is a Survey Form which have some html lessons and codes .

I was inspired to create a Tribute Page . I wanted to creat a page that would be all about Footbal lagandry , Cristiano Ronaldo cause i am his fun . During creating this page I learned the importance and the challanges of creating a flexable survey form also the value of open source collaboration.


- Below you can have a view of my page:

!Tribut Page![Survey Form](https://github.com/LimaSahibzada/Tribute-page/assets/167701815/6c7dcc01-fef5-4f5b-bdd4-aa03795b7650)


## Technologies Used 🛠️

Languages I used in this project:

- HTML
- CSS



## Installation 💻

To check my project, you ahould follow below steps.
go to your computer local machine and use this command,

```bash
git clone [email protected]:LimaSahibzada/Survey-Form-project1.git

```
after cloning write this command:
```bash
cd (chose a file)
```
After you choose a file then write this command to see all codes in vscode:
```bash
code .
```




## Usage 🎯

1. Clone the repository to your local machine
2. Open the index.html file in your web browser



```bash
git clone [email protected]:LimaSahibzada/Technical-Documentation-page.git
```




## Features ⭐

My webpage stand out from other pages in the following ways:

- My projrct is easy to use , even for beginners
- The documantion is written in clear and consise language that is easy to undrestand
- Form is organized and easy





## Author 👩‍💻
For questions or suport , please contact me through below addresess:
- Github: [@LimaSahibzada](https://github.com/LimaSahibzada)
- LinkedIn: [Lima M_S](https://linkedin.com/in/Lima_M_S)
- Email: [Lima Sahibzada]([email protected])




9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title class="title">Cristiano Ronaldo</title>
<link rel="stylesheet" href="styles.css">
<body>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main id="main">
<h1 id="title">Cristiano Ronaldo</h1>
<h3>A Legend to Remember</h3>
<div id="img-div">
<img id="image" src="image.jpeg">
<img id="image" src="image.jpeg">
<figcaption id="img-caption">This is a Footballer, Cristiano Ronaldo .</figcaption>
<div id="tribute-info">Cristiano Ronaldo, (born February 5, 1985, Funchal, Madeira, Portugal),<br> The winner of five Ballon d'Or awards, he is among the sport's top goal<br> scorers.
</div>
Expand Down
Loading