Skip to content

Commit

Permalink
2023-idec-home
Browse files Browse the repository at this point in the history
  • Loading branch information
18010032728 committed Mar 19, 2024
0 parents commit db7c378
Show file tree
Hide file tree
Showing 196 changed files with 21,173 additions and 0 deletions.
Empty file added .gitignore
Empty file.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"liveServer.settings.port": 5501,
"editor.defaultFormatter": "vscode.html-language-features",
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
idec.io
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 iDEC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# iDEC Main Site

Welcome to the repository for the iDEC main site! This repository contains all the contents for the iDEC website, which can be accessed at [idec.io](https://idec.io).

## Overview

The iDEC main site serves as the central hub for information and resources related to iDEC. It provides visitors with an introduction to iDEC, its mission, and the services it offers. The site is designed to be informative, user-friendly, and visually appealing, offering a seamless browsing experience for users.

## Contents

The repository includes the following contents:

- HTML, CSS, and JavaScript files
- Images, logos, and other graphical assets
- Documentation and resources related to the site's content

## Contributing

Contributions to the iDEC main site are welcome and encouraged. If you have any improvements, bug fixes, or additional features to contribute, please follow the guidelines below:

1. Fork the repository and create a new branch for your changes.
2. Make the necessary modifications and additions to the site's contents.
3. Test your changes thoroughly to ensure they do not introduce any issues.
4. Commit your changes and create a descriptive pull request explaining the purpose of your modifications.
5. Our team will review your pull request, provide feedback if needed, and merge it once approved.

We appreciate your contributions in making the iDEC main site even better!

## Issues

If you encounter any issues or have suggestions for improving the iDEC main site, please feel free to create an issue in this repository. We value your feedback and will address any reported issues promptly.

## License

The contents of this repository are available under the [MIT License](LICENSE). By contributing to this repository, you agree that your contributions will be licensed under the same license.

## Contact

For any further questions or inquiries, please contact us at [[email protected]](mailto:[email protected]).

Thank you for visiting the iDEC main site repository!
Binary file added assests/Post-Doc Ad 8.5x11.pdf
Binary file not shown.
Binary file added assests/Post-Doc_Ad_8.5x11.pdf
Binary file not shown.
Binary file added assests/Responsible Research Form - 2023.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added assests/bluepha.pdf
Binary file not shown.
Binary file added assests/iDEC Festival 2023_HB.pdf
Binary file not shown.
Binary file added assests/iDEC_2023_HB.pdf
Binary file not shown.
2 changes: 2 additions & 0 deletions browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
Loading

0 comments on commit db7c378

Please sign in to comment.