Skip to content

Commit b8cf3de

Browse files
authored
Merge pull request #63 from javaistic/update-programs-homepage
Update index.js
2 parents 8ebf59a + d5e957c commit b8cf3de

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/pages/programs/index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ export default function ProgramsLandingPage() {
1515
</p>
1616
<div className="grid grid-cols-1 md:grid-cols-1 gap-6 xl:gap-8">
1717
<section className="flex">
18-
<div className="w-full relative text-white overflow-hidden rounded-3xl flex shadow-lg">
19-
<div className={`w-full flex md:flex-col bg-gradient-to-br ${gradients.pink[0]}`}>
18+
<div className="w-full relative text-white overflow-hidden rounded-xl flex shadow-lg">
19+
<div className={`w-full flex md:flex-row py-6 bg-gradient-to-br ${gradients.pink[0]}`}>
2020
<div className="sm:max-w-sm sm:flex-none md:w-auto md:flex-auto flex flex-col items-start relative z-10 p-6 xl:p-8">
2121
<h2 className="text-xl font-semibold mb-2 text-shadow">Java Programs</h2>
2222
<p className="font-medium text-rose-100 text-shadow mb-4">
23-
Start coding right now or go through Java code.
23+
A bunch of Java programms for learning and practicing.
2424
</p>
2525
<a
2626
href="/programs/introduction"
27-
className="mt-auto bg-rose-900 bg-opacity-50 hover:bg-opacity-75 transition-colors duration-200 rounded-xl font-semibold py-2 px-4 inline-flex"
27+
className="mt-auto bg-rose-900 bg-opacity-50 hover:bg-opacity-75 transition-colors duration-200 rounded-lg font-semibold py-2 px-4 inline-flex"
2828
>
2929
Start learning
3030
</a>
3131
</div>
32-
<div className={`${styles.image} relative md:pl-6 xl:pl-8 hidden sm:block`}>
33-
<PlayImage className="absolute top-6 left-6 md:static overflow-visible" />
32+
<div className={`${styles.image} relative md:pl-16 xl:pl-20 hidden sm:block`}>
33+
<PlayImage className="absolute top-6 right-6 md:static overflow-visible" />
3434
</div>
3535
</div>
3636
<div className="absolute bottom-0 left-0 right-0 h-20 bg-gradient-to-t from-rose-500 hidden sm:block" />

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy