-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
113 lines (112 loc) · 4.35 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="./Styles/style.css" />
<link rel="stylesheet" href="./Styles/About_Style/main.css" />
<link
href="https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Open+Sans:wght@300&family=Roboto:wght@100;500&display=swap"
rel="stylesheet"
/>
<title>About</title>
</head>
<body>
<div class="container">
<header class="about-header">
<div class="burger-menu" id="burger-menu">
<div class="bar bar-one"></div>
<div class="bar bar-two"></div>
<div class="bar bar-three"></div>
</div>
<nav class="navigation-bar">
<div class="nav-bar" id="nav-bar">
<div class="my-logo">
<a href="./index.html"
><img src="./assets/logo.jpeg" alt="logo" class="my-logo-img"
/></a>
</div>
<ul class="nav-links links" id="nav-links">
<li class="nav-link"><a href="./about.html">About</a></li>
<li class="nav-link"><a href="#">Program</a></li>
<li class="nav-link"><a href="#"> Join</a></li>
<li class="nav-link"><a href="#"> Spensor</a></li>
<li class="nav-link"><a href="#"> News</a></li>
</ul>
<div class="capagne-logo"><a href="#">Capagne</a></div>
</div>
</nav>
</header>
<div class="main">
<section class="about-description">
<h1 class="about-heading1">
Playground for childs who got some disabilities
</h1>
<p class="about-first-paragraph prgrph-responsive">
Many of these benefits come from inclusive play with typically-developing children. Kids get the most out of play when they’re playing with other children
</p>
<div class="about-footer">
Please contact us per Email for any further information about PCD
2022 <br />
<span class="email">[email protected]</span>
</div>
</section>
<section class="about-logo-section">
<div class="about-logo-heading2">
Playground for children with desabilities
</div>
<p class="about-logo-prgrph">
Children with disabilities and their families continue to face significant barriers..
</p>
<div class="logo-container">
<img src="./assets/logo.jpeg" class="about-logo" alt="Logo" />
</div>
</section>
<section class="see-the-past">
<div class="about-logo-heading2 heading2">See the past of PCD</div>
<p class="see-past-prgrph">
How do you encourage inclusive play? We’d love to hear your ideas!
</p>
<div class="see-past-article-container">
<div class="pastpic-one-container img-background"></div>
<div class="pastpic-two-container img-background"></div>
</div>
</section>
<section class="partners-list">
<div class="partn-headg">Partner</div>
<ul class="partners">
<li class="partner Mozila">mozila</li>
<li class="partner Google">Google</li>
<li class="partner Naver">NAVER</li>
<li class="partner daumkakao">daumkakao</li>
<li class="partner Airtel">Airtel Congo</li>
</ul>
</section>
<section class="footer">
<div class="footer-logo">
<span
><img
src="./assets/cc-icon.png"
alt="footer-icon"
class="footer-icon"
/></span>
<h2>
creative <br />
common corea
</h2>
</div>
<div class="footer-description">
<h5>2022 Creative common corea. Some rights Reserved.</h5>
<p>
No Fault Sport Group can provide innovative
</p>
</div>
</section>
</div>
</div>
<script src="./app.js"></script>
</body>
</html>