Initial revamp of design
This commit is contained in:
@@ -6,29 +6,24 @@
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
href="https://ik.imagekit.io/mysticmode/home/favicon.png"
|
||||
href="/img/favicon.png"
|
||||
/>
|
||||
<title>Nirmal Kumar R - My life is not shrinking</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<div>
|
||||
<img
|
||||
loading="lazy"
|
||||
src="https://ik.imagekit.io/mysticmode/home/name.png"
|
||||
alt="My Full Name - Nirmal Kumar R"
|
||||
/>
|
||||
<a href="/" class="header">
|
||||
<div class="logo">
|
||||
<img src="/img/nklogo.png" width="75px" />
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<p>NIRMAL KUMAR R</p>
|
||||
</a>
|
||||
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/poems.html">Poems</a>
|
||||
<a href="/devlog.html">Devlog</a>
|
||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
||||
<a href="/blog.html">[ Blog ]</a>
|
||||
<a href="/poems.html">[ Poems ]</a>
|
||||
<a href="mailto:nirmal@posteo.net">[ Contact ]</a>
|
||||
</nav>
|
||||
|
||||
<section class="content-wrapper">
|
||||
|
||||
Reference in New Issue
Block a user