The code for Skailab a website for Artificial Intelligence Excellence Laboratory
index.html : website home page
assets/js : javascript code
assets/img : website images
assets/fonts : the fonts
assets/bootstrap : bootstrap 5 files
data/pimg : team members images
Make sure you have:
- Open terminal and clone the repo:
https://github.com/Skai-lab/skailab.git
- Make sure you are in the project root:
cd skailab
To get started see the contributing guidelines.
Before You Create a Pull Request : Please make sure your code follows the style guideline defined in this repo.
If you find a typo in any Section or you find something that needs to be edited, please let us know, by applying the necessary modification, then create a pull request against master branch, and we will review then merge it.
Members images found under the folder data/pimage
If you want to send us a join a request do the following :
- Add your picture under the folder data/pimage
- go to the index.html file
- search for this comment in the index.html
<!-- ADD THE NEW MEMBER HERE BELOW -->
<!-- ADD THE NEW MEMBER HERE ABOVE-->
- copy this code and past it there
<div class=" col-md-6 card mb-3" style="max-width: 540px;">
<div class="row g-0">
<div class="col-md-4">
<img class="heyimg" src="data/pimg/[YOUR PICTURE HERE].[EXTENSION]" alt="[YOUR NAME HERE] image">
</div>
<div class="col-md-8">
<div class="card-body ml-2">
<h5 class="card-title mb-4 mt-1">[YOUR FULL NAME HERE]<br></h5>
<p class="card-text">[YOUR SHORT BIO HERE](no more then 8 words please)</p>
</div>
</div>
</div>
</div>
- add more details about you in the pull request description example : more details about you , why you want to join us , phone number, email , links
npm install
npm run serve
Copyright (c) 2020 skailab Licensed under the MIT license.