-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
138 lines (100 loc) · 3.05 KB
/
index.html
File metadata and controls
138 lines (100 loc) · 3.05 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Single Page</title>
</head>
<body>
<!-- Navbar Section -->
<header>
<nav>
<ul class="navbar">
<li><a href="#">Home</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">Pages</a></li>
<li><a href="#">Pricing</a></li>
</ul>
</nav>
<a class="cta" href="#"><button>Download Here</button></a>
</header>
<!-- Header Section -->
<div class="headersection">
<div>
<h2>Principle product design</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</p>
</div>
</div>
<div class="column">
<div class="left" >
<!-- style="order: 2" -->
<!-- style="flex-grow: 1" -->
<!-- style="flex-shrink: 0" -->
<h4>Responsibilities</h4>
<ul>
<li>Reporting to project manager</li>
<li>Converting designs to code</li>
<li>Write SEO performance code</li>
<li>Write SEO performance code</li>
</ul>
<h4>Experience</h4>
<p>Ideally 2 - 4 years experience in an agency enrolment working as full time.</p>
<h4>Employment terms</h4>
<p>Full time on site as our HQ in Mumbai, India.</p>
</div>
<div class="right">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p>
<p>
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.
</p>
<p><a href="#" role="button" class="button">Apply Now</a></p>
</div>
</div>
<!-- Blue Gray Section -->
<div class="bluegraysection">
<div>
<h5>Front end developer</h5>
<p>Sidney Austrialia</p>
<a href="#">View & Apply</a>
</div>
<div>
<h5>Front end developer</h5>
<p>Sidney Austrialia</p>
<a href="#">View & Apply</a>
</div>
<div>
<h5>Front end developer</h5>
<p>Sidney Austrialia</p>
<a href="#">View & Apply</a>
</div>
</div>
<!-- Footer Section -->
<footer>
<div>
<h2>Method</h2>
<p>Hello@xyz.co</p>
<p>+233553140986</p>
<button>Read more</button>
</div>
<i class="divider"></i>
<div>
<h2>Company</h2>
<p>what we do</p>
<p>plan your service</p>
<p>Health</p>
<button>Read more</button>
</div>
<i class="divider"></i>
<div>
<h2>Services</h2>
<p>About Us</p>
<p>Careers</p>
<button>Read more</button>
</div>
</footer>
</body>
</html>