Commit 54693d49 by Siyam Kumar

mobileview

parent a0418695
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using create-react-app" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="stylesheet" href="App.css">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
......@@ -24,20 +23,99 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
<title>React App</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<div class='container'>
<div class="item1">
<div class="topnav">
<img src="logo-aoc.png" alt="aoc" style="height: 40px;">
</div>
<img src="logo-f-secure.png" alt="fsecure" style="padding-top: 50px; padding-left: 40px;">
<div class="item11">
<ul style="list-style: none;">
<li>ASTONISHING</li>
<li>FEATURES REQUIRES</li>
<li>WORRY-FREE SECURITY</li>
<hr>
<li style="color: #c0c8cf;">1 YEAR FREE MOBILE SECURITY</li>
</ul>
<img src="image-1.png" alt="image1" id="img1">
</div>
</div>
<div class="item2">
<img src="logo-digitainment.png" alt="digit" style="padding-top: 50px; padding-left: 40px; height: 60px;">
<div class="item11">
<ul style="list-style: none; padding-top: 20px;">
<li>BE HOOKED !</li>
<hr>
<li>2000+ MOVIES FROM BOLLYWOOD</li>
</ul>
<img src="image-2.png" alt="image2" id="img2">
</div>
</div>
<div class="item3">
<img src="logo-adaptxt.png" id="img2" alt="adaptxt" style="padding-top: 50px; padding-left: 40px; height: 40px;">
<div class="item11">
<ul style="list-style: none; padding-bottom: 30px; padding-top: 25px;">
<li>THE BEST THINGS IN LIFE ARE FREE</li>
<hr>
<li>FREE MOBILE POUCH</li>
</ul>
<img src="image-3.png" alt="image3" id="img3">
</div>
</div>
<div class="item4">
<img src="logo-hungama.png" alt="hungama" style="padding-top: 50px; padding-left: 40px; height: 40px;">
<div class="item11">
<ul style="list-style: none; padding-bottom: 30px; padding-top: 25px;">
<li>THE THUMP NEVER ENDS HERE</li>
<hr>
<li>1000’s OF SONGS</li>
</ul>
<img src="image-4.png" alt="image4" id="img4">
</div>
</div>
<div class="item5">
<img src="logo-adaptxt.png" alt="adapt" style="padding-top: 50px; padding-left: 40px; height: 40px;">
<div class="item11">
<ul style="list-style: none; padding-bottom: 30px; padding-top: 25px;">
<li>BEING GLOBALLY YOU</li>
<hr>
<li>BEING GLOBALLY YOU21 INDIAN & FOREIGN LANGUAGES</li>
</ul>
<img src="image-5.png" alt="image5" id="img5">
</div>
</div>
<div class="item6">
<img src="logo-read-where.png" alt="read" style="padding-top: 50px; padding-left: 40px; height: 80px;">
<div class="item11">
<ul style="list-style: none; padding-bottom: 30px; padding-top: 25px;">
<li>FOR THE WISE</li>
<hr>
<li>1000 PTS DISCOUNT ON SUBSCRIPTION</li>
</ul>
<img src="image-6.png" alt="image6" id="img6">
</div>
</div>
</div>
</div>
</body>
</html>
\ No newline at end of file
.topnav{
width: 100%;
padding-left: 10px;
padding-top: 10px;
}
.container {
display: grid;
grid-template-areas: "one two three";
.item1{
margin: auto;
width: 60%;
padding: 10px;
background-color: #62c662;
height: 750px;
width:400px;
}
.container>div {
padding: 20px 0;
font-size: 30px;
height: 325px;
.item11 {
color: #f4f9fd;
font-size: 20px;
font-family: sans-serif;
}
.one {
background-color:#57a890 ;
.item2{
margin: auto;
width: 60%;
padding: 10px;
background-color: #ddb257;
height: 750px;
width:400px;
}
.two {
background-color: #ddae71;
.item3{
margin: auto;
width: 60%;
padding: 10px;
background-color: #8760f4;
height: 750px;
width:400px;
}
.three {
background-color: #727cda;
.item4{
margin: auto;
width: 60%;
padding: 10px;
background-color: #f18451;
height: 750px;
width:400px;
}
.four {
background-color: #faa46b;
.item5{
margin: auto;
width: 60%;
padding: 10px;
background-color: #e15e6e;
height: 750px;
width:400px;
}
.five {
background-color: #863456;
.item6{
margin: auto;
width: 60%;
padding: 10px;
background-color: #4dc1e9;
height: 750px;
width:400px;
}
.six {
background-color: #71bedd;
#img1{
padding-left: 50px;
padding-top: 20px;
}
#img2{
padding-left: 80px;
padding-top: 20px;
}
#img3{
padding-left: 80px;
padding-top: 40px;
}
#img4{
padding-left: 80px;
padding-top: 40px;
}
#img5{
padding-left: 80px;
padding-top: 40px;
}
#img6{
padding-left: 30px;
padding-top: 40px;
}
\ No newline at end of file
import React from 'react';
import Image1 from './Images/image-1.png';
const MainPage = () => {
return (
<div className='main'>
<div className='container'>
<div className='one'><img src={Image1} alt="image" style={{height:"250px", width:"10px"}}/></div>
<div className='two'>2</div>
<div className='three'>3</div>
<div className='four'>4</div>
<div className='five'>5</div>
<div className='six'>6</div>
</div>
</div>
)
}
export default MainPage
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment