From 30060c29d68c5077d9e936592baf53ea4f331b4f Mon Sep 17 00:00:00 2001
From: MandanaTajoddin <40220065+MandanaTajoddin@users.noreply.github.com>
Date: Tue, 26 Jun 2018 12:32:04 -0400
Subject: [PATCH 1/4] add index,main
---
index.html | 0
main.js | 0
2 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 index.html
create mode 100644 main.js
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..e69de29
diff --git a/main.js b/main.js
new file mode 100644
index 0000000..e69de29
From a8fcedc0f4b5b2a48d0ef528aa14e44663a2e211 Mon Sep 17 00:00:00 2001
From: MandanaTajoddin <40220065+MandanaTajoddin@users.noreply.github.com>
Date: Tue, 26 Jun 2018 12:40:26 -0400
Subject: [PATCH 2/4] changed
---
index.html | 14 ++++++++++++++
main.js | 6 ++++++
2 files changed, 20 insertions(+)
diff --git a/index.html b/index.html
index e69de29..eb1f250 100644
--- a/index.html
+++ b/index.html
@@ -0,0 +1,14 @@
+
+
+
+
+
+ Page Title
+
+
+
+
+
+ Welcome to US!
+
+
\ No newline at end of file
diff --git a/main.js b/main.js
index e69de29..eaf2357 100644
--- a/main.js
+++ b/main.js
@@ -0,0 +1,6 @@
+let name = prompt("What is your name?");
+let origin = prompt("Where are you from?");
+let coder = prompt("Are you a coder?");
+console.log(name);
+console.log(origin);
+console.log(coder);
\ No newline at end of file
From 5d90fbb31db0a4717376db54cd117f79862e22d9 Mon Sep 17 00:00:00 2001
From: MandanaTajoddin <40220065+MandanaTajoddin@users.noreply.github.com>
Date: Sat, 30 Jun 2018 15:18:00 -0400
Subject: [PATCH 3/4] submit lab-2
---
index.html | 30 +++++++++++++++++++++++++++---
main.css | 37 +++++++++++++++++++++++++++++++++++++
main.js | 29 ++++++++++++++++++++++++-----
3 files changed, 88 insertions(+), 8 deletions(-)
create mode 100644 main.css
diff --git a/index.html b/index.html
index eb1f250..0d26c0f 100644
--- a/index.html
+++ b/index.html
@@ -6,9 +6,33 @@
Page Title
-
+
+
+
+
- Welcome to US!
+
+ Welcome to US! name
+
+
+ - Submit Your Permanent Resident Document
+ - Submit your Education Document
+ - Submit your Background Check Document
+
+
+
+
+
+
+ - You are eligible for getting benefits
+ - Register your name in the website
+ - We will call you when your process is done
+
+
+
+
-