generated from cepdnaclk/eYY-XXX-project-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,9 +20,10 @@ This is a sample image, to show how to add images to your page. To learn more op | |
--> | ||
|
||
## Team | ||
- E/20/316, Wethmi Ranasinghe, [email](mailto:[email protected]) | ||
- eNumber, Name, [email](mailto:[email protected]) | ||
- eNumber, Name, [email](mailto:[email protected]) | ||
- E/20/316, Wethmi Ranasinghe, [[email protected]](mailto:[email protected]) | ||
- E/20/122, Rashmi Gunathilake, [[email protected]](mailto:[email protected]) | ||
- E/20/178, Dulanga Jayawardena, [[email protected]](mailto:[email protected]) | ||
- E/20/148, Kasundie Hewawasam, [[email protected]](mailto:[email protected]) | ||
|
||
## Table of Contents | ||
1. [Introduction](#Introduction) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,14 +6,19 @@ | |
"eNumber": "E/20/316" | ||
}, | ||
{ | ||
"name": "Team Member Name 2", | ||
"email": "email@eng.pdn.ac.lk", | ||
"eNumber": "E/yy/xxx" | ||
"name": "Dulanga Jayawardena", | ||
"email": "e20178@eng.pdn.ac.lk", | ||
"eNumber": "E/20/178" | ||
}, | ||
{ | ||
"name": "Team Member Name 3", | ||
"email": "[email protected]", | ||
"eNumber": "E/yy/xxx" | ||
"name": "Kasundie Hewawasam", | ||
"email": "[email protected]", | ||
"eNumber": "E/20/148" | ||
}, | ||
{ | ||
"name": "Rashmi Gunathilake", | ||
"email": "[email protected]", | ||
"eNumber": "E/20/122" | ||
} | ||
], | ||
"supervisors": [ | ||
|