-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (76 loc) · 3.2 KB
/
index.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>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">
<section class="headline">
<div class="bg-img"></div>
<div class="hero">
<p>"Let's create jobs !"</p>
<h1>USING THE POWER <br> OF ITs AND EDUCATION</h1>
<p class="hero-info">We want to create jobs for youth people by making ITs more accessible for everyone and built solutions that
make people life more easier !</p>
<h3>AFRICA SAMURAI ~ LLC</h3>
<p> @AfricaSamurai ~ <a href="https://web.facebook.com/AfricaSamurai/">Find us in Facebook</a></p>
</div>
</section>
<section class="program">
<h3> Our Services</h3>
<div class="cards">
<div class="card">
<img src="images/icones/speaker.png" alt="lecture icone">
<p>ITs Training</p>
<p>Listen to the speakers frome various countries about the messeges of sharing and openning</p>
</div>
<div class="card">
<img src="images/icones/gallery.png" alt="CC exhibition icone">
<p>Its Applications</p>
<p>Appreciate various creations applyind CC licence of artist organized from Art Center Nabi</p>
</div>
<div class="card">
<img src="images/icones/forum.png" alt="Forum icone">
<p>ITs Event</p>
<p>Have the time to share thoughtd and opinions with experts for each topic</p>
</div>
<div class="card">
<img src="images/icones/blackboard.png" alt="workshop icone">
<p>Workshop</p>
<p>try creating your own work using open source licence rather than just watching at it</p>
</div>
<div class="card">
<img src="images/icones/network.png" alt="CC iginte icone">
<p>Networking</p>
<p>get opportunities to network with CC affiliates around he world, also after the summit</p>
</div>
</div>
<a href="#">LEARN MORE ABOUT OUR SERVICES</a>
</section>
<section class="speakers">
<h3>Board of Directors</h3>
<div class="speakers-col">
</div>
</section>
<section class="partners">
<h3>Our Partners</h3>
<div class="partner-logos">
<img src="images/logo1.png" alt="">
<img src="images/logo2.png" alt="">
<img src="images/logo3.png" alt="">
<img src="images/logo4.png" alt="">
<img src="images/logo5.png" alt="">
</div>
</section>
<v-footer></v-footer>
</div>
<v-modal></v-modal>
<script type="module" src="js/script.js"></script>
<script type="module" src="js/index.js"></script>
</body>
</html>