-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
165 lines (145 loc) · 6.14 KB
/
about.html
File metadata and controls
165 lines (145 loc) · 6.14 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
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="refresh" content="">
<meta http-equiv="cache-control" content="no-cache">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Author" content="Godfada">
<meta name="keyword" content="Diet Consultant">
<meta name="Robot" content="Index,Follow">
<meta name="description" content="This is a chatbox">
<meta name="googlebot" content="translate">
<meta name="revised" content="chatbox, 15/7/22">
<meta name="coverage" content="worldwide">
<meta name="target" content="all">
<meta name="distribution" content="global">
<meta name="classification" content="Business">
<meta name="reply-to" content="[email protected]">
<link rel="icon" href="mk.png">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="fontawesome-free-6.2.1-web/css/all.css">
<title>AID About page</title>
</head>
<body>
<section class="sub-header">
<nav>
<a href="#" id="light-mode" onclick="ToggleDarkLight1()"><img src="Android 616.jpg" alt="logo" onclick="indexMode()" class="mode"></a>
<a href="#" onclick="ToggleDarkLight2()" class="bg--mode--dark" id="dark-mode"><img src="Android 838.jpg" alt="logo" onclick="indexMode()" class="mode"></a>
<div class="nav-links" id="navlinks">
<i class="fa fa-times" onclick="hidemenu()"></i>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="bmi.html">BMI</a></li>
<li><a href="login.html">LOGIN</a></li>
</ul>
</div>
<i class="fa fa-bars" onclick="showmenu()"></i>
</nav>
<h1><i>About Us</i></h1>
</section>
<!-----------------ABOUT US CONTENT------------->
<section class="about-us">
<div class="row">
<div class="about-col">
<h1><i>World's Leading Consultancy</i></h1>
<p>Committed to our reputation as a dedicated team of developers,
we strive to ensure that human life is presearved via Diet
controle. Proudly sponsored by Bill'sUpdates, and
Landmark Technologies, we have succesfully and are providing
diet services to our users. Some of our services include and are not
limited to Menu and Recipe Development, Nutritional Assessment and as
well Proving Education Related to Nutrition. Our AI DIET BOT has with
accuracy and is with great success serving humanity by not just Proving
diet related services, but also workout recommendations.</p>
<a href="login.html" class="button second-button">JOIN US</a>
</div>
<div class="about-col">
<img src="team.jpg" alt="team photo">
</div>
</div>
</section>
<!---------------------FOOTER------------------>
<section class="footer">
<h4><i>Follow Us</i></h4>
<p>For More info and to know more about us,
follow us on Facebook, Linkdln, Instagram, Connectyu to
<br>get first hand information and to stay updated on offers and bonuses.
</p>
<div class="icons">
<img src="facebook.png" alt="facebook">
<img src="linkdln.png" alt="linkdln">
<img src="instagram.png" alt="instagram">
<img src="connectyu.png" alt="connectyu">
</div>
<p><i>This page is Proudly sponsored by <br> Bill'sUpdates <i class="fa fa-heart"></i> and Landmark Technologies <i class="fa fa-heart"></i></i></p>
</section>
<!------------------------CUBE--------------------->
<p id="ad"><i>Adverts</i></p>
<section class="cube-course">
<div class="cube">
<div class="box box1">
<img src="Android 616.jpg" alt="image1">
</div>
<div class="box box2">
<img src="unsplash001.jpg" alt="image2">
</div>
<div class="box box3">
<img src="unsplash002.jpg" alt="image3">
</div>
<div class="box box4">
<img src="unsplash003.jpg" alt="image4">
</div>
<div class="box box5">
<img src="unsplash004.jpg" alt="image5">
</div>
<div class="box box6">
<img src="Android 838.jpg" alt="image6">
</div>
</div>
</section>
<!-------------------------JAVASCRIPT ION ICONS------------------------>
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
<!--------------JAVASCRIPT FOR TOGGLE MENU--------------->
<script>
var navlinks = document.getElementById("navlinks");
function showmenu(){
navlinks.style.right = "0";
}
function hidemenu(){
navlinks.style.right = "-200px";
}
</script>
<!---------Mode Swap JS Script--------->
<script>
function indexMode(){
var element = document.body;
element.classList.toggle("dark-mode");
}
</script>
<script>
const darkMode = document.querySelector("#dark-mode");
const lightMode = document.querySelector("#light-mode");
const ToggleDarkLight1 = ()=>{
lightMode.style.display = "none";
darkMode.style.display = "block";
}
const ToggleDarkLight2 = ()=>{
lightMode.style.display = "block";
darkMode.style.display = "none";
}
</script>
</body>
</html>
<!-- <form action="" method="get">
<input type="number" name="number" placeholder="Type a number here">
<button type="submit" name="cal">Calculate timetable</button>
</form>
<?php
if($GET["cal"]){
$number = $GET["number"];
}
?> -->