-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.html
44 lines (42 loc) · 1.95 KB
/
code.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./images/logo.png" type="image/x-icon">
<title>News information</title>
<link rel="stylesheet" href="./Style/code.css">
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5ee663299e5f694422908a06/1fhj2uhoa';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</head>
<body>
<!--News section-->
<section class="news-info">
<div class="heading">
<video src="./news.mp4" muted loop autoplay></video>-
<div class="overlay-2"></div>
<button class="button" style="vertical-align:right;" ><a href="./index.html"><span style="color:black; opacity: 8em; font-weight: 500; ">Back</span></a>
</button>
<div class="text">
<h2>NEWS</h2>
<p>An experienced Pizza lover once told me that finding a really good pizza in Nairobi is like finding a lost friend on Moi Avenue. It is a nearly impossible task. I couldn’t agree more.
However there are restaurants and fat food joints that are really trying their best in delivering the very best of the ‘unhealthy-yet-loved substance’.
Most people who have traveled to Europe and the USA say that Kenya has terrible pizza but we are here to prove them wrong. There are a few places in Nairobi with amazing pizza choices.</p>
</div>
</div>
</section>
<!--End of news section-->
</body>
</html>