Skip to content

Commit

Permalink
Merge branch 'main' into patch-18
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushpanditmoto authored Oct 7, 2023
2 parents 222d2c9 + da73820 commit 2b9fdd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions components/FAQS.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default function FAQS() {
"No, Code Club JU and GDSC, despite both being involved in encouraging coding habits among students, donot refer to the same entity.";

return (

<Divider className="my-10" />
<Accordion selectionMode="multiple">
<AccordionItem key="1" aria-label="Q 1" title="Can those new to programming join GDSC-JU community?">
Expand Down
5 changes: 2 additions & 3 deletions pages/subscribe/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ const styles = {
textAlign: 'center',
},
h2: {
fontFamily: 'Arial',
fontSize: '30px',
fontWeight: "bold",
color: 'grey',
marginTop: '10',
marginBottom: '5px',
},
p: {
fontFamily: 'Calibri',
fontSize: '25px',
color: 'black',
marginTop: '5px',
Expand Down Expand Up @@ -79,7 +78,7 @@ function SubscriptionPage() {
</div>

<h2 style={styles.h2}>Subscribe to our Newsletter!</h2>
<p className="text-gray-100">Get the latest updates delivered to your inbox.</p>
<p className="text-gray-400">Get the latest updates delivered to your inbox.</p>
<div style={styles.inputContainer}>
<input type="email" id="email" placeholder="[email protected]" value={email} onChange={handleEmailChange} />
</div>
Expand Down

0 comments on commit 2b9fdd1

Please sign in to comment.