Skip to content

Commit 8e5ed54

Browse files
committed
deleted dummy images
1 parent c52e957 commit 8e5ed54

29 files changed

+4
-66
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
## :star2: About the Project
6262

6363
<div align="center">
64+
<img src="ScreenshotLight.png" alt="screenshot" />
6465
<img src="Screenshot.png" alt="screenshot" />
6566
</div>
6667

@@ -116,8 +117,9 @@
116117

117118
* [x] Complete Frontend
118119
* [x] Complete Free Courses Library
119-
* [ ] Light/Dark Mode
120-
* [ ] Sign in with Google
120+
* [x] Light/Dark Mode
121+
* [ ] Viewport and video embed
122+
* [ ] Sign in and Sign up
121123
* [ ] Build Certify (Certification engine)
122124

123125
<!-- Contributing -->

ScreenshotLight.png

89.2 KB
Loading

static/assets/images/banner-bg.jpg

-34.9 KB
Binary file not shown.
Binary file not shown.

static/assets/images/card.png

-220 KB
Binary file not shown.

static/assets/images/clip-02.jpg

-13.5 KB
Binary file not shown.

static/assets/images/clip-03.jpg

-14.4 KB
Binary file not shown.

static/assets/images/featured-01.jpg

-31.2 KB
Binary file not shown.

static/assets/images/featured-02.jpg

-18.2 KB
Binary file not shown.

static/assets/images/featured-03.jpg

-21 KB
Binary file not shown.

static/assets/images/game-03.jpg

-5.32 KB
Binary file not shown.

static/assets/images/popular-01.jpg

-14.7 KB
Binary file not shown.

static/assets/images/popular-02.jpg

-14.9 KB
Binary file not shown.

static/assets/images/popular-03.jpg

-10.9 KB
Binary file not shown.

static/assets/images/popular-04.jpg

-13.6 KB
Binary file not shown.

static/assets/images/popular-05.jpg

-18.2 KB
Binary file not shown.

static/assets/images/popular-06.jpg

-18.1 KB
Binary file not shown.

static/assets/images/popular-07.jpg

-13.1 KB
Binary file not shown.

static/assets/images/popular-08.jpg

-18 KB
Binary file not shown.
-2.3 KB
Binary file not shown.

static/assets/images/profile.jpg

-35.5 KB
Binary file not shown.

static/assets/images/service-01.jpg

-1.99 KB
Binary file not shown.

static/assets/images/service-02.jpg

-2.19 KB
Binary file not shown.

static/assets/images/service-03.jpg

-2.12 KB
Binary file not shown.

static/assets/images/stream-05.jpg

-21.1 KB
Binary file not shown.

static/assets/images/stream-06.jpg

-22.3 KB
Binary file not shown.

static/assets/images/stream-07.jpg

-19.6 KB
Binary file not shown.

static/assets/images/stream-08.jpg

-20.7 KB
Binary file not shown.

static/assets/js/custom.js

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -76,71 +76,7 @@
7676
}
7777
});
7878

79-
$('.owl-features').owlCarousel({
80-
items:3,
81-
loop:true,
82-
dots: false,
83-
nav: true,
84-
autoplay: true,
85-
margin:30,
86-
responsive:{
87-
0:{
88-
items:1
89-
},
90-
600:{
91-
items:2
92-
},
93-
1200:{
94-
items:3
95-
},
96-
1800:{
97-
items:3
98-
}
99-
}
100-
})
101-
102-
$('.owl-collection').owlCarousel({
103-
items:3,
104-
loop:true,
105-
dots: false,
106-
nav: true,
107-
autoplay: true,
108-
margin:30,
109-
responsive:{
110-
0:{
111-
items:1
112-
},
113-
800:{
114-
items:2
115-
},
116-
1000:{
117-
items:3
118-
}
119-
}
120-
})
12179

122-
$('.owl-banner').owlCarousel({
123-
items:1,
124-
loop:true,
125-
dots: false,
126-
nav: true,
127-
autoplay: true,
128-
margin:30,
129-
responsive:{
130-
0:{
131-
items:1
132-
},
133-
600:{
134-
items:1
135-
},
136-
1000:{
137-
items:1
138-
}
139-
}
140-
})
141-
142-
143-
14480

14581

14682
// Menu Dropdown Toggle

0 commit comments

Comments
 (0)