-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·48 lines (46 loc) · 1.43 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
<!-- @include _top.html -->
<!-- @include _masthead.html -->
<div id="hero">
<div id="home-panel" class="row">
<div class=" large-6 large-offset-5 columns">
<p class="lead">
The MedEd Facilities conference connects New England's leading architects, building owners and facility managers to top service providers and leading products in the Healthcare and Education construction industries.<br>
<a href="#">Register Now</a>
</p>
</div>
<!-- <div class="large-6 columns audiences">
<a href="#" id="exhibitors">Exhibitors</a>
<a href="#" id="speakers">Speakers</a>
<a href="#" id="attendees">Attendees</a>
</div> -->
</div>
</div>
<div id="middle-outer">
<div id="home-news">
<div class="row">
<div class="large-8 columns">
<h3>News & Updates</h3>
<h5>MedEd Facilities Opens Call For Speakers</h5>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud.
</p>
</div>
<div class="large-4 columns">
<div class="row collapse">
<h5>Get email updates from MedEd</h5>
<div class="small-8 columns">
<input type="text" placeholder="Enter your email">
</div>
<div class="small-4 columns">
<a href="#" class="button prefix">Join</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- @include ads -->
<!-- @include footer -->
<!-- @include bottom -->