diff --git a/404.html b/404.html
deleted file mode 100644
index ad9689b..0000000
--- a/404.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-Document
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/CNAME b/CNAME
deleted file mode 100644
index 4d9c7d4..0000000
--- a/CNAME
+++ /dev/null
@@ -1 +0,0 @@
-resume.keshavanand.net
\ No newline at end of file
diff --git a/brag-sheet-rsi/main.pdf b/brag-sheet-rsi/main.pdf
index 629dbcf..369a383 100644
Binary files a/brag-sheet-rsi/main.pdf and b/brag-sheet-rsi/main.pdf differ
diff --git a/brag-sheet-rsi/main.tex b/brag-sheet-rsi/main.tex
index c05fdfe..85f20f5 100644
--- a/brag-sheet-rsi/main.tex
+++ b/brag-sheet-rsi/main.tex
@@ -255,7 +255,7 @@
\vspace{0.10 cm}
\begin{onecolentry}
\begin{highlights}
- \item GPA: 4.73/4.0 (\href{https://resume.keshavanand.net/docs/transcript}{View Unnoficial Transcript})
+ \item GPA: 4.73/4.0 (\href{https://resume.keshavanand.net/transcript}{View Unnoficial Transcript})
\item Class Rank: \textbf{1/1273}
\item \textbf{Current Coursework:} AP Chemistry, American Studies (AP US History + AP English Language), Digital Electronics, AP Physics I, Calculus III (via Collin College)
\item SAT: 1550/1600 — Reading 760/800, Maths 790/800
@@ -392,7 +392,7 @@
\begin{twocolentry}{
- \textit{\href{https://music.keshavanand.net/}{Original Music Library}}}
+ \textit{\href{https://musicportfolio.keshavanand.net/}{Original Music Library}}}
\textbf{Indian Film Music:} Bass, Keys, and Arrangement, member of High Octavez
\end{twocolentry}
diff --git a/docs/brag-sheets/rsi/index.html b/docs/brag-sheets/rsi/index.html
deleted file mode 100644
index 3e68708..0000000
--- a/docs/brag-sheets/rsi/index.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-Document
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/transcript/index.html b/docs/transcript/index.html
deleted file mode 100644
index ffb00e1..0000000
--- a/docs/transcript/index.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-Document
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/index.html b/index.html
deleted file mode 100644
index 92fe79c..0000000
--- a/index.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-Document
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/nginx.conf b/nginx.conf
new file mode 100644
index 0000000..be31b95
--- /dev/null
+++ b/nginx.conf
@@ -0,0 +1,31 @@
+root /var/www/resume.keshavanand.net;
+
+# Main site
+location / {
+ # If the user types /, serve main.pdf
+ try_files $uri $uri/ /resume/main.pdf;
+}
+
+# Transcript
+location /transcript {
+ try_files $uri $uri/ /transcripts/FallTranscript2025.pdf;
+}
+
+# Redirect /transcript/ to /transcript
+location /transcript/ {
+ return 301 /transcript;
+}
+
+# Brag sheet
+location /brag-sheet-rsi {
+ try_files $uri $uri/ /brag-sheet-rsi/main.pdf;
+}
+
+# Redirect /brag-sheet-rsi/ to /brag-sheet-rsi
+location /brag-sheet-rsi/ {
+ return 301 /brag-sheet-rsi;
+}
+
+
+# Catch-all 404 -> serve main resume
+error_page 404 = /resume/main.pdf;
\ No newline at end of file
diff --git a/resume/main.pdf b/resume/main.pdf
index 0feebc9..f7673a0 100644
Binary files a/resume/main.pdf and b/resume/main.pdf differ
diff --git a/resume/main.tex b/resume/main.tex
index 51e0e8a..d2038e5 100644
--- a/resume/main.tex
+++ b/resume/main.tex
@@ -205,7 +205,7 @@
\vspace{0.10 cm}
\begin{onecolentry}
\begin{highlights}
- \item GPA: 4.73/4.0 (\href{https://resume.keshavanand.net/docs/transcript}{View Unnoficial Transcript})
+ \item GPA: 4.73/4.0 (\href{https://resume.keshavanand.net/transcript}{View Unnoficial Transcript})
\item Class Rank: \textbf{1/1273}
\item \textbf{Current Coursework:} AP Chemistry, American Studies (AP US History + AP English Language), Digital Electronics, AP Physics I, Calculus III (via Collin College)
\item SAT: 1550/1600 — Reading 760/800, Maths 790/800
@@ -369,7 +369,7 @@
\begin{twocolentry}{
- \textit{\href{https://music.keshavanand.net/}{Original Music Library}}}
+ \textit{\href{https://musicportfolio.keshavanand.net/}{Original Music Library}}}
\textbf{Indian Film Music:} Bass, Keys, and Arrangement, member of High Octavez
\end{twocolentry}
diff --git a/transcript/FallTranscript2025.pdf b/transcripts/FallTranscript2025.pdf
similarity index 100%
rename from transcript/FallTranscript2025.pdf
rename to transcripts/FallTranscript2025.pdf