-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
116 lines (108 loc) · 4.52 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">
<link rel="stylesheet" href="./style/about-me.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>About me</title>
</head>
<body>
<div id="mobile-nav" class="mobile-navbar hidden">
<i id="close-menu" class="fa fa-times fa-1x" aria-hidden="true"></i>
<ul class="mobile-nav-items">
<li><a class="mobile-nav-item" href="index.html">Home</a></li>
<li><a class="mobile-nav-item" href="about.html">About</a></li>
<li><a class="mobile-nav-item" href="">Program</a></li>
<li><a class="mobile-nav-item" href="">Join</a></li>
<li><a class="mobile-nav-item" href="">Sponser</a></li>
<li><a class="mobile-nav-item" href="">News</a></li>
</ul>
</div>
<div class="main-image">
<div class="social-link-container">
<ul class="social-links">
<i class="fa fa-facebook-square" aria-hidden="true"></i>
<i class="fa fa-twitter" aria-hidden="true"></i>
<i>English</i>
<li>My Page</li>
<li>Login</li>
</ul>
</div>
<nav>
<div class="navbar-desktop">
<a href="index.html" class="logo-desktop">WDE <br>2022</a>
<div class="nav-list">
</li><a class="nav-item-list" href="about.html">About</a></li>
</li><a class="nav-item-list" href="">Program</a></li>
</li><a class="nav-item-list" href="">Join</a></li>
</li><a class="nav-item-list" href="">Sponsor</a></li>
</li><a class="nav-item-list" href="">News</a></li>
<li><button class="nav-btn">WDE Camping</button></li>
</div>
</div>
<div id="humburger-btn" class="humburger">
<div class="humburger-btn">
<a><img src="img/mobile_menu.png" alt=""></a>
</div>
</div>
</nav>
<header>
<div >
<div class="header-title">
<span class="header-span">"Hello! Learners"</span>
<h1 class="header-h1">Web Development Live Event</h1>
</div>
<div class="text-message">
<p class="message">We aim to help bring the talents for those people who are interested in web development or whom wants to be familiar with the newest technologies and tools.</p>
</div>
<div class="location">
<div class="dateinfo">
<p>Please contact us for any further question about Young Innovators - Conference 2022.</p>
<p><a href="mailto: kury.kurdistannn@gmail.com">PretyCoolEvent@123.com</a> </p>
</div>
</div>
</div>
</header>
</div>
<section class="logo-container">
<div class="logo-title">
<h2>Web Development Live Event</h2>
</div>
<div class="line"></div>
<p>The logo was desigened by a professioal from our team who came up with the idea of the logo.</p>
<div class="logo-represent">
</div>
</section>
<hr>
<section class="past-event">
<div class="past-event-title">
<h2>See the past WDE event</h2>
</div>
<div class="line"></div>
<p>Here are some of our last events that our team have hosted in the last few months and diffrent cities arount Iraq</p>
<div class="events">
<div class="event">
<img class="event-img-1" src="./img/conferance-img.jpg" alt="">
<div class="event-description">
<h3>2022</h3>
<p>WDE Event in Baghdad</p>
</div>
</div>
<div class="event">
<img class="event-img-1" src="./img/conferance-img1.jpg" alt="">
<div class="event-description">
<h3>2022</h3>
<p>WDE Event in Erbil</p>
</div>
</div>
</div>
</section>
<footer>
<p>"WDE"<br>"2022"</p>
<small>@2022 WDE</small>
</footer>
<script src="main.js"></script>
</body>
</html>