-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
40 lines (40 loc) · 1.66 KB
/
about.html
File metadata and controls
40 lines (40 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style/styles.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poiret+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="fontello-1f6535ee/css/fontello.css">
<title>ModernWebPage</title>
</head>
<body>
<div class="bigImg">
<div class="leftButtons">
<a class="btn" href="index.html">Home</a>
<a class="btn" href="service.html">Service</a>
<a class="btn" href="about.html" style="transform: scale(2); color: #e275d9;">About</a>
<a class="btn" href="contact.html">Contact</a>
</div>
<img src="img/toppng.com-aster-flower-purple-dark-3840x2400.jpg">
<div class="centerBox">
<p class="cBTitle">ABOUT</p>
<p class="cBText">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Et vero unde optio tempore impedit, porro natus nisi explicabo blanditiis dolorem ipsa illo quae iure voluptate modi possimus a ratione asperiores.
</p>
</div>
<div class="rightButtons">
<a href="http://facebook.com" target="_blank">
<i class="icon-facebook"></i>
</a>
<a href="https://twitter.com" target="_blank">
<i class="icon-twitter-bird"></i>
</a>
<a href="https://pl.linkedin.com" target="_blank">
<i class="icon-linkedin"></i>
</a>
</div>
</div>
</body>
</html>