Skip to content
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

Closed
wants to merge 3 commits into from
Closed
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
18 changes: 15 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Copy link

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?

<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>
Copy link

Choose a reason for hiding this comment

The 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>
Copy link

Choose a reason for hiding this comment

The 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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Copy link

Choose a reason for hiding this comment

The 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>
Expand Down Expand Up @@ -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
Copy link

Choose a reason for hiding this comment

The 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>
Expand All @@ -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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

follow the indent

</div>
</div>
<span class="speaker-name">Trang Ta</span>
Expand All @@ -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>
Copy link

Choose a reason for hiding this comment

The 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>
Expand Down