Skip to content

Commit 60bc624

Browse files
Update cv.html
1 parent 41213e6 commit 60bc624

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cv.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
position: absolute;
296296
top: 40px; /* Positioned directly below the "i" icon */
297297
left: 50%;
298-
transform: translateX(-50%) translateY(10px);
298+
transform: translateX(-50%);
299299
background-color: #fff;
300300
border: 1px solid #ccc;
301301
padding: 10px;
@@ -350,7 +350,8 @@ <h1>Hariprashad Ravikumar</h1>
350350

351351
<div id="info-box" class="info-box">
352352
<p><strong>Automated LaTeX CV Build & Deployment</strong></p>
353-
<p>This CV is automatically built and deployed using a GitHub Actions workflow, pulling LaTeX files from Overleaf and compiling them into a PDF with every commit. Find more details about the workflow on my
353+
<p>This CV is generated via a CI/CD pipeline using GitHub Actions and Bash: it auto‑pulls LaTeX source from Overleaf, compiles with <code>latexmk</code> on every commit, and deploys the updated PDF to this page.
354+
For the full workflow, see my
354355
<a href="https://github.com/Hariprashad-Ravikumar/CV-GitHub-Actions-LaTeX-ci-cd" target="_blank">GitHub Repository</a>.
355356
</p>
356357
<button id="close-info" class="close-info">Close</button>

0 commit comments

Comments
 (0)