| 
									
										
										
										
											2017-06-04 22:05:40 -05:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html> | 
					
						
							|  |  |  |   <head> | 
					
						
							| 
									
										
										
										
											2018-02-05 19:51:31 -06:00
										 |  |  | 	<meta name="viewport" content="width=device-width, initial-scale=1" /> | 
					
						
							| 
									
										
										
										
											2017-06-04 22:05:40 -05:00
										 |  |  | 	{% seo %} | 
					
						
							| 
									
										
										
										
											2018-01-29 12:55:15 -06:00
										 |  |  |     {% css style %} | 
					
						
							| 
									
										
										
										
											2017-06-04 22:05:40 -05:00
										 |  |  |     <meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" /> | 
					
						
							|  |  |  |   </head> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-02-07 17:57:40 +00:00
										 |  |  |   <body {% if page.id %}id="page-{{ page.id }}"{% endif %} class="bg-dark"> | 
					
						
							| 
									
										
										
										
											2018-01-23 12:50:50 -06:00
										 |  |  | 	<section class="container-fluid primary-container"> | 
					
						
							|  |  |  | 	  <nav class="navbar navbar-expand-lg navbar-dark bg-dark"> | 
					
						
							|  |  |  | 		<a class="navbar-brand" href="{{ site.baseurl }}/">{{ site.name }}</a> | 
					
						
							| 
									
										
										
										
											2018-01-30 19:38:01 -06:00
										 |  |  | 		<button class="navbar-toggler" type="button" data-toggle="collapse" | 
					
						
							|  |  |  | 				data-target="#nav-links" aria-label="Toggle navigation" | 
					
						
							|  |  |  | 				aria-controls="nav-links" aria-expanded="false"> | 
					
						
							|  |  |  | 		  <span class="navbar-toggler-icon"></span> | 
					
						
							|  |  |  | 		</button> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<div class="collapse navbar-collapse justify-content-end" id="nav-links"> | 
					
						
							| 
									
										
										
										
											2018-01-23 12:50:50 -06:00
										 |  |  | 		  <a class="nav-link" href="{{ site.baseurl }}/">Introduction</a> | 
					
						
							|  |  |  | 		  <a class="nav-link" href="{{ site.baseurl }}/web/">Web Resume</a> | 
					
						
							|  |  |  | 		  <a class="nav-link" href="{{ site.baseurl }}/theater/">Acting Resume</a> | 
					
						
							|  |  |  | 		  <a class="nav-link" href="{{ site.baseurl }}/contact/">Contact</a> | 
					
						
							|  |  |  | 		</div> | 
					
						
							|  |  |  | 	  </nav> | 
					
						
							| 
									
										
										
										
											2018-01-21 18:43:28 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-01-24 12:28:14 -06:00
										 |  |  | 	  <div class="row"> | 
					
						
							| 
									
										
										
										
											2018-01-26 12:23:44 -06:00
										 |  |  | 		<div class="order-2 order-md-1 col-12 col-md-3 col-xl-2 bd-sideboard bg-dark"> | 
					
						
							| 
									
										
										
										
											2018-01-29 12:55:15 -06:00
										 |  |  | 		  <aside> | 
					
						
							| 
									
										
										
										
											2018-01-31 12:44:10 -06:00
										 |  |  | 			<figure class="figure"> | 
					
						
							|  |  |  | 			  <img src="{{ site.author.email | to_gravatar }}?s=200" class="figure-img img-fluid rounded-large" alt="" /> | 
					
						
							|  |  |  | 			  <figcaption class="figure-caption small">{{ site.description }}</figcaption> | 
					
						
							|  |  |  | 			</figure> | 
					
						
							| 
									
										
										
										
											2018-01-29 12:55:15 -06:00
										 |  |  | 		  </aside> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-01-24 12:59:49 -06:00
										 |  |  | 		  <aside> | 
					
						
							|  |  |  | 			<header> | 
					
						
							|  |  |  | 			  <h2>My Links</h2> | 
					
						
							|  |  |  | 			</header> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-01-25 13:04:51 -06:00
										 |  |  | 			<ul class="list-group"> | 
					
						
							|  |  |  | 			  {% for link in site.links %}{% if link.display == false %}{% continue %}{% endif %} | 
					
						
							|  |  |  | 			  <li class="list-group-item list-group-item-dark"><a href="{{ link.link }}">{{ link.title }} </a></li> | 
					
						
							|  |  |  | 			  {% endfor %} | 
					
						
							|  |  |  | 			</ul> | 
					
						
							| 
									
										
										
										
											2018-01-24 12:59:49 -06:00
										 |  |  | 		  </aside> | 
					
						
							| 
									
										
										
										
											2018-01-26 12:23:44 -06:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		  {% if site.author.twitter %} | 
					
						
							|  |  |  | 		  <aside> | 
					
						
							|  |  |  | 			<header> | 
					
						
							|  |  |  | 			  <h2>My Tweets</h2> | 
					
						
							|  |  |  | 			  <a class="twitter-timeline" | 
					
						
							|  |  |  | 				 data-height="400" | 
					
						
							|  |  |  | 				 href="https://twitter.com/{{ site.author.twitter }}?ref_src=twsrc%5Etfw"> | 
					
						
							|  |  |  | 				Tweets by {{ site.author.twitter }} | 
					
						
							|  |  |  | 			  </a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> | 
					
						
							|  |  |  | 		  </aside> | 
					
						
							|  |  |  | 		  {% endif %} | 
					
						
							| 
									
										
										
										
											2018-01-24 12:28:14 -06:00
										 |  |  | 		</div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-02-07 18:00:46 +00:00
										 |  |  | 		<main class="bg-white rounded-large order-1 order-md-2 col-12 col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content" role="main"> | 
					
						
							| 
									
										
										
										
											2018-01-24 12:28:14 -06:00
										 |  |  | 		  <section class="entry-content container-fluid"> | 
					
						
							|  |  |  | 			{% if page.title %} | 
					
						
							|  |  |  | 			<header class="entry-header"> | 
					
						
							|  |  |  | 			  <h1 class="entry-title">{{ page.title }}</h1> | 
					
						
							|  |  |  | 			</header> | 
					
						
							|  |  |  | 			{% endif %} | 
					
						
							|  |  |  | 			{{ content }} | 
					
						
							|  |  |  | 		  </section> | 
					
						
							|  |  |  | 		</main> | 
					
						
							| 
									
										
										
										
											2018-01-29 12:55:15 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-01-24 12:28:14 -06:00
										 |  |  | 	  </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-06-04 22:05:40 -05:00
										 |  |  | 	</section> | 
					
						
							| 
									
										
										
										
											2018-01-29 12:55:15 -06:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	<footer class="footer bg-dark"> | 
					
						
							|  |  |  | 	  <div class="container-fluid"> | 
					
						
							|  |  |  | 		<p>{{ site.author.name }} | 
					
						
							|  |  |  | 		  {% if site.author.facebook %}<a href="https://www.facebook.com/{{ site.author.facebook }}"><i class="fa fa-facebook"></i></a>{% endif %} | 
					
						
							|  |  |  | 		  {% if site.author.flickr %}<a href="https://www.flickr.com/photos/{{ site.author.flickr }}/"><i class="fa fa-flickr"></i></a>{% endif %} | 
					
						
							|  |  |  | 		  {% if site.author.github %}<a href="https://github.com/{{ site.author.github }}"><i class="fa fa-github"></i></a>{% endif %} | 
					
						
							|  |  |  | 		  {% if site.author.instagram %}<a href="https://instagram.com/{{ site.author.instagram }}"><i class="fa fa-instagram"></i></a>{% endif %} | 
					
						
							|  |  |  | 		  {% if site.author.linkedin %}<a href="https://www.linkedin.com/in/{{ site.author.linkedin }}"><i class="fa fa-linkedin"></i></a>{% endif %} | 
					
						
							|  |  |  | 		  {% if site.author.twitter %}<a href="https://twitter.com/{{ site.author.twitter }}"><i class="fa fa-twitter"></i></a>{% endif %} | 
					
						
							|  |  |  | 		</p> | 
					
						
							|  |  |  | 	  </div> | 
					
						
							|  |  |  | 	</footer> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-01-28 20:51:09 -06:00
										 |  |  | 	{% js application %} | 
					
						
							| 
									
										
										
										
											2017-06-04 22:05:40 -05:00
										 |  |  |   </body> | 
					
						
							|  |  |  | </html> |