Skip to content
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
14 changes: 8 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
Expand All @@ -15,19 +15,21 @@ <h1>Student Bio</h1>

<div class="bio-card">
<div class="photo">
<img src="https://via.placeholder.com/150" alt="Student Photo">
<img src= "img/your-photo.jpg""https://via.Intro Final Repo.com/150 alt="Priyanka">
</div>
<div class="bio">
<h2>John Doe</h2>
<p>Hi, I'm John, a passionate software developer currently enrolled in the Code:You bootcamp. I love building responsive web applications and constantly exploring new technologies.</p>
<h2>Priyanka</h2>
<p>Hi, I'm Priyanka, a passionate software developer currently enrolled in the Code:You bootcamp. I love building responsive web applications and constantly exploring new technologies.</p>
</div>
</div>

<div class="links">
<a href="https://github.com/username" target="_blank" class="link-btn">GitHub</a>
<a href="https://linkedin.com/in/username" target="_blank" class="link-btn">LinkedIn</a>
<a href="https://linkedin.com/in/Pre Priya" target="_https://www.linkedin.com/in/pre-priya-%E2%9A%A1%EF%B8%8F/" class="link-btn">LinkedIn</a>
</div>
</div>

<script>
alert("I'm a Developer");
</script>
</body>
</html>
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ header h1 {
}

.link-btn {
background-color: #007bff;
background-color: #229954;
color: white;
text-decoration: none;
padding: 10px 20px;
Expand All @@ -90,4 +90,4 @@ header h1 {
width: 100%;
padding: 12px;
}
}
}