Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @adobe/css-tools from 4.3.0 to 4.3.1 #6

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Build and Test

on:
push:
branches:
- main

jobs:
build-and-test:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14

- name: Install dependencies
run: npm install

- name: Build
run: npm run build

- name: Run tests
run: npm test
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

Empowering Tomorrow: By Students For Students
Our mission is to educate through workshops, connect minds for innovation, and drive change. DIEMS IETE ISF nurtures a culture of curiosity, collaboration, and positive tech-driven transformation.
<<<<<<< HEAD
=======
<h3>What stack is IETE-Website built on?</h3>
<hr><div align="left">
<img src="https://img.shields.io/static/v1?message=React&logo=react&label=&color=61DAFB&logoColor=white&labelColor=&style=for-the-badge" height="30" alt="react logo" />
<img src="https://img.shields.io/static/v1?message=JavaScript&logo=javascript&label=&color=F7DF1E&logoColor=white&labelColor=&style=for-the-badge" height="30" alt="javascript logo" />
<img src="https://img.shields.io/static/v1?message=HTML5&logo=html5&label=&color=E34F26&logoColor=white&labelColor=&style=for-the-badge" height="30" alt="html5 logo" />
<img src="https://img.shields.io/static/v1?message=CSS3&logo=css3&label=&color=1572B6&logoColor=white&labelColor=&style=for-the-badge" height="30" alt="css3 logo" /><hr>


## Contributions
Please refer to [contribution guide](https://github.com/jivan3003/IETE-Website/blob/main/contributing.md) and [Code of conduct](https://github.com/DIEMS-HUB/IETE-Website/blob/main/CODE_OF_CONDUCT.md) before contributing
</div>
<h3>Social media handles : </h3>
<a href="https://instagram.com/iete_diems?igshid=mzrlodbinwflza==" target="_blank">
<img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/instagram.svg" alt="Instagram" height="30" width="50" />
</a>
<a href="https://www.linkedin.com/company/iete-diems-isf/" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg" alt="Linkdin" height="30" width="50" /></a>


>>>>>>> f18f63b738efe6de79fa1f8eeaeef9199742eca9


### Contributions
Expand Down
93 changes: 87 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"react-icons": "^4.10.1",
"react-parallax-tilt": "^1.7.162",
"react-router-dom": "^6.15.0",
"react-scripts": "^5.0.1",
"styled-components": "^6.0.7",
"react-scripts": "5.0.1",
"react-tsparticles": "^2.12.2",
"styled-components": "^6.0.7",
Expand Down
6 changes: 3 additions & 3 deletions src/Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ button:focus {
padding: 0.8rem 1rem !important;
}

@media (max-width: 767px) {
@media (max-width: 768px) {
.nav-link {
padding: 0.7rem 1rem !important;
}
Expand Down Expand Up @@ -411,8 +411,8 @@ button:focus {
.footer {
background-color: #FA1632;
bottom: 0 !important;
padding-top: 2px !important;
padding-bottom: 2px !important
padding-top: 10px !important;
padding-bottom: 8px !important;
}

.footer-copywright {
Expand Down