Skip to content

Commit d6c998d

Browse files
committed
Massive update to everything effectively finishing the job I started last week.
Updated tutorials page with actual data, created a new page for newsletters, made tons of updates and improvements to the CSS and the rules. Removed some jQuery and I also packed in the content from week 1 (as well as creating some new content with comments in case people are actually interested in learning!)
1 parent b60da3d commit d6c998d

File tree

186 files changed

+431
-15598
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+431
-15598
lines changed

.gitignore

-19
This file was deleted.

Gemfile

-48
This file was deleted.

Gemfile.lock

-120
This file was deleted.

README.md

-4
This file was deleted.

README.rdoc

-28
This file was deleted.

Rakefile

-6
This file was deleted.

about/about.html

+13-6
Original file line numberDiff line numberDiff line change
@@ -8,37 +8,44 @@
88
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
99
<script src="../scripts/jquery.fittext.js"></script>
1010
<script src="../scripts/scripts.js"></script>
11-
<link rel="stylesheet" type="text/css" href="../styles/main.css">
11+
<link href='http://fonts.googleapis.com/css?family=Fenix' rel='stylesheet' type='text/css'>
12+
<link rel="stylesheet" type="text/css" href="../styles/main.css">
13+
1214
</head>
1315
<body>
1416
<div id="wrap">
1517
<header>
1618
<div id="topNav">
1719
<h1 id="topHeader" class="Header">CSUCWDC</h1>
18-
<a href="../index.html">
20+
<a href="../index.html" class="topLink">
1921
<div id="navOne" class="TopNavButton">
2022
<h3 class="NavHeader">Home</h3>
2123
</div>
2224
</a>
23-
<a href="../meetings/meetings.html">
25+
<a href="meetings.html" class="topLink">
2426
<div id="navTwo" class="TopNavButton">
2527
<h3 class="NavHeader">Meetings</h3>
2628
</div>
2729
</a>
28-
<a href="info.html">
30+
<a href="info.html" class="topLink">
2931
<div id="navThree" class="TopNavButton">
3032
<h3 class="NavHeader">Info</h3>
3133
</div>
3234
</a>
33-
<a href="tutorials.html">
35+
<a href="tutorials.html" class="topLink">
3436
<div id="navFour" class="TopNavButton">
3537
<h3 class="NavHeader">Tutorials</h3>
3638
</div>
3739
</a>
38-
<a href="about.html">
40+
<a href="about.html" class="topLink">
3941
<div id="navFive" class="TopNavButton">
4042
<h3 class="NavHeader">About</h3>
4143
</div>
44+
</a>
45+
<a href="newsletters.html" class="topLink">
46+
<div id="navSix" class="TopNavButton">
47+
<h3 class="NavHeader">Newsletters</h3>
48+
</div>
4249
</a>
4350
</div>
4451
</header>

about/info.html

+13-6
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,51 @@
11
!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Chico State Web Development Club - About</title>
4+
<title>Chico State Web Development Club - Info</title>
55
<meta charset="UTF-8">
66
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
77
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
88
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
99
<script src="../scripts/jquery.fittext.js"></script>
1010
<script src="../scripts/infoscripts.js"></script>
11+
<link href='http://fonts.googleapis.com/css?family=Fenix' rel='stylesheet' type='text/css'>
12+
<link rel="stylesheet" type="text/css" href="../styles/main.css">
1113
<link rel="stylesheet" type="text/css" href="../styles/info.css">
1214
</head>
1315
<body>
1416
<div id="wrap">
1517
<header>
1618
<div id="topNav">
1719
<h1 id="topHeader" class="Header">CSUCWDC</h1>
18-
<a href="../index.html">
20+
<a href="../index.html" class="topLink">
1921
<div id="navOne" class="TopNavButton">
2022
<h3 class="NavHeader">Home</h3>
2123
</div>
2224
</a>
23-
<a href="../meetings/meetings.html">
25+
<a href="meetings.html" class="topLink">
2426
<div id="navTwo" class="TopNavButton">
2527
<h3 class="NavHeader">Meetings</h3>
2628
</div>
2729
</a>
28-
<a href="info.html">
30+
<a href="info.html" class="topLink">
2931
<div id="navThree" class="TopNavButton">
3032
<h3 class="NavHeader">Info</h3>
3133
</div>
3234
</a>
33-
<a href="tutorials.html">
35+
<a href="tutorials.html" class="topLink">
3436
<div id="navFour" class="TopNavButton">
3537
<h3 class="NavHeader">Tutorials</h3>
3638
</div>
3739
</a>
38-
<a href="about.html">
40+
<a href="about.html" class="topLink">
3941
<div id="navFive" class="TopNavButton">
4042
<h3 class="NavHeader">About</h3>
4143
</div>
44+
</a>
45+
<a href="newsletters.html" class="topLink">
46+
<div id="navSix" class="TopNavButton">
47+
<h3 class="NavHeader">Newsletters</h3>
48+
</div>
4249
</a>
4350
</div>
4451
</header>

0 commit comments

Comments
 (0)