Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
madhan-task
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Madhankumar
madhan-task
Commits
7a7050a7
Commit
7a7050a7
authored
Aug 21, 2023
by
Madhankumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initial commit
parent
57106874
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
139 additions
and
167 deletions
+139
-167
data.js
data.js
+0
-48
index.html
index.html
+86
-38
style.css
style.css
+53
-81
No files found.
data.js
deleted
100644 → 0
View file @
57106874
data
=
{
"logo"
:
"https://krds-assignment.github.io/aoc/api-assets/logo-aoc.png"
,
"features"
:
[
{
"title"
:
"Astonishing features requires worry-free security"
,
"desc"
:
"1 Year Free Mobile Security"
,
"logo"
:
"https://krds-assignment.github.io/aoc/api-assets/logo-f-secure.png"
,
"image"
:
"https://krds-assignment.github.io/aoc/api-assets/image-1.png"
,
"colour"
:
"#41ca6e"
},
{
"title"
:
"Be hooked!"
,
"desc"
:
"2000+ Movies from Bollywood"
,
"logo"
:
"https://krds-assignment.github.io/aoc/api-assets/logo-digitainment.png"
,
"image"
:
"https://krds-assignment.github.io/aoc/api-assets/image-2.png"
,
"colour"
:
"#fab153"
},
{
"title"
:
"The best things in life are free"
,
"desc"
:
"Free Mobile Pouch"
,
"logo"
:
"https://krds-assignment.github.io/aoc/api-assets/logo-adaptxt.png"
,
"image"
:
"https://krds-assignment.github.io/aoc/api-assets/image-3.png"
,
"colour"
:
"#7277d5"
},
{
"title"
:
"The thump never ends here"
,
"desc"
:
"1000’s of songs"
,
"logo"
:
"https://krds-assignment.github.io/aoc/api-assets/logo-hungama.png"
,
"image"
:
"https://krds-assignment.github.io/aoc/api-assets/image-4.png"
,
"colour"
:
"#f87d51"
},
{
"title"
:
"Being globally you"
,
"desc"
:
"21 Indian & Foreign Languages"
,
"logo"
:
"https://krds-assignment.github.io/aoc/api-assets/logo-adaptxt.png"
,
"image"
:
"https://krds-assignment.github.io/aoc/api-assets/image-5.png"
,
"colour"
:
"#ed5466"
},
{
"title"
:
"For the wise"
,
"desc"
:
"1000 pts Discount on Subscription"
,
"logo"
:
"https://krds-assignment.github.io/aoc/api-assets/logo-read-where.png"
,
"image"
:
"https://krds-assignment.github.io/aoc/api-assets/image-6.png"
,
"colour"
:
"#4ec2e7"
}
]
}
\ No newline at end of file
index.html
View file @
7a7050a7
<!DOCTYPE html>
<html
lang=
"en"
>
<title>
Task
</title>
<head>
<html>
<head>
<link
rel=
"stylesheet"
href=
"style.css"
/>
<meta
charset=
"UTF-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<script
type=
"text/javascript"
src=
"data.js"
></script>
<script
type=
"text/javascript"
>
function
load
()
{
var
mydata
=
JSON
.
parse
(
JSON
.
stringify
(
data
));
var
div
=
document
.
getElementById
(
"row"
);
var
divflex
=
document
.
getElementById
(
"row-flex"
);
div
.
innerHTML
=
mydata
.
features
.
map
(
({
title
,
desc
,
image
,
info
,
colour
},
i
)
=>
`
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<div class="card" style="background:
${
colour
}
" data-idx="
${
i
}
">
</head>
<body>
<section
class=
"cont"
>
<div
class=
"card cardbg1"
>
<div
class=
"card-desc"
>
<div
class=
"card-text"
>
<img
src=
"https://krds-assignment.github.io/aoc/api-assets/logo-f-secure.png"
>
<p
class=
"title"
>
Astonishing features requires worry-free security
</p>
<hr>
<p>
1 Year Free Mobile Security
</p>
</div>
<div
class=
"card-image"
>
<img
src=
"https://krds-assignment.github.io/aoc/api-assets/image-1.png"
>
</div>
</div>
</div>
<div
class=
"card cardbg2"
>
<div
class=
"card-desc"
>
<div
class=
"card-text"
>
<img
src=
"https://krds-assignment.github.io/aoc/api-assets/logo-digitainment.png"
>
<p
class=
"title"
>
Be hooked!
</p>
<hr>
<p>
2000+ Movies from Bollywood
</p>
</div>
<div
class=
"card-image"
>
<img
src=
"https://krds-assignment.github.io/aoc/api-assets/image-2.png"
>
</div>
</div>
</div>
<div
class=
"card cardbg3"
>
<div
class=
"card-desc"
>
<div
class=
"card-text"
>
<img
src=
"https://krds-assignment.github.io/aoc/api-assets/logo-adaptxt.png"
>
<p
class=
"title"
>
The best things in life are free
</p>
<hr>
<p>
Free Mobile Pouch
</p>
</div>
<div
class=
"card-image"
>
<img
src=
"https://krds-assignment.github.io/aoc/api-assets/image-3.png"
>
</div>
</div>
</div>
<div
class=
"card cardbg4"
>
<div
class=
"card-desc"
>
<div
class=
"card-text"
>
<img
src=
"https://krds-assignment.github.io/aoc/api-assets/logo-hungama.png"
>
<p
class=
"title"
>
The thump never ends here
</p>
<hr>
<p>
1000’s of songs
</p>
</div>
<div
class=
"card-image"
>
<img
src=
"https://krds-assignment.github.io/aoc/api-assets/image-4.png"
>
</div>
</div>
</div>
<div
class=
"card cardbg5"
>
<div
class=
"card-desc"
>
<div class="desc">
<p class="title">
${
title
}
</p>
<div
class=
"card-text"
>
<img
src=
"https://krds-assignment.github.io/aoc/api-assets/logo-adaptxt.png"
>
<p
class=
"title"
>
Being globally you
</p>
<hr>
<p class="description">
${
desc
}
</p>
</div>
<div class="image">
<img src="
${
image
}
"/>
</div>
</div>
</div>`
).
join
(
""
);
}
</script>
<!-- // <div class="float-left">
// <h4 class="title">${title}</h4>
// <p class="desc">${desc}</p>
// </div>
// <div class="float-right">
// <img src="${image}"/>
// </div> -->
<style></style>
</head>
<body
onload=
"load()"
>
<div
id=
"row"
class=
"row"
></div>
</body>
<p>
21 Indian
&
Foreign Languages
</p>
</div>
<div
class=
"card-image"
>
<img
src=
"https://krds-assignment.github.io/aoc/api-assets/image-5.png"
>
</div>
</div>
</div>
<div
class=
"card cardbg6"
>
<div
class=
"card-desc"
>
<div
class=
"card-text"
>
<img
src=
"https://krds-assignment.github.io/aoc/api-assets/logo-read-where.png"
>
<p
class=
"title"
>
For the wise
</p>
<hr>
<p>
1000 pts Discount on Subscription
</p>
</div>
<div
class=
"card-image"
>
<img
src=
"https://krds-assignment.github.io/aoc/api-assets/image-6.png"
>
</div>
</div>
</div>
</section>
</body>
</html>
\ No newline at end of file
style.css
View file @
7a7050a7
...
...
@@ -3,115 +3,88 @@
padding
:
0
;
box-sizing
:
border-box
;
}
}
.row
{
.cont
{
display
:
grid
;
grid-template-columns
:
repeat
(
3
,
1
fr
);
min-height
:
100vh
;
}
.card
{
height
:
100%
;
}
.card
{
width
:
100%
;
}
.card
p
{
color
:
white
}
p
{
font-family
:
roman
;
font-size
:
1.5vw
;
line-height
:
1.5em
;
width
:
-webkit-fill-available
;
.card
.card-text
img
{
height
:
50px
;
object-fit
:
contain
;
aspect-ratio
:
3
/
2
;
}
.title
{
width
:
16ch
;
.card
.card-image
img
{
max-width
:
100%
;
height
:
300px
;
object-fit
:
contain
;
}
/* .desc{
width: max-content;
} */
.card-desc
{
height
:
100%
;
padding
:
10px
65px
0
;
color
:
white
;
.card-text
{
font-size
:
18px
;
}
.card-desc
{
display
:
grid
;
align-items
:
center
;
justify-content
:
end
;
justify-content
:
center
;
grid-template-columns
:
repeat
(
2
,
1
fr
);
}
padding
:
30px
25px
0
;
}
hr
{
width
:
65%
;
hr
{
width
:
80%
;
height
:
2px
;
border
:
none
;
background-color
:
white
;
}
border
:
1px
solid
white
;
.cardbg1
{
background
:
#41ca6e
;
}
.image
img
{
position
:
relative
;
width
:
100%
;
.cardbg2
{
background
:
#fab153
}
/* .image {
display: grid;
height: 100%;
.cardbg3
{
background
:
#7277d5
;
}
.cardbg4
{
background
:
#f87d51
;
}
.cardbg5
{
background
:
#ed5466
;
}
.cardbg6
{
background
:
#4ec2e7
;
}
.imgdata {
max-width: 100%;
max-height: 100vh;
margin: auto;
} */
@media
only
screen
and
(
min-width
:
480px
)
and
(
max-width
:
768px
)
{
.row
{
display
:
grid
;
grid-template-columns
:
repeat
(
2
,
1
fr
);
}
.card-desc
{
display
:
grid
;
place-items
:
center
;
grid-template-columns
:
1
fr
;
padding-bottom
:
15px
;
}
.card-desc
.image
{
margin-top
:
20px
;
margin-bottom
:
30px
;
}
/* small screen */
@media
only
screen
and
(
max-width
:
768px
){
.cont
,
.card-desc
{
grid-template-columns
:
repeat
(
1
,
1
fr
);
justify-items
:
center
;
}
@media
screen
and
(
max-width
:
480px
)
{
.row
{
display
:
grid
;
grid-template-columns
:
1
fr
;
}
.card-desc
{
/* medium screen */
@media
only
screen
and
(
min-width
:
769px
)
and
(
max-width
:
1024px
){
.cont
{
margin-top
:
0px
;
display
:
grid
;
align-items
:
center
;
justify-content
:
center
;
place-items
:
center
;
grid-template-columns
:
1
fr
;
grid-template-columns
:
repeat
(
2
,
1
fr
);
}
.card-desc
.image
{
margin-top
:
40px
;
margin-bottom
:
40px
;
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment