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

Removing unnecessary spaces in the code #1060

Closed
wants to merge 6 commits into from
Closed
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ When our team heard about the animals that were in danger each year, it became a

| Function | Feature | Image |
| --- | ----------- | -------|
| Adopting a Pet | Allows user to choose an animal they wish to adopt and submit their details for contact purposes | ![image](https://user-images.githubusercontent.com/99717469/193424761-4c7f510f-b099-4e48-b0c8-d09eece32469.png) |
| Adopting a Pet | Allows a user to choose an animal they wish to adopt and submit their details for contact purposes | ![image](https://user-images.githubusercontent.com/99717469/193424761-4c7f510f-b099-4e48-b0c8-d09eece32469.png) |
| Donating a Pet | Pet owners can donate their pets if they are unable to take care of the ones they have | ![image](https://user-images.githubusercontent.com/99717469/193424675-328e10ed-78f8-49bf-8fa6-68d0db4a7fd1.png) |
| Emergency care for Stray Animals | Provide contact details to get emergency medical services | ![image](https://user-images.githubusercontent.com/99717469/193424731-fa82b5a9-8c01-4648-a378-7c23bfb20427.png) |

Expand Down
5 changes: 1 addition & 4 deletions blogs/abhinav.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

<div class=" w-[32rem] xl:w-[117rem] my-0 mx-0 xl:mx-auto">
<div class="w-[360px] xl:w-[114rem] h-[25rem] xl:h-[40rem] my-[5rem] xl:mx-auto bg-[url('./img/b9-poster.png')] bg-no-repeat bg-cover snap-center rounded-xl">

</div>

<main class="w-full bg-white p-5 xl:p-12 rounded-lg -mt-56 items-center my-0 mx-[20px] xl:mx-auto xl:w-[80rem]">
Expand Down Expand Up @@ -113,8 +112,6 @@ <h3 class="text-xl xl:text-2xl font-semibold tracking-wide">Fortunately, the fol
<footer class="bg-black z-50 text-white ">

<div class=" flex p-5 justify-between ">


<div class="flex flex-1 flex-col text-center sm:flex-row items-center justify-center space-x-3">
<div>
<img class="rounded-full w-24 cursor-pointer" src="../Assets/Images/logo.jpg" alt="logo" />
Expand Down Expand Up @@ -195,4 +192,4 @@ <h3 class="text-2xl text-center">Subscribe to our newsletter</h3>
</footer>

</body>
</html>
</html>
4 changes: 1 addition & 3 deletions donate.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,7 @@ <h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900" style
<label for="number" class="leading-7 text-sm text-gray-900">Contact Number</label>

<input type="text" id="number" name="number" placeholder="+91 0123456789"




class="w-full bg-gray-100 bg-opacity-50 rounded border border-gray-300 focus:border-indigo-500 focus:bg-white focus:ring-2 focus:ring-indigo-200 text-base outline-none text-gray-700 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out"
oninput="this.value = this.value.replace(/[^0-9\+\.]/g, '').replace(/(\..*)\./g, '$1');" required />

Expand Down
12 changes: 3 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ <h1 class="text-4xl text_2 text-center md:text-left md:ml-12 uppercase font-ser
</div>
</ul>
</div>
</nav>

</nav>
</header>
<section class="main-body-section">

Expand All @@ -139,8 +138,7 @@ <h1 class="text-4xl text_2 text-center md:text-left md:ml-12 uppercase font-ser
<div class="heading-main-body">
<div class="main-body-heading-text z-10">
<h1 class="heading-main-body-h1"><span>Adopt</span> Me</h1>
<p>Give life to an animal in need.</p>

<p>Give life to an animal in need.</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -193,8 +191,6 @@ <h1 class="heading-main-body-h1"><span>Adopt</span> Me</h1>

<!-- About Us section html ends here -->



<section class="pet-card-flex">
<br>
<br>
Expand Down Expand Up @@ -917,9 +913,7 @@ <h3 class="text-2xl">Subscribe to our newsletter</h3>
</button>
</a>
</div>
<!-- Scroll to top -->


<!-- Scroll to top -->

</div>

Expand Down
Loading