-
- 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
+
+
+
+
+
VISIT 3 RESTAURANTS
+
+
+
+
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;