Skip to content

Instantly share code, notes, and snippets.

View harshitagupta30's full-sized avatar

Harshita Gupta harshitagupta30

View GitHub Profile
@harshitagupta30
harshitagupta30 / index.html
Created September 5, 2017 09:35
Web Components - Template: Sample Web Components - Template: Sample // source http://jsbin.com/fibupapuse
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Web Components - Template: Sample" />
<meta charset="utf-8">
<title>Web Components - Template: Sample</title>
<template id="template">
<div id="hk-score__experiment">
<div>
<div id="hk-score__containerScoreboard">
@harshitagupta30
harshitagupta30 / GSoC_final_report.md
Last active May 15, 2022 11:22
Google Summer of Code'17: Project Summary | Harshita Gupta | Open Event Frontend | FOSSASIA

GSoC 2017

Google Summer of Code 2017 Open Event Frontend, Harshita Gupta | harshitagupta30 - FOSSASIA

Overview

During this summer, I worked on the Open Event Frontend Project under FOSSASIA. The project enables the organisers to organise and manage events like conferences, meetups etc. and help them to customise the entire event according to their requirements. The idea behind the project was to build the Frontend for the Open Event Orga Server which is the API server and database for the Open Event Project.

@harshitagupta30
harshitagupta30 / event-delete-modal.hbs
Last active July 9, 2017 17:19
Complete code for Delete Event Modal used in Open Event Frontend
div class="header">
{{t 'Are you sure you would like to delete this event?'}}
<div class="muted small text">
{{t 'Deleting the event will delete all the data associated with it.'}}
</div>
</div>
<div class="content">
<form class="ui form" autocomplete="off" {{action (optional formSubmit) on='submit' preventDefault=true}}>
<div class="field">
<div class="label">