pictures
This commit is contained in:
parent
2b574a60a1
commit
2413228ea0
BIN
computer.png
Normal file
BIN
computer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
people.png
Normal file
BIN
people.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
@ -1,6 +1,7 @@
|
||||
---
|
||||
import Navbar from "@/components/Navbar";
|
||||
import Layout from "@/layouts/Layout.astro";
|
||||
import { cn } from "@/lib/utils";
|
||||
import "@/styles/globals.css";
|
||||
---
|
||||
|
||||
@ -8,6 +9,19 @@ import "@/styles/globals.css";
|
||||
<main class="flex min-h-screen flex-col">
|
||||
<Navbar client:load />
|
||||
<section>
|
||||
<a
|
||||
href="https://www.flaticon.com/free-icons/computer"
|
||||
title="computer icons"
|
||||
>
|
||||
<img src="/computer.png" height="30px" width="30px"/></a
|
||||
>
|
||||
|
||||
<a
|
||||
href="https://www.flaticon.com/free-icons/peopler"
|
||||
title="people icons"
|
||||
>
|
||||
<img src="/people.png" height="30px" width="30px"/></a
|
||||
>
|
||||
<!-- <div class="flex flex-col items-end gap-8 md:flex-row md:gap-16"> -->
|
||||
<!-- <div class="col-span-2 flex flex-1 flex-col"> -->
|
||||
<h1 class="mb-6 text-4xl leading-tight">
|
||||
|
Loading…
x
Reference in New Issue
Block a user