... | ... |
@@ -1,18 +1,30 @@ |
1 | 1 |
<html> |
2 | 2 |
<head> |
3 |
- <link rel="stylesheet" type="text/css" href="sheet1.css"> |
|
4 |
- <link rel="bookmark icon" type="image/png" href="images/h2.png"> |
|
5 | 3 |
<title>haywalk's Website</title> |
6 | 4 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | 5 |
</head> |
8 | 6 |
|
9 | 7 |
<body> |
10 |
- <center> |
|
11 |
- <h1>haywalk's programming projects</h1> |
|
12 |
- </center> |
|
13 |
- <hr> |
|
14 |
- Hello, World! <a href="http://www.haywalk.ca">Click here</a> to visit my personal website, or |
|
15 |
- <a href="https://github.com/haywalk">click here</a> to visit my Github page. |
|
16 |
- <br><br> |
|
8 |
+ <h1>Hayden's GitHub Pages Site</h1> |
|
9 |
+ |
|
10 |
+ <p>Hello! If you're reading this, you're probably looking for my personal website. As of 3 April 2020, my personal page is now located at <a href="https://www.haywalk.ca">www.haywalk.ca</a>.</p> |
|
11 |
+ |
|
12 |
+ <p>Since this is a GitHub pages site, it's possible you were looking for my GitHub profile, which you can find <a href="https://github.com/haywalk">here</a>.</p> |
|
13 |
+ |
|
14 |
+ <p>On my new site, you can find a <a href="https://www.haywalk.ca/misc/museum.php">museum of my old Web pages</a>!</p> |
|
15 |
+ |
|
16 |
+ <h2>Why the move?</h2> |
|
17 |
+ |
|
18 |
+ <p>My new site is hosted on my own server, which gives me more control over it, as well as access to tools like PHP.</p> |
|
19 |
+ |
|
20 |
+ <h2>Why is this page still here?</h2> |
|
21 |
+ |
|
22 |
+ <p>Posterity. I have told people about, and sent e-mails linking to, this site. By keeping this page here, anyone looking for me will be able to find me.</p> |
|
23 |
+ |
|
24 |
+ <p>I've considered using this page for project updates, but it's easier to use <a href="https://www.haywalk.ca/blog">my blog</a> for that. My blog is run by <a href="https://github.com/haywalk/simpleblogscript">a script that I wrote</a>, and you can use it, too!</p> |
|
25 |
+ |
|
26 |
+ <hr> |
|
27 |
+ |
|
28 |
+ <p>This webpage was last updated on 27 September 2020.</p> |
|
17 | 29 |
</body> |
18 | 30 |
</html> |
... | ... |
@@ -1,18 +1,30 @@ |
1 | 1 |
<html> |
2 | 2 |
<head> |
3 |
- <link rel="stylesheet" type="text/css" href="sheet1.css"> |
|
4 |
- <link rel="bookmark icon" type="image/png" href="images/h2.png"> |
|
5 | 3 |
<title>haywalk's Website</title> |
6 | 4 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | 5 |
</head> |
8 | 6 |
|
9 | 7 |
<body> |
10 |
- <center> |
|
11 |
- <h1>haywalk's programming projects</h1> |
|
12 |
- </center> |
|
13 |
- <hr> |
|
14 |
- Hello, World! <a href="http://www.haywalk.ca">Click here</a> to visit my personal website, or |
|
15 |
- <a href="https://github.com/haywalk">click here</a> to visit my Github page. |
|
16 |
- <br><br> |
|
8 |
+ <h1>Hayden's GitHub Pages Site</h1> |
|
9 |
+ |
|
10 |
+ <p>Hello! If you're reading this, you're probably looking for my personal website. As of 3 April 2020, my personal page is now located at <a href="https://www.haywalk.ca">www.haywalk.ca</a>.</p> |
|
11 |
+ |
|
12 |
+ <p>Since this is a GitHub pages site, it's possible you were looking for my GitHub profile, which you can find <a href="https://github.com/haywalk">here</a>.</p> |
|
13 |
+ |
|
14 |
+ <p>On my new site, you can find a <a href="https://www.haywalk.ca/misc/museum.php">museum of my old Web pages</a>!</p> |
|
15 |
+ |
|
16 |
+ <h2>Why the move?</h2> |
|
17 |
+ |
|
18 |
+ <p>My new site is hosted on my own server, which gives me more control over it, as well as access to tools like PHP.</p> |
|
19 |
+ |
|
20 |
+ <h2>Why is this page still here?</h2> |
|
21 |
+ |
|
22 |
+ <p>Posterity. I have told people about, and sent e-mails linking to, this site. By keeping this page here, anyone looking for me will be able to find me.</p> |
|
23 |
+ |
|
24 |
+ <p>I've considered using this page for project updates, but it's easier to use <a href="https://www.haywalk.ca/blog">my blog</a> for that. My blog is run by <a href="https://github.com/haywalk/simpleblogscript">a script that I wrote</a>, and you can use it, too!</p> |
|
25 |
+ |
|
26 |
+ <hr> |
|
27 |
+ |
|
28 |
+ <p>This webpage was last updated on 27 September 2020.</p> |
|
17 | 29 |
</body> |
18 | 30 |
</html> |
19 | 31 |
deleted file mode 100644 |
... | ... |
@@ -1,26 +0,0 @@ |
1 |
-html{ |
|
2 |
- background: linear-gradient(purple, red, yellow) fixed; |
|
3 |
- padding: 0; |
|
4 |
- margin: 0; |
|
5 |
-} |
|
6 |
- |
|
7 |
-a{color: blue;}a:hover{color:red;} |
|
8 |
- |
|
9 |
-body{ |
|
10 |
- width: 90%; |
|
11 |
- max-width: 680; |
|
12 |
- padding: 10; |
|
13 |
- |
|
14 |
- margin-right: auto; |
|
15 |
- margin-left: auto; |
|
16 |
- margin-top: 30; |
|
17 |
- margin-bottom: 30; |
|
18 |
- |
|
19 |
- background-color: white; |
|
20 |
- border: 5px solid black; |
|
21 |
- border-radius: 25px; |
|
22 |
-} |
|
23 |
- |
|
24 |
-h1, h2, h3{ |
|
25 |
- text-shadow: 1px 1px yellow, 2px 2px red, 3px 3px purple; |
|
26 |
-} |