-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (98 loc) · 3.31 KB
/
index.html
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
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Assignment</title>
</head>
<body class="container">
<section class="navsection">
<div class="logonavheader">
<img src="./images/logo-1.png" alt="logo">
<nav>
<a href="">WELCOME</a>
<a href="">WORK</a>
<a href="">SERVICES</a>
<a href="">ABOUT</a>
<a href="">CONTACT</a>
<a href="">BLOG</a>
<a href="">PAGES</a>
<a href="">DOWNLOAD</a>
</nav>
</div>
</section>
<section class="sectionimg">
<div>
<h1 class="ph1">Integral</h1>
<p class="p1">One Page Theme</p>
<h3 class="h3_1">A simple & elegant theme for freelancers, agencies and businesses.
Perfect to promote your work or business.</h3>
</div>
<!-- Just trying stuff, used link within the button but it inherited the attributes of the previous href, -->
<div class="butt">
<button>VIEW FEATURES</button>
<button>DOWNLOAD NOW</button>
</div>
</section>
<section class="oem">
<img src="./images/Mashable.png" alt="">
<img src="./images/Adobe.png" alt="">
<img src="./images/envato.png" alt="">
<img src="./images/jQuery.png" alt="">
<img src="./images/less.png" alt="">
<img src="./images/Google.png" alt="">
</section>
<section class="details">
<div>
<img src="./images/shopping_cart.png" alt="">
<section class="grid_h3_p">
<h3>Launch Your Business</h3>
<p class="para">Quis autem vel eum iure reprehen derit qui in ea voluptate velit esse quam nihil molestiae
consequatur.</p>
</section>
</div>
<div>
<img src="./images/shopping_cart.png" alt="">
<section class="grid_h3_p">
<h3>Optimized For Speed</h3>
<p class="para">Quis autem vel eum iure reprehen derit qui in ea voluptate velit esse quam nihil molestiae
consequatur.</p>
</section>
</div>
<div>
<img src="./images/shopping_cart.png" alt="">
<section class="grid_h3_p">
<h3>Loved By Many</h3>
<p class="para">Quis autem vel eum iure reprehen derit qui in ea voluptate velit esse quam nihil molestiae
consequatur.</p>
</section>
</div>
<div>
<img src="./images/shopping_cart.png" alt="">
<section class="grid_h3_p">
<h3>Smooth Parallax Effect</h3>
<p class="para">Quis autem vel eum iure reprehen derit qui in ea voluptate velit esse quam nihil molestiae
consequatur.</p>
</section>
</div>
<div>
<img src="./images/shopping_cart.png" alt="">
<section class="grid_h3_p">
<h3>Theme Options Panel</h3>
<p class="para">Quis autem vel eum iure reprehen derit qui in ea voluptate velit esse quam nihil molestiae
consequatur.</p>
</section>
</div>
<div>
<img src="./images/shopping_cart.png" alt="">
<section class="grid_h3_p">
<h3>Woocommerce Compatible</h3>
<p class="para">Quis autem vel eum iure reprehen derit qui in ea voluptate velit esse quam nihil molestiae
consequatur.</p>
</section>
</div>
</section>
</body>
</html>