Code Monkey home page Code Monkey logo

nest-designs's Introduction

Nest Design Website

Description

Nest Design is a company website aimed at providing interior design and related services. The website offers information about the company, its services, and allows users to explore and purchase design packages.

Installation

No installation required. Simply open the HTML files in a web browser.

Usage

Open the HTML files in a web browser to navigate through the website.

Contributing Guidelines

Contributions are not currently accepted for this project.

License Information

This project is an open-license developing using:      

Documentation Links

Click here to test the application

Project Structure

The project consists of HTML, CSS, and JavaScript files organized in the following structure:

project/
│
├── assets/
│ ├── style/
│ │ ├── index.css
│ │ ├── reset.css
│ │ ├── detail-page.css
│ │ └── (other CSS files)
│ ├── script/
│ │ └── index.js
│ └── img/
│ └── (image files)
├── index.html
└── services.html

Testing Instructions

  1. Open index.html in a web browser.
  2. Navigate through the website.
  3. Perform actions such as signing in, exploring services, and adding items to the cart.
  4. Ensure all features and functionalities work as expected.

Contact Information

For any inquiries or support, please contact Nest Designs at:

Acknowledgements

This project was a collaborative effort with the following contributors:

Version History

  • v1.0 (November 2023): Initial release.

Code Example

    <header>
        <div class="hamburger-icon"><i class="fa-solid fa-bars"></i></div>
        <div class="container flexbox">
            <div class="logo">
                <a href="index.html"><h2 class="logotype"><span class="bold">NEST DESIGN</span></h2></a>
            </div>
            <nav>
                <ul>
                    <li><a href="#about">About us</a></li>
                    <li><a href="#services">Services</a></li>
                </ul>
            </nav>
            <div class="btn btn-1">
                <a href="#ourservices"><i class="fa-solid fa-right-to-bracket"></i></i> Sign in </a>
            </div>
            <div class="cart">
                <a href="#"><i class="fa-solid fa-cart-arrow-down"></i></a>
            </div>
        </div>
    </header>
            <div class="modal">
                <div class="login__container">
                    <span class="icon-close">
                        <i class="fa-solid fa-xmark"></i>
                    </span>
                    <div class="form-box login">
                        <h2>Login</h2>
                        <form action="#">
                            <div class="input-box">
                                <span class="icon">
                                    <i class="fa-solid fa-envelope"></i>
                                </span>
                                <input type="email" required>
                                <label>Email</label>
                            </div>
                            <div class="input-box">
                                <span class="icon">
                                    <i class="fa-solid fa-lock"></i>
                                </span>
                                <input type="password" required>
                                <label>Password</label>
                            </div>
                            <div class="remember-forgot">
                                <label><input type="checkbox">
                                Remember me</label>
                                <a href="#">Forgot Password?</a>
                            </div>
                            <button type="submit" class="modal-button">Login</button>
                            <div class="login-register">
                                <p>
                                    Don't have an account?
                                    <a href="#" class="register-link">
                                        Register
                                    </a>
                                </p>
                            </div>
                        </form>
                    </div>

nest-designs's People

Contributors

wellfc avatar andrecantuaria avatar nnifemi avatar rosanunezrivera avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.