Skip to content

Commit e9bd413

Browse files
committed
update opening paragraph
1 parent 5b200cc commit e9bd413

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

generator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
}
3232

3333
ABOUT_ME = [
34-
"Hello! I'm <strong class=\"text-gray-800 dark:text-white\">Julian Reder</strong>, a programmer and student at North Carolina State University. This is version 2 of my portfolio website, with this one being entirely coded from scratch using Tailwind because I'm lazy.",
34+
"Hello! I'm <strong class=\"text-gray-800 dark:text-white\">Julian Reder</strong>, a programmer and student at North Carolina State University. This is version 2 of my portfolio website, with this one being entirely coded from scratch using Tailwind CSS for styling and layout.",
3535
"This website serves as mostly just a list of the projects I've made. Feel free to look at my <a href=\"#projects\" class=\"text-blue-500 hover:underline\">projects</a> or learn more about my <a href=\"#experience\" class=\"text-blue-500 hover:underline\">experience</a>.",
36-
"I just really like making stuff that comes to my mind and thought it would be cool to share here."
36+
"Hopefully you find something interesting here! If you want to get in touch, feel free to reach out via the <a href=\"#contact\" class=\"text-blue-500 hover:underline\">contact form</a> at the bottom of the page."
3737
]
3838

3939
EXPERIENCES = [

0 commit comments

Comments
 (0)