summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--robots.txt2
-rw-r--r--sitemap.txt2
3 files changed, 5 insertions, 1 deletions
diff --git a/index.html b/index.html
index 640c7ca..c720d13 100644
--- a/index.html
+++ b/index.html
@@ -56,7 +56,7 @@
Hello! My name is Matthew Kosarek.
I am a computer programmer from northern New Jersey and I currently live and work in Montreal, Quebec.
I keep my CV up to date on this website, and I also provide some links to some extracurriculars that I am up to.
- In my spare time, I build fun themes in C++/OpenGL and compile them to WASM/WebGL.
+ In my spare time, I build some cool graphics scenes in C++/OpenGL and display them here via emcc.
</p>
</section>
<section>
diff --git a/robots.txt b/robots.txt
new file mode 100644
index 0000000..abfb0d2
--- /dev/null
+++ b/robots.txt
@@ -0,0 +1,2 @@
+User-agent: *
+Sitemap: https://www.matthewkosarek.xyz/sitemap.txt \ No newline at end of file
diff --git a/sitemap.txt b/sitemap.txt
new file mode 100644
index 0000000..56431a9
--- /dev/null
+++ b/sitemap.txt
@@ -0,0 +1,2 @@
+https://matthewkosarek.xyz
+https://matthewkosarek.xyz/resume.html \ No newline at end of file