-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
116 lines (114 loc) · 5.45 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
<!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">
<script src="https://kit.fontawesome.com/b331332bf9.js" crossorigin="anonymous"></script>
<link
href="https://fonts.googleapis.com/css2?family=Crete+Round&family=Lato:wght@300&family=Poppins&family=Roboto&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="about.css">
<title>Web Developer Conference</title>
</head>
<body>
<header class="about">
<ul class="desk_nav">
<li class="desk_menu_list1"><a href="#"><i class="fa-brands fa-facebook-f"></i></a></li>
<li class="desk_menu_list1"><a href="#"><i class="fa-brands fa-twitter"></i></a></li>
<li class="desk_menu_list1"><a href="#">English</a></li>
<li class="desk_menu_list1"><a href="#">My Page</a></li>
<li class="desk_menu_list1"><a href="#">Logout</a></li>
</ul>
<nav class="about_nav second_nav">
<a href="#"><img class="humber" src="img/images/menu_1.png" alt="humbegur menu"></a>
<a href="./index.html"><img class="web" src="img/images/Hintergrund-2-nmg.png" alt="humbegur menu"></a>
<ul class="desk_menu">
<li class="desk_menu_list about-red hidden"><a href="./index.html">Home</a></li>
<li class="desk_menu_list hidden"><a href="#">Program</a></li>
<li class="desk_menu_list hidden"><a href="#">Join</a></li>
<li class="desk_menu_list hidden"><a href="#">Sponsor</a></li>
<li class="desk_menu_list hidden"><a href="#">News</a></li>
<li class="desk_menu_list border_item hidden"><a href="#">Campaign</a></li>
<li class="closeMenu hidden"><i class="fa fa-times"></i></li>
</ul>
</nav>
<div class="About_intro_head">
<h1 class="about_welcome_heading">
Hello, We Welcome you All!!
</h1>
<h2 class="about_second_heading">
To Web Developer Conference 2022
</h2>
<div class="about_description">
<p class="about_para">
We will inform you without obligation about all news about the WDC - Web Developer Conference.
You will receive exclusive offers free of charge.
</p>
</div>
<div class="about_contact">
<p class="contact_info">
Please contact us per Email for any further enquiries
about the Web Developer Conference 2022!
</p>
<a class="about_email" href="principles31@gmail.com">principles31@gmail.com</a>
</div>
</div>
</header>
<section class="logo_section">
<div class="main_about">
<h3 class="pro_heading">Web Developer Conference 2022 logo</h3>
<hr class="about_hr">
</div>
<p class="logo_description">
The Logo of the Web Developer Conference 2022 was descided through the
logo competition from 8. june to 11. july
</p>
<div class="conference_img_div">
<img class="logo" src="img/images/Hintergrund-2-nmg.png" alt="Web Developer Conference logo">
</div>
</section>
<section class="history_section">
<div class="main_history">
<h3 class="head_history">See the History</h3>
<hr class="history_hr">
</div>
<p class="history_description">
Have a look at the two last Web Developer Conference which took place at Empire Riverside Hotel
</p>
<div class="history_img-div ">
<div class="img_h overlay">
<img class="hist_img" src="img/images/history_1.jpeg" alt="Web Developer Conference logo">
<p class="history_para"><span class="year_hist">2018</span>Web Developer Conference at Empire Riverside
Hotel</p>
<img class="hist_img" src="img/images/history_2.jpeg" alt="Web Developer Conference logo">
<p class="history-para"><span class="year_hist">2018</span>Web Developer Conference at Empire Riverside
Hotel</p>
</div>
</div>
</section>
<section class="about_partners">
<div class="main_partner">
<h3 class="head_partners">Partners</h3>
<hr class="partner_hr">
</div>
<div class="img_p">
<div class="partner1"><img class="ptn_img" src="img/images/partner1.jpg" alt=""></div>
<div class="partner1"><img class="ptn_img" src="img/images/partner2.jpg" alt=""></div>
<div class="partner1"><img class="ptn_img" src="img/images/partner3.png" alt=""></div>
<div class="partner1"><img class="ptn_img" src="img/images/standard_chartered.png" alt=""></div>
</div>
</section>
<footer class="footer">
<div class="logo_footer">
<img class="footer_img" src="img/images/Hintergrund-2-nmg.png" alt="">
</div>
<div class="rights_reserved">
<p class="rights">2022 Web Developer Conference some rights Reserved </p>
<p class="para_rights">Lorem ipsum dolor sit amet consectetur adipisicing elit. Iusto obcaecati quos
dolorem.</p>
</div>
</footer>
<script src="./about.js"></script>
</body>
</html>