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
6 changes: 5 additions & 1 deletion src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -412,4 +412,8 @@ footer{
}
footer a:active{
color: #cccccc;
}
}

.phattime-party-time { animation: colorchange 1s infinite alternate; -webkit-animation: colorchange 1s infinite alternate; }
@keyframes colorchange { 0% {color: #ff0000;} 10% {color: #ff8000;} 20% {color: #ffff00;} 30% {color: #80ff00;} 40% {color: #00ff00;} 50% {color: #00ff80;} 60% {color: #00ffff;} 70% {color: #0080ff;} 80% {color: #0000ff;} 90% {color: #8000ff;} 100% {color: #ff0080;} }
@-webkit-keyframes colorchange { 0% {color: #ff0000;} 10% {color: #ff8000;} 20% {color: #ffff00;} 30% {color: #80ff00;} 40% {color: #00ff00;} 50% {color: #00ff80;} 60% {color: #00ffff;} 70% {color: #0080ff;} 80% {color: #0000ff;} 90% {color: #8000ff;} 100% {color: #ff0080;} }
15 changes: 8 additions & 7 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<title>PhatTime: Home</title>

<title>PhatTime: Home on Tuesdays Chris Gomez rocks!</title>

<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/main.css" rel="stylesheet" type="text/css">
Expand All @@ -16,7 +17,7 @@
<div class="container">
<header>
<a href="index.html" class="logo"><img src="images/PT_Logo.png" alt="PhatTime Logo"></a>
<p>The Learning Network</p>
<p class="phattime-party-time">The Learning Network</p>
<nav class="main-navigation">
<ul>
<li><a href="about.html">About Us</a> </li>
Expand Down Expand Up @@ -48,15 +49,15 @@ <h2>Bringing the code to you</h2>
<p>PhatTime, Inc. is a 501(c)(3) </p>
</div>

<!-- about: short description -->
<!-- about -->
<div class="featured-info">
<h3>501(c)(3)</h3>
<p>PhatTime is a 501(c)(3) non-profit organization committed to bringing computer literacy to all. With a focus on those for whom, through no fault of their own, lack the resources to learn and use computer technology to enrich their lives. Your monies go directly towards training our community schools, churches and individuals most in need.</p>

<p class="button"><a href="http://www.phattime.com/about_phattime.aspx">About Us</a> </p>
</div>

<!-- donate: short description -->
<!-- donate -->
<div class="featured-info">
<h3>Donate</h3>
<p>You can help form computer clubs to promote the use of computers within minority communities.<br>
Expand All @@ -65,7 +66,7 @@ <h3>Donate</h3>
<p class="button donate"><a href="http://www.phattime.com/donate.html">Donate Now!</a> </p>
</div>

<!-- portal: short description -->
<!-- portal -->
<div class="featured-info">
<h3>Portal</h3>
<p>Students: Login to the PhatTime Learning Portal here. </p>
Expand All @@ -79,4 +80,4 @@ <h3>Portal</h3>
</footer>
</body>

</html>
</html>