Browse Source

2021 foot

windhamdavid 3 years ago
parent
commit
f621f0ff45
3 changed files with 8 additions and 9 deletions
  1. 1 1
      footer-home.php
  2. 4 5
      footer-studio.php
  3. 3 3
      footer.php

+ 1 - 1
footer-home.php

@@ -35,7 +35,7 @@
 				</ul>
 			</div>
 			<div class="col-md-3 offset-sm-5">
-				<p class="small dim right">&copy; 2004-2020<br />
+				<p class="small dim right">&copy; 2004-2021<br />
 				<p class="small dim right"><a href="<?php echo home_url( '/' ); ?>sitemap"><span class="fa fa-sitemap fa-fw"></span> Sitemap</a><br />
 				<span class="small dull right">This website uses cookies</span></p>
 			</div>

+ 4 - 5
footer-studio.php

@@ -14,10 +14,9 @@
 					<li><a href="<?php echo home_url( '/' ); ?>studio/art/" title="Art" ><span class="fa fa-paint-brush fa-fw"></span> Paint</a>
 					<li><a href="http://code.davidawindham.com"><span class="fa fa-code fa-fw"></span> Code</a></li>
 					<li><a href="<?php echo home_url( '/' ); ?>shop"><span class="fa fa-credit-card fa-fw"></span> Shop</a></li>
-					
 
 				</ul>
-				<ul>		
+				<ul>
 					<li><a href="<?php echo home_url( '/' ); ?>studio"><span class="fa fa-flask fa-fw"></span> Studio</a></li>
 					<li><a href="<?php echo home_url( '/' ); ?>contact"><span class="fa fa-envelope-o fa-fw"></span> Contact</a></li>
 					<li><a href="http://chat.davidawindham.com"><span class="fa fa-comment fa-fw"></span> Chat</a></li>
@@ -27,7 +26,7 @@
 		</div>
 		<div class="row">
 			<div class="col-md-4">
-				<ul class="social">			
+				<ul class="social">
 					<li><a href="https://twitter.com/windhamdavid" class="twitter" rel="me"><span class="fa fa-2x fa-twitter-square"></span></a></li>
 					<li><a href="https://plus.google.com/+DavidWindham1" class="gplus" rel="me"><span class="fa fa-2x fa-google-plus-square"></span></a></li>
 					<li><a href="https://www.facebook.com/davidawindham" class="facebook"><span class="fa fa-2x fa-facebook-square"></span></a></li>
@@ -35,7 +34,7 @@
 				</ul>
 			</div>
 			<div class="col-md-3 col-sm-offset-5">
-				<p class="small dim right">&copy; 2004-2020<br />
+				<p class="small dim right">&copy; 2004-2021<br />
 				<p class="small dim right"><a href="<?php echo home_url( '/' ); ?>sitemap"><span class="fa fa-sitemap fa-fw"></span> Sitemap</a><br />
 				<span class="small dull right">This website uses cookies</span></p>
 			</div>
@@ -44,4 +43,4 @@
 </div>
 <?php wp_footer(); ?>
 </body>
-</html>
+</html>

+ 3 - 3
footer.php

@@ -7,15 +7,15 @@
 				<p class="dim"><p>
 			</div>
 			<div class="col-md-4">
-				<p class="small dim right">&copy; 2004-2020</p>			
+				<p class="small dim right">&copy; 2004-2021</p>
 			</div>
 		</div>
 	</div>
 	<div class="cookie-notification js-cookie-notification">
 		<p>By using this website, you agree to the use of<br />cookies and the <a href="https://davidawindham.com/privacy/">privacy policy</a>.</p>
-		<button class="btn btn-default" type="submit"><a href="#" class="js-cookie-notification-hide">Agree and dismiss</a></button>					
+		<button class="btn btn-default" type="submit"><a href="#" class="js-cookie-notification-hide">Agree and dismiss</a></button>
 	</div>
 </div>
 <?php wp_footer(); ?>
 </body>
-</html>
+</html>