Skip to content

Commit

Permalink
manifests setup
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisRono committed Feb 8, 2022
1 parent de29515 commit 735afdf
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 69 deletions.
Binary file modified .next/cache/webpack/client-development/4.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.old
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/2.pack
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack.old
Binary file not shown.
3 changes: 1 addition & 2 deletions .next/server/pages-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
"/": "pages/index.js"
"/_document": "pages/_document.js"
}
22 changes: 21 additions & 1 deletion .next/static/chunks/pages/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .next/static/chunks/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
/******/
/******/ /* webpack/runtime/getFullHash */
/******/ !function() {
/******/ __webpack_require__.h = function() { return "582bd73055c907aa"; }
/******/ __webpack_require__.h = function() { return "f91eac74acdb6a04"; }
/******/ }();
/******/
/******/ /* webpack/runtime/global */
Expand Down
10 changes: 10 additions & 0 deletions .next/trace

Large diffs are not rendered by default.

68 changes: 3 additions & 65 deletions components/Header.jsx
Original file line number Diff line number Diff line change
@@ -1,73 +1,11 @@
import React from 'react'
import '../styles/header.module.css'
import styles from '../styles/header.module.css'

export const Header = () => {
return (
<div>
<header className="header">
<div className="top-popup">
<div className="container">
<span className="top-left">
<span className="hide">Welcome</span>
<a href="" className="left-topbar-item hide"><span>Sign in</span></a>
<a href="" className="left-topbar-item hide"><span>Sign up</span></a>
<a href="" className="left-topbar-item"><span>About</span></a>
<a href="" className="left-topbar-item"><span>Contact Us</span></a>
</span>
<span className="top-right">
<a href=""><i className="fab fa-whatsapp"></i></a>
<a href=""><i className="fab fa-facebook-f"></i></a>
<a href="" id="hide"><i className="fab fa-instagram"></i></a>
<a href="" id="hide"><i className="fab fa-pinterest-p"></i></a>
<a href="" id="hide"><i className="fab fa-vimeo-v"></i></a>
<a href=""><i className="fab fa-youtube"></i></a>
</span>
</div>
</div>
<div className="header-center">
<div className="container center-flex">
<div className="logo-header nav-cont-l">
<div className="logo-image">
<img src="./img/favicon.ico" alt=""/>
</div>
<div className="logo-text">
<h3>nitrodizz</h3>
</div>
</div>
<div className="member-join">
<a href="./register.html" className="register-button">Sign up</a>
<a href="./login.html" className="login-button">Sign in</a>
</div>
<span className="resopen">
<i className="nav-cont navopen fas fa-bars" onClick="navbar()"></i>
<i id="navclose" className="nav-cont fas fa-times" onClick="navclose()" style={{ display: "none" }}></i>
</span>
</div>
</div>
<div className="navbar" id="sticky-header">
<div className="container">
<div className="navbar-flex">
<nav className="nav">
<ul className="unlist">
<li className="link_1"><a className="active link_header1" href="./index.html">Home</a></li>
<li className=""><a className="link_header2" href="./about.html">About</a></li>
<li className=""><a className="link_header3" href="./services.html">Services</a></li>
<li className=""><a className="link_header4" href="./blog.html">Blog</a></li>
<li className=""><a className="link_header5" href="./contact.html">Contact</a></li>
</ul>
</nav>
<div className="h_search">
<form className="navform" id="navform">
<input className="searchinput" type="text" placeholder="Search.." />
<i className="fas fa-search" type="submit" name="submit" onClick="closeform();"></i>
</form>
<div className="show_search_form" id="openform">
<i className="fas fa-search" onClick="showsearchform();"></i>
</div>
</div>
</div>
</div>
</div>
<header className={styles.header}>

</header>
</div>
)
Expand Down

2 comments on commit 735afdf

@vercel
Copy link

@vercel vercel bot commented on 735afdf Feb 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 735afdf Feb 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cynthiadesign – ./

cynthiadesign-git-main-dennisrono.vercel.app
cynthiadesign-dennisrono.vercel.app
cynthiadesign.vercel.app

Please sign in to comment.