-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
70 lines (62 loc) · 2.84 KB
/
home.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<!--Aici includ numele paginii, informatii suplimentare si fisiere ce contin css sau javascript.-->
<title>Smiling Eyes</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Non-Governmental Organisation">
<meta name="keywords" content="Charity, Volunteering, NGOs">
<meta name="author" content="Aida Nozohor">
<link rel="stylesheet" href="Styles/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;1,500&family=Poppins:wght@500;600&display=swap"
rel="stylesheet">
<script src="https://kit.fontawesome.com/0610b08390.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="background-image">
<header>
<a href="home.html" class="logo"><img src="Pictures/logo.png" alt="Logo" width="501px" height="99px"></a>
<ul class="navbar">
<li><a href="CineSuntem.html"><b>Cine suntem?</b></a></li>
<li><a href="CeFacem.html"><b>Ce facem?</b></a></li>
<li><a href="CumNePotiAjuta.html"><b>Cum ne poti ajuta?</b></a></li>
</ul>
</header>
<div class="content">
<h1><strong>Oferim copiilor o sansa</strong></h1>
<h2><strong>la educatie si sanatate.</strong>
</div>
<div class="button">
<a href="CineSuntem.html">Afla mai multe</a>
</div>
</div>
<section class="about">
<div class="main">
<img src="Pictures/poza_carte.jpg">
<div class="about-text">
<h2>Suntem o organizatie non-guvernamentala, infiintata din dorinta de a ajuta copiii cu dizabilitati sa
se dezvolte armonios.</h2>
<br><br>
<p>Obiectivul nostru este facilitarea accesului la educatie, terapie si integrare sociala a copiilor cu
nevoi speciale.</p>
<br>
<p>Ne dorim sa le oferim oportunitatea de a dobandi si a-si dezvolta abilitatile necesare pentru o viata
cat mai independenta in momentul in care vor ajunge adulti.</p>
</div>
</div>
</section>
<footer>
<p>Contact</p>
<div class="social">
<a href="https://www.facebook.com/LsacBucuresti"><i class="fa-brands fa-facebook"></i></a>
<a href="https://www.instagram.com/lsacbucuresti/"><i class="fa-brands fa-instagram"></i></a>
<a href="https://twitter.com/lsacbucuresti"><i class="fa-brands fa-twitter"></i></a>
</div>
<p>Copyright © 2022 SmilingEyes Inc.</p>
</footer>
</body>
</html>