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
Binary file added img/Diane_photo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 8 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,22 @@ <h1>Student Bio</h1>

<div class="bio-card">
<div class="photo">
<img src="https://via.placeholder.com/150" alt="Student Photo">
<img src="img/Diane_photo.jpg" alt="Diane_Photo">
</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>Diane Vaillancourt</h2>
<p>Hi, I'm Diane. I have been a high school math teacher for 25 years and I am looking for a change. I was a programmer for a short period of time in 1999, and I thought I would try to get current in the field, so much has changed! I am hoping to either start teaching Computer Science again or retire and start a new career. </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>
</div>
</div>

<script>
alert("Hello world, 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,8 +63,8 @@ header h1 {
}

.link-btn {
background-color: #007bff;
color: white;
background-color: #229954; /* new green color */:
color: white;
text-decoration: none;
padding: 10px 20px;
border-radius: 5px;
Expand Down