Skip to content

Commit e44b3d7

Browse files
committed
style: add visual tweaks
1 parent f729183 commit e44b3d7

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

src/images/about/myPhoto2.jpg

860 KB
Loading

src/pages/Contact.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export function Contact() {
88
{/* Text section with improved formatting */}
99
<div className="intro-text">
1010
<p>
11-
Feel free to reach out for collaboration or any professional inquiries through <a href="https://www.linkedin.com/in/moniquegrinstein/" target="_blank">LinkedIn</a>. <br />
11+
Please feel free to reach out for any professional inquiries through <a href="https://www.linkedin.com/in/moniquegrinstein/" target="_blank">LinkedIn</a>. <br />
1212
{/* You can message me on <a href="https://www.linkedin.com/in/moniquegrinstein/" target="_blank">LinkedIn</a> or use the form below: */}
1313
</p>
1414
</div>

src/pages/Home.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
import { WebsiteNavbar, HomeComponent } from "../components";
22
import myPhoto from "../images/about/myPhoto.jpg";
3+
import myPhoto2 from "../images/about/myPhoto2.jpg";
34

45
export function Home() {
56
return (
67
<div className="PageContainer">
78
<WebsiteNavbar />
89
<div className="PageContent">
910
<div className="intro-text">
10-
<HomeComponent image={myPhoto} title={<h2>&gt; &nbsp;Hello, World!</h2>}
11+
<HomeComponent image={myPhoto2} title={<h2>&gt; &nbsp;Hello, World!</h2>}
1112
text={`\nI am a Software Engineer specialized in backend services and cloud technologies. Deeply committed to technical excellence and continuous learning.
1213
\n Beyond my professional work, I am an active speaker and community builder within the AWS ecosystem. Focus areas include Software Architecture, AI, Infrastructure as Code, and emerging technologies.
1314
Interested in broadening my contributions to open-source projects, particularly for Satellite and Space applications.`} />

src/pages/TechArticles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function TechArticles() {
99
{/* Text section with improved formatting */}
1010
<div className="intro-text">
1111
<p>
12-
I often write about Software Engineering topics, in particular Software Architecture, AI, Infrastructure as Code, and emerging technologies. Here are some of my recent articles:
12+
I often write about Software Engineering topics, in particular Software Architecture, Cloud Computing, AI, Infrastructure as Code, and emerging technologies. Here are some of my recent articles:
1313
</p>
1414
</div>
1515

0 commit comments

Comments
 (0)