64 lines
2.2 KiB
HTML
64 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<!--
|
|
Copyright Disclaimer: This Source Code is Copyright (c) 2022 Nancy Pannikkat. All Rights Reserved.
|
|
-->
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<title>Nancy Pannikkat</title>
|
|
<link href="css/general.css" rel="stylesheet" type="text/css" media="all">
|
|
<!-- <link rel="icon" href="img/icon.ico"> -->
|
|
|
|
<meta name="author" content="Nancy Pannikkat">
|
|
<meta name="copyright" content="This site and its pages are Copyright (c) 2022 Nancy Pannikkat. All Rights Reserved.">
|
|
<meta name="description" content="The official art gallery showcase of Nancy Pannikkat">
|
|
<meta name="keywords" content="Nancy Pannikkat, art gallery, buy art online">
|
|
|
|
<!-- JavaScript Refs -->
|
|
|
|
<style>
|
|
body {
|
|
position: relative;
|
|
background-color: #f2f1ef;
|
|
color: #0d1117;
|
|
}
|
|
</style>
|
|
<!--For icons, go here: https://iconsvg.xyz/ or https://icomoon.io/app/#/select-->
|
|
<!-- Compress Images: https://imageresizer.com/image-compressor -->
|
|
</head>
|
|
<body>
|
|
<!--Nav-->
|
|
<div class="nav-wrapper">
|
|
<nav class="navBar">
|
|
<div class="nav-left">
|
|
<a id="nav-logo-a" href="./">
|
|
<h1>Nancy Pannikkat</h1>
|
|
</a>
|
|
</div>
|
|
<div id="nav-links-container">
|
|
<ul id="navList">
|
|
<li><a class="navlink" onclick="uncheck('check')" href="./gallery.html">Gallery</a></li>
|
|
<li><a class="navlink current" onclick="uncheck('check')" href="./about.html">About</a></li>
|
|
<li><a class="navlink" onclick="uncheck('check')" href="./contact.html">Contact</a></li>
|
|
</ul>
|
|
</div>
|
|
</nav>
|
|
</div>
|
|
|
|
<!-- Main -->
|
|
<main>
|
|
<div class="about-parent">
|
|
<div class="about-img">
|
|
<img src="">
|
|
</div>
|
|
<div class="about-desc">
|
|
Lorem ipsum
|
|
</div>
|
|
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html> |