-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
executable file
·37 lines (37 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="HandheldFriendly" content="true"/>
<meta name="MobileOptimized" content="320"/>
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width, user-scalable=no"/>
<title><theBlog/> - Contact</title>
<link rel="stylesheet" href="styles.css">
</head>
<body class="grid">
<header class="header">
<a href="index.html">
<h1><theBlog/></h1>
</a>
<hr>
</header>
<main class="main">
<h2>Contact information</h2>
You can e-mail me at
<a href = "mailto: maxim.atanasov@protonmail.com">maxim.atanasov@protonmail.com</a> with comments or suggestions.
You can also open issues or create pull requests on the
<a href="https://github.com/maximAtanasov/theBlog" target="_" style="text-decoration: none;">
GitHub
</a>
page of this blog. The content on this blog is licenced under the Attribution-NonCommercial-NoDerivatives 4.0 International
license. The full text can be found <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode">here</a>.
</main>
<aside class="right">
</aside>
<br>
<footer class="footer">
<hr>
<br>
<a href="about.html">About</a> | <a href="contact.html">Contact</a>
</footer>
</body>
</html>