diff --git a/200x200.svg b/200x200.svg new file mode 100644 index 0000000..3e0fb96 --- /dev/null +++ b/200x200.svg @@ -0,0 +1 @@ +200x200 \ No newline at end of file diff --git a/footer.php b/footer.php new file mode 100644 index 0000000..5336ad6 --- /dev/null +++ b/footer.php @@ -0,0 +1,21 @@ + + + + + + + + + + + + + diff --git a/header.php b/header.php new file mode 100644 index 0000000..7616707 --- /dev/null +++ b/header.php @@ -0,0 +1,70 @@ + + + + + + + + + + <?php + //echo $page; + + switch ($page) { + case "default": + echo "Gaultney Management LLC"; + break; + case "captionArchive": + echo "POTW: Caption Archive"; + break; + case "captionSubmit": + echo "POTW: Submit A Caption"; + break; + case "captionVote": + echo "POTW: Vote On Your Favorite Caption"; + break; + case "CurrentProblems": + echo "POTW: This Week's Math Problems"; + break; + case "LastWeekSolutions": + echo "POTW: Last Week's Solutions"; + break; + case "MathArchive": + echo "POTW: Problem and Solution Archive"; + break; + } + ?> + + + + + + + +
\ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 0000000..b23de49 --- /dev/null +++ b/index.php @@ -0,0 +1,52 @@ + + + + + + + +
+
+
+ Card image + +
+
+
+
+ Card image + +
+
+
+ +
+
+
+ Card image + +
+
+
+
+ Card image +
+ FAQ +
+
+
+
+ + + \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..64d8ab0 --- /dev/null +++ b/styles.css @@ -0,0 +1,22 @@ +.caption { + width:100%; + bottom: .3rem; + position: absolute; + background:#000; + background: -webkit-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); + background: -moz-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); + background: -o-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); + background: linear-gradient(to top, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); +} + +.thumbnail { + border: 0 none; + box-shadow: none; + margin:0; + padding:0; +} + +.caption h4 { + color: #fff; + -webkit-font-smoothing: antialiased; +} \ No newline at end of file