Skip to content

Static Web Page for Seoul Central CCC - Daily QT check

Notifications You must be signed in to change notification settings

mttw2820/QTcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HaDongBangBang

Demo Static Web Page for Seoul Central CCC - Daily QT check

Distributed as HaDongBangBang


Intro

  • You can check this web HERE

This web is developed to help the members' summer vacation time of KCCC Seoul Central District. From Demo version 'dailyQT' to 'HaDongBangBang' - 하나님과 동행하는 방구석 방학, will be used from 2020.07 to 2020.09

Hosted through netlify, a static web hosting site. Using ajax, sends data to Google Spreadsheet.

Web Template downloaded from [HTML5 UP](https://html5up.net/)

.ajax to Google Spreadsheet

on click submit button function with .ajax send datas to google spreadsheet script

function send_qt(){
	// get datas from html form 
	// check data not null
	$.ajax({
		url: /* google spreadsheet script url */,
		data: { /* data go to spreadsheet */ },
		type: "GET",
		dataType: "JSON",
		success : function(data){
			/* when data send success */
		},
		error: function(request, status, error){
			alert("alert text");
		}
	});
}

Contents

  • main page

 

  • get user data

 

  • other contents

 

 

 

 

About

Static Web Page for Seoul Central CCC - Daily QT check

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published