shifted org and added nginx conf

This commit is contained in:
2025-11-29 23:26:27 -06:00
parent cba15b4c6d
commit c7d1f8a782
11 changed files with 35 additions and 129 deletions

View File

@@ -1,31 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
iframe, embed, object {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<!-- Try iframe first -->
<iframe src="resume/main.pdf"></iframe>
<!--Testing posthook again x2 -->
<!-- If iframe fails, fallback viewer -->
<object data="resume/main.pdf" type="application/pdf"></object>
</body>
</html>

1
CNAME
View File

@@ -1 +0,0 @@
resume.keshavanand.net

Binary file not shown.

View File

@@ -255,7 +255,7 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\begin{onecolentry} \begin{onecolentry}
\begin{highlights} \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 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 \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 \item SAT: 1550/1600 — Reading 760/800, Maths 790/800
@@ -392,7 +392,7 @@
\begin{twocolentry}{ \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 \textbf{Indian Film Music:} Bass, Keys, and Arrangement, member of High Octavez
\end{twocolentry} \end{twocolentry}

View File

@@ -1,31 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
iframe, embed, object {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<!-- Try iframe first -->
<iframe src="../../brag-sheet-rsi/main.pdf"></iframe>
<!-- If iframe fails, fallback viewer -->
<object data="../../brag-sheet-rsi/main.pdf" type="application/pdf"></object>
</body>
</html>

View File

@@ -1,31 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
iframe, embed, object {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<!-- Try iframe first -->
<iframe src="../../transcript/FallTranscript2025.pdf"></iframe>
<!-- If iframe fails, fallback viewer -->
<object data="../../transcript/FallTranscript2025.pdf" type="application/pdf"></object>
</body>
</html>

View File

@@ -1,31 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
iframe, embed, object {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<!-- Try iframe first -->
<iframe src="resume/main.pdf"></iframe>
<!-- If iframe fails, fallback viewer -->
<object data="resume/main.pdf" type="application/pdf"></object>
</body>
</html>

31
nginx.conf Normal file
View File

@@ -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;

Binary file not shown.

View File

@@ -205,7 +205,7 @@
\vspace{0.10 cm} \vspace{0.10 cm}
\begin{onecolentry} \begin{onecolentry}
\begin{highlights} \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 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 \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 \item SAT: 1550/1600 — Reading 760/800, Maths 790/800
@@ -369,7 +369,7 @@
\begin{twocolentry}{ \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 \textbf{Indian Film Music:} Bass, Keys, and Arrangement, member of High Octavez
\end{twocolentry} \end{twocolentry}