mirror of https://github.com/twbs/ratchet.git
Build mobile apps with simple HTML, CSS, and JS components.
http://goratchet.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
2.6 KiB
73 lines
2.6 KiB
12 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Modal slideup</title>
|
||
|
|
||
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||
|
|
||
|
<link rel="stylesheet" href="../../lib/css/base.css">
|
||
|
<link rel="stylesheet" href="../../lib/css/bars.css">
|
||
|
<link rel="stylesheet" href="../../lib/css/lists.css">
|
||
|
<link rel="stylesheet" href="../../lib/css/forms.css">
|
||
|
<link rel="stylesheet" href="../../lib/css/buttons.css">
|
||
|
<link rel="stylesheet" href="../../lib/css/chevrons.css">
|
||
|
<link rel="stylesheet" href="../../lib/css/counts.css">
|
||
|
<link rel="stylesheet" href="../../lib/css/segmented-controllers.css">
|
||
|
<link rel="stylesheet" href="../../lib/css/popovers.css">
|
||
|
<link rel="stylesheet" href="../../lib/css/modals.css">
|
||
|
<link rel="stylesheet" href="../../lib/css/sliders.css">
|
||
|
<link rel="stylesheet" href="../../lib/css/toggles.css">
|
||
|
<link rel="stylesheet" href="../../lib/css/push.css">
|
||
|
<script src="../../lib/js/push.js"></script>
|
||
|
<script src="../../lib/js/toggles.js"></script>
|
||
|
<script src="../../lib/js/sliders.js"></script>
|
||
|
<script src="../../lib/js/popovers.js"></script>
|
||
|
<script src="../../lib/js/modals.js"></script>
|
||
|
<script src="../../lib/js/segmented-controllers.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<header class="bar-title">
|
||
|
<h1 class="title">Modal slideup</h1>
|
||
|
</header>
|
||
|
|
||
|
<div class="content content-padded">
|
||
|
<a href="#myModal" class="button">Open modal</a>
|
||
|
</div>
|
||
|
|
||
|
<div id="myModal" class="modal">
|
||
|
<header class="bar-title">
|
||
|
<h1 class="title">Modal</h1>
|
||
|
<a class="button" href="#myModal">
|
||
|
Close
|
||
|
</a>
|
||
|
</header>
|
||
|
|
||
|
<div class="content content-padded">
|
||
|
<p>Honey, check it out, you got me mesmerized
|
||
|
With your black hair and fat-ass thighs
|
||
|
Street poetry is my everyday
|
||
|
But yo, I gotta stop when you trot my way
|
||
|
If I was workin at the club you would not pay
|
||
|
Aiyyo, my man phife diggy, he got somthin to say</p>
|
||
|
|
||
|
<p>I like em brown, yellow, puero rican or hatian
|
||
|
Name is phife dawg from the zulu nation
|
||
|
Told you in the jam that we can get down
|
||
|
Now lets knock the boots like the group h-town
|
||
|
You got bbd all on your bedroom wall
|
||
|
But Im above the rim and this is how I ball
|
||
|
A pretty little somethin on the new york street
|
||
|
This is how I represent over this here beat</p>
|
||
|
<p>Talkin bout you</p>
|
||
|
|
||
|
<p>Yo, I took you out</p>
|
||
|
<p>But sex was on my mind for the whole damn route
|
||
|
My mind was in a frenzy and a horny state
|
||
|
But I couldnt drop dimes cause *you couldnt relate*</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|