-
Notifications
You must be signed in to change notification settings - Fork 10
/
popup-evt1.html
60 lines (55 loc) · 3.11 KB
/
popup-evt1.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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--[if lt IE 7]> <html class="no-js ie ie6 oldie" xmlns="http://www.w3.org/1999/xhtml"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie ie7 oldie" xmlns="http://www.w3.org/1999/xhtml"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie ie8 oldie" xmlns="http://www.w3.org/1999/xhtml"> <![endif]-->
<!--[if IE 9]> <html class="no-js ie ie9 newie" xmlns="http://www.w3.org/1999/xhtml"> <![endif]-->
<!--[if IE 10]> <html class="no-js ie ie10 newie" xmlns="http://www.w3.org/1999/xhtml"> <![endif]-->
<!--[if (gte IE 10)><!--> <html class="no-js" xmlns="http://www.w3.org/1999/xhtml"> <!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="" />
<!-- IE optimized -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<!-- Mobile viewport optimized -->
<meta name="viewport" content="width=device-width,maximum-scale=1.0" />
<!-- Title -->
<title>Event 1</title>
<!-- CSS:FONTS -->
<link type="text/css" rel="stylesheet" media="screen" href="_lib/font/museo-sans-rounded-webfont/font.css" /><!-- museo-sans-rounded -->
<!-- CSS:ICONS -->
<!-- CSS:CORE -->
<link type="text/css" rel="stylesheet" media="screen" href="_lib/css/normalize.css" /><!-- normalize -->
<link type="text/css" rel="stylesheet" media="screen" href="_lib/css/common.css" /><!-- main -->
<link type="text/css" rel="stylesheet" media="screen" href="_lib/css/custom/content-viewport.css" /><!-- content-viewport -->
<link type="text/css" rel="stylesheet" media="print" href="_lib/css/print.css" /><!-- print -->
<!-- CSS:LIBS -->
<!-- CSS:CUSTOM -->
<style type="text/css">
/*insert code here*/
</style>
<!-- JS:VENDOR -->
<!-- JS:LIBS -->
<!-- JS:FW -->
<!-- JS:CUSTOM -->
<script type="text/javascript">
/*insert code here*/
</script>
</head>
<!-- BODY -->
<body>
<!-- CONTAINER -->
<div id="popup">
<div class="contentViewport">
<!-- EVENT -->
<div class="popupEvent">
<h3 class="title">Lorem Ipsum Dolor Sit Amet Magna Carta</h3>
<p class="date">January 23, 2012</p>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. </p>
<p>Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.</p>
</div><!-- /EVENT -->
</div>
</div><!-- /CONTAINER -->
</body>
</html>