tri-ability/net/public/hero.html
2023-06-20 18:07:50 +09:00

45 lines
2.6 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="row hero-content">
<div class="twelve columns flex-container">
<div id="hero-slider" class="flexslider">
<ul class="slides">
<!-- Slide -->
<li>
<div class="flex-caption">
<h1>レンタルサーバーといえば<br>
レンタルサーバーといえば<br>
レンタルサーバーといえば
</h1>
<p><a class="button stroke smoothscroll" href="#about">More</a></p>
</div>
</li>
<!-- Slide -->
<li>
<div class="flex-caption">
<h1 >初心者だから、<br>使いこなせるか不安。</h1>
<p><a class="button stroke smoothscroll" href="#portfolio">More</a></p>
</div>
</li>
<!-- Slide -->
<li>
<div class="flex-caption">
<h1 >プロの専任スタッフが、
<a class="smoothscroll" href="#portfolio" title="">24時間365日無料で</a> <br>サポートいたします! </h1>
<p><a class="button stroke smoothscroll" href="#contact">スタート!</a></p>
</div>
</li>
</ul>
</div> <!-- .flexslider -->
</div> <!-- .flex-container -->
</div> <!-- .hero-content -->