-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
63 lines (63 loc) · 2.65 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About > GlobalSamurai</title>
<link rel="stylesheet" href="./style/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<v-header></v-header>
<div class="main about">
<section class="headline">
<div class="bg-img"></div>
<div class="hero">
<h1>LETS USE <br>THE POWER OF ITs </h1>
<div class="hero-info">
<p class="">
With the support of our partners in Africa, Asia and Europe
we provide young people with quality training in
in the digital sector. We also guarantee professional
outlets for the young people
professional opportunities for the young people trained. For those who prefer to be their own boss, we accompany them in the realization
in the realization of their project, and in the access to the financing.
</p>
</div>
<p>We have already impacted the lives of over 100 people in Africa</p>
<p><a class="call-action" href="#">Live us a message</a></p>
</div>
</section>
<section class="creative-commons">
<div class="creative-commons-container">
<h3>Samura Global School Logo</h3>
<p>The logo was designed by John YAPENGA. We were inspired by the samurai helmet on which we put the map of Africa. The logo presenting as following :</p>
<img src="images/logo.png" alt="GS logo">
</div>
</section>
<section class="see-the-past">
<div class="see-the-past-container">
<h3>See the past CC Global Summits</h3>
<p>Take a look at our last years realisation</p>
<div class="past-summit-img">
<div class="past-summit-container summit1">
<div class="last-summit">
<h2>2021</h2>
<p>JICA AFRICA OPEN INNOVATION CHALLENGE TRAINNIN IN WEB ENGENERING</p>
</div>
</div>
<div class="past-summit-container summit2">
<div class="last-summit">
<h2>2022</h2>
<p>FINANCING 5 STARTUP COME FROM JICA AFRICA INNOVATION CAHLLENGE</p>
</div>
</div>
</div>
</div>
</section>
<v-footer class="aboutfooter"></v-footer>
</div>
<v-modal></v-modal>
<script type="module" src="js/script.js"></script>
</body>
</html>