-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
secretpray
authored and
secretpray
committed
Dec 29, 2021
1 parent
d43741f
commit 763cd7c
Showing
3 changed files
with
41 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<footer class="flex justify-center mt-12 px-4 text-gray-300 opacity-80 bg-gray-800"> | ||
<div class="container py-6"> | ||
<h1 class="text-center text-lg font-bold lg:text-2xl"> | ||
Join 31,000+ other and never miss <br> out on new tips, tutorials, and more. | ||
</h1> | ||
|
||
<div class="flex justify-center mt-6"> | ||
<div class="bg-gray-600 rounded-lg"> | ||
<div class="flex flex-wrap justify-between md:flex-row"> | ||
<input type="email" | ||
class="m-1 p-2 appearance-none text-gray-300 text-sm border-transparent rounded-lg outline-none focus:outline-none focus:ring-0 focus:border-yellow-600" | ||
placeholder="Enter your email"> | ||
<button class="w-full m-1 p-2 text-sm text-gray-400 bg-gray-900 opacity-80 rounded-lg transform hover:scale-95 hover:bg-gray-800 hover:opacity-100 duration-300 font-semibold uppercase lg:w-auto"> | ||
subscribe | ||
</button> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<hr class="h-px mt-6 bg-gray-700 border-none"> | ||
|
||
<div class="flex flex-col items-center justify-between mt-6 md:flex-row"> | ||
<div> | ||
<a href="https://github.com/secretpray/Hotwire-CRUD-MODAL" | ||
class="text-xl font-bold transform hover:scale-110 duration-300 hover:text-yellow-500"> | ||
Hotwire project | ||
</a> | ||
</div> | ||
<div class="flex mt-4 md:m-0"> | ||
<div class="-mx-4"> | ||
<a href="https://www.linkedin.com/in/александр-рубан-83b93578/" class="px-4 text-sm transform hover:scale-110 duration-300 hover:text-yellow-500">About</a> | ||
<a href="https://blog.corsego.com" class="px-4 text-sm transform hover:scale-110 duration-300 hover:text-yellow-500">Blog</a> | ||
<a href="https://github.com/secretpray?tab=repositories" class="px-4 text-sm transform hover:scale-110 duration-300 hover:text-yellow-500">News</a> | ||
<a href="https://github.com/secretpray" class="px-4 text-sm transform hover:scale-110 duration-300 hover:text-yellow-500">Contact</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters