Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14,842 changes: 3,982 additions & 10,860 deletions package-lock.json

Large diffs are not rendered by default.

26 changes: 12 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,24 @@
"prettier": "prettier --check 'src/**/*.js'"
},
"dependencies": {
"@next/third-parties": "^14.2.5",
"axios": "^1.7.2",
"bootstrap": "^5.0.0-alpha1",
"clsx": "^1.1.1",
"next": "^14.2.5",
"next-seo": "^4.17.0",
"@next/third-parties": "^14.2.35",
"axios": "^1.7.9",
"bootstrap": "^5.3.8",
"clsx": "^1.2.1",
"next": "^14.2.35",
"next-seo": "^6.8.0",
"react": "^18",
"react-dom": "^18",
"react-feather": "^2.0.8",
"react-ga": "^3.2.1",
"react-hook-form": "^7.52.2"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react-hooks": "4.2.0",
"prettier": "^2.4.1",
"prettier-eslint": "^13.0.0",
"prettier-eslint-cli": "^8.0.1",
"sass": "^1.33"
"eslint": "^8.56.0",
"eslint-config-next": "^14.2.35",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.4.2",
"sass": "^1.83.0"
}
}
2 changes: 1 addition & 1 deletion src/components/Accordion/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function Accordion({ data }) {
"btn",
"btn-link",
"btn-sm",
styles.iconContainer
styles.iconContainer,
)}
>
{isSelected ? (
Expand Down
4 changes: 2 additions & 2 deletions src/components/BootcampBuilders/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function BootcampBuilders(props) {
<p className="align-top text-small">{description}</p>
</div>
</div>
)
),
)}
</div>
<div
Expand All @@ -61,7 +61,7 @@ function BootcampBuilders(props) {
<p className="align-top text-small">{description}</p>
</div>
</div>
)
),
)}
</div>
<div className="row">
Expand Down
2 changes: 1 addition & 1 deletion src/components/EmailSubscription/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function EmailSubscription() {
name="email"
className={clsx(
"form-control",
styles.emailTextfieldWithRightButton
styles.emailTextfieldWithRightButton,
)}
placeholder="E-mail address"
title="Please enter an email address"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function Footer() {
</div>
<div className="col-lg-12 col-6 mb-4">
<h5>
<Link href="/contribute">Contribute</Link>
<Link href="/contribute">Contribute to TechLadies</Link>
</h5>
<ul className={clsx("list-unstyled", styles.footerLinksList)}>
<li>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Gallery/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function Gallery({ children, startIndex = 0, intervalMs = 5000 }) {
<span
className={clsx(
styles.selectorItem,
index === selectedIndex && styles.selectorItemActive
index === selectedIndex && styles.selectorItemActive,
)}
/>
</button>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function Navbar() {
</ul>
<div className="d-flex">
<NavLink href="/contribute/">
<a className="btn btn-light">Contribute</a>
<a className="btn btn-light">Contribute to TechLadies</a>
</NavLink>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Timeline/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function Timeline({ children }) {
number: index + 1,
isLast: index === children.length - 1,
position: index % 2 === 0 ? "left" : "right",
})
}),
)}
</ul>
)
Expand Down
4 changes: 2 additions & 2 deletions src/components/TimelineItem/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ function TimelineItem({ children, isLast, number, position = "left" }) {
"text-center",
{ "order-md-last": position === "left" },
{ "order-md-first": position === "right" },
{ "offset-md-5": position === "right" }
{ "offset-md-5": position === "right" },
)}
>
<div
className={clsx(
"d-flex",
"flex-column",
"text-center",
styles.container
styles.container,
)}
>
<div>
Expand Down
122 changes: 60 additions & 62 deletions src/data/bootcamp-7-timeline-backup.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
const exp = [
{
speakers: [
{
speaker_img:"/team/bootcamp8/sushma_patekar.jpg",
speaker_name:"Sushma Patekar",
speaker_linkedin_url:"https://www.linkedin.com/in/sushama-patekar-71a75b85"
},
{
speaker_img:"/team/bootcamp8/bhagyalakshmi_konda.jpg",
speaker_name:"Bhagyalakshmi Konda",
speaker_linkedin_url:"https://www.linkedin.com/in/bhagyalakshmi-konda-a4691420b",
}
{
speaker_img: "/team/bootcamp8/sushma_patekar.jpg",
speaker_name: "Sushma Patekar",
speaker_linkedin_url:
"https://www.linkedin.com/in/sushama-patekar-71a75b85",
},
{
speaker_img: "/team/bootcamp8/bhagyalakshmi_konda.jpg",
speaker_name: "Bhagyalakshmi Konda",
speaker_linkedin_url:
"https://www.linkedin.com/in/bhagyalakshmi-konda-a4691420b",
},
],
date: "30th Sept 2023, 10am-3pm",
location: "TBC",
Expand All @@ -22,22 +24,21 @@ const exp = [
&middot; Styling web pages using CSS for visual design
<br></br>
&middot; Hands-on exercises to practice creating static web pages

</>
),
},
{
speakers: [
{
speaker_img:"/team/bootcamp8/rishita_narayan.jpg",
speaker_name:"Rishita Narayan",
speaker_linkedin_url:"https://www.linkedin.com/in/rishita-narayan/"
},
{
speaker_img:"/team/bootcamp8/pratiksha_parsewar.jpg",
speaker_name:"Pratiksha Parsewar",
speaker_linkedin_url:"https://www.linkedin.com/in/pratikshasp",
}
{
speaker_img: "/team/bootcamp8/rishita_narayan.jpg",
speaker_name: "Rishita Narayan",
speaker_linkedin_url: "https://www.linkedin.com/in/rishita-narayan/",
},
{
speaker_img: "/team/bootcamp8/pratiksha_parsewar.jpg",
speaker_name: "Pratiksha Parsewar",
speaker_linkedin_url: "https://www.linkedin.com/in/pratikshasp",
},
],
date: "10th September 2022, 10am-2.30pm",
location: "Thoughtworks (Cross Street Exchange)",
Expand All @@ -51,44 +52,42 @@ const exp = [
),
},
{
speakers: [
{
speaker_img:"/team/bootcamp8/amit_singh.jpg",
speaker_name:"Amit Singh",
speaker_linkedin_url:"https://www.linkedin.com/in/amit1510/",
speakers: [
{
speaker_img: "/team/bootcamp8/amit_singh.jpg",
speaker_name: "Amit Singh",
speaker_linkedin_url: "https://www.linkedin.com/in/amit1510/",
},
{
speaker_img:"/team/bootcamp8/zhengkun_wang.jpg",
speaker_name:"Zhengkun Wang",
speaker_linkedin_url:"https://www.linkedin.com/in/zhengkun-wang-73040452/",
},
{
speaker_img:"/team/bootcamp8/apurva_karve.jpg",
speaker_name:"Apurva Karve",
speaker_linkedin_url:"https://www.linkedin.com/in/apurva-karve/"
},
],
{
speaker_img: "/team/bootcamp8/zhengkun_wang.jpg",
speaker_name: "Zhengkun Wang",
speaker_linkedin_url:
"https://www.linkedin.com/in/zhengkun-wang-73040452/",
},
{
speaker_img: "/team/bootcamp8/apurva_karve.jpg",
speaker_name: "Apurva Karve",
speaker_linkedin_url: "https://www.linkedin.com/in/apurva-karve/",
},
],
date: "24th September 2022, 10am-2.30pm",
location: "AWS (Capital Square)",
title: "Getting started with Rest API & NodeJS",
description: (
<>
&middot; Gain an overview of Rest API and NodeJS
</>
),
description: <>&middot; Gain an overview of Rest API and NodeJS</>,
},
{
speakers: [
{
speaker_img:"/team/bootcamp8/maryana.jpg",
speaker_name:"Maryana",
speaker_linkedin_url:"https://www.linkedin.com/in/maryanahermawan"
speaker_img: "/team/bootcamp8/maryana.jpg",
speaker_name: "Maryana",
speaker_linkedin_url: "https://www.linkedin.com/in/maryanahermawan",
},
{
speaker_img:"/team/bootcamp8/joey_chua.jpg",
speaker_name:"Joey Chua",
speaker_linkedin_url:"https://www.linkedin.com/in/joeychuasm",
}],
speaker_img: "/team/bootcamp8/joey_chua.jpg",
speaker_name: "Joey Chua",
speaker_linkedin_url: "https://www.linkedin.com/in/joeychuasm",
},
],
date: "8th October 2022, 10am-2.30pm",
location: "AWS (capital Square)",
title: "Application Getting started with ExpressJS & React",
Expand All @@ -101,22 +100,21 @@ const exp = [
&middot; Overview of React
<br></br>
&middot; Create simple React app

</>
),
},
{
speakers: [
{
speaker_img:"/team/bootcamp8/sowmya_s.jpg",
speaker_name:"Sowmya Selvaraj",
speaker_linkedin_url:"https://www.linkedin.com/in/amit1510/",
},
{
speaker_img:"/team/bootcamp8/rishita_narayan.jpg",
speaker_name:"Rishita Narayan",
speaker_linkedin_url:"https://www.linkedin.com/in/rishita-narayan/"
},
speakers: [
{
speaker_img: "/team/bootcamp8/sowmya_s.jpg",
speaker_name: "Sowmya Selvaraj",
speaker_linkedin_url: "https://www.linkedin.com/in/amit1510/",
},
{
speaker_img: "/team/bootcamp8/rishita_narayan.jpg",
speaker_name: "Rishita Narayan",
speaker_linkedin_url: "https://www.linkedin.com/in/rishita-narayan/",
},
],
date: "22nd October 2022, 10am-2.30pm",
location: "AWS (Capital Square)",
Expand Down Expand Up @@ -151,4 +149,4 @@ const exp = [
},
]

export default exp
export default exp
Loading