Skip to content

Commit

Permalink
fgsd
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar authored Feb 22, 2024
1 parent 49366b3 commit ef89d24
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
12 changes: 5 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@
<link rel="icon" sizes="180x180" href="/images/favicon.ico" />

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Alata&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Alata&display=swap" rel="stylesheet">

<link rel="alternate" href="https://neerajrekwar.github.io/" hreflang="x-default" />
<link rel="alternate" href="https://neerajrekwar.github.io/" hreflang="en" />
Expand Down Expand Up @@ -94,7 +92,7 @@
</script>
</head>

<body class="font-ragular">
<body class="alata-regular">
<!-- <header></header> -->
<main class="grid-tamplate-area">
<section class="grid-box a grid-col-span-2 grid-row-span-2">
Expand All @@ -115,8 +113,8 @@
</div>
</figure>
</section>
<section class="grid-box b p-1">
<h2 class=" border-b-2 border-[#5e716a] text-slate-400">Work</h2>
<section class="grid-box b m-2 p-2 bg-slate-200 rounded-2xl">
<h2 class=" text-slate-400">Work</h2>
<div class="rounded-b-2xl p-2 mb-2 ">
<h3 class="lg:text-lg font-bold">Assistant Administrative</h3>
<span class="m-0 p-0 lg:text-base italic leading-3">Veecrew Market Research Pvt. Ltd.</span><br />
Expand Down
5 changes: 5 additions & 0 deletions src/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
font-weight: 400;
font-style: normal;
}
.alata-regular {
font-family: "Alata", sans-serif;
font-weight: 400;
font-style: normal;
}

main {
font-size: 1.5em;
Expand Down
1 change: 1 addition & 0 deletions src/input.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

0 comments on commit ef89d24

Please sign in to comment.