Skip to content

Commit 4062b46

Browse files
committed
updates
1 parent f862aa0 commit 4062b46

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,10 @@ Generate the site:
6161
```bash
6262
python3 generator.py
6363
```
64+
65+
Viewing the live site
66+
67+
Visit the live site at: https://quantumbagel.github.io
68+
69+
The resume redirect is available at: https://quantumbagel.github.io/resume (or visit /resume/index.html).
70+

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h1 class="text-2xl font-bold tracking-tight text-zinc-900 dark:text-zinc-100">J
4343
<section id="about">
4444
<h2 class="text-lg font-semibold tracking-tight text-zinc-900 dark:text-zinc-100 mb-4">About</h2>
4545
<div class="text-sm text-zinc-600 dark:text-zinc-400 leading-relaxed">
46-
<p class='mb-4 last:mb-0'>Hello! I'm <strong class='text-gray-800 dark:text-white'>Julian Reder</strong>, a programmer and student at North Carolina State University. This website has a brief overview of my projects and skillset, as well as a contact form.</p><p class='mb-4 last:mb-0'>Hopefully you find something interesting here! Feel free to reach out if you want to chat about anything or have questions about my projects or experience.</p>
46+
<p class='mb-4 last:mb-0'>Hello! I'm <strong class='text-gray-800 dark:text-white'>Julian Reder</strong>, a programmer and student at North Carolina State University. This website has a brief overview of my projects and skillset, as well as a contact form. It's also a template, see the project on GitHub to see how to use it yourself :D </p><p class='mb-4 last:mb-0'>Hopefully you find something interesting here! Feel free to reach out if you want to chat about anything or have questions about my projects or experience.</p>
4747
</div>
4848
</section>
4949

site.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ text = "Made with <3 by @quantumbagel"
3434

3535
[content]
3636
about = [
37-
"Hello! I'm <strong class='text-gray-800 dark:text-white'>Julian Reder</strong>, a programmer and student at North Carolina State University. This website has a brief overview of my projects and skillset, as well as a contact form.",
37+
"Hello! I'm <strong class='text-gray-800 dark:text-white'>Julian Reder</strong>, a programmer and student at North Carolina State University. This website has a brief overview of my projects and skillset, as well as a contact form. It's also a template, see the project on GitHub to see how to use it yourself :D ",
3838
"Hopefully you find something interesting here! Feel free to reach out if you want to chat about anything or have questions about my projects or experience."
3939
]
4040

0 commit comments

Comments
 (0)