Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyfeldroy committed Oct 4, 2021
2 parents 66a25cf + 6af4b6e commit 26e1167
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,16 @@ Free for personal and commercial purpose with attribution
## Copyright and License

Copyright 2018-2020 Astrava.Solutions Ltd. Code released under the MIT license.

## The default branch has been renamed!

master is now named main

If you have a local clone, you can update it by running the following commands.

```
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
```
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>
Tailwind Starter Template - Landing Page Template: Tailwind Toolbox
Laptops for Families
</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
Expand Down Expand Up @@ -459,7 +459,7 @@ <h1 class="w-full my-2 text-5xl font-bold leading-tight text-center text-gray-80
<section class="bg-gray-100 py-8">
<div class="container mx-auto px-2 pt-4 pb-12 text-gray-800">
<h1 class="w-full my-2 text-5xl font-bold leading-tight text-center text-gray-800">
Pricing
Donations
</h1>
<div class="w-full mb-4">
<div class="h-1 mx-auto gradient w-64 opacity-25 my-0 py-0 rounded-t"></div>
Expand Down Expand Up @@ -630,7 +630,7 @@ <h3 class="my-4 text-3xl leading-tight">
</ul>
</div>
<div class="flex-1">
<p class="uppercase text-gray-500 md:mb-6">Company</p>
<p class="uppercase text-gray-500 md:mb-6">Organization</p>
<ul class="list-reset mb-6">
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
<a href="#" class="no-underline hover:underline text-gray-800 hover:text-pink-500">Official Blog</a>
Expand Down

0 comments on commit 26e1167

Please sign in to comment.