-
Notifications
You must be signed in to change notification settings - Fork 0
/
about_cee.html
99 lines (87 loc) · 4.25 KB
/
about_cee.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>
<head>
<title>Cee | Your Driving Assistant</title>
<link rel="shortcut icon" type="image/x-icon" href="assets/logo-head.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<script src="https://kit.fontawesome.com/e013eccf66.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="cee_fonts.css" />
<link rel="stylesheet" href="cee_style.css" />
<script src="components/footer.js" type="text/javascript" defer></script>
</head>
<body>
<!-- w3-content defines a container for fixed size centered content,
and is wrapped around the whole page content, except for the footer in this example -->
<div class="w3-content content" style="max-width:1600px">
<!-- Navbar (none-phone) -->
<nav class="w3-hide-small">
<div class="w3-cell-row w3-padding-32">
<div class="w3-cell w3-cell-middle w3-mobile">
<object data="assets/svg/Logo top left.svg"> </object>
</div>
<div class="ContainerForNavbar cee-sans">
<div class="w3-cell w3-cell-middle w3-mobile cee-nav cee-nav-border">
<a href="landing_en_cee.html">Home</a>
<a href="about_cee.html">About</a>
<a href="Terms_en_cee.html">Terms</a>
<a href="Policy_en_cee.html">Policy</a>
<div class="animation start-about"></div>
</div>
</div>
<div class="w3-cell w3-cell-middle w3-mobile w3-hide-medium">
<div class="svg-button" onclick="document.getElementById('id01').style.display='block'">
<div class="cee-header-download cee-sans w3-display-container">
<span class="w3-display-left" style="margin-left:20px;">Download now</span>
<object class="w3-display-right" style="margin-right:20px;" data="assets/svg/apple-android.svg"> </object>
</div> </div>
</div>
</div>
</nav>
<!-- Navbar (phone) -->
<nav class="nav-not-cee w3-display-container w3-margin-top w3-hide-large w3-hide-medium">
<input type="checkbox" id="hamburger1" />
<label for="hamburger1"></label>
<ul class="nav-links cee-sans" style="padding-left:0px;">
<li><a href="landing_en_cee.html">Home</a></li>
<li><a href="about_cee.html">About</a></li>
<li><a href="Terms_en_cee.html">Terms</a></li>
<li><a href="Policy_en_cee.html">Policy</a></li>
</ul>
<object class="w3-display-right w3-padding" data="assets/svg/Logo top left.svg" style="width:80%"> </object>
</nav>
<!-- Navbar/ END-->
<div class="w3-row w3-margin-bottom">
<div class="w3-half">
<div class="w3-round-xxlarge w3-padding-32 w3-margin-bottom" style="background-color: #F9EFFD; width:99%">
<div class="w3-container">
<h1 class="cee-andes" style="color:#C350EB;font-size:60px;">Terms & Conditions</h1>
<div class="cee-sans">
Our agreement with you
</div>
<br>
<a href="Terms_en_cee.html" class="cee-sans w3-button w3-hover-none w3-text-white w3-round-xxlarge cee-fly" style="background-color: #C350EB;"> Read Now </a>
</div>
</div>
</div>
<div class="w3-half">
<div class="w3-round-xxlarge w3-padding-32 w3-right w3-margin-bottom" style="background-color: #EBF8FF; width:99%">
<div class="w3-container">
<h1 class="cee-andes" style="color:#36B5FF; font-size:60px;">Privacy Policy</h1>
<div class="cee-sans">
Need a question answered fast? You’ll find your answers in the Cee FAQs.
</div>
<br>
<a href="Policy_en_cee.html" class="cee-sans w3-button w3-hover-none w3-text-white w3-round-xxlarge cee-fly" style="background-color: #36B5FF;"> Read Now </a>
</div>
</div>
</div>
<div style="width:100vw; height:700px"></div>
</div>
<!-- Footer -->
<cee-footer ></cee-footer>
<!-- END w3-content -->
</div>
</body>
</html>