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

Content added Content deleted
imported>Shauna
imported>Shauna
Line 68: 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:
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>
<a href="#" class="list-group-item">A person!</a> <!-- Copy this line and add your info. -->


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).
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 ==
== Commit and push ==