Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .gitignore

This file was deleted.

6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Dan Hirst's Website
# Rachel Morse's Website

This is the repository for my personal portfolio website. It was written with Svelte.
This is the repository for my personal portfolio website. It was written with Svelte.

It is based on [this website](https://github.com/dchirst/website) written by Dan Hirst.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="favicon-32x32.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dan Hirst's website</title>
<title>Rachel Morse</title>
</head>
<body>
<div id="app"></div>
Expand Down
Loading