-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
144 lines (140 loc) · 5.84 KB
/
about.html
File metadata and controls
144 lines (140 loc) · 5.84 KB
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
142
143
144
<!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="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/58789452ae.js"
crossorigin="anonymous">
</script>
<link rel="stylesheet" href="index.css">
<title>EDULEARN CONFERENCE 2023</title>
</head>
<body>
<header>
<div class="top-nav">
<ul>
<a href="#" target="_blank"><i class="fa-brands fa-facebook-f"></i></a>
<a href="#" target="_blank"><i class="fa-brands fa-twitter"></i></a>
<a href="#">English</a>
<a href="#">My Page</a>
<a href="#">LogOut</a>
</ul>
</div>
<div class="menubar">
<div class="navbar">
<nav>
<img src="images/Union.png" class="navbarimg" alt="menu">
</nav>
</div>
<nav class="navbar1">
<div> <img src="images/logo.png" alt="logo for convocation">
</div><div> <ul>
<a href="index.html">Home</a>
<a href="index.html#courses">Courses</a>
<a href="index.html#speakers">Speakers</a>
<a href="index.html#partners">Sponsers</a>
<a href="#">News</a>
<a href="#" class="deskB">WRS.</a>
</ul></div>
</nav>
</div>
</header>
<div class="menuclick" id="nav">
<div class="exit">
<button>
✖
</button>
</div>
<div class="menu_details">
<a href="index.html">Home</a>
<a href="index.html#courses">Courses</a>
<a href="index.html#speakers">Speakers</a>
<a href="index.html#partners">Sponsers</a>
<a href="index.html">News</a>
<a href="#" class="deskB">WRS.</a>
</div>
</div>
<section class="main-about">
<div class="main_box">
<h1 class="main_heading">"Hello! Educating World"</h1>
<h2 class="main_title">EDULEARN CONFERENCE 2023</h2>
<hr id="hr-hero">
</div>
<div class="main_descriptionA">
<p class="des1A">About Conference: Welcome to the official website International Conference on Education and New Learning Technologies (EDULEARN). The conference provides a platform for professionals involved in Education and New Learning Technologies to exchange knowledge and gain an insight into the state of the art in the current technology, techniques and solutions in Education and New Learning Technologies as they have been developed and applied in different countries. Participants include a wide variety of stakeholders from research and academia, to industrial sectors as well as government organizations.</p>
</div>
<div class="contact">
<p class="reach_out">Please contact us at :- contact@worldresearchsociety.com</p>
<span>
<a href=" mailto:contact@worldresearchsociety.com" class="email">Click here:</a>
<img src="images/arrow.png" id="arrow" alt="arrow">
</span>
</div>
</section>
<section class="logo">
<div class="logo_orbit">
<h2 class="orbit">Logo</h2>
<hr id="hr-orbit">
<p class="orbit_des">World Research Society</p>
</div>
<div class="logo_image">
<img src="images/logo.png" class="logo_im" alt="logo">
<hr id="logo-hr" />
</div>
<div class="alumni">
<h2 class="past_alumni">Past Conference Speakers</h2>
<hr id="hr-alumni">
</div>
<p class="alumni_des">Pictures of recent speakers in the year 2020 and 2021 respectively</p>
<ul class="photo-gallery">
<li class="Graduant1">
<div>
<h3>Jan 2023</h3>
<p>2023 Conference </p>
</div>
</li>
<li class="Graduant2">
<div>
<h3>Feb 2023</h3>
<p>2023 Conference </p>
</div>
</li>
</ul>
</section>
<section class="partners">
<div class="about-partner">
<h2 class="partner">Sponsers</h2>
<hr id="partner-hr">
</div>
<div class="mobile_partners">
<ul class="group1">
<li><img src="images/45cong.png" class="durham_college" alt="logo of Durham College"></li>
<li><img src="images/bcc-removebg.png" class="blue_crest" alt="logo of Blue Crest"></li>
</ul>
<ul class="group2">
<li><img src="images/power-tech-removebg.png" class="power_technology" alt="logo of Power Technology School"></li>
<li><img src="images/trilogy-removebg.png" class="trilogy_innovation" alt="logo of trilogy innovation"></li>
</ul>
</div>
</section>
<footer class="footer">
<div class="footer_wrapper">
<ul class="footer_info">
<li class="copyright">©World Research Society</li>
<li class="reserved">2023 EDULEARN. All Rights Reserved</li>
</ul>
</div>
</footer>
</div>
<script src="script.js"></script>
<script src="https://kit.fontawesome.com/5504ff3ed9.js" crossorigin="anonymous"></script>
</body>
</html>