-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
120 lines (115 loc) · 5.49 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
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
<!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="style.css">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap" rel="stylesheet">
<title>The role of technology in tutoring</title>
</head>
<body class="body">
<section class="landing-page">
<div class="top-header-div">
<ul class="top-header">
<li><a href="#" class="facebook"><img src="./images/icons8-facebook-f.svg" alt="This is a twitter button"></a></li>
<li><a href="#" class="twitter"><img src="./images/twitter.svg" alt="This is a twitter button"></a></li>
<li><a href="#" class="top-header-items">English</li>
<li><a href="#" class="top-header-items">My Page</li>
<li><a href="#" class="top-header-items">Logout</li>
</ul>
</div>
<header class="header-container">
<a href="index.html" class="my-logo"><img src="./images/logo.png" alt="This is my Portfolio Logo"></a>
<nav class="navigation">
<a href="" class="my-menu" title="menu bar"></a>
<ul class="desktop-nav">
<li class="nav-men"><a href="about.html" class="nav-link">About</a></li>
<li class="nav-men"><a href="#" class="nav-link">Program</a></li>
<li class="nav-men"><a href="#" class="nav-link">Join</a></li>
<li class="nav-men"><a href="#" class="nav-link">Sponsor</a></li>
<li class="nav-men"><a href="#" class="nav-link">News</a></li>
<li class="nav-men-cc"><a href="#" class="nav-link-cc">CC Campaign</a></li>
</ul>
<div id="mobilenav" class="mobileNavigation">
<a href="javascript:void(0)" class="killnav" onclick="menukill()">×</a>
<a href="index.html" class="close-menu">Home</a>
<a href="about.html" class="close-menu">About</a>
<a href="#" class="close-menu">Program</a>
<a href="#" class="close-menu">Join</a>
<a href="#" class="close-menu">Sponsor</a>
<a href="#" class="close-men">News</a>
<a href="#" class="close-men">CC Program</a>
</div>
<span class="navonmo" id="menu-toggle"><img src="./images/Union (2).png" alt="menu nav bar" style="width: 40px; height: 40px";></span>
</nav>
</header>
<div class="landing-page-div">
<h2 class="homepage-h2">"Hello! Sharing world"</h2>
<h1 class="homepage-h1">Revolutionizing Tutoring Through Technology Summit<br> 2023</h1>
<p class="homepage-p">Revolutionize Tutoring with Technology. Experience enhanced engagement, personalization, and seamless communication through innovative tools and platforms. Unlock the future of education.</p>
<h3 class="homepage-h3">2023.07.3(MON) ~ 4(TUE)</h3>
<p class="homepage-p2">@ Accra International Conference Centre, Accra, Ghana</p>
</div>
</section>
<section class="agenda">
<h3 class="agenda-h3">Main Program</h3>
<div class="header-underline"></div>
<ul class="agenda-ul">
<li class="agenda-li">
<img src="/images/icons8-lecture-64.png" alt="This is a lecturing image">
<h5 class="agenda-h5">Inspire</h5>
<p class="agenda-p">Listen speeches from industry leaders on revolutionizing tutoring through technology</p>
</li>
<li class="agenda-li">
<img src="/images/icons8-lecture-64.png" alt="This is a lecturing image">
<h5 class="agenda-h5">Explore</h5>
<p class="agenda-p">Discover the latest advancements and trends in technology-driven tutoring.</p>
</li>
<li class="agenda-li">
<img src="/images/icons8-lecture-64.png" alt="This is a lecturing image">
<h5 class="agenda-h5">Connect</h5>
<p class="agenda-p">Network with industry experts, educators, and innovators in the tutoring field</p>
</li>
<li class="agenda-li">
<img src="/images/icons8-lecture-64.png" alt="This is a lecturing image">
<h5 class="agenda-h5">Integrate</h5>
<p class="agenda-p">Incorporate technology into tutoring practices for enhanced learning outcomes</p>
</li>
</ul>
<div class="btn-div">
<button class="join-btn">Join Summit 2023</button>
</div>
<div class="btn-text">
<a href="#" class="join-text" title="See more button">SEE THE WHOLE PROGRAM</a>
</div>
</section>
<!-- Featured Speakers -->
<section>
<h3 class="featured-speaker-h3">Featured Speakers</h3>
<div class="header-underline"></div>
</section>
<section id="featured-speakers-section" class="featured-speaker">
<div id="speakers-container"></div>
<div class="button-posi">
<button id="see-more-button" class="see-more-btn">MORE <img src="/images/arrow.png" alt="see more icon"></button>
</div>
</section>
<!-- Partners -->
<section class="partners">
<h3 class="sponsor-h3">Sponsors</h3>
<div class="header-underline"></div>
<ul class="partners-ul">
<img class="sponsor-img" src="/images/coca-cola-2021.svg" alt="sponsors imgage">
<img class="sponsor-img" src="/images/coca-cola-2021.svg" alt="sponsors imgage">
<img class="sponsor-img" src="/images/coca-cola-2021.svg" alt="sponsors imgage">
</ul>
</section>
<!-- footer -->
<footer class="home-footer">
<img class="footer-logo" src="images/logo.png" alt="logo">
<p class="footer-p">2023 Merhsark Some Rights Reserved</p>
</footer>
<script src="script.js"></script>
</body>
</html>