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/Boba.astro b/src/components/icons/Boba.astro new file mode 100644 index 0000000..8e3c2cd --- /dev/null +++ b/src/components/icons/Boba.astro @@ -0,0 +1,142 @@ + + + \ No newline at end of file diff --git a/src/components/icons/Coffee.astro b/src/components/icons/Coffee.astro new file mode 100644 index 0000000..093054f --- /dev/null +++ b/src/components/icons/Coffee.astro @@ -0,0 +1,5 @@ + + + \ No newline at end of file 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..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; diff --git a/tailwind.config.mjs b/tailwind.config.mjs index 011ce23..7165539 100644 --- a/tailwind.config.mjs +++ b/tailwind.config.mjs @@ -15,6 +15,7 @@ export default { sm: ['0.875rem', '1.25rem'], lg: ['1.125rem', '1.75rem'], xl: ['1.25rem', '1.75rem'], + '2xl': ['1.5rem', '2rem'], '4xl': ['2.25rem', '2.5rem'], '5xl': ['3rem', '1'], '6xl': ['3.75rem', '1'],