FIX person.js github only add username
This commit is contained in:
parent
89ef486413
commit
b968259e46
@ -81,7 +81,7 @@
|
||||
<i class="fa fa-circle"></i>
|
||||
<a href="{{person.contact.website}}">{{person.contact.website}}</a>
|
||||
<i class="fa fa-circle"></i>
|
||||
<a href="{{person.contact.github}}">{{person.contact.github}}</a>
|
||||
<a href="https://github.com/{{person.contact.github}}">https://github.com/{{person.contact.github}}</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -43,7 +43,7 @@
|
||||
<td><i class="fa fa-globe" aria-hidden="true"></i></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="{{person.contact.github}}">{{person.contact.github}}</a></td>
|
||||
<td><a href="https://github.com/{{person.contact.github}}">https://github.com/{{person.contact.github}}</a></td>
|
||||
<td><i class="fa fa-github" aria-hidden="true"></i></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@ -54,14 +54,14 @@
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="{{person.contact.github}}" target="_blank">
|
||||
<a href="https://github.com/{{person.contact.github}}" target="_blank">
|
||||
<div class="item">
|
||||
<div class="icon">
|
||||
<i class="fa fa-github"></i>
|
||||
</div>
|
||||
<div class="text">
|
||||
<h4>@{{person.contact.github}}</h4>
|
||||
<span>{{person.contact.github}}</span>
|
||||
<span>https://github.com/{{person.contact.github}}</span>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
@ -72,8 +72,8 @@
|
||||
<a href="{{person.contact.website}}">
|
||||
{{person.contact.website}}</a>
|
||||
<span>; </span>
|
||||
<a href="{{person.contact.github}}">
|
||||
{{person.contact.github}}</a>
|
||||
<a href="https://github.com/{{person.contact.github}}">
|
||||
https://github.com/{{person.contact.github}}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
<i class="fa fa-circle" aria-hidden="true"></i>
|
||||
</div>
|
||||
<div class="contact-row">
|
||||
<a href="{{person.contact.github}}">{{person.contact.github}}</a>
|
||||
<a href="https://github.com/{{person.contact.github}}">https://github.com/{{person.contact.github}}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -90,7 +90,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><i class="fa fa-github" aria-hidden="true"></i></td>
|
||||
<td><a href="{{person.contact.github}}">{{person.contact.github}}</a></td>
|
||||
<td><a href="https://github.com/{{person.contact.github}}">https://github.com/{{person.contact.github}}</a></td>
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@ -80,6 +80,6 @@ module.exports = {
|
||||
street: '1234 Broadway',
|
||||
city: 'New York',
|
||||
website: 'johndoe.com',
|
||||
github: 'github.com/JohnDoe'
|
||||
github: 'JohnDoe'
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user