-
Notifications
You must be signed in to change notification settings - Fork 0
/
About.html
69 lines (49 loc) · 2.68 KB
/
About.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
<html>
<head>
<meta charset="utf-8">
<title>About Page</title>
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/ico" href="imeg/3.ico">
</head>
<body>
<div class="home" >
<div class="header" style=" background-image: url('imeg/52-loki.png');background-color:aquamarine;height:500px;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;">
<nav>
<img src="imeg/logo.png">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="About.html">About</a></li>
<li><a href="contact.html">Contacts</a></li>
</ul>
</nav>
</div>
</div>
<section>
<div class="About-sec1-h">
<h1>ICE CREAMING MAKES HAPPY!</h1>
<P>I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text”
or double click me to add your own content and make changes to the font. Feel free to drag and drop me anywhere you
like on your page.
I’m a great place for you to tell a story and let your users know a little more about you.
</P>
<img src="imeg/4.png">
<p>This is a great space to write long text about your company and your services. You can use this space to go
into a little more detail about your company. Talk about your team and what services you provide. Tell your visitors the story of how you came up with the idea for your business and what
makes you different from your competitors. Make your company stand out and show your visitors who you are.
</p>
</div>
</section>
<section style="background-color: antiquewhite;">
<div class="About-sec2-iframe">
<br>
<h3> Location</h3>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d13405.013824228592!2d13.2322561!3d32.8650128!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x91bf093b0922c86b!2sIceroll%20Tripoli!5e0!3m2!1sar!2sly!4v1575225287972!5m2!1sar!2sly"
width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="">
</iframe>
</div>
</section>
<footer>
<p>© Copyright 2019 CyrineGhwela. All rights reserved.</p>
</footer>
</body>