임연수

change SNS share icon

...@@ -113,20 +113,18 @@ ...@@ -113,20 +113,18 @@
113 <p class="white-color"> Opensource software programming 2018 RETURN</p> 113 <p class="white-color"> Opensource software programming 2018 RETURN</p>
114 <div class="wow fadeInUp" data-wow-delay="1s"> 114 <div class="wow fadeInUp" data-wow-delay="1s">
115 <ul class="social-icon"> 115 <ul class="social-icon">
116 - <a href="#" onclick="javascript:window.open('https://www.facebook.com/sharer/sharer.php?u=' 116 + <li><a href="#" onclick="javascript:window.open('https://www.facebook.com/sharer/sharer.php?u='
117 +encodeURIComponent(document.URL)+'&t='+encodeURIComponent(document.title), 'facebooksharedialog', 117 +encodeURIComponent(document.URL)+'&t='+encodeURIComponent(document.title), 'facebooksharedialog',
118 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;" target="_blank" 118 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;" target="_blank"
119 - alt="Share on Facebook"><img src="http://ojsfile.ohmynews.com/PHT_IMG_FILE/2018/0930/IE002399659_PHT.jpg" width="45px" height="45px"></a> 119 + alt="Share on Facebook" class = "fa fa-facebook"></a></li>
120 &nbsp;&nbsp; <!--스페이스바 두 개 ^^7--> 120 &nbsp;&nbsp; <!--스페이스바 두 개 ^^7-->
121 - <a href="#" onclick="javascript:window.open('https://twitter.com/intent/tweet?text=[%EA%B3%B5%EC%9C%A0]%20' 121 + <li><a href="#" onclick="javascript:window.open('https://twitter.com/intent/tweet?text=[%EA%B3%B5%EC%9C%A0]%20'
122 +encodeURIComponent(document.URL)+'%20-%20'+encodeURIComponent(document.title), 'twittersharedialog', 122 +encodeURIComponent(document.URL)+'%20-%20'+encodeURIComponent(document.title), 'twittersharedialog',
123 - 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;" target="_blank" alt="Share on Twitter"> 123 + 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;" target="_blank" alt="Share on Twitter" class="fa fa-twitter"></a></li>
124 - <img src="https://upload.wikimedia.org/wikipedia/ko/thumb/9/9e/%ED%8A%B8%EC%9C%84%ED%84%B0_%EB%A1%9C%EA%B3%A0_%282012%29.svg/1200px-%ED%8A%B8%EC%9C%84%ED%84%B0_%EB%A1%9C%EA%B3%A0_%282012%29.svg.png" width="45px" height="45px"></a>
125 &nbsp;&nbsp; <!--스페이스바 두 개 ^^7--> 124 &nbsp;&nbsp; <!--스페이스바 두 개 ^^7-->
126 - <a href="#" onclick="javascript:window.open('https://plus.google.com/share?url=' 125 + <li><a href="#" onclick="javascript:window.open('https://plus.google.com/share?url='
127 +encodeURIComponent(document.URL), 'googleplussharedialog','menubar=no,toolbar=no,resizable=yes, scrollbars=yes,height=300,width=600');return false;" 126 +encodeURIComponent(document.URL), 'googleplussharedialog','menubar=no,toolbar=no,resizable=yes, scrollbars=yes,height=300,width=600');return false;"
128 - target="_blank" alt="Share on Google+"><img src="https://upload.wikimedia.org/wikipedia/commons/f/fb/Logo_google%2B_2015.png" width="45px" height="45px"></a> 127 + target="_blank" alt="Share on Google+" class="fa fa-google-plus"></a></li>
129 -
130 </ul> 128 </ul>
131 </div> 129 </div>
132 </div> 130 </div>
......