Skip to content

Commit

Permalink
Merge pull request #105 from Aditya-NV-06/main
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
tushargupta1504 authored Oct 2, 2024
2 parents 77f11ec + 7aeb525 commit 67d3a2d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/issueLabel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: issue labeler workflow

on:
issues:
types: ["opened"]

jobs:
Issue-Labeler:
name: issue labeler
runs-on: ubuntu-latest
steps:
- uses: Renato66/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
ignore-comments: true
default-labels: '["Triage"]'
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h3>Health Screening</h3>

<!-- icons section ends -->

<div class="py-5">
<div class="py-5" id="services">
<div class="container">
<div class="row ">
<div class="col-md-4 justify-content-center flex-column">
Expand Down Expand Up @@ -310,7 +310,7 @@ <h6>Jane Galadriel</h6>
</div>
</div>

<div
<div id="contact"
class="max-w-2xl mx-auto relative overflow-hidden z-10 bg-white p-8 rounded-lg shadow-md before:w-44 before:h-44 before:absolute before:bg-cyan-400 before:rounded-full before:-z-10 before:blur-2xl after:w-56 after:h-56 after:absolute after:bg-sky-400 after:rounded-full after:-z-10 after:blur-xl after:top-60 after:-right-12">
<h2 class="text-5xl text-sky-900 font-bold mb-6">Contact Us</h2>

Expand Down Expand Up @@ -469,4 +469,4 @@ <h5>Aligarh</h5>

</body>

</html>
</html>

0 comments on commit 67d3a2d

Please sign in to comment.