Skip to content

Instantly share code, notes, and snippets.

View excalliburbd's full-sized avatar

Sk Imtiaz Ahmed excalliburbd

View GitHub Profile
9cb5d24df15cad4aca559f56758bd7259d77a79020ff55e91786d7913d4414b9cc52fdfd3844d6a6640368d51ec6fe48123c0bb00ad44ca698816d855f337e63
Verifying my Blockstack ID is secured with the address 15XHwTf8fynQPsPZkxFUp9hspAF2gxuBDY https://explorer.blockstack.org/address/15XHwTf8fynQPsPZkxFUp9hspAF2gxuBDY
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
@excalliburbd
excalliburbd / index.jade
Created October 13, 2016 11:39
Sk. Imtiaz Ahmed -- Portfolio Zipline
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
@excalliburbd
excalliburbd / index.html
Created October 13, 2016 11:38
Random Quote Machine -- FCC Zipline
<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>
@excalliburbd
excalliburbd / index.html
Created October 13, 2016 11:38
Twitch.tv User Status - FCC Zipline
<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>
@excalliburbd
excalliburbd / index.html
Created October 13, 2016 11:38
Wikipedia Viewer -- FCC Zipline (Alpha)
<div id="app"></div>
@excalliburbd
excalliburbd / index.html
Created October 13, 2016 11:38
Local Weather App -- FCC Zipline
<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
@excalliburbd
excalliburbd / index.html
Created October 13, 2016 11:37
JavaScript Calculator -- FCC Zipline
<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>
{
semester: String,
student:{
name: String,
id: String,
adviser: String,
creditCompleted: Number,
creditAttempted: Number,
},
courseList:[