There is an i
button in the middle of my website. I'd ask you to click it—you would see a button—contact
.
When the user clicks on it, I want the content of the div
above to be changed.
This is the code:
<section id="about" class="wrapper about accelerate hide">
<div class="cell accelerate">
<div class="cables center accelerate">
<div class="panel accelerate">
<header>
<h1>gog<em>sem</em>cel</h1>
</header>
<p><strong>gogsemcel </strong>is a trademark of <i font-family="Trebuchet MS">Company</i>.</p>
<p>This project is a collaboration between<br><a href="mailto:coming@soon.no" target="_blank">Company name</a> & <a href="" target="_blank">gogsemcels</a>.</p>
<ul class="links">
<li><a class="download" href="info/info.html">More Info</a></li>
<li><a class="github" target="_blank" href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</section>
The button's class
is github
.
Any suggestions?
Gigantic thanks.