-
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
Conversation
@liveHarshit, @kushthedude, @mariobehling Can any mentor please review this. I have been waiting for 2 days. |
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.
Looks good
@kushthedude Can you please merge my PR? |
Actually I dont have merge rights for this repository.
@mariobehling @hpdang Please check and merge it.
…On Sun, 12 Jan, 2020, 07:02 Dat, ***@***.***> wrote:
@kushthedude <https://github.com/kushthedude> Can you please merge my PR?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#64?email_source=notifications&email_token=AKQMTLVKYEAZUG7HRRTBINTQ5JXJJA5CNFSM4KE23IK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIWPIGQ#issuecomment-573371418>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKQMTLS5R7OJ3PHKAVKC2T3Q5JXJJANCNFSM4KE23IKQ>
.
|
@kushthedude ok, thanks. You review so fast! |
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
follow the indent
@@ -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> |
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?
<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> | ||
<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 comment
The reason will be displayed to describe this comment to others. Learn more.
how is link that is updated at 2015 useful?
<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 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??
<div class="social-links vertical-align"> | ||
<a href="https://www.linkedin.com/in/tantrieuf31/"><i class="icon fa fa-linkedin"></i></a> | ||
</div> |
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.
follow the indent
<div class="social-links vertical-align"> | ||
<a href="https://www.linkedin.com/in/trang1/"<i class="icon fa fa-linkedin"></i></a> | ||
</div> |
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.
follow the indent
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
follow the indent
This is the work for this issue: #63
I have added links to various social profile of some of the speakers in the Fossasia OpenTechSummit Vietnam.
The deployment link: https://hoangdatngo.github.io/vn.opentechsummit.asia/
@mariobehling, @kushthedude, @hpdang Can any mentor please review my PR?