-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
68 lines (68 loc) · 3.45 KB
/
Copy pathwork.html
File metadata and controls
68 lines (68 loc) · 3.45 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
<!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">
<meta name="description" content="A lot of custom rugs ready be at your home - MADRUG" />
<title>Finished rug works</title>
<link rel="shortcut icon" href="/images/title.JPG" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/ddc3ee268a.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<nav class="sticky-top d-flex justify-content-between">
<a href="/"><img src="/images/logo-png.PNG" alt="mini-logo" height="40px"></a>
<ul>
<li>
<a href="/" title="Homepage">Home</a>
</li>
<li>
<a href="/about.html" title="About">About</a>
</li>
<li>
<a href="/work.html" class="active" title="Work">Work</a>
</li>
<li>
<a href="/contact.html" title="Contact">Contact</a>
</li>
</ul>
</nav>
<div class="content container">
<div class="content-description">
<h1 class="text-center m-0 my-5">Take a look at my finished rug works!</h1>
<div class="row">
<div class="col-lg-6">
<img src="/images/Listik.jpg" alt="Listik" class="img-fluid">
<h3 class="text-center m-0">Listik rug 👆🏻</h3>
</div>
<div class="col-lg-6">
<img src="/images/Zebra.jpg" alt="Zebra" class="img-fluid">
<h3 class="text-center m-0">Zebra rug 👆🏻</h3>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<img src="/images/Tigr.jpg" alt="Tigr" class="img-fluid">
<h3 class="text-center m-0">Tigr rug 👆🏻</h3>
</div>
<div class="col-lg-6">
<img src="/images/Lava.jpg" alt="Lava" class="img-fluid">
<h3 class="text-center m-0">Lava rug 👆🏻</h3>
</div>
</div>
</div>
</div>
<footer class="text-center">
<a href="https://instagram.com/_madrug_" target="_blank" class="inst-link" title="Instagram"><i class="fab fa-instagram"></i></a>
<a href="https://www.etsy.com/shop/MadRug" target="_blank" class="etsy-link" title="Etsy"><i class="fab fa-etsy"></i></a>
<a href="mailto:mamedi289@gmail.com" class="mail-link" title="mamedi289@gmail.com"><i class="far fa-envelope" ></i></a>
</footer>
</body>
</html>