-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
49 lines (48 loc) · 3.67 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
<!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="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/about.css">
<title>About</title>
</head>
<body>
<div class="container">
<nav class="contact_us">
<ul class="contacts">
<li>Contact us today! +234 808 751 6511|[email protected]</li>
</ul>
<ul class="social_media">
<li><a href="https://api.whatsapp.com/send/?phone=2348087516511&text&type=phone_number&app_absent=0" target="_blank" rel="noopener noreferrer"><span><i class="fa-brands fa-whatsapp"></i></span></a>
<a href="https://web.facebook.com/rubiestech?_rdc=1&_rdr" target="_blank" rel="noopener noreferrer"><span><i class="fa-brands fa-facebook"></i></span></a>
<a href="https://twitter.com/rubiestech" target="_blank" rel="noopener noreferrer"><span><i class="fa-brands fa-twitter"></i></span></a>
<a href="https://www.instagram.com/rubiestech/" target="_blank" rel="noopener noreferrer"><span><i class="fa-brands fa-instagram"></i></span></a>
<a href="https://www.linkedin.com/company/rubies-tech/" target="_blank" rel="noopener noreferrer"><span><i class="fa-brands fa-linkedin-in"></i></span></a>
<a href="https://www.youtube.com/channel/UC52rDv_9dUTLEYdKyLMWNNA" target="_blank" rel="noopener noreferrer"><span><i class="fa-brands fa-youtube"></i></span></a></li>
</ul>
</nav>
<nav class="navbar">
<ul>
<li> <a href="index.html"><span><i class="fa-solid fa-gem"></i></span><b>|Rubies Technologies</b></a></li>
<li><a href="ijoko.html">Ijoko Project</a></li>
<li> <a href="about.html">About</a></li>
<li>Programs</li>
<li>Get Involved</li>
<li>Blog</li>
</ul>
</nav>
<section class="mid-section">
<div class="intro">
<h1>WE ARE BUILDING THE AFRICAN FUTURE...</h1>
<h3><p>...Rubies Technologies is a social enterprise that is focused on building the future, we believe in the possibilities of kids and teenagers improving lives and solving problems with the use of technology. We are dedicated to inspiring and teaching kids to be innovative and to solve problems.</p><p>As we all know, the technology industry is fast growing at an incredible pace and the need for designers, programmers, problem solvers, and innovators keep increasing. It is therefore imperative that concentrated effort be directed towards teaching the younger generation in order to fill the tech jobs/gaps that are believed to be coming in the next decades.</p><p>As an institute that is known for sustainable development and innovation by training children, we strongly believe in educating the younger generation, this is because children are the leaders of tomorrow.</p>
</h3>
</div>
</section>
</div>
</body>
</html>