-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
55 lines (36 loc) · 1007 Bytes
/
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
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<style type="text/css">
body{font-size: 18pt; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
margin: 1.5em; line-height: 1.8em;}
a{font-weight: bold;}
a:hover{color: red; background-color: yellow;}
html,body {
height:100%;
width:100%;
margin:0;
}
body , body {
display:flex;
}
div {
margin:auto;
}
div h2 { text-align: center;}
@media (min-width: 1000px) {
div { width: 30%;}
}
</style>
<title>Fedi Network — some cool federated web projects</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
</head>
<body>
<div>
<h2>Contact us</h2>
<p>General contact: <a href="https://social.mat.tl/@mattl">@[email protected]</a>.</p>
<h3>Press contacts</h3>
<p>Dr. Matt Lee, <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</body>
</html>