Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
carmellolb committed Jul 20, 2019
1 parent 2b256aa commit 5d1f21d
Showing 1 changed file with 27 additions and 13 deletions.
40 changes: 27 additions & 13 deletions elements/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en"><head>
<html><head>
<meta charset="UTF-8">
<title>Elements | Simple Fluent Web</title>
<link rel="shortcut icon" href="/icon.png" type="image/x-icon"/>
<link rel="shortcut icon" href="/icon.png" type="image/x-icon">
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="initial-scale=0.5">
<meta name="viewport" content="minimum-scale=0.5, user-scalable=no">
Expand All @@ -13,10 +13,13 @@
<link href="/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="/css/sfw.css" rel="stylesheet" type="text/css">
<link href="/css/bs.css" rel="stylesheet" type="text/css">
<link href="/css/reveal.css" rel="stylesheet" type="text/css">
<script src="/js/reveal1.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body style="font-family: 'Segoe UI', sans-serif">

<body style="font-family: 'Segoe UI', sans-serif" class="">
<script src="https://code.jquery.com/jquery-latest.min.js"></script>
<article class="site-content">
<div class="article-content">
Expand Down Expand Up @@ -67,17 +70,26 @@ <h6>Header 6</h6>
">Modal with Tabs (opens with plain text)</a>

<div class="container" style="
margin-top: 8px;">
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#modal-2">Modal with Sidebar (opens with button)</button>
margin-top: 8px;
margin-left: 2px;
">

<div class="effect-group-container toolbar-2" <div="" style="background-image: none;background: none;margin-left: -1px;">
<button class="btn btn-blue" style="background-image: none;" data-toggle="modal" data-target="#modal-2">Modal with Sidebar (opens with button)</button>
</div>




<div class="container" style="
margin-top: 8px;">
<button style="margin-top: 5px!important;" type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#modal-with-tabs-2">Modal with Tabs (opens with button)</button>

<div class="effect-group-container toolbar-2" <div="" style="background-image: none;background: none;margin-left: -1px;">
<button class="btn btn-blue" style="background-image: none;" data-toggle="modal" data-target="#modal-with-tabs-2">Modal with Tabs (opens with button)</button>
</div>
</div>



<script src="/js/reveal1.js"></script>


</div></div>
Expand Down Expand Up @@ -112,7 +124,7 @@ <h6>Header 6</h6>
">Acrylic Material</p>


</article>
</div></article>


<script src="/js/index.js"></script>
Expand Down Expand Up @@ -325,9 +337,9 @@ <h4 class="modal-title">Modal</h4>
</div>
</div>
</div>
</div>

<div class="modal" id="modal-2" role="dialog">

<div class="modal" id="modal-2" role="dialog" style="display: none;">
<div class="modal-dialog modal-lg">
<div class="modal-content" style="
height: 323px;
Expand Down Expand Up @@ -439,7 +451,7 @@ <h4 class="modal-title">Modal</h4>
</div>
</div>

<div class="modal" id="modal-with-tabs-2" role="dialog">
<div class="modal" id="modal-with-tabs-2" role="dialog" style="display: none;">
<div class="modal-dialog modal-lg">
<div class="modal-content" style="
height: 264px;
Expand Down Expand Up @@ -492,6 +504,8 @@ <h4 class="modal-title">Modal</h4>
</div>
</div>
</div>
</div>


<script src="js/index.js"></script>

</body></html>

0 comments on commit 5d1f21d

Please sign in to comment.