2016-08-25 18:05:54 +00:00
|
|
|
<!-- Contact -->
|
|
|
|
<section id="contact">
|
|
|
|
<div class="inner">
|
|
|
|
<section>
|
2021-03-14 13:13:02 +00:00
|
|
|
<form action="https://formspree.io/f/{{ site.email }}" method="POST">
|
2016-08-25 18:05:54 +00:00
|
|
|
<div class="field half first">
|
|
|
|
<label for="name">Name</label>
|
|
|
|
<input type="text" name="name" id="name" />
|
|
|
|
</div>
|
|
|
|
<div class="field half">
|
|
|
|
<label for="email">Email</label>
|
|
|
|
<input type="text" name="_replyto" id="email" />
|
|
|
|
</div>
|
|
|
|
<div class="field">
|
|
|
|
<label for="message">Message</label>
|
|
|
|
<textarea name="message" id="message" rows="6"></textarea>
|
|
|
|
</div>
|
|
|
|
<ul class="actions">
|
|
|
|
<li><input type="submit" value="Send Message" class="special" /></li>
|
|
|
|
<li><input type="reset" value="Clear" /></li>
|
|
|
|
</ul>
|
|
|
|
</form>
|
|
|
|
</section>
|
|
|
|
<section class="split">
|
|
|
|
<section>
|
|
|
|
<div class="contact-method">
|
|
|
|
<span class="icon alt fa-envelope"></span>
|
|
|
|
<h3>Email</h3>
|
|
|
|
<a href="#">{{ site.email }}</a>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<div class="contact-method">
|
2020-08-30 12:39:01 +00:00
|
|
|
<span class="icon alt fa-shopping-cart"></span>
|
|
|
|
<h3>Acquire a piece - Acquérir une oeuvre</h3>
|
|
|
|
<span>Contact me via email or via the form</span>
|
2016-08-25 18:05:54 +00:00
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<div class="contact-method">
|
|
|
|
<span class="icon alt fa-home"></span>
|
|
|
|
<h3>Address</h3>
|
2017-07-05 22:00:34 +00:00
|
|
|
<span>
|
|
|
|
{% if site.street_address %}
|
|
|
|
{{ site.street_address }}<br />
|
|
|
|
{% endif %}
|
|
|
|
{% if site.city %}
|
|
|
|
{{ site.city }},
|
|
|
|
{% endif %}
|
|
|
|
{% if site.state %}
|
2020-08-30 09:13:33 +00:00
|
|
|
{{ site.state }}
|
2017-07-05 22:00:34 +00:00
|
|
|
{% endif %}
|
|
|
|
{% if site.zip_code %}
|
2017-07-05 22:09:33 +00:00
|
|
|
{{ site.zip_code }}<br />
|
2017-07-05 22:13:04 +00:00
|
|
|
{% endif %}
|
2017-07-05 22:00:34 +00:00
|
|
|
{% if site.country %}
|
|
|
|
{{ site.country }}
|
|
|
|
{% endif %}
|
|
|
|
</span>
|
2016-08-25 18:05:54 +00:00
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- Footer -->
|
|
|
|
<footer id="footer">
|
|
|
|
<div class="inner">
|
|
|
|
<ul class="icons">
|
2016-08-25 22:22:30 +00:00
|
|
|
{% if site.twitter_url %}
|
2016-08-25 18:05:54 +00:00
|
|
|
<li><a href="{{ site.twitter_url }}" class="icon alt fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
|
2016-08-25 22:15:40 +00:00
|
|
|
{% endif %}
|
|
|
|
{% if site.googleplus_url %}
|
2016-08-25 18:05:54 +00:00
|
|
|
<li><a href="{{ site.googleplus_url }}" class="icon alt fa-google-plus" target="_blank"><span class="label">Google+</span></a></li>
|
2016-08-25 22:15:40 +00:00
|
|
|
{% endif %}
|
2016-08-25 22:31:22 +00:00
|
|
|
{% if site.facebook_url %}
|
|
|
|
<li><a href="{{ site.facebook_url }}" class="icon alt fa-facebook" target="_blank"><span class="label">Facebook</span></a></li>
|
|
|
|
{% endif %}
|
2016-08-25 22:15:40 +00:00
|
|
|
{% if site.instagram_url %}
|
2016-08-25 18:05:54 +00:00
|
|
|
<li><a href="{{ site.instagram_url }}" class="icon alt fa-instagram" target="_blank"><span class="label">Instagram</span></a></li>
|
2016-08-25 22:15:40 +00:00
|
|
|
{% endif %}
|
2016-08-25 22:31:22 +00:00
|
|
|
{% if site.pinterest_url %}
|
|
|
|
<li><a href="{{ site.pinterest_url }}" class="icon alt fa-pinterest" target="_blank"><span class="label">Pinterest</span></a></li>
|
|
|
|
{% endif %}
|
|
|
|
{% if site.500px_url %}
|
|
|
|
<li><a href="{{ site.500px_url }}" class="icon alt fa-500px" target="_blank"><span class="label">500px</span></a></li>
|
|
|
|
{% endif %}
|
2016-08-25 22:15:40 +00:00
|
|
|
{% if site.gitlab_url %}
|
2016-08-25 18:05:54 +00:00
|
|
|
<li><a href="{{ site.gitlab_url }}" class="icon alt fa-gitlab" target="_blank"><span class="label">GitLab</span></a></li>
|
2016-08-25 22:15:40 +00:00
|
|
|
{% endif %}
|
2016-08-25 22:31:22 +00:00
|
|
|
{% if site.github_url %}
|
|
|
|
<li><a href="{{ site.github_url }}" class="icon alt fa-github" target="_blank"><span class="label">GitHub</span></a></li>
|
|
|
|
{% endif %}
|
|
|
|
{% if site.slack_url %}
|
|
|
|
<li><a href="{{ site.slack_url }}" class="icon alt fa-slack" target="_blank"><span class="label">Slack</span></a></li>
|
|
|
|
{% endif %}
|
2016-08-25 22:15:40 +00:00
|
|
|
{% if site.linkedin_url %}
|
2016-08-25 18:05:54 +00:00
|
|
|
<li><a href="{{ site.linkedin_url }}" class="icon alt fa-linkedin" target="_blank"><span class="label">LinkedIn</span></a></li>
|
2016-08-25 22:15:40 +00:00
|
|
|
{% endif %}
|
2020-08-30 09:05:44 +00:00
|
|
|
{% if site.flickr_url %}
|
|
|
|
<li><a href="{{ site.flickr_url }}" class="icon alt fa-camera-retro" target="_blank"><span class="label">Flickr</span></a></li>
|
|
|
|
{% endif %}
|
|
|
|
{% if site.photo_url %}
|
|
|
|
<li><a href="{{ site.photo_url }}" class="icon alt fa-book" target="_blank"><span class="label">Photography blog</span></a></li>
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
|
|
|
2016-08-25 18:05:54 +00:00
|
|
|
</ul>
|
|
|
|
<ul class="copyright">
|
2020-08-30 09:13:33 +00:00
|
|
|
<li>© {{ site.title }} </li>
|
2016-08-25 18:05:54 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- Scripts -->
|
2017-01-09 00:00:52 +00:00
|
|
|
<script src="{{ "assets/js/jquery.min.js" | absolute_url }}"></script>
|
|
|
|
<script src="{{ "assets/js/jquery.scrolly.min.js" | absolute_url }}"></script>
|
|
|
|
<script src="{{ "assets/js/jquery.scrollex.min.js" | absolute_url }}"></script>
|
|
|
|
<script src="{{ "assets/js/skel.min.js" | absolute_url }}"></script>
|
|
|
|
<script src="{{ "assets/js/util.js" | absolute_url }}"></script>
|
|
|
|
<!--[if lte IE 8]><script src="{{ "assets/js/ie/respond.min.js" | absolute_url }}"></script><![endif]-->
|
|
|
|
<script src="{{ "assets/js/main.js" | absolute_url }}"></script>
|