mirror of
https://github.com/elisspace/pops.git
synced 2026-08-29 15:44:05 +00:00
added test page, updated links and php handling of titles
This commit is contained in:
8
app.php
8
app.php
@@ -1,13 +1,9 @@
|
||||
<!doctype html>
|
||||
|
||||
<html lang="en">
|
||||
|
||||
<?php
|
||||
$page = "default";
|
||||
$page = "app";
|
||||
include 'header.php';
|
||||
?>
|
||||
|
||||
<iframe class="airtable-embed" src="https://airtable.com/embed/shrMUhRNEnnrSTwpN?backgroundColor=red" frameborder="0" onmousewheel="" width="100%" height="533" style="background: transparent; border: 1px solid #ccc;"></iframe>
|
||||
<script src="https://static.airtable.com/js/embed/embed_snippet_v1.js"></script><iframe class="airtable-embed airtable-dynamic-height" src="https://airtable.com/embed/shrMUhRNEnnrSTwpN?backgroundColor=red" frameborder="0" onmousewheel="" width="100%" height="3400.75" style="background: transparent; border: 1px solid #ccc;"></iframe>
|
||||
|
||||
<?php
|
||||
include 'footer.php';
|
||||
|
||||
30
footer.php
30
footer.php
@@ -1,21 +1,21 @@
|
||||
</div> <!-- close body container class -->
|
||||
|
||||
<footer class="footer bg-info text-white">
|
||||
<div class="container fixed-bottom">
|
||||
<!-- Copyright -->
|
||||
<div class="footer-copyright text-center py-3">© 2021 Copyright: Mark Gaultney | Created by:
|
||||
<a href="https://elis.space"> Elis.Space</a>
|
||||
</div>
|
||||
<!-- Copyright -->
|
||||
</div>
|
||||
<!-- Footer -->
|
||||
<footer class="bg-info text-center ">
|
||||
<!-- Copyright -->
|
||||
<div class="text-center p-3" >
|
||||
© 2021 Copyright: <b>Mark Gaultney</b> & Designed by:
|
||||
<a class="text-dark" href="https://elis.space/"><b>Elis.Space</b></a>
|
||||
</div>
|
||||
<!-- Copyright -->
|
||||
|
||||
</footer>
|
||||
<!-- Footer -->
|
||||
|
||||
|
||||
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
|
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
|
||||
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
|
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
14
header.php
14
header.php
@@ -1,3 +1,7 @@
|
||||
<!doctype html>
|
||||
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
@@ -14,11 +18,11 @@
|
||||
case "default":
|
||||
echo "Gaultney Management LLC";
|
||||
break;
|
||||
case "captionArchive":
|
||||
echo "POTW: Caption Archive";
|
||||
case "app":
|
||||
echo "Fill Out An Application";
|
||||
break;
|
||||
case "captionSubmit":
|
||||
echo "POTW: Submit A Caption";
|
||||
case "test":
|
||||
echo "Playground / Sandbox / Whatever";
|
||||
break;
|
||||
case "captionVote":
|
||||
echo "POTW: Vote On Your Favorite Caption";
|
||||
@@ -41,7 +45,7 @@
|
||||
|
||||
<nav class="navbar navbar-expand-sm navbar-dark bg-info">
|
||||
<div class="mx-auto d-sm-flex d-block flex-sm-nowrap">
|
||||
<a class="navbar-brand" href="#">Gaultney Management LLC</a>
|
||||
<a class=" text-dark navbar-brand" href="index.php">Gaultney Management LLC</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarsExample11" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
<!doctype html>
|
||||
|
||||
<html lang="en">
|
||||
|
||||
<?php
|
||||
$page = "default";
|
||||
include 'header.php';
|
||||
@@ -13,7 +9,7 @@
|
||||
<div class="card bg-dark text-white">
|
||||
<img class="card-img" src="200x200.svg" alt="Card image">
|
||||
<div class="card-body">
|
||||
<a href="application.php" class="stretched-link h5">Application</a>
|
||||
<a href="app.php" class="stretched-link h5">Application</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -48,5 +44,4 @@
|
||||
|
||||
<?php
|
||||
include 'footer.php';
|
||||
?>
|
||||
</html>
|
||||
?>
|
||||
38
test.php
Normal file
38
test.php
Normal file
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
$page = "test";
|
||||
include 'header.php';
|
||||
?>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-4">.col-4</div>
|
||||
<div class="col-4">.col-4</div>
|
||||
<div class="col-4">.col-4</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-4">.col-sm-4</div>
|
||||
<div class="col-sm-4">.col-sm-4</div>
|
||||
<div class="col-sm-4">.col-sm-4</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4">.col-md-4</div>
|
||||
<div class="col-md-4">.col-md-4</div>
|
||||
<div class="col-md-4">.col-md-4</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-4">.col-lg-4</div>
|
||||
<div class="col-lg-4">.col-lg-4</div>
|
||||
<div class="col-lg-4">.col-lg-4</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xl-4">.col-xl-4</div>
|
||||
<div class="col-xl-4">.col-xl-4</div>
|
||||
<div class="col-xl-4">.col-xl-4</div>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
include 'footer.php';
|
||||
?>
|
||||
Reference in New Issue
Block a user