-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
186 lines (179 loc) · 6.78 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!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
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="./styles/global.css" />
<link rel="stylesheet" href="./styles/header.css" />
<link rel="stylesheet" href="./styles/index.css" />
<link rel="stylesheet" href="./styles/footer.css" />
<title>Mujeeb Capstone</title>
</head>
<body>
<!-- Header and Nav section -->
<header>
<nav class="social-nav">
<ul class="social-icons">
<li>
<a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#">English</a></li>
<li><a href="#">My Page</a></li>
<li><a href="#">Logout</a></li>
</ul>
</nav>
<div class="main-nav">
<div class="hamburger-menu">
<button class="hamburger-button">
<i class="menu-icon material-icons">menu</i>
<i class="close-icon material-icons">close</i>
</button>
</div>
<div class="secondary-nav">
<div class="logo">
<a href="#">
<img
src="./Imgs/Youth summit logo.PNG"
height="60px"
alt="logo of CC Global summit 2015"
/></a>
</div>
<nav class="primary-nav">
<ul class="nav-items">
<li class="nav-item"><a href="about.html">About</a></li>
<li class="nav-item"><a href="#programs">Program</a></li>
<li class="nav-item"><a href="#join">Join</a></li>
<li class="nav-item"><a href="#speakers">Speakers</a></li>
<li class="nav-item"><a href="#sponser">Sponsor</a></li>
<li class="nav-item box"><a href="#">DY Campaign</a></li>
</ul>
</nav>
</div>
</div>
</header>
<!-- Main section and Headline Start -->
<main>
<section class="banner">
<div class="banner-content">
<div class="headline">
<h1>
"Hello! Sharing world"<br />
<span>DIGITAL YOUTH<br />GLOBAL SUMMIT <br />2019</span>
</h1>
</div>
<p class="banner-description">
A fun festival where people from more than 80 countries who believe
in the value of sharing and openness and create positive change
gather and share ideas will be held in Korea in October.
</p>
<div class="location">
<h2 class="date">2019.10.27 (Fri) ~ 29 (Sun)</h2>
<h3 class="locate">
@ National Museum of Pakistan, Art Center Peshawar, etc.
</h3>
</div>
</div>
</section>
<!-- Program Section start -->
<section class="program" id="programs">
<div class="main-heading">
<h2 class="heading">Main Program</h2>
<div class="guide-bar"></div>
</div>
<div class="program-list-item">
<div class="program-list">
<div class="program-icon">
<img src="./Imgs/4-program_icon_01.png" alt="conference" />
</div>
<h3 class="program-title">Lecture</h3>
<p class="program-description">
Listen to lectures from speakers from around the world and learn
about the latest trends in the world.
</p>
</div>
<div class="program-list">
<div class="program-icon">
<img src="./Imgs/5-program_icon_02.png" alt="CC exhibition" />
</div>
<h3 class="program-title">CC Exhibition</h3>
<p class="program-description">
Listen to lectures from speakers from around the world and learn
about the latest trends in the world.
</p>
</div>
<div class="program-list">
<div class="program-icon">
<img src="./Imgs/6-program_icon_03.png" alt="forum" />
</div>
<h3 class="program-title">Forum</h3>
<p class="program-description">
Listen to lectures from speakers from around the world and learn
about the latest trends in the world.
</p>
</div>
<div class="program-list">
<div class="program-icon">
<img src="./Imgs/7-program_icon_04.png" alt="workshop" />
</div>
<h3 class="program-title">workshop</h3>
<p class="program-description">
Listen to lectures from speakers from around the world and learn
about the latest trends in the world.
</p>
</div>
<div class="program-list">
<div class="program-icon">
<img src="./Imgs/8-program_icon_05.png" alt="CC party" />
</div>
<h3 class="program-title">CC Ignite</h3>
<p class="program-description">
Listen to lectures from speakers from around the world and learn
about the latest trends in the world.
</p>
</div>
</div>
<button type="button" class="join" id="join">
Join CC Global Summit 2015
</button>
<a href="#programs" class="see">SEE THE WHOLE PROGRAM</a>
</section>
<!-- Feature speaker start -->
<section class="speakers" id="speakers">
<h2>Featured Speakers</h2>
<div class="guide-bar"></div>
<div class="speakers-list" id="speakers-list"></div>
</section>
<!-- partner section start -->
<section class="partner" id="sponser">
<h1 class="partner-title">Partner</h1>
<div class="guidbar"></div>
<div class="partner-logos">
<img src="./Imgs/14-mozilla-logo.png" alt="Mozilla-logo" />
<img src="./Imgs/15-google-logo.png" alt="Google-logo" />
<img src="./Imgs/16-naver-logo.png" alt="Naver-logo" />
<img src="./Imgs/17-daumkakao-logo.jfif" alt="Daumkakao-logo" />
<img src="./Imgs/18-Airbnb-logo.png" alt="Airbnb-logo" />
</div>
</section>
</main>
<!-- footer start -->
<footer class="mobile-footer">
<img src="./Imgs/Youth summit logo.PNG" alt="19-about-footer" />
<h6>2019 Digital Youth Pakistan Some Rights Reserved</h6>
</footer>
<script src="./scripts/navScript.js"></script>
<script src="./scripts/instructors.js"></script>
</body>
</html>