Skip to content

Commit cb2ec64

Browse files
committed
added navbar and banner
1 parent 3fff400 commit cb2ec64

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+17308
-4679
lines changed

README.md

+46
Original file line numberDiff line numberDiff line change
@@ -1 +1,47 @@
1+
# Team Alpha Official Website
12

3+
<!-- ABOUT THE PROJECT -->
4+
## About The Project
5+
6+
### Built With
7+
8+
* [React.js](https://reactjs.org/)
9+
10+
<!-- GETTING STARTED -->
11+
## Getting Started
12+
13+
This is an example of how you may give instructions on setting up your project locally.
14+
To get a local copy up and running follow these simple example steps.
15+
16+
### Prerequisites
17+
18+
This is an example of how to list things you need to use the software and how to install them.
19+
20+
* Node.js
21+
* Npm
22+
23+
### Installation
24+
25+
1. Clone the repo
26+
```sh
27+
git clone https://github.com/disalad/team-alpha.git
28+
```
29+
2. Install 3rd party packages
30+
```sh
31+
npm install
32+
```
33+
34+
4. Start app in a development server
35+
```sh
36+
npm start
37+
```
38+
39+
<!-- LICENSE -->
40+
## License
41+
42+
Distributed under the MIT License. See `LICENSE` for more information.
43+
44+
<!-- CONTACT -->
45+
## Contact
46+
47+
Project Link: [https://github.com/disalad/team-alpha](https://github.com/disalad/team-alpha)

admins.jsonc

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"admins": [
3+
{
4+
"id": 1,
5+
"name": "Gishan Krishka",
6+
"role": "Founder",
7+
"ghUrl": "https://github.com/Gishankrishka2",
8+
"dpUrl": "https://github.com/Gishankrishka2.png"
9+
},
10+
{
11+
"id": 2,
12+
"name": "Tharusha kalum",
13+
"role": "Admin",
14+
"ghUrl": "https://github.com/tkalum",
15+
"dpUrl": "https://github.com/tkalum.png"
16+
},
17+
{
18+
"id": 3,
19+
"name": "DARKEMPIRE",
20+
"role": "Admin",
21+
"ghUrl": "https://github.com/DARKEMPIRESL",
22+
"dpUrl": "https://github.com/DARKEMPIRESL.png"
23+
},
24+
{
25+
"id": 4,
26+
"name": "Disala Yuthmira",
27+
"role": "Admin",
28+
"ghUrl": "https://github.com/disalad",
29+
"dpUrl": "https://github.com/disalad.png"
30+
},
31+
{
32+
"id": 5,
33+
"name": "Tharuk Renuja",
34+
"role": "Admin",
35+
"ghUrl": "https://github.com/TharukRenuja",
36+
"dpUrl": "https://github.com/TharukRenuja.png"
37+
},
38+
{
39+
"id": 6,
40+
"name": "Chamindu Denuwan",
41+
"role": "Admin",
42+
"ghUrl": "https://github.com/ImDenuwan",
43+
"dpUrl": "https://github.com/ImDenuwan.png"
44+
},
45+
{
46+
"id": 7,
47+
"name": "Janith Sadanuwan",
48+
"role": "Admin",
49+
"ghUrl": "https://github.com/Janithsadanuwan",
50+
"dpUrl": "https://github.com/Janithsadanuwan.png"
51+
},
52+
{
53+
"id": 8,
54+
"name": "Tony Stark",
55+
"role": "Admin",
56+
"ghUrl": "https://github.com/Itztonystark",
57+
"dpUrl": "https://github.com/Itztonystark.png"
58+
},
59+
{
60+
"id": 9,
61+
"name": "Neptune the Killer",
62+
"role": "Admin",
63+
"ghUrl": "https://github.com/nepthekiller1",
64+
"dpUrl": "https://github.com/nepthekiller1.png"
65+
}
66+
]
67+
}
68+
69+
// https://api.jsonbin.io/v3/b/63b06049dfc68e59d574f176

0 commit comments

Comments
 (0)