-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
56 lines (54 loc) · 3.66 KB
/
about.html
File metadata and controls
56 lines (54 loc) · 3.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<title>Hyper Text Markup Language</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header class="container">
<img src="img/logo.svg">
<nav>
<li><a href="index.html">HOME</a></li><!--
--><li><a href="news.html">news</a></li><!--
--><li><a href="about.html">about</a></li><!--
--><li><a href="#">contact</a></li>
</nav>
<div class="social">
<a href="https://plus.google.com/"><i class="fa fa-google-plus-official fa-2x google" aria-hidden="true"></i></a>
<a href="https://facebook.com/"><i class="fa fa-facebook fa-2x facebook" aria-hidden="true"></i></a>
<a href="https://youtube.com/"><i class="fa fa-youtube fa-2x youtube" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-search fa-2x search" aria-hidden="true"></i></a>
</div><!--social-->
</header>
<section class="banner">
<img class="container" src="img/banner.jpg" alt="banner">
</section><!--banner-->
<section class="about">
<div class="container">
<div class="clear"></div>
<h2 class="abouttitle">What is Lorem Ipsum?</h2>
<p class="aboutstory"> <b>Lorem Ipsum</b> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
<p class="lit">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p></p>
<img src="img/html5.png" alt="html5">
<hr>
<h2 class="abouttitle">Why do we use it?</h2>
<p class="aboutstory"> It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
<p class="lit">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p></p>
<img src="img/css3.png" alt="css3">
</div><!--container-->
</section><!--secAbout-->
<footer>
<div class="foot container">
<p class="footerp">
©2017 hyper text murkup language
</p>
<p class="footerme">
created by: Nikusha Bekurashvili
</p>
<div class="clear"></div>
</div><!--footerdv-->
</footer><!--footer-->
</body>
</html>