-
Notifications
You must be signed in to change notification settings - Fork 0
/
Terms-And-Privacy.html
144 lines (128 loc) · 3.15 KB
/
Terms-And-Privacy.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>E-commerce Social Media Webapp</title>
<style>
body {
background-color: white;
}
nav {
position: fixed;
right: 0;
top: 0;
width: 200px;
background-color: purple;
padding: 10px;
}
nav a {
color: lemon-green;
text-decoration: none;
}
nav a:hover {
color: white;
}
.terms-and-privacy {
background-color: white;
padding: 10px;
margin-top: 20px;
width: 200px;
}
.terms-and-privacy h2 {
text-align: center;
}
.terms-and-privacy p {
text-align: justify;
}
</style>
</head>
<body>
<style>
.logo {
width: 100px;
height: 100px;
border-radius: 50%;
background-color: purple;
color: lemon green;
text-align: center;
font-size: 20px;
}
</style>
<div class="logo">
<span>Richmond</span>
<span>CFA</span>
<!--<style>
.logo {
width: 100px;
height: 100px;
border-radius: 50%;
background-color: purple;
color: lemon green;
text-align: center;
font-size: 20px;
}
</style>
<div class="logo">
<span>Richmond</span>
<span>CFA</span>-->
<div style="position:relative; left:150px; bottom:50px;">
<img src="buy-logo.png" alt="My Website Logo" />
</div>
<nav>
<hr>
<a href="dashboard2.html">Dashboard</a>
</hr>
<hr>
<a href="#">Products</a>
</hr>
<hr>
<a href="#">Services</a>
</hr>
<hr>
<a href="#">About</a>
</hr>
<hr>
<a href="contact-travel-agency.html">Contact</a>
</hr>
</nav>
<div class="terms-and-privacy">
<h2>Terms and Privacy</h2>
<p>By using this web application, you agree to the following terms and conditions:</p>
<ul>
<li>You agree to provide accurate and up-to-date information about yourself.</li>
<li>You agree not to use this web application for any illegal or harmful purposes.</li>
<li>You agree to abide by the terms of our privacy policy.</li>
</ul>
<p>For more information about our terms and privacy policy, please visit our <a href="#">website</a>.</p>
</div>
<!--<style>
.logo {
width: 100px;
height: 100px;
border-radius: 50%;
background-color: purple;
color: lemon green;
text-align: center;
font-size: 20px;
}
</style>
<div class="logo">
<span>Richmond</span>
<span>CFA</span>-->
<div class="bottom-right-buttons">
<a href="#" class="logout-button">Logout</a>
<a href="help.html" class="help">Help</a>
<a href="contact-travel-agency-via-phone-or-email.html" class="contact-travel-agency">Contact Travel Agency</a>
<a href="notifications.html" class="notifications">Notifications</a>
<a href="Benefits.html" class="benefits">Benefits</a>
<a href="LIVE.html" class="live">Live</a>
<a href="MTN-and-Orange-Momo-Payment-Services.html" class="mtn-and-orange-momo-payments">MTN and Orange Momo Payments</a>
<a href="Terms-And-Privacy.html" class="terms-and-privacy">Terms and Privacy</a>
<a href="change-color-theme.html" class="change-color-theme">Change Color Theme</a>
<a href="chat.html" class="chat">Chat</a>
<a href="search-bar,-menu-tab,-and-SMS-tab.html" class="search">Search</a>
<a href="search-bar,-menu-tab,-and-SMS-tab.html" class="menu">Menu</a>
<a href="search-bar,-menu-tab,-and-SMS-tab.html" class="sms">SMS</a>
</div>
</body>
</html>