From 98ba16dcbe6f883e54c8beeaed86a97b6971ca32 Mon Sep 17 00:00:00 2001 From: minh-de-rien <77995908+minh-de-rien@users.noreply.github.com> Date: Thu, 25 Jan 2024 23:59:47 -0500 Subject: [PATCH 1/4] Header: change font size and color --- src/components/Header.astro | 6 +++--- src/components/icons/Github.astro | 3 +-- src/components/icons/Instagram.astro | 3 +-- tailwind.config.mjs | 1 + 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 9eea457..1989afa 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -25,13 +25,13 @@ import Magnifying from './icons/Magnifying.astro';
-
-
+
+

MDR

Dinning diff --git a/src/components/icons/Github.astro b/src/components/icons/Github.astro index e745b42..ec302d0 100644 --- a/src/components/icons/Github.astro +++ b/src/components/icons/Github.astro @@ -1,6 +1,5 @@ -

Minh de rien

-
-

- Greetings! My name is Minh Ngoc Do. I am a Computer Engineering student currently +

+

+ Greetings! My name is Minh Ngoc Do. I am a Computer Engineering student currently crafting her personalized blog. In addition to my technical pursuits, I'm an enthusiast of the written words.

-

- Minh de rien will be my personal guide to leisure in and around the city of Montreal! +

+ Minh de rien will be my personal guide to leisure in and around the city of Montreal! This website is designed to be a casual destination for individuals seeking enjoyable activities that go beyond the typical tourist spots as well as recommendations for lovable restaurants and cafes. The website aims to enhance your leisure experience by providing informative articles, captivating visuals and insightful reviews.

-

- At its core, Minh de Rien is a reflection of my personal journey through Montreal. +

+ At its core, Minh de Rien is a reflection of my personal journey through Montreal. It serves as a digital journal, a living history of my adventures and discoveries in this dynamic city. Though ideally, it would also serve as a helping hand to fellow enthusiasts and explorers.


+
+

MDR in 2024

+
+
+
+

DRUNK 12 BOBAs

+
+
+
+

VISIT 3 RESTAURANTS

+
+
+
+

VISIT 2 CAFEs

+
+
+
diff --git a/src/styles/global.css b/src/styles/global.css index aac5602..b990236 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -162,7 +162,7 @@ hr { @font-face { font-family: Bettins; - src: url("/fonts/bettins-ywpem.ttf") format('TrueType'); + src: url('/fonts/bettins-ywpem.ttf') format('TrueType'); font-weight: 400; font-style: normal; font-display: swap; From 6f1bf8ef299f010bc11a86673ef0612442a4a72d Mon Sep 17 00:00:00 2001 From: minh-de-rien <77995908+minh-de-rien@users.noreply.github.com> Date: Fri, 26 Jan 2024 01:11:21 -0500 Subject: [PATCH 4/4] Linter: change single quotes to double --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index b990236..e5bc1bd 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -162,7 +162,7 @@ hr { @font-face { font-family: Bettins; - src: url('/fonts/bettins-ywpem.ttf') format('TrueType'); + src: url("/fonts/bettins-ywpem.ttf") format("TrueType"); font-weight: 400; font-style: normal; font-display: swap;