-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
43 lines (32 loc) · 1.51 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NimsLips</title>
<link rel="stylesheet" href="styles.css"/>
<link rel="icon" type="png" href="images/favicon1.png">
<script src="https://kit.fontawesome.com/3918b11548.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<img src="videos/Beige Aesthetic Fashion Clothing Collection Medium Banner.png" width="100%" height="500cm" id="header"></img>
</header>
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="">Products</a></li>
<li><a href="">Contact Us</a></li>
</ul>
</nav>
<p style="font-size: 200%; margin: 5%;">Welcome to NimsLips, where beauty meets individuality. We specialize in lipstick customization, allowing you to express your unique style through personalized shades. Our mission is to empower you to create a lipstick that reflects your personality, making every application a statement of self-expression. Join us in the journey of crafting your perfect lip color at NimsLips.</p>
<div class="video1">
<video src="videos/nim’s lips.mp4" id="video" width="100%" autoplay loop type="video/mp4"></video>
</div>
<footer>
<hr>
By Nimmy and J <br>
<p>© Copyrights reserved. All rights reserved.</p><br>
</footer>
</body>
</html>