-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
99 lines (83 loc) · 2.96 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
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>vivianah</title>
<link rel="stylesheet" href="stylers.css">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<!-- Creating By CodingLab -->
<body>
<div class="buttons" id="button1">
<span class="spinner-border text-info">
<a href="index.html" class="btn"><B>Back Home 🤪</B></a>
</span>
</div>
<p><i>The Song About You:</i></p>
<audio controls>
<!-- <source src="Audio\luther.mp3" type="audio/mpeg"> -->
<source src="Audio\audio_lamar.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<p>I know the lyrics doensn't sound well.🙃</p>
<div class="container">
<div class="box">
<div class="image">
<img src="images/vivian.jpg">
</div>
<div class="name_job">viviannah Tallam🤩</div>
<ol><li>Crystalic Beauty.</li></ol>
<label><i><u>Origin</u>: ZIWA ward.🐘</i></label>
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
</div>
<p> To love is to burn, To be on fire 🤪</p>
<div class="media-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</div>
<div class="box">
<div class="container">
<h1 class="text-center mt-5">How Much Do I Love You 💖?</h1>
<!-- <a href="love.html">ForVivianah</a> -->
<form action="love.html">
<button class="button" type="submit">For_Vivianah 🤩</button>
<style>
.button {
display: inline-block;
padding: 10px 20px;
align-items: center;
text-align: center;
text-decoration: none;
color: #ffffff;
background-color: #7aa8b7;
border-radius: 6px;
outline: none;
transition: 0.3s;
}
.button:hover {
background-color: #c2c7c7;
}
</style>
</form>
<!-- <div class="form-group">
<label for="loveInput">Enter the percentage of your love:</label>
<input type="number" id="loveInput" class="form-control" placeholder="e.g., 85">
</div>
<button id="showLoveBtn" class="btn btn-primary btn-block">Show Love</button>
<div id="loveMessage" class="mt-4"></div> -->
</div>
<script src="love.js"></script>
</div>
</body>
</html>