Skip to content

Commit c4e1950

Browse files
committed
Dark mode, Updated Nav
1 parent cf806cc commit c4e1950

File tree

49 files changed

+495
-151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+495
-151
lines changed

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"react": "^18.0.0",
1111
"react-dom": "^18.0.0",
1212
"react-helmet": "^6.1.0",
13-
"react-icons": "^4.3.1",
13+
"react-icons": "^4.4.0",
1414
"react-router-dom": "^5.2.1",
1515
"react-scripts": "5.0.1",
1616
"web-vitals": "^2.1.4"

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
})(window, document, "script", "dataLayer", "GTM-MJTJ4NT");
6565
</script>
6666
</head>
67-
<body>
67+
<body className="light-theme">
6868
<noscript>You need to enable JavaScript to run this app.</noscript>
6969
<div id="root"></div>
7070
</body>
5.56 KB
Loading

src/components/Blogs/Blogs.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
margin-top: 15vh;
77
}
88
.blogs-inner-container {
9-
background-color: #2962ff;
9+
background: var(--blog);
1010
border-radius: 20px;
1111
display: grid;
1212
grid-template-columns: 2fr 1fr;
13+
transition: 0.3s linear;
1314
}
1415
.blogs-left {
1516
line-height: 30px;

src/components/campus-captains/CampusCaptains.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const CampusCaptains = () => {
1212
<div className="campus-captain-outer-container" data-aos="fade-up" data-aos-offset="200">
1313
<div className="campus-captain-inner-container" id="campus-captains">
1414
<div className="campus-captain-left">
15-
<h1>Campus Captain 🏁 </h1>
15+
<h1><span>Campus Captain </span>🏁 </h1>
1616
<p>
1717
Become a Campus Captain for your campus. win swags, Coding
1818
T-Shirts & cash incentives!

src/components/campus-captains/campusCaptains.css

+10-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
margin-bottom: 100px;
66
}
77
.campus-captain-inner-container {
8-
background-color: #f9f9f9;
8+
background-color: var(--whycm-bg);
99
border-radius: 20px;
1010
display: grid;
1111
grid-template-columns: 2fr 1fr;
@@ -14,14 +14,22 @@
1414
line-height: 30px;
1515
padding: 67px;
1616
}
17-
.campus-captain-left h1 {
17+
.campus-captain-left h1
18+
{
1819
font-size: 40px;
1920
}
21+
.campus-captain-left h1 span{
22+
font-size: 40px;
23+
background: var(--purple-headings);
24+
background-clip: text;
25+
-webkit-text-fill-color: transparent;;
26+
}
2027

2128
.campus-captain-left p {
2229
margin: 30px 0;
2330
font-size: 20px;
2431
font-weight: 300;
32+
color: var(--headings);
2533
}
2634
.campus-captain-left a img {
2735
width: 223px;

src/components/course-page/individual-components/coding-essentials/buy-on-udemy/BuyOnUdemy.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const BuyOnUdemy = () => {
1313
<h3>Ready to take your</h3>
1414
<h3>Coding Skills to Next Level?</h3>
1515
<p>Join the Course Now!</p>
16-
<a href="https://www.udemy.com/course/learn-coding-for-beginners/?couponCode=RAIN360" target="_blank">
16+
<a href="https://www.udemy.com/course/learn-coding-for-beginners/?couponCode=JULY420" target="_blank">
1717
Enroll now on Udemy
1818
</a>
1919
</div>

src/components/course-page/individual-components/coding-essentials/course-title/CourseTitle.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const CourseTitle = () => {
2525
</div>
2626
<br />
2727
<div className="udemy-info">
28-
<a href="https://www.udemy.com/course/learn-coding-for-beginners/?couponCode=RAIN360" target="_blank">Enroll now on Udemy</a>
28+
<a href="https://www.udemy.com/course/learn-coding-for-beginners/?couponCode=JULY420" target="_blank">Enroll now on Udemy</a>
2929
<span className="stars">⭐⭐⭐⭐⭐ 4.88/5.0</span>
3030
</div>
3131
</div>

src/components/course-page/individual-components/comp-coding/buy-on-udemy/BuyOnUdemy.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const BuyOnUdemy = () => {
1313
<h3>Ready to take your</h3>
1414
<h3>Coding Skills to Next Level?</h3>
1515
<p>Join the Course Now!</p>
16-
<a href="https://www.udemy.com/course/competitive-programming-algorithms-coding-minutes/?couponCode=RAIN360" target="_blank">
16+
<a href="https://www.udemy.com/course/competitive-programming-algorithms-coding-minutes/?couponCode=JULY420" target="_blank">
1717
Enroll now on Udemy
1818
</a>
1919
</div>

src/components/course-page/individual-components/comp-coding/course-title/CourseTitle.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ const CourseTitle = () => {
1919
Master competitive coding techniques - maths, number theory, dynamic programming, advanced data structures & algorithms
2020
</div>
2121
<div className="price-info">
22-
<span className="first">360+taxes</span>
22+
<span className="first">420+taxes</span>
2323
<span className="middle">₹ 18,560</span>
2424
<span className="last">Use code : JULY420</span>
2525
</div>
2626
<div className="udemy-info">
27-
<a href="https://www.udemy.com/course/competitive-programming-algorithms-coding-minutes/?couponCode=RAIN360" target="_blank">Enroll now on Udemy</a>
27+
<a href="https://www.udemy.com/course/competitive-programming-algorithms-coding-minutes/?couponCode=JULY420" target="_blank">Enroll now on Udemy</a>
2828
<span className="stars">⭐⭐⭐⭐⭐ 4.88/5.0</span>
2929
</div>
3030
</div>

src/components/course-page/individual-components/cpp-essentials/buy-on-udemy/BuyOnUdemy.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const BuyOnUdemy = () => {
1313
<h3>Ready to take your</h3>
1414
<h3>Coding Skills to Next Level?</h3>
1515
<p>Join the Course Now!</p>
16-
<a href="https://www.udemy.com/course/c-plus-plus-programming-beginners/?couponCode=RAIN360" target="_blank">
16+
<a href="https://www.udemy.com/course/c-plus-plus-programming-beginners/?couponCode=JULY420" target="_blank">
1717
Enroll now on Udemy
1818
</a>
1919
</div>

src/components/course-page/individual-components/cpp-essentials/course-title/CourseTitle.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ const CourseTitle = () => {
1919
Beginner friendly course to learn C++ programming in a fun & easy way and enter the world of computer science!
2020
</div>
2121
<div className="price-info">
22-
<span className="first">360+taxes</span>
22+
<span className="first">420+taxes</span>
2323
<span className="middle">₹ 18,560</span>
2424
<span className="last">Use code : JULY420</span>
2525
</div>
2626
<div className="udemy-info">
27-
<a href="https://www.udemy.com/course/c-plus-plus-programming-beginners/?couponCode=RAIN360" target="_blank">Enroll now on Udemy</a>
27+
<a href="https://www.udemy.com/course/c-plus-plus-programming-beginners/?couponCode=JULY420" target="_blank">Enroll now on Udemy</a>
2828
<span className="stars">⭐⭐⭐⭐⭐ 4.88/5.0</span>
2929
</div>
3030
</div>

src/components/course-page/individual-components/dsa-essentials/buy-on-udemy/BuyOnUdemy.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const BuyOnUdemy = () => {
1313
<h3>Ready to take your</h3>
1414
<h3>Coding Skills to Next Level?</h3>
1515
<p>Join the Course Now!</p>
16-
<a href="https://www.udemy.com/course/cpp-data-structures-algorithms-prateek-narang/?couponCode=RAIN360" target="_blank">
16+
<a href="https://www.udemy.com/course/cpp-data-structures-algorithms-prateek-narang/?couponCode=JULY420" target="_blank">
1717
Enroll now on Udemy
1818
</a>
1919
</div>

src/components/course-page/individual-components/dsa-essentials/course-title/CourseTitle.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ const CourseTitle = () => {
2020

2121
</div>
2222
<div className="price-info">
23-
<span className="first">360+taxes</span>
23+
<span className="first">420+taxes</span>
2424
<span className="middle">₹ 18,560</span>
2525
<span className="last">Use code : JULY420</span>
2626
</div>
2727
<div className="udemy-info">
28-
<a href="https://www.udemy.com/course/cpp-data-structures-algorithms-prateek-narang/?couponCode=RAIN360" target="_blank">Enroll now on Udemy</a>
28+
<a href="https://www.udemy.com/course/cpp-data-structures-algorithms-prateek-narang/?couponCode=JULY420" target="_blank">Enroll now on Udemy</a>
2929
<span className="stars">⭐⭐⭐⭐⭐ 4.88/5.0</span>
3030
</div>
3131
</div>

src/components/course-page/individual-components/dsa-level-up/buy-on-udemy/BuyOnUdemy.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const BuyOnUdemy = () => {
1313
<h3>Ready to take your</h3>
1414
<h3>Coding Skills to Next Level?</h3>
1515
<p>Join the Course Now!</p>
16-
<a href="https://www.udemy.com/course/cpp-data-structures-algorithms-levelup-prateek-narang/?couponCode=RAIN360" target="_blank">
16+
<a href="https://www.udemy.com/course/cpp-data-structures-algorithms-levelup-prateek-narang/?couponCode=JULY420" target="_blank">
1717
Enroll now on Udemy
1818
</a>
1919
</div>

src/components/course-page/individual-components/dsa-level-up/course-title/CourseTitle.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ const CourseTitle = () => {
1919
Master problem solving for Coding Interviews, ace Data Structures & Algorithms by solving over 150 important questions!
2020
</div>
2121
<div className="price-info">
22-
<span className="first">360+taxes</span>
22+
<span className="first">420+taxes</span>
2323
<span className="middle">₹ 18,560</span>
2424
<span className="last">Use code : JULY420</span>
2525
</div>
2626
<div className="udemy-info">
27-
<a href="https://www.udemy.com/course/cpp-data-structures-algorithms-levelup-prateek-narang/?couponCode=RAIN360" target="_blank">Enroll now on Udemy</a>
27+
<a href="https://www.udemy.com/course/cpp-data-structures-algorithms-levelup-prateek-narang/?couponCode=JULY420" target="_blank">Enroll now on Udemy</a>
2828
<span className="stars">⭐⭐⭐⭐⭐ 4.88/5.0</span>
2929
</div>
3030
</div>

src/components/course-page/individual-components/dynamic-programming/buy-on-udemy/BuyOnUdemy.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const BuyOnUdemy = () => {
1313
<h3>Ready to take your</h3>
1414
<h3>Coding Skills to Next Level?</h3>
1515
<p>Join the Course Now!</p>
16-
<a href="https://www.udemy.com/course/dynamic-programming-master-course-coding-minutes/?couponCode=RAIN360" target="_blank">
16+
<a href="https://www.udemy.com/course/dynamic-programming-master-course-coding-minutes/?couponCode=JULY420" target="_blank">
1717
Enroll now on Udemy
1818
</a>
1919
</div>

src/components/course-page/individual-components/dynamic-programming/course-title/CourseTitle.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ const CourseTitle = () => {
1919
Ultimate Specialisation on Recursion, Backtracking and Dynamic Programming for Competitive Coding & Interviews.
2020
</div>
2121
<div className="price-info">
22-
<span className="first">360+taxes</span>
22+
<span className="first">420+taxes</span>
2323
<span className="middle">₹ 18,560</span>
2424
<span className="last">Use code : JULY420</span>
2525
</div>
2626
<div className="udemy-info">
27-
<a href="https://www.udemy.com/course/dynamic-programming-master-course-coding-minutes/?couponCode=RAIN360" target="_blank">Enroll now on Udemy</a>
27+
<a href="https://www.udemy.com/course/dynamic-programming-master-course-coding-minutes/?couponCode=JULY420" target="_blank">Enroll now on Udemy</a>
2828
<span className="stars">⭐⭐⭐⭐⭐ 4.88/5.0</span>
2929
</div>
3030
</div>

src/components/course-page/individual-components/game-theory/buy-on-udemy/BuyOnUdemy.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const BuyOnUdemy = () => {
1313
<h3>Ready to take your</h3>
1414
<h3>Coding Skills to Next Level?</h3>
1515
<p>Join the Course Now!</p>
16-
<a href="https://www.udemy.com/course/game-theory-algorithms-in-competitive-programming-course/?couponCode=RAIN360" target="_blank">
16+
<a href="https://www.udemy.com/course/game-theory-algorithms-in-competitive-programming-course/?couponCode=JULY420" target="_blank">
1717
Enroll now on Udemy
1818
</a>
1919
</div>

src/components/course-page/individual-components/game-theory/course-title/CourseTitle.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ const CourseTitle = () => {
1616
Dive deep into game theory algorithms, learn & apply these techniques for Codeforces & Competitive Programming problems!
1717
</div>
1818
<div className="price-info">
19-
<span className="first">360+taxes</span>
19+
<span className="first">420+taxes</span>
2020
<span className="middle">₹ 18,560</span>
2121
<span className="last">Use code : JULY420</span>
2222
</div>
2323
<div className="udemy-info">
24-
<a href="https://www.udemy.com/course/game-theory-algorithms-in-competitive-programming-course/?couponCode=RAIN360" target="_blank">Enroll now on Udemy</a>
24+
<a href="https://www.udemy.com/course/game-theory-algorithms-in-competitive-programming-course/?couponCode=JULY420" target="_blank">Enroll now on Udemy</a>
2525
<span className="stars">⭐⭐⭐⭐⭐ 4.88/5.0</span>
2626
</div>
2727
</div>

src/components/course-page/individual-components/git-and-github/buy-on-udemy/BuyOnUdemy.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const BuyOnUdemy = () => {
1313
<h3>Ready to take your</h3>
1414
<h3>Coding Skills to Next Level?</h3>
1515
<p>Join the Course Now!</p>
16-
<a href="https://www.udemy.com/course/git-github-master-course/?couponCode=RAIN360" target="_blank">
16+
<a href="https://www.udemy.com/course/git-github-master-course/?couponCode=JULY420" target="_blank">
1717
Enroll now on Udemy
1818
</a>
1919
</div>

src/components/course-page/individual-components/git-and-github/course-title/CourseTitle.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ const CourseTitle = () => {
1919
Master the most essential tools for software development, everything about Git, Github & Version Control.
2020
</div>
2121
<div className="price-info">
22-
<span className="first">360+taxes</span>
22+
<span className="first">420+taxes</span>
2323
<span className="middle">₹ 18,560</span>
2424
<span className="last">Use code : JULY420</span>
2525
</div>
2626
<div className="udemy-info">
27-
<a href="https://www.udemy.com/course/git-github-master-course/?couponCode=RAIN360" target="_blank">Enroll now on Udemy</a>
27+
<a href="https://www.udemy.com/course/git-github-master-course/?couponCode=JULY420" target="_blank">Enroll now on Udemy</a>
2828
<span className="stars">⭐⭐⭐⭐⭐ 4.88/5.0</span>
2929
</div>
3030
</div>

src/components/course-page/individual-components/graph-algorithms/buy-on-udemy/BuyOnUdemy.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const BuyOnUdemy = () => {
1313
<h3>Ready to take your</h3>
1414
<h3>Coding Skills to Next Level?</h3>
1515
<p>Join the Course Now!</p>
16-
<a href="https://www.udemy.com/course/graph-theory-algorithms-for-competitive-programming/?couponCode=RAIN360" target="_blank">
16+
<a href="https://www.udemy.com/course/graph-theory-algorithms-for-competitive-programming/?couponCode=JULY420" target="_blank">
1717
Enroll now on Udemy
1818
</a>
1919
</div>

src/components/course-page/individual-components/graph-algorithms/course-title/CourseTitle.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ const CourseTitle = () => {
1919
Learn Graphs Algorithms in Computer Science & Mathematics, theory + hands-on coding and ace Competitive Coding problems!
2020
</div>
2121
<div className="price-info">
22-
<span className="first">360+taxes</span>
22+
<span className="first">420+taxes</span>
2323
<span className="middle">₹ 18,560</span>
2424
<span className="last">Use code : JULY420</span>
2525
</div>
2626
<div className="udemy-info">
27-
<a href="https://www.udemy.com/course/graph-theory-algorithms-for-competitive-programming/?couponCode=RAIN360" target="_blank">Enroll now on Udemy</a>
27+
<a href="https://www.udemy.com/course/graph-theory-algorithms-for-competitive-programming/?couponCode=JULY420" target="_blank">Enroll now on Udemy</a>
2828
<span className="stars">⭐⭐⭐⭐⭐ 4.88/5.0</span>
2929
</div>
3030
</div>

src/components/course-page/individual-components/python-for-data-science/buy-on-udemy/BuyOnUdemy.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const BuyOnUdemy = () => {
1313
<h3>Ready to take your</h3>
1414
<h3>Coding Skills to Next Level?</h3>
1515
<p>Join the Course Now!</p>
16-
<a href="https://www.udemy.com/course/python-data-science-master-course/?couponCode=RAIN360" target="_blank">
16+
<a href="https://www.udemy.com/course/python-data-science-master-course/?couponCode=JULY420" target="_blank">
1717
Enroll now on Udemy
1818
</a>
1919
</div>

src/components/course-page/individual-components/python-for-data-science/course-title/CourseTitle.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ const CourseTitle = () => {
1919
Level up in Data Science using Python, master Numpy, Pandas, Data Visualisation, Web Scraping, Automation, SQL & more.!
2020
</div>
2121
<div className="price-info">
22-
<span className="first">360+taxes</span>
22+
<span className="first">420+taxes</span>
2323
<span className="middle">₹ 18,560</span>
2424
<span className="last">Use code : JULY420</span>
2525
</div>
2626
<div className="udemy-info">
27-
<a href="https://www.udemy.com/course/python-data-science-master-course/?couponCode=RAIN360" target="_blank">Enroll now on Udemy</a>
27+
<a href="https://www.udemy.com/course/python-data-science-master-course/?couponCode=JULY420" target="_blank">Enroll now on Udemy</a>
2828
<span className="stars">⭐⭐⭐⭐⭐ 4.88/5.0</span>
2929
</div>
3030
</div>

src/components/course-page/individual-components/python-master-course/buy-on-udemy/BuyOnUdemy.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const BuyOnUdemy = () => {
1313
<h3>Ready to take your</h3>
1414
<h3>Coding Skills to Next Level?</h3>
1515
<p>Join the Course Now!</p>
16-
<a href="https://www.udemy.com/course/python-programming-beginners-bootcamp/?couponCode=RAIN360" target="_blank">
16+
<a href="https://www.udemy.com/course/python-programming-beginners-bootcamp/?couponCode=JULY420" target="_blank">
1717
Enroll now on Udemy
1818
</a>
1919
</div>

src/components/course-page/individual-components/python-master-course/buy-on-udemy/buyOnUdemy.css

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
margin-bottom: 100px;
66
}
77
.buy-on-udemy-internal-container {
8-
background-color: #f9f9f9;
8+
background: var(--cards-color);
99
border-radius: 20px;
1010
display: grid;
1111
grid-template-columns: 2fr 1fr;
@@ -16,13 +16,16 @@
1616
padding: 67px;
1717
}
1818
.buy-on-udemy-left h3 {
19-
font-size: 30px;
19+
background: var(--purple-headings);
20+
background-clip: text;
21+
-webkit-text-fill-color: transparent;
2022
}
2123

2224
.buy-on-udemy-left p {
2325
margin: 30px 0;
2426
font-size: 18px;
2527
font-weight: 300;
28+
color: var(--headings);
2629
}
2730
.buy-on-udemy-left a img {
2831
width: 223px;

0 commit comments

Comments
 (0)