Skip to content
Open
Show file tree
Hide file tree
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
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<!--LOGO-->
<div class="col-md-2 col-xs-6 logo">
<a href="index.html">
<sapn class="red">t</sapn>obibako
<span class="red">t</span>obibako
</a>
</div>
<!--/.LOGO END-->
Expand Down Expand Up @@ -196,10 +196,10 @@ <h2>
<td> tobibako</td>
</tr>
</table>
<a href="https://twitter.com/shototobi" target="_blank">
<a href="https://twitter.com/shototobi" target="_blank" rel="noopener noreferrer">
<i class="fab fa-twitter tw-icon fa-2x"></i>
</a>
<a href="https://www.facebook.com/shogo.maeshiro" target="_blank">
<a href="https://www.facebook.com/shogo.maeshiro" target="_blank" rel="noopener noreferrer">
<i class="fab fa-facebook-f fb-icon fa-2x"></i>
</a>
</div>
Expand Down Expand Up @@ -296,7 +296,6 @@ <h2> - <span class="red">F</span>riends</h2>
</div>
</div>
</li>
<li>
<li class="box2 animated">
<div class="card">
<div class="text-detail row">
Expand Down Expand Up @@ -445,7 +444,7 @@ <h2>- <span class="red">P</span>et</h2>
<div class="footer-bottom">
<div class="container">
<div class="row">
<sapn class="red">t</sapn>obibako
<span class="red">t</span>obibako
</div>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
itemsDesktopSmall: [979, 1],
itemsTablet: [768, 1],
itemsMobile: [479, 1],
autoPlay: auto,

// CSS Styles
baseClass: "owl-carousel",
Expand Down