Skip to content

Instantly share code, notes, and snippets.

View imtmh's full-sized avatar
🏠
Working from home

Thirumalesh Chinna imtmh

🏠
Working from home
  • Hoteltrader
  • Hyderbad, Telangana, India
View GitHub Profile
@imtmh
imtmh / index.html
Created June 30, 2017 22:46
Personal Portfolio Webpage Free Code Camp
<html>
<head>
<title>Thirumalesh Chinna - Web Development</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1"> </head>
<body style="margin-top: 0px">
var head = false;
var cols = 0;
function printStore(store,th) {
var a = store.data.items;
var h = new Array();
var d = new Array();
for (var i=0; i < a.length; i++) {
for (var propName in a[i].data) {
if (!(a[i].data[propName] instanceof Function)) {
d.push(a[i].data[propName]);