add a links md page

This commit is contained in:
Ivan Dimitrov 2024-02-20 18:39:55 +02:00
parent cf7462c374
commit e158d735ce
2 changed files with 12 additions and 3 deletions

12
_content/links.md Normal file
View File

@ -0,0 +1,12 @@
---
title: Links
goal: Links to notable things
role:
date:
z: 9
draft: false
---
* [My firm registration (IDimitrov Ltd.)](https://portal.registryagency.bg/CR/en/Reports/ActiveConditionTabResult?uic=207693833)

View File

@ -1,8 +1,6 @@
import "./globals.css";
import Navbar from "$components/navbar";
import type { Metadata } from "next";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { faCakeCandles, faSquareFull } from "@fortawesome/free-solid-svg-icons";
export const metadata: Metadata = {
title: "Ivan Dimitrov",
@ -10,7 +8,6 @@ export const metadata: Metadata = {
};
export default function RootLayout({ children }: { children: React.ReactNode }) {
let today = new Date();
return (
<html lang="en">
<body>