Skip to content

Commit d9c38aa

Browse files
committed
➕ Added | Movie Content🎥🎦🎬📽️🎞️🍿 | Monetized💰
1 parent 5478833 commit d9c38aa

14 files changed

Lines changed: 864 additions & 0 deletions

File tree

assets/css/custom.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,24 @@ mark {
731731
font-variation-settings: "wdth" 100;
732732
}
733733

734+
.lato-regular {
735+
font-family: "Lato", sans-serif;
736+
font-weight: 400;
737+
font-style: normal;
738+
}
739+
740+
.lato-bold {
741+
font-family: "Lato", sans-serif;
742+
font-weight: 700;
743+
font-style: normal;
744+
}
745+
746+
.lato-black {
747+
font-family: "Lato", sans-serif;
748+
font-weight: 900;
749+
font-style: normal;
750+
}
751+
734752
.blog-card-tag:is(html[class~="dark"] *) {
735753
/* background: linear-gradient(to right, #121fcf 0%, #cf1512 100%); */
736754

169 KB
Loading
115 KB
Loading
154 KB
Loading
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Madagascar Cartoon Movie
3+
date: 2025-08-09
4+
description: The DreamWorks animated movie Madagascar (2005) follows four pampered animals from the Central Park Zoo who escape and find themselves shipwrecked on the island of Madagascar. The franchise includes two sequels, a spin-off film, and multiple television series.
5+
weight: 1.1
6+
image: https://cdn.kinocheck.com/i/2sm1fdir0d.jpg
7+
banner: https://hpph.ams3.cdn.digitaloceanspaces.com/1362/conversions/Madagascar-animated-film-wide.webp
8+
---
9+
10+
The DreamWorks animated movie Madagascar (2005) follows four pampered animals from the Central Park Zoo who escape and find themselves shipwrecked on the island of Madagascar. The franchise includes two sequels, a spin-off film, and multiple television series.
11+
12+
13+
### Plot summary
14+
15+
The story begins with a group of friends who are the star attractions at the New York zoo:
16+
17+
- Marty the zebra begins to question his routine, longing for a taste of the wild.
18+
- With help from the zoo's resident penguins, Marty escapes.
19+
- Alex the lion, Gloria the hippopotamus, and Melman the giraffe chase after him.
20+
- After a series of mishaps, the four friends end up crated and mistakenly shipped to a wildlife reserve in Kenya.
21+
- The penguins hijack the ship, and the crates containing the main characters fall overboard, washing ashore on Madagascar.
22+
- The spoiled city animals must adapt to living in the wild and navigating their relationship with the local lemurs, led by the flamboyant King Julien.
23+
- Alex initially struggles to suppress his predatory instincts, but eventually learns to control them and defend his friends from the fossa, the lemurs' natural predators.
24+
25+
### Main characters
26+
27+
- **Alex the Lion** (voiced by Ben Stiller): The star performer of the zoo who struggles to adapt to life in the wild.
28+
- **Marty the Zebra** (voiced by Chris Rock): Alex's best friend, whose longing for the wild kicks off the adventure.
29+
- **Melman the Giraffe** (voiced by David Schwimmer): A nervous hypochondriac who is secretly in love with Gloria.
30+
- **Gloria the Hippopotamus** (voiced by Jada Pinkett Smith): A confident and caring hippo who acts as the group's matriarch.
31+
- **King Julien XIII** (voiced by Sacha Baron Cohen): The self-proclaimed, party-loving king of the lemurs.
32+
- **The Penguins:** A group of military-minded penguins consisting of Skipper, Kowalski, Rico, and Private.
33+
34+
### Download Link ⬇️
35+
36+
{{< download url="https://starscopsinsider.com/cinemas.php?id=1680702" title="⏬ Download Movie" time="25" >}}
37+
38+
{{< download url="https://111.90.159.132/family/madagascar/#download" title="⏬ Mirror Link" time="25" >}}
39+

content/movies/_index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
date: '2025-03-21T13:47:32+05:30'
3+
title: 'Movies'
4+
width: full
5+
cascade:
6+
width: full
7+
---
8+
9+
<div style="text-align: center; margin-top: 1em;">
10+
{{< hextra/hero-badge link="index.xml" >}}
11+
<span>RSS Feed</span>
12+
{{< icon name="rss" attributes="height=14" >}}
13+
{{< /hextra/hero-badge >}}
14+
</div>

hugo.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ menu:
9898
- name: Blog
9999
pageRef: /blog
100100
weight: 7
101+
- name: Movies
102+
pageRef: /movies
103+
weight: 8
101104
- name: Search
102105
weight: 10
103106
params:
@@ -122,6 +125,10 @@ sidebar:
122125
name: "IIT Madras"
123126
url: "/iit-madras"
124127
weight: 3
128+
- identifier: movies
129+
name: "Free Movies"
130+
url: "/movies"
131+
weight: 30
125132
# - identifier: examples
126133
# name: "Examples"
127134
# url: "/examples"

layouts/movies/list.html

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
{{ define "main" }}
2+
<div class='hx-mx-auto hx-flex {{ partial "utils/page-width" . }}'>
3+
{{/* {{ partial "sidebar.html" (dict "context" . "disableSidebar" true
4+
"displayPlaceholder" true) }} */}}
5+
<article
6+
class="hx-w-full hx-break-words hx-flex hx-min-h-[calc(100vh-var(--navbar-height))] hx-min-w-0 hx-justify-center hx-pb-8 hx-pr-[calc(env(safe-area-inset-right)-1.5rem)]"
7+
>
8+
<main class="hx-w-full hx-min-w-0 hx-px-6 hx-pt-4 hx-md-px-12">
9+
{{/* hx-max-w-6xl */}} {{/* {{ partial "breadcrumb.html" . }} */}}
10+
<div class="content">
11+
<span class="hx-mb-8"></span>
12+
{{ if .Title }}
13+
<h1>{{ .Title }}</h1>
14+
{{ end }} {{/* {{ .Content }} */}}
15+
</div>
16+
17+
<div class="highlight-movies-section">
18+
{{ partial "hero_section.html" . }}
19+
</div>
20+
21+
<div id="all-movies-container">
22+
<section class="game-category-section">
23+
<h2 class="category-title">All Games</h2>
24+
<div class="game-grid" id="all-movies-grid">
25+
{{ range where .Site.RegularPages "Type" "movies" }} {{ partial
26+
"game_card.html" . }} {{ end }}
27+
</div>
28+
</section>
29+
</div>
30+
{{ partial "components/last-updated.html" . }} {{ partial
31+
"components/pager.html" . }} {{ partial "components/comments.html" . }}
32+
</main>
33+
</article>
34+
</div>
35+
36+
<style>
37+
:root {
38+
/* --primary-bg: #f0f4f9; */
39+
--primary-bg: #ffffff;
40+
--secondary-bg: #ffffff;
41+
--header-bg: #8c82ff;
42+
--header-gradient: linear-gradient(135deg, #7451eb 0%, #3a75e3 100%);
43+
--nav-bg: #e6e9f0;
44+
--nav-btn-bg: #ffffff;
45+
--nav-btn-hover-bg: #d9dce1;
46+
--nav-btn-active-bg: #f9f9f9;
47+
--text-color: #2c2f35;
48+
--light-text-color: #5c6270;
49+
--border-color: #e0e0e0;
50+
--search-bg: #e6e9f0;
51+
--search-placeholder: #5c6270;
52+
--search-icon: #5c6270;
53+
--card-bg: #ffffff;
54+
--card-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
55+
--card-hover-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
56+
--border-radius-sm: 8px;
57+
--border-radius-md: 16px;
58+
--border-radius-lg: 24px;
59+
}
60+
61+
/* Styles for the highlight movies section */
62+
.highlight-movies-section {
63+
display: grid;
64+
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
65+
gap: 12px;
66+
margin-bottom: 32px;
67+
}
68+
69+
.highlight-game {
70+
border-radius: var(--border-radius-md);
71+
overflow: hidden;
72+
cursor: pointer;
73+
box-shadow: var(--card-shadow);
74+
}
75+
76+
.highlight-game img {
77+
width: 100%;
78+
height: 100px;
79+
object-fit: cover;
80+
display: block;
81+
}
82+
83+
.game-category-section {
84+
margin-bottom: 32px;
85+
padding: 0;
86+
padding-top: 0;
87+
}
88+
89+
.category-title {
90+
font-size: 24px;
91+
font-weight: 700;
92+
margin-top: 16px;
93+
margin-bottom: 16px;
94+
}
95+
96+
.game-grid {
97+
display: grid;
98+
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
99+
gap: 16px;
100+
}
101+
102+
@media (max-width: 768px) {
103+
.game-grid {
104+
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
105+
}
106+
}
107+
108+
/* Responsive adjustments */
109+
@media (max-width: 768px) {
110+
.category-title {
111+
font-size: 1.3rem;
112+
}
113+
}
114+
115+
@media (max-width: 480px) {
116+
.category-title {
117+
font-size: 1.2rem;
118+
}
119+
}
120+
</style>
121+
122+
{{ end }}

layouts/movies/single.html

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{{ define "main" }}
2+
{{- $imagePath := .Site.Params.blog.list.image | default "images/abc.jpg" -}}
3+
4+
<div class="hx-mx-auto hx-flex {{ partial `utils/page-width` . }}">
5+
{{ partial "sidebar.html" (dict "context" . "disableSidebar" true "displayPlaceholder" true) }}
6+
{{ partial "toc.html" . }}
7+
<article class="hx-w-full hx-break-words hx-flex hx-min-h-[calc(100vh-var(--navbar-height))] hx-min-w-0 hx-justify-center hx-pb-8 hx-pr-[calc(env(safe-area-inset-right)-1.5rem)]">
8+
<main class="hx-w-full hx-min-w-0 hx-px-6 hx-pt-4 md:hx-px-8">
9+
{{/* {{ partial "breadcrumb.html" . }} */}}
10+
<br class="hx-mt-2"/>
11+
{{ if .Title }}<h1 class="hx-mb-2 hx-text-2xl hx-font-bold hx-tracking-tight hx-text-slate-900 dark:hx-text-slate-100 lato-bold " style="font-size: 1.9rem; line-height:2rem; text-align:center;" >{{ .Title }}</h1>{{ end }}
12+
{{/* <p class="hx-mb-6 hx-mt-2 hx-opacity-80 hx-leading-7 ">
13+
{{- partial "utils/page-description" . -}}
14+
</p> */}}
15+
{{ if .Params.banner }}
16+
<img
17+
src={{ .Params.banner }}
18+
alt= {{ .Title }}
19+
class="notes-blog-cover hx-mt-2 " loading="lazy" method="Resize" options="600x q80 webp">
20+
{{else}}
21+
<img
22+
src="{{ $imagePath | relURL }}"
23+
alt= {{ .Title }}
24+
class="notes-blog-cover hx-mt-2 " loading="lazy" method="Resize" options="600x q80 webp">
25+
{{end}}
26+
27+
<div class="hx-mt-4 hx-mb-8 hx-text-gray-500 hx-text-sm hx-flex hx-items-center hx-flex-wrap hx-gap-y-2">
28+
{{- with $date := .Date }}<span class="hx-mr-1">{{ partial "utils/format-date" $date }}</span>{{ end -}}
29+
{{- $lazyLoading := site.Params.enableImageLazyLoading | default true -}}
30+
{{ if and .Date .Params.authors }}<span class="hx-mx-1">·</span>{{ end -}}
31+
{{- with $.Params.authors -}}
32+
{{- range $i, $author := . -}}
33+
{{- if reflect.IsMap $author -}}
34+
{{- if and $i (not $author.image) }}<span class="hx-mr-1">,</span>{{ end -}}
35+
<a
36+
{{ with $author.link }}href="{{ . }}" target="_blank"{{ end }}
37+
class="hx-group hx-inline-flex hx-items-center hx-text-current hx-gap-x-1.5 hx-mx-1"
38+
{{ with $author.name }}title="{{ . }}"{{ end }}
39+
>
40+
{{- with $image := $author.image }}
41+
{{- $isLocal := not (urls.Parse $image).Scheme -}}
42+
{{- $startsWithSlash := hasPrefix $image "/" -}}
43+
{{- if and $isLocal $startsWithSlash }}
44+
{{- $image = (relURL (strings.TrimPrefix "/" $image)) -}}
45+
{{ end -}}
46+
<img src="{{ $image | safeURL }}" alt="{{ $author.name }}" class="hx-inline-block hx-h-4 hx-w-4 hx-rounded-full" {{ if $lazyLoading }}loading="lazy"{{ end }} />
47+
{{ end -}}
48+
<div class="group-hover:hx-underline">{{ $author.name }}</div>
49+
</a>
50+
{{- else -}}
51+
{{- if $i }}<span class="hx-mr-1">,</span>{{ end -}}<span class="hx-mx-1">{{ $author }}</span>
52+
{{- end -}}
53+
{{- end -}}
54+
{{- end -}}
55+
</div>
56+
57+
{{ partial "series/series.html" . }}
58+
59+
<div class="content lato-regular">
60+
{{ .Content }}
61+
</div>
62+
{{- partial "components/last-updated.html" . -}}
63+
{{- if (site.Params.blog.article.displayPagination | default true) -}}
64+
{{- .Scratch.Set "reversePagination" true -}}
65+
{{- partial "components/pager.html" . -}}
66+
{{ end }}
67+
{{ partial "article-from-this-series/series-articles.html" . }}
68+
{{ partial "related.html" . }}
69+
{{/* {{ partial "google/vertical-ad-cards.html" . }} */}}
70+
{{ partial "google/horizontal-ad-cards.html" . }}
71+
{{- partial "components/comments.html" . -}}
72+
</main>
73+
</article>
74+
</div>
75+
{{ end }}

layouts/partials/custom/head-end.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
rel="stylesheet"
4343
/>
4444

45+
<link rel="preconnect" href="https://fonts.googleapis.com">
46+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
47+
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
48+
4549
{{/* Google AdSense */}}
4650
<script
4751
async

0 commit comments

Comments
 (0)