Skip to content

Instantly share code, notes, and snippets.

View AmitHedgeloop's full-sized avatar

Amit Kumar Pradhan AmitHedgeloop

View GitHub Profile
@AmitHedgeloop
AmitHedgeloop / dailyForecast.html
Created June 3, 2025 02:43
meteor.js documets
<template name="dailyForecast">
<div class="main-section crt-trd-sec inherit-prop">
<div class="main-container">
<div class="row crt-trd-frm-blc">
<div class="sidebar col-sm-3">
<div>
{{> sidebar}}
</div>
</div>
@AmitHedgeloop
AmitHedgeloop / main.css
Created June 3, 2025 02:36
All the CSS files
@font-face {
font-family: "NotoSansBold";
src: url("/fonts/NotoSansBold.eot");
src: url("/fonts/NotoSansBold.eot") format("embedded-opentype"),
url("/fonts/NotoSansBold.woff2") format("woff2"),
url("/fonts/NotoSansBold.woff") format("woff"),
url("/fonts/NotoSansBold.ttf") format("truetype"),
url("/fonts/NotoSansBold.svg#NotoSansBold") format("svg");
}
@font-face {