Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
smaranjitghose committed Sep 29, 2020
1 parent 5ec5529 commit 5244369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
30 changes: 0 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,36 +23,6 @@ Worry not! We are here to save you from your misery 🦸‍♂️. Doc2pen is yo

<p align="center"><img width=50% src="https://media.giphy.com/media/Lo6LNpySgc0qlzoOKR/giphy.gif"></p>

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

<h2 align="center"><b>Open Source Programs we have been a part of:</b></h2>
<p align="center">
Expand Down
5 changes: 2 additions & 3 deletions assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"), {
Expand All @@ -66,7 +65,6 @@ function initMap() {
}

// Captcha Script

function checkform(theform) {
var why = "";

Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 5244369

Please sign in to comment.