forked from CodeYourFuture/HTML-CSS-Coursework-Week1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (63 loc) · 3.39 KB
/
index.html
File metadata and controls
73 lines (63 loc) · 3.39 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>My four page</title>
<link href="//fonts.googleapis.com/css?family=Roboto:400,500,300" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<header class="header">
<h1> education girls</h1>
<p>eveyone desirve education and learn in their live even girls</p>
<button clas="subscrib">subscrib</button>
</header>
<main class="main">
<nav class="nav-bar">
<ul>
<li> <a href="https://humanappeal.org.uk/appeals/rohingya-emergency-appeal?gclid=EAIaIQobChMIpYftgdD08AIVj77tCh0w7Q6FEAAYASAAEgJaAfD_BwE">Executive summary</a></li>
<li><a href="https://www.gov.uk/international">Can find us here</a></li>
<li><a href="https://www.gov.uk/government/publications/every-girl-goes-to-school-stays-safe-and-learns-5-years-of-global-action-2021-to-2026">read about us</a></li>
</ul>
</nav>
<div id="image">
<img src="https://www.childrenontheedge.org/uploads/8/2/9/7/8297605/rohingya-refugee-children-in-kutupalong-bangladesh_orig.jpg" width="600px" height="500px">
</div>
<div class="articale">
<section class="who">
<h3>who we are</h3>
<p>
group of sharities ,At the heart of our education agenda – and central to UK action as a force for good in the world – is our pledge to stand up for the right of every girl around the world to 12 years of quality education.
<a class="nav-link" href="#read more">read more</a>
</p>
</section>
<section class="foreword">
<h3>foreword</h3>
<p>
Global education is in<strong> crisis. COVID-19</strong> has been the largest disruptor of education in modern history. At the height of school closures, 1.6 billion children and young people were out of education.
<a class="nav-link" href="#more source"> more source</a>
</p>
</section>
<section class="summary">
<h3>Executive summary</h3>
<p>
A young Rohingya refugee girl in a UNICEF temporary learning centre supported by UK aid, in Kutapalong, Cox’s Bazar, Bangladesh. Credit: Russell Watkins/FCDO
<a class="nav-link" href="#informtion">information</a>
</p>
</section>
</div>
<button class="button">donate</button>
</main>
<!--this footer discripe the end of the page -->
<footer class="strategy ">
<h3>our Strategy</h3>
<p>
We need to invest in good teaching having competent, creative and well-supported teachers is one of the most impactful and cost-effective ways to get girls’ learning. As countries recover from COVID19, we need to take a fresh look at how to train, recruit
and motivate teachers, and support teaching strategies and policies proven to work well for all poor and marginalised children, but particularly for girls.
</p>
</footer>
<script src="test.js"></script>
</body>
</html>