Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into irfan
Browse files Browse the repository at this point in the history
  • Loading branch information
IrfanshaikH-7 committed Oct 1, 2023
2 parents aee6153 + aba0933 commit dbe1464
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If you're not comfortable with the command line, [here are tutorials using GUI t

<img align="right" width="400" src="https://firstcontributions.github.io/assets/Readme/fork.png" alt="fork this repository" />

**1.** Fork [this](https://github.com/BugBustersCommunity/website) repository.
**1.** Fork [this](https://github.com/IshaanAdarsh/ezmail) repository.

**2.** Clone your forked copy of the project.

Expand Down Expand Up @@ -72,7 +72,7 @@ git remote -v
**6.** Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).

```
git pull upstream master
git pull upstream main
```

**7.** Create a new branch.
Expand Down
16 changes: 8 additions & 8 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@
</p>
</div>
<div
class="space-y-8 grid grid-cols-3 gap-10 md:space-y-0"
class="grid md:grid-cols-2 lg:grid-cols-3 gap-10 md:space-y-0"
>
<div>
<div
class="flex justify-center items-center mb-4 w-10 h-10 rounded-full lg:h-12 lg:w-12 bg-primary-900"
class="flex justify-center items-center mb-4 w-10 h-10 rounded-full lg:h-12 lg:w-12 bg-primary-900"
>
<svg
class="w-5 h-5 lg:w-6 lg:h-6 text-primary-300"
Expand All @@ -96,14 +96,14 @@
</svg>
</div>
<h3 class="mb-2 text-xl font-bold text-white">Lighting Fast</h3>
<p class=" text-gray-400">
<p class="text-gray-400">
Our website is built upon the latest in web technology for
lightning-fast speeds while also being mobile reponsive
</p>
</div>
<div>
<div
class="flex justify-center items-center mb-4 w-10 h-10 rounded-full lg:h-12 lg:w-12 bg-primary-900"
class="flex justify-center items-center mb-4 w-10 h-10 rounded-full lg:h-12 lg:w-12 bg-primary-900"
>
<svg
class="w-5 h-5 lg:w-6 lg:h-6 text-primary-300"
Expand All @@ -116,15 +116,15 @@
>
</div>
<h3 class="mb-2 text-xl font-bold text-white">Professional</h3>
<p class=" text-gray-400">
<p class="text-gray-400">
Writing professional emails can make a good impression on your
colleagues and clients and can help you establish credibility and
authority in your field.
</p>
</div>
<div>
<div
class="flex justify-center items-center mb-4 w-10 h-10 rounded-full lg:h-12 lg:w-12 bg-primary-900"
class="flex justify-center items-center mb-4 w-10 h-10 rounded-full lg:h-12 lg:w-12 bg-primary-900"
>
<svg
class="w-5 h-5 lg:w-6 lg:h-6 text-primary-300"
Expand Down Expand Up @@ -169,7 +169,7 @@
</div>
<div>
<div
class="flex justify-center items-center mb-4 w-10 h-10 rounded-full lg:h-12 lg:w-12 bg-primary-900"
class="flex justify-center items-center mb-4 w-10 h-10 rounded-full lg:h-12 lg:w-12 bg-primary-900"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -196,7 +196,7 @@
</div>
<div>
<div
class="flex justify-center items-center mb-4 w-10 h-10 rounded-full lg:h-12 lg:w-12 bg-primary-900"
class="flex justify-center items-center mb-4 w-10 h-10 rounded-full lg:h-12 lg:w-12 bg-primary-900"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit dbe1464

Please sign in to comment.