-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
218 lines (206 loc) · 6.91 KB
/
index.html
File metadata and controls
218 lines (206 loc) · 6.91 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="description" content="Flexstrap Starter Template" />
<meta name="author" content="Claudiu Furca" />
<title>Flexstrap Starter Template</title>
<link async rel="stylesheet" href="assets/font/montserrat.css" />
<link async rel="stylesheet" href="scss/page.scss" />
</head>
<body>
<div class="col-md-8 py-5 px-3 mx-auto">
<header class="pb-3 mb-5 border-bottom">
<h5>
<a href="#" class="d-flex align-items-center text text-decoration-none">
<svg
xmlns="http://www.w3.org/2000/svg"
class="svg-icon-lg icon-tabler-drag-drop"
width="24"
height="24"
viewBox="0 0 24 24"
stroke-width="1.8"
stroke="currentColor"
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
>
<rect
stroke-width="1.4"
x="6"
y="6"
width="6.4"
height="16"
rx="1.4"
></rect>
<rect
stroke-width="1.4"
x="16"
y="6"
width="5.4"
height="8.8"
rx="1.4"
></rect>
<line x1="3" y1="3" x2="3" y2="3.01"></line>
<line x1="7" y1="3" x2="7" y2="3.01"></line>
<line x1="11" y1="3" x2="11" y2="3.01"></line>
<line x1="15" y1="3" x2="15" y2="3.01"></line>
<line x1="3" y1="7" x2="3" y2="7.01"></line>
<line x1="3" y1="11" x2="3" y2="11.01"></line>
<line x1="3" y1="15" x2="3" y2="15.01"></line>
</svg>
<span class="ps-2">flexstrap starter template</span>
</a>
</h5>
</header>
<h1>Get started with Flexstrap</h1>
<div class="d-flex flex-column justify-content-center px-0">
<p class="lead">
You've successfully loaded up the Flexstrap Starter project! <br />
Flexstrap it's a <b>Design System</b> based on
<a
href="https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Flexbox"
>Flexbox layout</a
>,
<a href="https://getbootstrap.com/docs/5.1/getting-started/introduction/"
>Bootstrap 5</a
>, <a href="https://icons.getbootstrap.com">Bootstrap Icons</a>, tooling
for compiling the Sass and JavaScript, and deploying to custom server.
</p>
</div>
<div class="btn-group btn-group-lg gap-2 mt-3">
<button
type="button"
class="btn btn-primary btn-lg me-3"
data-bs-toggle="modal"
data-bs-target="#exampleModal"
>
I'm large button
</button>
<a href="#" class="text-link me-3">Example link text</a>
</div>
<p class="mt-2 subtitle">
Click the large button and see if the modal will popup. <br />
If this button and the link on hover appears appears yellow, you've done it
CSS is loaded.
</p>
<div
class="modal fade"
id="exampleModal"
tabindex="-1"
role="dialog"
aria-labelledby="exampleModalLabel"
aria-hidden="true"
>
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Success!</h5>
<button
type="button"
class="close"
data-bs-dismiss="modal"
aria-label="Close"
>
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
If you're seeing this modal after clicking the button on the page,
Bootstrap's CSS and JS are both working properly.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">
Close
</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div>
</div>
</div>
<hr class="my-5 w-25 mx-0" />
<div class="row">
<div class="col-md-6">
<h2>Adding Bootstrap Icons</h2>
<p class="text-left">
<a href="https://icons.getbootstrap.com">Bootstrap Icons</a> are included
with the SVG sprite here, but there are other
<a href="https://icons.getbootstrap.com/#usage">usage options</a>, too.
They're styleable with text utilities and more.
</p>
<div class="d-flex flex-row justify-content-between col-4">
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi svg-icon-md svg-icon-md-suit-heart-fill"
viewBox="0 0 16 16"
>
<path
d="M4 1c2.21 0 4 1.755 4 3.92C8 2.755 9.79 1 12 1s4 1.755 4 3.92c0 3.263-3.234 4.414-7.608 9.608a.513.513 0 0 1-.784 0C3.234 9.334 0 8.183 0 4.92 0 2.755 1.79 1 4 1z"
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi svg-icon-md svg-icon-md-book-half"
viewBox="0 0 16 16"
>
<path
d="M8.5 2.687c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z"
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi svg-icon-md svg-icon-md-toggles"
viewBox="0 0 16 16"
>
<path
d="M4.5 9a3.5 3.5 0 1 0 0 7h7a3.5 3.5 0 1 0 0-7h-7zm7 6a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zm-7-14a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zm2.45 0A3.49 3.49 0 0 1 8 3.5 3.49 3.49 0 0 1 6.95 6h4.55a2.5 2.5 0 0 0 0-5H6.95zM4.5 0h7a3.5 3.5 0 1 1 0 7h-7a3.5 3.5 0 1 1 0-7z"
/>
</svg>
</div>
</div>
<div class="col-md-6">
<h2>Guides</h2>
<p class="text-left">
Read more detailed instructions and documentation on using or contributing
to Bootstrap.
</p>
<ul class="icon-list">
<li>
<a href="https://getbootstrap.com/docs/5.1/getting-started/introduction"
>Bootstrap quick start guide</a
>
</li>
<li>
<a href="https://getbootstrap.com/docs/5.1/getting-started/parcel"
>Bootstrap Parcel guide</a
>
</li>
<li>
<a
href="https://getbootstrap.com/docs/5.1/customize/optimize/#unused-css"
>Optimize Boostrap using PurgeCSS</a
>
</li>
</ul>
</div>
</div>
<hr class="my-5" />
<p class="text-muted">
© Created by Claudiu Furca.
</p>
</div>
<script defer src="./node_modules/jquery/dist/jquery.slim.min.js"></script>
<script async type="module" src="assets/js/theme.js"></script>
</body>
</html>