Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

task 1 #5

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
Binary file added Tasks/John Doe/Roshini/roshi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions Tasks/John Doe/Roshini/roshini.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<!DOCTYPE html>

<head>
<title>My Portfolio</title>
<link rel="stylesheet" href="./style.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap" rel="stylesheet">
</head>
<style>
body {
background-color: #cfe0f8;
background-color: #d2e3fc;
}

div {
background-color: #b8d3fc;
padding: 1.5rem;
}
</style>

<body>

<div>
<img src="roshi.jpg" width="150px" height="auto" alt="your-name">

<h1 style="color:#202124;">Roshini R</h1>

<!-- This is a comment -->

<h3 class="heading">Bio:</h3>

<p>
This is Roshini R, I just love coding, i am currently in 5th sem CSE
<br>
Sometimes I start talking into Binary,Tech geek
</p>

<a href="https://www.linkedin.com/">View profile</a>

<h3 class="heading">Projects</h3>

<ol>
<li>Virtual Reality</li>
<li>Google cloud Platform</li>
<li>Android studio</li>
</ol>

<h3 class="heading">Experiences</h3>

<ul>
<li>5 months</li>
<li>2 months</li>
<li>1 year</li>
</ul>


<button onclick="alert('Thanks for clicking me')" style="margin-top: 1rem;">Click Me</button>


</div>

</body>

</html>
67 changes: 0 additions & 67 deletions Tasks/John_Doe/index.html

This file was deleted.