-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
73 lines (64 loc) · 2.4 KB
/
Copy pathproject.html
File metadata and controls
73 lines (64 loc) · 2.4 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
<!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="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/project.css">
<title>Project</title>
</head>
<body>
<header>
<nav>
<ul>
<li class="logo"><img src="https://visionone.com.my/wp-content/uploads/2015/07/logo-300x67.png" alt="Vision One Logo"></li>
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="service.html">Services</a></li>
<li><a href="project.html">Projects</a></li>
<li><a href="contactus.html">Contact Us</a></li>
</ul>
</nav>
</header>
<section id="intro">
<p class="vision-one">Vision One</p>
<h2>Projects & <span>Experiences Record</span></h2>
<p>We consistently excel in diverse projects, showcasing our expertise in delivering top-notch technical
solutions,
inspection, nondestructive testing, and maintenance services.</p>
</section>
<section id="content">
<h2>Current Year</h2>
<a href="NDTcurrent.html"><div>
<p>NDT</p>
<h3>Integrity Inspection &
<span>Nondestructive Testing - Current Year</span>
</h3>
</div></a>
<h2>Previous Year</h2>
<a href="NDTpast.html"><div>
<p>NDT</p>
<h3>Integrity Inspection &
<span>Nondestructive Testing - Previous Year</span>
</h3>
</div></a>
<a href="FabricationPast.html"><div>
<p>Specialized</p>
<h3>Fabrication, Manufacturing,
<span>Maintenance & Repair - Previous Year</span>
</h3>
</div></a>
</section>
<footer>
<div class="footer-top">
<p class="tc"><a href="termCondition.html">T&C</a> | <a href="privacystatement.html">Privacy Statement</a>
</p>
<p>Contact Us - Tel: +603 7733 2858</p>
</div>
<div class="footer-bottom">
<p class="copyright">© 2023 Vision One Sdn. Bhd.</p>
</div>
</footer>
</body>
</html>