Skip to content

Commit 3861ee9

Browse files
committed
New data
New data in coding, adding new pictures.
1 parent e066c00 commit 3861ee9

File tree

7 files changed

+202
-5
lines changed

7 files changed

+202
-5
lines changed

Myblog.html

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Document</title>
6+
<title>My blog</title>
7+
<link rel="stylesheet" type="text/css" href="images/css/mystyle.css"/>
78
<link href="mystyle.css" rel="stylesheet" type="text/css"/>
89
</head>
910
<body>
10-
<h1>My blog. Travelling in London</h1>
11-
<h2><strong>Why I'd chosen the London?</strong></h2>
11+
<h1>My blog</h1>
12+
<h2><strong>Travelling in London</h2></strong></h2>
13+
<h3><strong>Why I'd chosen the London?</strong></h3>
1214
<p>London is the capital of Great Britan and the one of the most diverse cities on the planet.<br/> There are great museums, theatre and galleries, as well as some of the best shopping in the world.<br/>
1315
And when I booked air-tickets I felt that this trip would be interesting and unforgettable.<br/>
1416
</p><br/>
@@ -96,8 +98,35 @@ <h2><strong>Where I have been and what I have seen during four days?</strong></h
9698
<img src="images/Tuss1.jpg" alt="London" width="250px">
9799
</picture></br/>
98100

99-
<p><strong>You can watch the video about my trip by clicking on the <a href="https://youtu.be/qcQzKIx29dU">link.</a></strong>
101+
<p><strong>Thanks for visitting my page.</strong>
100102
</p><br/>
101103

104+
<footer id="footer">
105+
<div class="row">
106+
<div class="footer_logo">
107+
108+
</div>
109+
<nav class="footer_top_menu">
110+
<address>
111+
<ul>
112+
<a href="#"><i class="fa fa-envelope"></i>[email protected]</a>
113+
</ul>
114+
</address>
115+
</div>
116+
<div class="col-md-3">
117+
<div class="headline"><p><strong>My blog. Travelling in London</strong></p></div>
118+
<ul class="list-unstyled link-list">
119+
<a href="pages/aboutme.html">About me</a></br>
120+
<a href="https://www.youtube.com/somebody" target="blank">I'm in Youtube</a></br>
121+
<a href="pages/private_policy.html">Privacy Policy</a></br>
122+
<a href="pages/faqs.html">FAQs</a>
123+
</ul>
124+
</div>
125+
</div>
126+
</div>
127+
</div>
128+
</nav>
129+
</div>
130+
</footer>
102131
</body>
103132
</html>

images/1.jpg

-99 KB
Loading

images/2.jpg

655 KB
Loading

mystyle.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ body{
4444
margin: 20px;
4545
border: 7px solid gray;
4646
text-align: center;
47-
background-image: url(images/1.jpg);
47+
background-image: url(images/2.jpg);
4848
}
4949
picture{
5050
margin: 10px;

pages/aboutme.html

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>My blog</title>
7+
<link rel="stylesheet" type="text/css" href="/images/css/mystyle.css"/>
8+
<link href="../mystyle.css" rel="stylesheet" type="text/css"/>
9+
</head>
10+
<body>
11+
<h1>My blog</h1>
12+
<h2><strong>About Me</strong></h2>
13+
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Sapiente, suscipit tenetur voluptates sequi pariatur iusto modi quidem. Ullam veniam fugiat, sit consequuntur voluptatem, eveniet minima ipsum, laborum quis quos perspiciatis eos! Facere, cum esse at quas minima alias cupiditate sed accusantium nobis, eligendi temporibus voluptate officia repellat non eveniet animi?.<br/>
14+
</p><br/>
15+
16+
<picture>
17+
<source media="(min-width:650px)" srcset="..//images/1.jpg">
18+
<img src="..//images/1.jpg" alt="About Me" width="250px;">
19+
</picture><br/><br/>
20+
21+
<p><strong>Thanks for visitting my page. </strong>
22+
</p><br/>
23+
24+
<footer id="footer">
25+
<div class="row">
26+
<div class="footer_logo">
27+
</div>
28+
<nav class="footer_top_menu">
29+
<address>
30+
<ul>
31+
<a href="#"><i class="fa fa-envelope"></i>[email protected]</a>
32+
</ul>
33+
</address>
34+
</div>
35+
<div class="col-md-3">
36+
<div class="headline"><p><strong>My blog. Travelling in London</strong></p></div>
37+
<ul class="list-unstyled link-list">
38+
<a href="..//Myblog.html">Home</a></br>
39+
<a href="https://www.youtube.com/somebody" target="blank">I'm in Youtube</a></br>
40+
<a href="private_policy.html">Privacy Policy</a></br>
41+
<a href="faqs.html">FAQs</a>
42+
</ul>
43+
</div>
44+
</div>
45+
</div>
46+
</div>
47+
</nav>
48+
</div>
49+
</footer>
50+
</body>
51+
</html>

pages/faqs.html

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>My Blog</title>
7+
<link rel="stylesheet" type="text/css" href="/images/css/mystyle.css"/>
8+
<link href="../mystyle.css" rel="stylesheet" type="text/css"/>
9+
</head>
10+
<body>
11+
<h1>My blog</h1>
12+
<h2><strong>FAQs</strong></h2>
13+
<p><strong></strong></p>1. What Is a FAQPage?
14+
The full definition of FAQPage is provided on schema.org.
15+
The FAQPage type indicates that the page is an FAQ with answered questions. There must be one FAQPage type definition per page.
16+
</br>Question</br>
17+
The full definition of Question is provided on schema.org.
18+
The Question type defines a single answered question within the FAQ. Every Question instance must be contained within the mainEntity property array of the schema.org/FAQPage.
19+
</br>Answer</br>
20+
The full definition of Answer is provided on schema.org.
21+
The Answer type defines the acceptedAnswer to each of the Question on this page.
22+
Monitor rich results with Search Console
23+
Search Console is a tool that helps you monitor how your pages perform in Google Search. You don't have to sign up for Search Console to be included in Google Search results, but it can help you understand and improve how Google sees your site. We recommend checking Search Console in the following cases:
24+
</br>After deploying structured data for the first time
25+
</br>After releasing new templates or updating your code
26+
</br>Analyzing traffic periodically.....</strong></p>
27+
<footer id="footer">
28+
<div class="row">
29+
<div class="footer_logo">
30+
</div>
31+
<nav class="footer_top_menu">
32+
<address>
33+
<ul>
34+
<a href="#"><i class="fa fa-envelope"></i>[email protected]</a>
35+
</ul>
36+
</address>
37+
</div>
38+
<div class="col-md-3">
39+
<div class="headline"><p><strong>My blog. Travelling in London</strong></p></div>
40+
<ul class="list-unstyled link-list">
41+
<a href="..//Myblog.html">Home</a></br>
42+
<a href="aboutme.html">About me</a></br>
43+
<a href="https://www.youtube.com/somebody" target="blank">I'm in Youtube</a></br>
44+
<a href="private_policy.html">Privacy Policy</a></br>
45+
</ul>
46+
</div>
47+
</div>
48+
</div>
49+
</div>
50+
</nav>
51+
</div>
52+
</footer>
53+
</body>
54+
</html>

pages/private_policy.html

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>My Blog</title>
7+
<link rel="stylesheet" type="text/css" href="/images/css/mystyle.css"/>
8+
<link href="../mystyle.css" rel="stylesheet" type="text/css"/>
9+
</head>
10+
<body>
11+
<h1>My blog</h1>
12+
<h2><strong>Private Policy</strong></h2>
13+
<p><strong></strong></p>1. What Is a Privacy Policy?
14+
A privacy policy is a legal document that explains to users how you collect, manage, and — if applicable — sell their personal data.
15+
16+
Personal data includes details such as: name, IP address, phone number, and credit card information.
17+
18+
Numerous privacy laws around the world require app and website owners to create a privacy policy for their operations. The following laws include this requirement, and threaten significant fines for businesses that don’t comply:
19+
20+
The General Data Protection Regulation (GDPR) — $23 million or 4% of annual global turnover (whichever is higher)
21+
California Online Privacy Protection Act (CalOPPA) — $2,500 per violation
22+
California Consumer Privacy Act (CCPA) — $750 per person, per violation.
23+
Children’s Online Privacy Protection Act (COPPA) — $40,654 per violation
24+
Remember: a privacy policy is commonly referred to online as a privacy notice, privacy statement, or privacy policy agreement.
25+
26+
Meet global privacy law requirements by customizing a free privacy policy template to your business needs.
27+
28+
What Is a Privacy Policy URL?
29+
A privacy policy URL is the web address of your privacy policy. Once you’ve created a privacy policy, you need to host it online so users can read about how you handle their data.
30+
31+
Termly’s Privacy Policy is an example of a dedicated privacy policy page. Users can go to the URL below in their browser and easily access the full policy:
32+
33+
Termly's privacy policy URL
34+
35+
Because a privacy policy is a legal requirement for online businesses, many platforms require.....</strong></p>
36+
<footer id="footer">
37+
<div class="row">
38+
<div class="footer_logo">
39+
</div>
40+
<nav class="footer_top_menu">
41+
<address>
42+
<ul>
43+
<a href="#"><i class="fa fa-envelope"></i>[email protected]</a>
44+
</ul>
45+
</address>
46+
</div>
47+
<div class="col-md-3">
48+
<div class="headline"><p><strong>My blog. Travelling in London</strong></p></div>
49+
<ul class="list-unstyled link-list">
50+
<a href="..//Myblog.html">Home</a></br>
51+
<a href="aboutme.html">About me</a></br>
52+
<a href="https://www.youtube.com/somebody" target="blank">I'm in Youtube</a></br>
53+
<a href="faqs.html">FAQs</a>
54+
</ul>
55+
</div>
56+
</div>
57+
</div>
58+
</div>
59+
</nav>
60+
</div>
61+
</footer>
62+
</body>
63+
</html>

0 commit comments

Comments
 (0)