-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Social Profile #64
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -442,10 +442,13 @@ <h1>Speakers</h1> | |
<div class="hover-state text-center preserve3d"> | ||
<div class="social-links vertical-align"> | ||
<a href="https://github.com/mariobehling/"><i class="icon fa fa-github"></i></a> | ||
<a href="https://www.flickr.com/photos/rportrr/"><i class="icon fa fa-flickr"></i></a> | ||
<a href="https://twitter.com/mariobehling" target="default"><i class="icon social_twitter"></i></a> | ||
<a href="https://www.facebook.com/mariobehling" target="default"><i class="icon social_facebook"></i></a> | ||
<a href="https://www.linkedin.com/in/mariobehling" target="_self"><i class="icon social_linkedin"></i></a> | ||
</div> | ||
<a href="https://www.youtube.com/user/mariobehling" target="default"><i class="icon social_youtube"></i></a> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. how is the channel useful in telling the profile of person?? |
||
<a href="https://blog.ffii.org/author/mariobehling/" target="_self"><i class="icon fa fa-external-link"></i></a> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. how is link that is updated at 2015 useful? |
||
</div> | ||
</div> | ||
</div> | ||
<span class="speaker-name">Mario Behling</span> | ||
|
@@ -499,6 +502,7 @@ <h1>Speakers</h1> | |
<a href="https://twitter.com/kussmaul"><i class="icon fa fa-twitter"></i></a> | ||
<a href="https://www.linkedin.com/in/clifkussmaul/"><i class="icon social_linkedin"></i></a> | ||
<a href="http://kussmaul.org/"><i class="icon fa fa-external-link"></i></a> | ||
<a href="https://www.muhlenberg.edu/academics/mathcs/about/facultystaff/clifkussmaul/"><i class="icon fa fa-external-link"></i></a> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -551,7 +555,8 @@ <h1>Speakers</h1> | |
<a href="https://github.com/rbscholtus"><i class="icon fa fa-github"></i></a> | ||
<a href="https://twitter.com/rbscholtus"><i class="icon fa fa-twitter"></i></a> | ||
<a href="https://www.facebook.com/barend.scholtus"><i class="icon fa fa-facebook"></i></a> | ||
</div> | ||
<a href="https://www.instagram.com/barend.scholtus/"><i class="icon fa fa-instagram"></i></a> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. follow the indent |
||
</div> | ||
</div> | ||
</div> | ||
<span class="speaker-name">Barend Scholtus</span> | ||
|
@@ -737,6 +742,9 @@ <h1>Speakers</h1> | |
<div class="image-holder"> | ||
<img alt="Nguyen Tan Trieu" src="img/NguyenTanTrieu.jpg" width="300px"> | ||
<div class="hover-state text-center preserve3d"> | ||
<div class="social-links vertical-align"> | ||
<a href="https://www.linkedin.com/in/tantrieuf31/"><i class="icon fa fa-linkedin"></i></a> | ||
</div> | ||
Comment on lines
+745
to
+747
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. follow the indent |
||
</div> | ||
</div> | ||
<span class="speaker-name">Nguyen Tan Trieu</span> | ||
|
@@ -750,6 +758,9 @@ <h1>Speakers</h1> | |
<div class="image-holder"> | ||
<img alt="Trang Ta" src="img/trangta.jpeg" width="300px"> | ||
<div class="hover-state text-center preserve3d"> | ||
<div class="social-links vertical-align"> | ||
<a href="https://www.linkedin.com/in/trang1/"<i class="icon fa fa-linkedin"></i></a> | ||
</div> | ||
Comment on lines
+761
to
+763
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. follow the indent |
||
</div> | ||
</div> | ||
<span class="speaker-name">Trang Ta</span> | ||
|
@@ -767,7 +778,8 @@ <h1>Speakers</h1> | |
<a href="https://twitter.com/felixbecquart"><i class="icon social_twitter"></i></a> | ||
<a href="https://github.com/FelixBecquart1990"><i class="icon fa fa-github"></i></a> | ||
<a href="https://www.facebook.com/felix.becquart"><i class="icon social_facebook"></i></a> | ||
</div> | ||
<a href="https://www.linkedin.com/in/f%C3%A9lix-becquart-8a5a46a6/"><i class="icon social_linkedin"></i></a> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. follow the indent |
||
</div> | ||
</div> | ||
</div> | ||
<span class="speaker-name">Felix Becquart</span> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is this? how is it relevant?