This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 9cb5d24df15cad4aca559f56758bd7259d77a79020ff55e91786d7913d4414b9cc52fdfd3844d6a6640368d51ec6fe48123c0bb00ad44ca698816d855f337e63 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying my Blockstack ID is secured with the address 15XHwTf8fynQPsPZkxFUp9hspAF2gxuBDY https://explorer.blockstack.org/address/15XHwTf8fynQPsPZkxFUp9hspAF2gxuBDY |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set nocompatible " be iMproved, required | |
| filetype off " required | |
| " set the runtime path to include Vundle and initialize | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| " alternatively, pass a path where Vundle should install plugins | |
| "call vundle#begin('~/some/path/here') | |
| " let Vundle manage Vundle, required |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| nav.navbar.navbar-fixed-top.navbar-dark.bg-primary | |
| a.navbar-brand(href="#index") Sk. Imtiaz Ahmed | |
| button(type="button" data-toggle="collapse" data-target="#collapseablenav").navbar-toggler.hidden-sm-up ☰ | |
| div#collapseablenav.collapse.navbar-toggleable-xs.pull-sm-right | |
| div#navbar.nav.navbar-nav | |
| a.nav-item.nav-link(href="#index") Home | |
| a.nav-item.nav-link(href="#about") About | |
| a.nav-item.nav-link(href="#portus") Clients | |
| a.nav-item.nav-link(href="#contact") Contact Us |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container"> | |
| <div class="jumbotron"> | |
| <h1 class="display-3">Random Quotes!</h1> | |
| <div class="card card-inverse card-info text-xs-center"> | |
| <div class="card-block"> | |
| <blockquote class="blockquote blockquote-reverse"> | |
| <p class="m-b-0">Loading...</p> | |
| <footer class="blockquote-footer"><cite title="Source Title"></cite></footer> | |
| </blockquote> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="app"></div> | |
| <!-- | |
| <div class="header"> | |
| <h1>Twitch Stremer Status</h1> | |
| </div> | |
| <div class="nav"> | |
| <div>All</div> | |
| <div>Online</div> | |
| <div>Offline</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="app"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container"> | |
| <div class="row"> | |
| <button class="btn | |
| btn-sm | |
| pull-xs-right | |
| btn-primary" | |
| id="toggle"> | |
| Celcius</button> | |
| </div> | |
| <h1 class="display-3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="app"></div> | |
| <!-- <div id="app"> | |
| <div class="calculator"> | |
| <div class="display"> | |
| <div class="big-row"> | |
| 1234567890+ | |
| </div> | |
| <div class="small-row"> | |
| 12345678901234567890 | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| semester: String, | |
| student:{ | |
| name: String, | |
| id: String, | |
| adviser: String, | |
| creditCompleted: Number, | |
| creditAttempted: Number, | |
| }, | |
| courseList:[ |
NewerOlder