项目作者: Skai-lab

项目描述 :
Official website of Artificial Intelligence Excellence Laboratory Skikda University
高级语言: JavaScript
项目地址: git://github.com/Skai-lab/skailab.git
创建时间: 2020-11-25T12:53:47Z
项目社区:https://github.com/Skai-lab/skailab

开源协议:MIT License

下载


Skailab

The code for Skailab a website for Artificial Intelligence Excellence Laboratory

Meta

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

Table of Content

Getting Started

Perquisites

Make sure you have:

  • Git

    Run it locally

  • Open terminal and clone the repo:

  1. https://github.com/Skai-lab/skailab.git
  • Make sure you are in the project root:
  1. cd skailab

Contributing

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.

Update Web page or fixing typos

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.

Send Join Request

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
    ```
  1. - copy this code and past it there
  2. ```html
  3. <div class=" col-md-6 card mb-3" style="max-width: 540px;">
  4. <div class="row g-0">
  5. <div class="col-md-4">
  6. <img class="heyimg" src="data/pimg/[YOUR PICTURE HERE].[EXTENSION]" alt="[YOUR NAME HERE] image">
  7. </div>
  8. <div class="col-md-8">
  9. <div class="card-body ml-2">
  10. <h5 class="card-title mb-4 mt-1">[YOUR FULL NAME HERE]<br></h5>
  11. <p class="card-text">[YOUR SHORT BIO HERE](no more then 8 words please)</p>
  12. </div>
  13. </div>
  14. </div>
  15. </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

Project setup

  1. npm install

Compiles and hot-reloads for development

  1. npm run serve

License

Copyright (c) 2020 skailab Licensed under the MIT license.