diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-02 22:16:39 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-02 22:16:39 +0530 | 
| commit | 8e824d37627b5e874469301755ca5593a4580ff6 (patch) | |
| tree | 48f623fce9afa1ccc59e99d44c6a8fc6fbda3b4e /templates/project.html | |
| parent | 9ca232e2154a8037fa5c4d7804b79576d09d1583 (diff) | |
site: abstract into class groups
Diffstat (limited to '')
| -rw-r--r-- | templates/project.html | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/templates/project.html b/templates/project.html index b7ca220..3be9125 100644 --- a/templates/project.html +++ b/templates/project.html @@ -5,6 +5,8 @@      <meta charset="UTF-8">      <meta name="viewport" content="width=device-width, initial-scale=1.0">      <meta http-equiv="X-UA-Compatible" content="ie=edge"> +    <meta name="description" content="RAGHURAM SUBRAMANI ~ COMPROMYSE | Hacker & Programmer"> +      <title>{{ putpage name }} | COMPROMYSE</title>      <link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png"> @@ -30,7 +32,7 @@        <div class="flex flex-grow flex-col py-8 px-14 items-center"> -        <div class="text-center flex flex-col gap-4"> +        <div class="text-center flex flex-col gap-4 w-full max-w-100">            <h1 class="text-5xl font-semibold">{{ putpage name }}</h1>            <div>              <h4 class="text-xl">{{ putpage description }}</h4> @@ -40,7 +42,7 @@            <a href="{{ putpage link }}" target="_blank" class="button">{{ putpage linklabel }}</a>          </div> -        <div class="prose md:prose-lg lg:prose-xl prose-pink prose-invert w-full max-w-256 pt-12"> +        <div class="prose md:prose-lg lg:prose-2xl prose-pink prose-invert w-full max-w-256 pt-12">            {{ body }}          </div> | 
