-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
37 lines (36 loc) · 2.12 KB
/
index.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
<Doctype html!>
<html lang="en">
<head>
<link rel="icon" href="favicon.png" type="image/x-icon" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ice Cream Man Inc.</title>
</head>
<body>
<center>
<div style="text-align:center; margin-top:1px;"><img src="flogo.jpg"></div>
<div style="text-align:center">
<br>
<a style="padding-right: 20px;" href="index.html">Home</a>
<a style="padding-right: 20px;" href="about.html">About</a>
<a style="padding-right: 20px;" href="services.html">Services</a>
</div>
<div style="text-align:center">
<h1 style="font-size:50px; text-align:center;">A new adventure in ice cream</h1>
<p style="font-size:20px; text-align:center; line-height: 30px; margin-bottom:50px;">We believe that simple nature food tastes best. <br>Our ice cream is lovingly handmade in small batches in the <br>heart using only simple, natural and fresh local ingredients of adventure and discovery.</p>
<div style="text-align:center; margin-bottom:50px"><a style="font-size:20px; background-color: red; padding: 15px 35px 15px 35px; color: white;" href="https://www.freecodecamp.org">Read more....</a></div>
</div>
<hr>
<div style="text-align:center; margin-top:20px; margin-bottom:50px" >
<h1 style="font-size:50px; text-align:center;">Our core flavours</h1>
<img src="icecream1.png" width="400px">
<img src="icecream2.jpg" width="400px" height="600px">
<img src="icecream3.jpg" width="400px">
</div>
<h1 style="font-size:50px; text-align:center;">Services</h1>
<video src="icecream.mp4" controls/>
</center>
</body>
</html>