-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
89 lines (80 loc) · 3.97 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
---
layout: base
title: Contactez-moi
permalink: contact.html
contact: active
---
<div itemscope itemtype="http://schema.org/Person">
<meta itemprop="name" content="Maxime Werlen">
<meta itemprop="birthDate" content="1986-05-04">
<h1>Contact</h1>
<div class="pure-g">
<div class="pure-u-1 pure-u-xxl-1-2">
<form class="pure-form pure-form-aligned" action="mailto:[email protected]">
<fieldset>
<legend class="contact-legend">Mail</legend>
<div class="pure-control-group">
<label for="prenom">Prénom</label>
<input id="prenom" type="text" value="Maxime" disabled class="contact-form">
<meta itemprop="givenName" content="Maxime">
</div>
<div class="pure-control-group">
<label for="nom">Nom</label>
<input id="nom" type="text" value="Werlen" disabled class="contact-form">
<meta itemprop="familyName" content="Werlen">
</div>
<div class="pure-control-group">
<label for="mail">Mail</label>
<a href="mailto:[email protected]">
<input id="mail" type="text" value="[email protected]" disabled
class="contact-form contact-form-mail">
<meta itemprop="email" content="[email protected]">
</a>
</div>
<div class="pure-control-group">
<label for="gpg-key">Clé GPG</label>
<a href="/mwerlen.gpg">
<input id="gpg-key" type="text" value="0D70DDA6" title="5BB0 15C9 1742 4B86 A521 7D08 49E5 73FA 0D70 DDA6" disabled
class="contact-form contact-form-mail">
</a>
</div>
</fieldset>
</form>
</div>
<div class="pure-u-1 pure-u-xxl-1-2">
<form class="pure-form pure-form-aligned" action="mailto:[email protected]">
<fieldset>
<legend class="contact-legend">Réseaux sociaux</legend>
<div class="pure-control-group">
<label for="linkedin">LinkedIn</label>
<a href="http://fr.linkedin.com/in/mwerlen" itemprop="url">
<input id="linkedin" type="text" value="mwerlen" disabled
class="contact-form contact-form-mail">
</a>
</div>
<div class="pure-control-group">
<label for="viadeo">Viadeo</label>
<a href="http://www.viadeo.com/fr/profile/maxime.werlen" itemprop="url">
<input id="viadeo" type="text" value="maxime.werlen" disabled
class="contact-form contact-form-mail">
</a>
</div>
<div class="pure-control-group">
<label for="github">Github</label>
<a href="https://github.com/mwerlen" itemprop="url">
<input id="github" type="text" value="mwerlen" disabled
class="contact-form contact-form-mail">
</a>
</div>
<div class="pure-control-group">
<label for="twitter">Twitter</label>
<a href="https://twitter.com/mwerlen" itemprop="url">
<input id="twitter" type="text" value="mwerlen" disabled
class="contact-form contact-form-mail">
</a>
</div>
</fieldset>
</form>
</div>
</div>
</div>