Skip to content

Commit d3464c8

Browse files
final clean of code
1 parent e4cc1d8 commit d3464c8

File tree

21 files changed

+93
-89
lines changed

21 files changed

+93
-89
lines changed

pages/components/alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Alert = () => {
1515
</Head>
1616
<Navbar />
1717
<div className="codepen_page font-poppins">
18-
<p className="codepen_brief bg-sky-200 md:mx-44 mx-4 px-4 mb-12 text-center py-4 rounded-2xl">
18+
<p className="codepen_brief bg-sky-200 text-blue-700 md:mx-44 mx-4 px-4 mb-12 text-center py-4 rounded-2xl">
1919
Alerts are used in website due user actions 💭
2020
</p>
2121
{alertCollections.map((alert, index) => {

pages/components/badges.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Badge = () => {
1515
</Head>
1616
<Navbar />
1717
<div className="codepen_page font-poppins">
18-
<p className="codepen_brief bg-sky-200 md:mx-44 mx-4 px-4 mb-12 text-center py-4 rounded-2xl">
18+
<p className="codepen_brief bg-sky-200 text-blue-700 md:mx-44 mx-4 px-4 mb-12 text-center py-4 rounded-2xl">
1919
How cool is to have coloured and meaningfull badges near your image/
2020
cards/ testimonials. Sounds interesting, then why waiting to check
2121
inside 😎

pages/components/buttons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const Buttons = () => {
1616
<Navbar />
1717

1818
<div className="codepen_page font-poppins">
19-
<p className="codepen_brief bg-sky-200 md:mx-44 mx-4 px-4 mb-12 text-center py-4 rounded-2xl">
19+
<p className="codepen_brief bg-sky-200 text-blue-700 md:mx-44 mx-4 px-4 mb-12 text-center py-4 rounded-2xl">
2020
Buttons, widely called CTAs in tech are backbones for engineers to
2121
make user interact easily and navigate different section with a click
2222
👆

pages/components/contact_forms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const contactForms = () => {
1616
<Navbar />
1717

1818
<div className="codepen_page font-poppins">
19-
<p className="codepen_brief bg-sky-200 md:mx-44 mx-4 px-4 mb-12 text-center py-4 rounded-2xl">
19+
<p className="codepen_brief bg-sky-200 text-blue-700 md:mx-44 mx-4 px-4 mb-12 text-center py-4 rounded-2xl">
2020
As someone in facebook posted &apos;Helps you connect and share with
2121
people using contact forms&apos;, we are helping you with best
2222
designed contact forms in tailwindCSS 🍽️

pages/components/feature_card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const FeatureCards = () => {
1616
<Navbar />
1717

1818
<div className="codepen_page font-poppins">
19-
<p className="codepen_brief bg-sky-200 md:mx-44 mx-4 px-4 mb-12 text-center py-4 rounded-2xl">
19+
<p className="codepen_brief bg-sky-200 text-blue-700 md:mx-44 mx-4 px-4 mb-12 text-center py-4 rounded-2xl">
2020
In late 90s, we do have visiting cards to showcase our portfolio. But
2121
now, we are in 20th century where 240px X 240px of div is enough for
2222
showcasing our portfolio 💳

pages/components/forms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Forms = () => {
1515
</Head>
1616
<Navbar />
1717
<div className="codepen_page font-poppins">
18-
<p className="codepen_brief bg-sky-200 md:mx-44 mx-4 px-4 mb-12 text-center py-4 rounded-2xl">
18+
<p className="codepen_brief bg-sky-200 text-blue-700 md:mx-44 mx-4 px-4 mb-12 text-center py-4 rounded-2xl">
1919
Forms are vital in website/ apps where these helps end users to
2020
interact with the website smoothly and increase user experience 📝
2121
</p>

pages/components/navbars.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@ const NavbarComponent = () => {
1616
<Navbar />
1717

1818
<div className="codepen_page font-poppins">
19-
<p className="codepen_brief bg-sky-200 md:mx-44 mx-4 px-4 mb-12 text-center py-4 rounded-2xl">
19+
<p className="codepen_brief bg-sky-200 text-blue-700 md:mx-44 mx-4 px-4 mb-2 text-center py-4 rounded-2xl">
2020
Guess, IRL where no navbars in website which has 20 pages. This would
2121
rather increase the memory power in memorizing all the URLs 🤪
2222
</p>
23+
<p className="codepen_brief bg-rose-400 md:mx-44 mx-4 px-4 mb-12 text-center py-4 rounded-2xl text-white">
24+
NOTE: Kindly make the codepen result screen view port to 0.5x in
25+
mobile devices
26+
</p>
2327
{navbarCollections.map((navbar, index) => {
2428
return (
2529
<div key={index} className="codepen_container">

pages/components/pricing_cards.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const PricingCards = () => {
1616
<Navbar />
1717

1818
<div className="codepen_page font-poppins">
19-
<p className="codepen_brief bg-sky-200 md:mx-44 mx-4 px-4 mb-12 text-center py-4 rounded-2xl">
19+
<p className="codepen_brief bg-sky-200 text-blue-700 md:mx-44 mx-4 px-4 mb-12 text-center py-4 rounded-2xl">
2020
Have cool product (Not having? believe you have) but not sure how can
2121
you sell/ market those pricings. Our developers have designed the best
2222
pricing templates, Just tweak the text and you are good to go 💰

pages/components/store_buttons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Forms = () => {
1515
</Head>
1616
<Navbar />
1717
<div className="codepen_page font-poppins">
18-
<p className="codepen_brief bg-sky-200 md:mx-44 mx-4 px-4 mb-12 text-center py-4 rounded-2xl">
18+
<p className="codepen_brief bg-sky-200 text-blue-700 md:mx-44 mx-4 px-4 mb-12 text-center py-4 rounded-2xl">
1919
These components can be used in footer and contact pages to showcase
2020
your social/ company cards 😎
2121
</p>

pages/components/testimonial_card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const TestimonialCards = () => {
1515
</Head>
1616
<Navbar />
1717
<div className="codepen_page font-poppins">
18-
<p className="codepen_brief bg-sky-200 md:mx-44 mx-4 px-4 mb-12 text-center py-4 rounded-2xl">
18+
<p className="codepen_brief bg-sky-200 text-blue-700 md:mx-44 mx-4 px-4 mb-12 text-center py-4 rounded-2xl">
1919
Still Guessing how can you showcase your testimonials(You do have 🤪).
2020
Dont worry if don&apos;t have testimonials or have no idea how to
2121
design it, click this card

0 commit comments

Comments
 (0)