diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/CNAME b/CNAME
new file mode 100644
index 00000000000..562e8423f10
--- /dev/null
+++ b/CNAME
@@ -0,0 +1 @@
+profile.zeyu.ca
\ No newline at end of file
diff --git a/_config.yml b/_config.yml
index 9e3f55173be..a26c9069d62 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,11 +1,12 @@
-title: John Doe # your name (or website title) here
-logo: "/images/logo.png?raw=true" # your photo (or logo) here
+title: Zeyu Li # your name (or website title) here
+logo: "/images/logo.png" # your photo (or logo) here
description: > # your text below (remove
elements if you don't need line breaks)
- First description
+ Software Developer
- Second description
+ Enthusiastic Computer Engineering student (3.9/4.0) graduated August 2019 with experience building web and native applications. A learner who enjoys learning new techniques every day. Analytical and time management skills are my strength.
+ Currently looking for a position as an IT Technologist/software developer to further my professional career.
- View My LinkedIn Profile
+ View My LinkedIn Profile
theme: jekyll-theme-minimal
-google_analytics: UA-000000-0 # your Google Analytics tracking ID here
+google_analytics: UA-000000-0 # your Google Analytics tracking ID here
\ No newline at end of file
diff --git a/images/React-confusion.jpg b/images/React-confusion.jpg
new file mode 100644
index 00000000000..af312b3a80f
Binary files /dev/null and b/images/React-confusion.jpg differ
diff --git a/images/logo.png b/images/logo.png
index e33d49572d5..5225e9bba99 100644
Binary files a/images/logo.png and b/images/logo.png differ
diff --git a/index.md b/index.md
index b6b2263c018..0f4eef4b84d 100644
--- a/index.md
+++ b/index.md
@@ -2,34 +2,34 @@
---
-### Category Name 1
+### Projects
-[Project 1 Title](/sample_page)
-
+[Restaurant Home Page](/project_pages/project_1)
+
---
-[Project 2 Title](/pdf/sample_presentation.pdf)
-
+[Blind Control System](/project_pages/project_2)
+
---
-[Project 3 Title](http://example.com/)
-
+[Hotel Reservation Application](/project_pages/project_3)
+
---
+[Car Rental Application](/project_pages/project_4)
+
-### Category Name 2
+### Extra
+Work in progress.
+
+
---
-
-
-
----
-
Page template forked from evanca
- +--- \ No newline at end of file diff --git a/project_pages/project_1.md b/project_pages/project_1.md new file mode 100644 index 00000000000..e48a1fb2840 --- /dev/null +++ b/project_pages/project_1.md @@ -0,0 +1,13 @@ +## Restaurant Home Page + +
+
+**Project description:** A Javascript React application to display information for a restaurant.
+
+* Single Page Application using React Router
+* Bootstrap, responsive webpages
+* Functional Components
+* Redux controlled form, form validation, actions
+
+[View the Project on GitHub](https://github.com/falseL/React-confusion)
+falseL/React-confusion
\ No newline at end of file
diff --git a/project_pages/project_2.md b/project_pages/project_2.md
new file mode 100644
index 00000000000..f4be8659da4
--- /dev/null
+++ b/project_pages/project_2.md
@@ -0,0 +1,14 @@
+## Blind Control System
+
+
+
+**Project description:** A safe blind control system with user interface
+
+## A simple Python DC motor control system
+* GUI using PyQt5 module
+* Designed a PCB connects the motor and Micro-controller.
+* Direction, speed, on/off Controls
+* Emergency stop buttons on the PCB, thread, callback
+
+[View the Project on GitHub](https://github.com/falseL/ETDProj)
+falseL/ETDProj
\ No newline at end of file
diff --git a/project_pages/project_3.md b/project_pages/project_3.md
new file mode 100644
index 00000000000..c4fbfe043b4
--- /dev/null
+++ b/project_pages/project_3.md
@@ -0,0 +1,14 @@
+## Hotel Reservation Application
+
+
+
+**Project description:** A simple car rental application, When the application first opens, the rental customer will be presented with a login screen. The rental customer will provide his/her Oracle login information. The application will authenticate the credentials by logging into Oracle. After logging in, the application user is presented with a screen containing a list of all existing reservations. Use a GridView for the list of reservations. If there are no reservations, the page should display a message stating that. The GridView should show the vehicle’s licence plate, the model and the type, as well as the name of the customer who made a reservation.
+The user will be allowed to either cancel existing reservation or to make a new reservation. If any change is made, the GridView will be repopulated from the database to show the records currently stored in the database.
+Logout button must be provided to allow the user to log out when done.
+
+A C# ASP.NET rental reservation application
+* .aspx pages, .css files,
+* Database connection with Oracle SQL Developer
+ * Design a database using Entity-Relationship modeling
+ * Create and alter tables using SQL DDL statements
+ * Views, functions, stored procedures, cursors
+ * Update tables using SQL DML statements
\ No newline at end of file