68 lines
2.5 KiB
HTML
68 lines
2.5 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;
|
||
|
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
|
||
|
}
|
||
|
</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" 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 -->
|
||
|
<header>
|
||
|
<div class="showcase-parent">
|
||
|
<div class="header-text">
|
||
|
<span class="header-group">Collection 2022</span>
|
||
|
<h1 class="header-title">Title</h1>
|
||
|
<h2 class="header-subtitle">modern art</h2>
|
||
|
<a class="header-link" href="#"><div class="header-button">Learn More</div></a>
|
||
|
</div>
|
||
|
<div class="header-thumbnail"></div>
|
||
|
</div>
|
||
|
</header>
|
||
|
<main>
|
||
|
|
||
|
</main>
|
||
|
</body>
|
||
|
</html>
|