Skip to content

Commit ac3b25e

Browse files
committed
local pfp
1 parent 3b1e25e commit ac3b25e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

generator.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
PERSONAL_INFO = {
1212
"name": "Julian Reder",
1313
"title": "Computer Engineering Student @ NCSU",
14-
"profile_image": "https://avatars.githubusercontent.com/u/58365715?v=4&s=256",
14+
"profile_image": "pfp.webp",
1515
"social_links": {
1616
"github": "https://github.com/quantumbagel",
1717
"linkedin": "https://www.linkedin.com/in/julian-reder-nc/",
@@ -290,7 +290,7 @@ def create_html_structure():
290290
<meta charset="UTF-8">
291291
<meta name="viewport" content="width=device-width, initial-scale-1.0">
292292
<title>{PERSONAL_INFO['name']} - Developer Portfolio</title>
293-
<meta name="description" content="Personal portfolio for Julian Reder (@quantumbageL), a Computer Engineering student at NCSU showcasing software development projects in Python, C++, Docker, and more.">
293+
<meta name="description" content="Personal portfolio for Julian Reder (@quantumbagel), a Computer Engineering student at NCSU showcasing software development projects in Python, C++, Docker, and more.">
294294
<meta name="author" content="Julian Reder">
295295
<meta name="keywords" content="Julian Reder, portfolio, developer, computer engineering, programmer, NCSU, North Carolina State University, Python, C++, Docker, Tailwind CSS, projects">
296296
@@ -317,11 +317,11 @@ def create_html_structure():
317317
font-family: 'Inter', sans-serif;
318318
}}
319319
.sidebar {{
320-
-ms-overflow-style: none; /* Internet Explorer 10+ */
321-
scrollbar-width: none; /* Firefox */
320+
-ms-overflow-style: none;
321+
scrollbar-width: none;
322322
}}
323323
.sidebar::-webkit-scrollbar {{
324-
display: none; /* Safari and Chrome */
324+
display: none;
325325
}}
326326
.active-nav {{
327327
color: #000000 !important;

pfp.webp

7.19 KB
Loading

0 commit comments

Comments
 (0)