-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (59 loc) · 2.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Conference</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="header">
<section class="logo flex-header">
<a href="index.html">IT <br> Conference</a>
</section>
<section class="date flex-header">
<h3>August 24th - 25th - Kumasi, AR</h3>
<a href="index.html">Home</a>
<a href="speakers.html">Speakers</a>
<a href="schedule.html">Schedule</a>
<a href="venue.html">Venue</a>
<a href="register.html">Register</a>
</section>
<section class=" intro flex-header">
<h2>Teaching people how to code</h2>
<p>Every year the brightest software developers gather to discuss the latest technologies. Join this August!.</p>
<a class="reg" href="register.html">Register Now</a>
</section>
</header>
<div class="index-section">
<section class="index-sec">
<img src="images/IMG_0503.JPG" alt="Asap holding a friends blanket">
<h4>Speakers</h4>
<p>World Class Speakers</p>
<p>Join from all around the world are fantastic speakers, here to share thier story.</p>
</section>
<section class="index-sec">
<img src="images/IMG_1334.JPG" alt=";ambo">
<h4>Kumasi Cultural centre</h4>
<p>Cultural centre</p>
<p>Within the heart of kumasi, the kumasi cultural centre will provide a beautiful conference venue.</p>
</section>
<section class="index-sec">
<img src="images/IMG_0178.JPG" alt="">
<h4>Schedule</h4>
<p>Three Inspiring Days</p>
<p>Enjoy three inspiring and action packed days of talks, learnig, sharing and all around good talks.</p>
</section>
</div>
<footer>
<small>©IT conference</small>
<section>
<a href="index.html">Home</a>
<a href="speakers.html">Speakers</a>
<a href="schedule.html">Schedule</a>
<a href="venue.html">Venue</a>
<a href="register.html">Register</a>
</section>
</footer>
</body>
</html>