Git Product home page Git Product logo

jb-comp-challenge-2's Introduction

##Static Comp Challenge 2

###Synopsis In this challenge I was tasked with recreating a static layout comp using HTML and CSS to build and style a webpage.

###Motivation This challenge was assigned as part of the Turing School of Software and Design's FEE Mod1 course.

###Code Snippet

header class="main-head">
  <nav>
    <ul class="navbar">
      <li><img class="nav-icons" id="shares" src="icons/icon_share.png" alt="Share this page" /></li>
      <li class="nav-text">Share</li>
      <li><img class="nav-icons" id="conservation" src="icons/icon_tree.png" alt="conservation efforts" /></li>
      <li class="nav-text">Conservation</li>
      <li><img class="nav-icons" id="conditions" src="icons/icon_weather.png" alt="Check weather conditions" /></li>
      <li class="nav-text">Weather</li>
    </ul>
  </nav>
  <article class="header-logo">
    <img id="username" src="icons/icon_profile.png" alt="User profile"/>
    <p class="nav-text">Admin Username</p>
    <img id ="logo" src="images/icon_npslogo.png" alt="National Park Service logo"/>
  </article>

  ````CSS
  .main-head {
    background-color: #474544;
    display: flex;
    width: 100%;
    height: 100%;
  }

  h1 {
    margin-left: 15px;
    color: #474544;
  }

  nav {
    align-self: flex-end;
    display: flex;
    width: 66.67%;
    height: 100%;
    top: 45px;
    margin-bottom: 10px;
  }

###Resources Below is the comp on which the challenge is based and my version. comp_mockup

my_version

jb-comp-challenge-2's People

Contributors

jbevis avatar

Watchers

James Cloos 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.