diff --git a/README.md b/README.md index 361f65e8..ac71b2a0 100644 --- a/README.md +++ b/README.md @@ -23,36 +23,6 @@ Worry not! We are here to save you from your misery 🦸‍♂️. Doc2pen is yo

-https://doc2pen-beta-1.netlify.app - -# Tasks: - -Features: - -- [ ] Font Size -- [ ] Font Type -- [ ] Font Color -- [ ] Letter Spacing -- [ ] Page Margins -- [ ] Page Lines -- [ ] Page Background -- [ ] Adjust X Pos -- [ ] Adjust Y Pos -- [ ] Download Options: PNG,JPEG,JPEG,DOCX,PDF -- [ ] New Page -- [ ] Google Docs Integration - -Addons: - -- Using GANS or Transformers to generate your homeworks! - -- [ ] Front End Development - - [ ] Revamp the UI - - [ ] Donation Page - - [ ] Menu Bar - - [ ] Footer - -- [ ] Collection of Custom Fonts

Open Source Programs we have been a part of:

diff --git a/assets/js/main.js b/assets/js/main.js index 8601c248..4a155e8e 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -56,7 +56,6 @@ function myFunction() { } // Map added - function initMap() { var uluru = { lat: 28.501859, lng: 77.41032 }; var map = new google.maps.Map(document.getElementById("map"), { @@ -66,7 +65,6 @@ function initMap() { } // Captcha Script - function checkform(theform) { var why = ""; @@ -110,8 +108,9 @@ function removeSpaces(string) { return string.split(" ").join(""); } -/* Contributor section */ + const contributor = document.querySelector(".contributor"); +// Data for Contributors: name, profile picture, github url const contributorsection = [ { title: "Adyasha",