-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
141 lines (123 loc) · 4.91 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!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="about.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.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=Oleo+Script+Swash+Caps&family=Open+Sans:wght@400;700&family=Poppins:ital,wght@0,200;0,300;0,500;0,600;0,700;0,800;1,200&family=Roboto:wght@100&display=swap" rel="stylesheet">
<title>Rwanda Conference</title>
</head>
<body>
<header class="header">
<div class="header-menu class-hide">
<ul class="header-menu-wrap">
<li class="header-menu-item">
<a href="#" class="facebook">
<img src="img/fb.PNG" alt="facebok">
</a>
</li>
<li class="header-menu-item">
<a href="#" class="twitter">
<img src="img/twt.PNG" alt="twitter">
</a>
</li>
<li class="header-menu-item">
<a href="#" class="print">
English
</a>
</li>
<li class="header-menu-item">
<a href="#" class="print">
My page
</a>
</li>
<li class="header-menu-item">
<a href="#" class="print">
LogOut
</a>
</li>
</ul>
</div>
<div class="menu-bg class-hide">
<div class="head-nav">
<div class="logo"><a class="logo" href="index.html">
<img src="img/logo.PNG" alt="logo">
</a></div>
<nav class="nav-link">
<div class="nav-wrapper">
<ul class="nav-wrapper class-hide">
<li class="home"> <a href="index.html">Home</a></li>
<li class="about"> <a href="about.html">About</a></li>
<li class=""> <a href="#">Program</a></li>
<li class=""> <a href="#">Sponsor</a></li>
<li class=""> <a href="#">News</a></li>
</ul>
</div>
</nav>
<!-- mobile version -->
<button class="register">Register</button>
</div>
</div>
</header>
<section class="main-class">
<a class="hamburger" href="#"> <img src="img/hb.PNG" alt="" ></a>
<nav class="nav-mobile">
<button class="closebtn">
X
</button>
<div class="wrapper">
<ul class="wrapper">
<li class="home"> <a href="index.html">Home</a></li>
<li class="about"> <a href="about.html">About</a></li>
<li class=""> <a href="#">Program</a></li>
<li class=""> <a href="#">Sponsor</a></li>
<li class=""> <a href="#">News</a></li>
</ul>
</div>
</nav>
<h1 class="headingred">IMPACT OF TECHNOLOGY <br>IN AFRICA</h1>
<div class="tech-explain"><p>Hosted by IST-Africa Partner Countries since 2006, the annual IST-Africa Conference showcases international cooperation and African Information Society,
ICT and Innovation Adoption, Policy and Research Capacity Developments and Success Stories.</p></div>
<p class="info-conf"> Please contact us for any further questions about our Conference in 2023</p>
<a id="info" href="#">ccglobalSummit@sumit.com</a>
</section>
<section class="about-logo">
<h2 class="logo-topic"> Africa Tech Conference Summit 2023</h2>
<div class="underline"></div>
<p class="description">Through the logo contest, which was held from June 8th to July 7th, the winning design was determined through online platforms and social media . The logo of CC Global Summit 2015, which was optimized for use on the homepage and
promotional materials after consultation with the winning designer, is as follows</p>
<div class="logo-box">
<img src="img/logo.PNG" alt="" srcset="">
</div>
</section>
<section class="old-training">
<h2 class="old-title">See the Past Events in Africa</h2>
<div class="underline"></div>
<p>Take a look at the two Events which took place in Nairobi and KIGALI</p>
<div class="trainingimg">
<a href="#" class="image">
<img src="img/nairobi1.PNG" alt="">
</a>
<a href="#" class="image">
<img src="img/rwanda1.PNG" alt="">
</a>
</div>
</section
<div></div>
<footer class="footer">
<div class="footer-left">
<p>©Convention</p>
<p>Conference</p>
</div>
<div class="footer-rigth">
<p>2023 Convention Conference </p>
<p>All rights reserved</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>