-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (88 loc) · 2.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>styleConfernce</title>
<link href="https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed|Poiret+One|Nunito|Roboto|Source+Sans+Pro&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styleConfernce.css">
<link rel="stylesheet" media=" screen and (max-width:768px) " href="mobile10.css">
</head>
<body>
<div id="section1">
<div class="bisector">
<header><a href="#section1">STYLES <br> CONFERNCE</a></header>
<div class="date">
<h2> August 24–26th — Chicago, IL</h2>
<br>
<nav>
<ul>
<li><a href="#">HOME</a></li>
<li><a href="#">SPEAKERS</a></li>
<li><a href="#">SCHEDULE</a></li>
<li><a href="#">VANUE</a></li>
<li><a href="#">REGISTER</a></li>
</ul>
</nav>
</div>
</div>
<div class="intro">
<h1 class="l-heading">Dedicated to the Craft of Building Websites</h1> <br> <br>
<p>Every year the brightest web designers and front-end developers descend on <br>
Chicago to discuss the latest tech logies. Join us this August!</p> <br> <br>
<a href="#" class="btn">REGISTER NOW</a>
</div>
</div>
<!-- section2 -->
<div id="section2">
<div class="container">
<div class="speaker">
<h4>SPEAKERS</h4>
<div class="img1 imgp"></div>
<div class="text">
<h3>world class speaker</h3>
<p>Joining us from all around the world are <br>
over twenty fantastic speakers, here to <br>
share their stories.</p>
</div>
</div>
</div>
<div class="container">
<div class="schedule">
<h4>SCHEDULE</h4>
<div class="img2 imgp"></div>
<div class="text">
<h3>Three inspiring days</h3>
<p>Enjoy three inspiring and action-packed <br>
days of tals, gatherings, and all-around <br>
good times.</p>
</div>
</div>
</div>
<div class="container">
<div class="venue">
<h4>VENUE</h4>
<div class="img3 imgp"></div>
<div class="text">
<h3>The Chicago Theatre</h3>
<p>Within the heart of downtown Chicago, <br>
The Chicago Theatre will provide a <br>
beautiful conference venue.</p>
</div>
</div>
</div>
</div>
<div id="section3">
<div class="copyRight"><h4>© Styles Conference</h4></div>
<div class="navbar">
<ul>
<li><a href="#section1">Home</a></li>
<li><a href="#">Speaker</a></li>
<li><a href="#">SCHEDULE</a></li>
<li><a href="#">VENUE</a></li>
<li><a href="#">REGISTER</a></li>
</ul>
</div>
</div>
</body>
</html>