-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
46 lines (46 loc) · 2.04 KB
/
services.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
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="description" content="Homepage">
<meta name="keywords" content="Company,home,ABC">
<meta name="author" content="Programming Hub">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="https://cdn.jsdelivr,net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="../css/style.css">
</head>
<body>
<div class="services">
<!--Navbar-->
<div class="nav">
<div>Nexino labs</div>
<ul>
<li><a href="./hello.html">Home</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</div>
<div class="services-content">
<h1>Services</h1>
<div class="card-container">
<ul>
<li>
<img src="https://via.placeholder.com/200*130"/>
<p>At Nexino our constant endeavour is to innovate and create top quality products and services. Here are a few milestones we have achieved in our pursuit for excellence.</p>
</li>
<li>
<img src="https://via.placeholder.com/200*130"/>
<p>At Nexino our constant endeavour is to innovate and create top quality products and services. Here are a few milestones we have achieved in our pursuit for excellence.</p>
</li>
<li>
<img src="https://via.placeholder.com/200*130"/>
<p>At Nexino our constant endeavour is to innovate and create top quality products and services. Here are a few milestones we have achieved in our pursuit for excellence.</p>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>