Open Source Comes to Campus/Curriculum/Directory: Difference between revisions

imported>Shauna
imported>Shauna
Line 68:
 
To do this, open up directory.html. Find the list of links to users. If you're familiar with HTML, it should be easy enough for you to find. If you're not familiar with html, the line you're looking for looks like this:
<code> <a href="#" class="list-group-item">A person!</a> <!-- Copy this line and add your info. --></code>
 
You want to add two piece of information. First, replace "A person!" with your github username. Then, between the quote marks after "a href", add a link to your website ({yourname}.github.io).
 
== Commit and push ==
Anonymous user