init + complete desktop version of header

This commit is contained in:
Kishan Takoordyal
2021-03-04 17:02:07 +04:00
parent dad566cc3b
commit 2c5cb418ef
14 changed files with 175 additions and 31 deletions

View File

@@ -18,7 +18,7 @@
/>
<meta name="theme-color" content="#000000" />
<meta name="description" content="My Portfolio" />
<meta name="description" content="Demo Proximity site for my test" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
@@ -34,9 +34,9 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Proximity Demo</title>
</head>
<body class="bg-custom-400 w-screen" style="overflow-x: hidden">
<body class="w-screen" style="overflow-x: hidden">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--