-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome.html
43 lines (41 loc) · 1.71 KB
/
Home.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
<html>
<head>
<title>
Sketch and Design
</title>
<link href="style2.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Aclonica' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Alegreya Sans' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css2?family=Comforter+Brush&family=Fuzzy+Bubbles:wght@700&display=swap"
rel="stylesheet">
</head>
<body>
<div class="container1">
<div class="container2">
<image src="assets/logo.jpeg" class="logo"></image>
<div class="container3">
<a class="navigation" href="Home.html" >HOME</a>
<a class="navigation" href="#"> ABOUT US</a>
<a class="navigation" href="#"> OUR SERVICES</a>
<a class="navigation" href="#">3D SOLUTIONS</a>
<a class="navigation" href="#"> CONTACT US</a>
</div>
</div>
</div>
<div class="homeVideo">
<video class="background-video" src="assets/bgvideo.mp4"autoplay muted loop></video>
<br><br><br><br><br><br><br><br><br>
</div>
<footer>
<p>Trusted by innovative companies worldwide</p>
<div class="companies">
<img src="https://cometocenter.files.wordpress.com/2018/01/perkins-will-logo.png" class="logo1"
alt="Image not available">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSV3AG99OrGIAvkJXn7bT-7de6TDWLMeROqDsasMm_8ELtAJIEypvn_kJ2f1Zv409cPw1Q&usqp=CAU"
class="logo2" alt="Image not available">
<img src="https://www.cfmoller.com/graphics2019/logo-large-ver-x2.png" class="logo3"
alt="Image not available">
</div>
</footer>
</body>
</html>