-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed duplic #59
base: main
Are you sure you want to change the base?
Removed duplic #59
Changes from all commits
730aee2
f1186ee
4226001
702198c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"export": "next export", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Ronniedeveloper why are these scripts being removed? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Ronniedeveloper please make this adjustment and all will be well with this PR |
||
"start": "next start" | ||
"start": "next start", | ||
"lint": "next lint" | ||
}, | ||
"dependencies": { | ||
"@emotion/react": "^11.7.1", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,9 @@ function experience() { | |
return ( | ||
<> | ||
|
||
<h1>Experience page</h1> | ||
<div className="container mx-9 py-4 md:mt-10 sm:mt-5"> | ||
<h1>Experience page</h1> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. thank you for this 👏 |
||
</div> | ||
|
||
</> | ||
); | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,17 +52,17 @@ export default function Home() { | |
<div className='container mx-auto text-center mt-[3rem] h-full'> | ||
<h2>Why OSCA?</h2> | ||
<iframe | ||
className='container mx-auto w-[560px]' | ||
className='container mx-auto w-[100%] md:w-[85%] sm:w-[90%]' | ||
width='560' | ||
height='315' | ||
height='400' | ||
src='https://www.youtube.com/embed/oylCYRfk0NQ' | ||
title='YouTube video player' | ||
frameBorder='' | ||
allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture' | ||
allowFullScreen></iframe> | ||
</div> | ||
|
||
<div className='container mx-auto mt-20 max-w-6xl mx-auto'> | ||
<div className='container mx-auto mt-20 max-w-6xl'> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thank you for catching this:clap: There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Welcome 🤗 |
||
<h2 className='text-center py-20 bg-slate-300'>The Team</h2> | ||
<div className='grid md:grid-cols-2 xl:grid-cols-3 gap-8 justify-center pb-20 px-8 bg-slate-300'> | ||
{cardElement} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good...this helps us keep consistency with other buttons such as those in navbar