Skip to content

Instantly share code, notes, and snippets.

View GoulartNogueira's full-sized avatar
💡

André Goulart Nogueira GoulartNogueira

💡
View GitHub Profile
@p10rahulm
p10rahulm / create_static_site.MD
Last active March 6, 2024 02:09
Create Static Site using Godaddy and Google Cloud Storage in 15 minutes

Steps to create a static Site using Godaddy and Google Cloud Storage

Create a static html site

  • Can use this boilerplate to modify: http://www.initializr.com/
  • Make all your subpages and make sure to link them
  • Check your index.html works
/**
* Retrieves all the rows in the active spreadsheet that contain data and logs the
* values for each row.
* For more information on using the Spreadsheet API, see
* https://developers.google.com/apps-script/service_spreadsheet
*/
function readRows() {
var sheet = SpreadsheetApp.getActiveSheet();
var rows = sheet.getDataRange();
var numRows = rows.getNumRows();