From e13bff1c7635b340ef5a7585e28c1763501cd843 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 14 Oct 2014 13:52:25 -0400 Subject: [PATCH] Separate vcarrd stuff into new template file. adding in plugin for the vcard information. --- footer.php | 14 +------------- functions.php | 5 +++++ index.php~ | 25 ------------------------- sidebar.php | 28 ++-------------------------- style.css | 4 +--- vcard.php | 31 +++++++++++++++++++++++++++++++ 6 files changed, 40 insertions(+), 67 deletions(-) delete mode 100755 index.php~ create mode 100644 vcard.php diff --git a/footer.php b/footer.php index 64a5a93..093d3d0 100644 --- a/footer.php +++ b/footer.php @@ -9,19 +9,7 @@ -
-

-

8110 W. Hazel Rd

-

- Mears, - MI - 49436 -

-

- Phone: - 231-873-8400 -

-
+ diff --git a/style.css b/style.css index 3806fa7..d43114f 100644 --- a/style.css +++ b/style.css @@ -1,13 +1,11 @@ /* Theme Name: Wild Bill's ATVs -Theme URI: Description: QuickSite WordPress theme Version: 1.0 Author: Steve Sutton Author URI: http://www.gaslightmedia.com/ -License: MIT License -License URI: http://www.opensource.org/licenses/mit-license.php +License: All Rights Reserved */ body { margin: 0; diff --git a/vcard.php b/vcard.php new file mode 100644 index 0000000..7f4bbe9 --- /dev/null +++ b/vcard.php @@ -0,0 +1,31 @@ +
+

+

+

+ , + + +

+ + +

+

+ , + + +

+ + + +

+ phone: + +

+ + +

+ fax: + +

+ +
-- 2.17.1