GithubHelp home page GithubHelp logo

bjunjo / my-website Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 57 KB

This is my portfolio website project. I use HTML, CSS, and frameworks such as Bootstrap to build this project.

CSS 17.18% HTML 82.82%
personal website thought css bootstrap html

my-website's Introduction

What is this?

This is my portfolio website project. I use HTML, CSS, and frameworks such as Bootstrap to build this project.

How does it work?

This is a static website to show my work and share my thoughts with others. I mainly use the HTML and CSS for this project.

HTML - Navbar

<!-- navbar -->
<nav class="navbar navbar-toggleable-md navbar-light">
  <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
    <span class="navbar-toggler-icon"></span>
  </button>
<div class="collapse navbar-collapse" id="navbarNav">
  <ul class="navbar-nav">
    <li class="nav-item active">
      <a class="nav-link" href="#">About<span class="sr-only">(current)</span></a>
    </li>
    <li class="nav-item">
      <a class="nav-link" href="#">Blog</a>
    </li>
  </ul>
</div>
</nav> 

CSS - Navbar

/****
Navbar
****/
#navbarNav {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  padding-left: 44%;
}

Motivation

I always wanted to have a website where I can collect my ideas to share with others. Also, this is a part of the "100 Days of Code" challenge. To see my progress, please click here

my-website's People

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.