"Employees in Modal, no CSS, no Javascript !"
Bootstrap 3.3.0 Snippet by mrmccormack

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!-- FORKED FROM http://bootsnipp.com/snippets/featured/310-user-profile-in-modal-window -->
<!--
NOTES:
- fixed span3 to version 3 bootstrap
- added 3 employees
- added full screen link, and HTML5 validation link
- added disclose button to all Modals
- removed deprecated <center> tag
- fixed modal disclose button, wasn'tworking
- fixed validation errors
- TODO: sized images to all same size,and square, i.e. don't rely on width tags, or img-responsive class
-->
<div class="container">
<h2>Sample Modals, with NO css and NO Javascript</h2>
<p> <p>Best viewed <a href="http://bootsnipp.com/iframe/qAVPD" target="_blank">full screen</a></p>
<!-- Employee #1 -->
<div class="col-md-4 well text-center">
<a href="#aboutModal" data-toggle="modal" data-target="#myModal1">
<img src="http://tlazya.net/tlazya/assets/images/team/team1.jpg" alt = "" class="img-circle" width="140" ></a>
<h3>Joe Twopack</h3>
<em>click my face for more</em>
</div>
<!-- Employee #2 -->
<div class="col-md-4 well text-center">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: