Skip to content

Commit 630458d

Browse files
author
DevDoctor
committed
website first push
0 parents  commit 630458d

16 files changed

Lines changed: 232 additions & 0 deletions

blog.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>contacts - doc's site</title>
8+
<link rel="stylesheet" href="main.css">
9+
<link rel="stylesheet" href="http://jquery.com/jquery-wp-content/themes/jquery/css/base.css?v=1">
10+
<script src="main.js"></script>
11+
</head>
12+
13+
<body>
14+
<nav class="centered">
15+
<a href="index.html">Home</a>
16+
<span class="current-page">Blog</span>
17+
<a href="contact.html">Contact</a>
18+
</nav>
19+
20+
<div class="centered">
21+
<h1>Blog</h1>
22+
<span class="comment">// Coming in near future... ~maybe</span>
23+
</div>
24+
25+
<footer>
26+
<div class="centered">
27+
<span id="copyright"></span>
28+
</div>
29+
</footer>
30+
</body>
31+
32+
</html>

buttons/best viewed with.gif

2.14 KB
Loading

buttons/distrowatch.gif

2.39 KB
Loading

buttons/firefox_best.gif

16.3 KB
Loading

buttons/newlambda.gif

9.68 KB
Loading

buttons/powered-by-debian.gif

904 Bytes
Loading

buttons/smoke.gif

999 Bytes
Loading

buttons/thunderbird.gif

23.5 KB
Loading

buttons/vscbutton.gif

1.91 KB
Loading

contact.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>contacts - doc's site</title>
8+
<link rel="stylesheet" href="main.css">
9+
<link rel="stylesheet" href="http://jquery.com/jquery-wp-content/themes/jquery/css/base.css?v=1">
10+
<script src="main.js"></script>
11+
</head>
12+
13+
<body>
14+
<nav class="centered">
15+
<a href="index.html">Home</a>
16+
<a href="blog.html">Blog</a>
17+
<span class="current-page">Contact</span>
18+
</nav>
19+
20+
<div class="centered">
21+
<h1>Contact</h1>
22+
<p>You can contact me through <a href="#">mail</a>. <span class="comment">&emsp;// not available right now</span></p> <!-- mailto: I prefer my PGP key to be used if unencrypted methods of communication are used. -->
23+
<h2>Other contacts</h2>
24+
<p><a href="https://discord.com/users/447467134142906389">Discord</a></p>
25+
<p><a href="https://github.com/Dev-Doctor">Github</a></p>
26+
</div>
27+
28+
<footer>
29+
<div class="centered">
30+
<span id="copyright"></span>
31+
</div>
32+
</footer>
33+
</body>
34+
35+
</html>

0 commit comments

Comments
 (0)