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
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,13 @@ <h3 class="project-name">
<div class="project">
<div class="project-wrap">
<!-- CHANGE TO YOUR OWN PHOTO AND ID -->
<img src="images/project-puppy.jpg" alt="" class="picture" id="YOURNAME">
<h2 class="name">Your Name</h2>
<h3 class="project-name">Your Project Name</h3>
<img src="images/project-puppy.jpg" alt="" class="picture" id="jessica">
<h2 class="name">Jessica</h2>
<h3 class="project-name">
<a href="projects/project-sample.html">My Final Project</a>
</h3>
<p class="project-description">
Tell us what you'll be working on in 140 characters or less!
I am still deciding on my final project!
</p>
</div>
</div>
Expand Down
Empty file.
5 changes: 5 additions & 0 deletions scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ $elyse-project-color: #651B63;
// add your project main color here:
// $MYNAME-project-color: HEXVALUE;

$jessica-project-color: #3299BB;



Expand All @@ -18,3 +19,7 @@ $elyse-project-color: #651B63;

#sartaj {}

#jessica {
@include readable($jessica-project-color);
}