Skip to content

Commit b472fba

Browse files
committed
1. Created assests dir
2. moved glike.css to assests/style.css and updated 3. installed foundation 6 4. updated header.php to include assests and font-awesome cdn 5. updated nav to be mobile friendly 6. started website update to html5 and responsive 7. gave website nav python colors!
1 parent 8af4a33 commit b472fba

File tree

17 files changed

+10971
-219
lines changed

17 files changed

+10971
-219
lines changed

about.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2-
"DTD/xhtml1-strict.dtd">
3-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1+
<!DOCTYPE html>
2+
<html>
43
<head>
54
<?php include("header.php"); ?>
65
</head>
76
<body>
87
<?php include("nav.php"); ?>
9-
<div id="main">
8+
<div id="first-row" class="row">
9+
<div class="small-12 columns">
1010
<p>
1111
PythonLearn is intended to collect a set of generic Python Learning Resources
1212
to allow self-paced learning of the Python Language.
@@ -74,6 +74,7 @@
7474
be freely given - Charles Severance (www.dr-chuck.com).
7575
</p>
7676
</div>
77+
</div>
7778
<?php include("footer.php"); ?>
7879
</body>
7980
</html>

assets/foundation/css/app.css

Whitespace-only changes.

0 commit comments

Comments
 (0)