-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (88 loc) · 3.24 KB
/
index.html
File metadata and controls
98 lines (88 loc) · 3.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pluto Template</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="dropdown">
<button class="dropbtn">Dropdown</button>
<div class="dropdown-content">
<a href="#">Home</a>
<a href="#">App Features</a>
</div>
</div>
<!--Hero-->
<div class="hero">
<div class="hh"></div>
<h1>Pluto - Material UI Insipered Bootsrap Template </h1>
<p style="float: right;">Material Design Insipered HTML5 Bootstrap Template For Business and App</p>
<div class="button-group">
<button class="btn">Download</button>
<button class="learnmore">Learn More</button>
</div>
</div>
<!--App Features-->
<div class="feature">
<h2>APP FEATURES</h2>
<p>WHO SEEK AFTER IT AND WANTS TO HAVE IT</p>
<div class="feature-grid">
<div class="feature-box">
<h4>Buit-with Bootsrap 3.5x</h4>
<p>lorem i[seum is simply dummy text of the printing and typwriting industry. Lorem ipesum has been industry
standard</p>
</div>
<div class="feature-box">
<h4>Ready for Business</h4>
<p>Lorem lpesum is simply dummy text of the printing and typesettin industry. Lorem lpesum has beeen industry
standard</p>
</div>
<div class="feature-box">
<h4>Materail Design</h4>
<p>Lorem lpesum is simply dummy text of the printing and typesettin industry. Lorem lpesum has beeen industry
standard</p>
</div>
<div class="feature-box">
<h4>Crafted with love</h4>
<p>Lorem lpesum is simply dummy text of the printing and typesettin industry. Lorem lpesum has beeen industry
standard</p>
</div>
<div class="feature-box">
<h4>Clean and Refreshing</h4>
<p>Lorem lpesum is simply dummy text of the printing and typesettin industry. Lorem lpesum has beeen industry
standard</p>
</div>
<div class="feature-box">
<h4>Fully Responsive</h4>
<p>Lorem lpesum is simply dummy text of the printing and typesettin industry. Lorem lpesum has beeen industry
standard</p>
</div>
</div>
</div>
<!--why love pluto-->
<section class="why-love-pluto">
<div class="container">
<div class="image">
<img class="image" src="location2s.jpg" alt="">
</div>
<div class="notes">
<h2> This is Why You Will <br> <span>Love Pluto</span></h2>
<p>Materail UI bootsrap App connectuer adpluto quamqum indodit dolore1`
infrence enumetur<br>adipulator quiqam lidid doloreb inventore enumeturadisplusto quisquam idodit dolore <br>inventore eum dolore sit amet, consecture adisplusto quisquam idoidit dolore inventore</p>
<ul>
<li>Offcanvaas Menu</li>
<li>Based On Material</li>
<li>Free To Use</li>
<li>Built-With Bootsrap 3.5x</li>
<li>Refeshing Design</li>
</ul>
<button class="download">Download Now</button>
</div>
</div>
</section>
</main>
</body>
</html>