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

In index.html i have created a new row and there i have added my info. It is on row 2. Please check and merge. #10

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,17 @@ <h2 class="display-5>">Participants</h2>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<th scope="row">2</th>
<td><a href="https://github.com/habib-153" target="_blank">Habibur Rahman</a></td>
<td>https://habiburrahmanv2.vercel.app/</td>
<td>4th</td>
<td>MERN</td>
</tr>
</tr>
</tbody>
</table>
</div>
</div>
</body>
</html>
</html>
Binary file added projects/download1.JPEG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions projects/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello</title>
</head>
<body>
<h1>Welcome Ustad!!</h1>
<p>This is my first website</p>
<img src="./download1.JPEG" alt="" width="500">
<style>
body {
background-color: lightblue;
font-family: Arial, Helvetica, sans-serif;
}
h1 {
color: green;
}
</style>
</body>
</html>