|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 | | - <link rel="canonical" href="http://localhost:8000/components/alert"> |
| 6 | + <link rel="canonical" href="https://codeforms.github.io/Punica-CSS-Framework/components/alert"> |
7 | 7 | <title> Alert - Punica CSS Framework v3 </title> |
8 | 8 | <meta name="description" content="The Alert component is designed to display important messages or notifications to users. It offers a straightforward and effective way to capture attention, emphasize key information, or convey the status of an action. With six available themes—default, <code>.primary</code>, <code>.success</code>, <code>.warning</code>, <code>.error</code>, and <code>.dark</code>—Alerts are highly customizable to suit various designs and themes. Simply add the <code>.alert</code> class to a <code>span</code> or <code>div</code> container element to create an alert."> |
9 | 9 | <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" /> |
10 | 10 | <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codeforms/Punica-CSS-Framework@3.x.x/dist/punica.min.css"> |
11 | | - <link rel="stylesheet" href="http://localhost:8000/assets/build/css/prism.css"> |
| 11 | + <link rel="stylesheet" href="https://codeforms.github.io/Punica-CSS-Framework/assets/build/css/prism.css"> |
12 | 12 | </head> |
13 | 13 | <body class="overflow-auto"> |
14 | 14 | <div class="reset container"> |
|
20 | 20 | <!-- /responsive hamburger menu--> |
21 | 21 |
|
22 | 22 | <section class="brand width-240"> |
23 | | - <a href="http://localhost:8000/" class="display-flex align-items-center"> |
| 23 | + <a href="https://codeforms.github.io/Punica-CSS-Framework/" class="display-flex align-items-center"> |
24 | 24 | Punica CSS <span class="weight-normal ml-5 text-small">v3 Beta</span> |
25 | 25 | </a> |
26 | 26 | </section> |
27 | 27 |
|
28 | 28 | <section class="links"> |
29 | 29 | <div class="divided section justify-content-flex-start"> |
30 | 30 | <div class="dark full height borderless tab align-items-center"> |
31 | | - <a href="http://localhost:8000/components/alert" class="button color-text-lighten-20 weight-500 height-30 border-1 px-0 mx-15 active">Components</a> |
32 | | - <a href="http://localhost:8000/elements/button" class="button color-text-lighten-20 weight-500 height-30 border-1 px-0 mx-15 ">Elements</a> |
33 | | - <a href="http://localhost:8000/utilities/accent-color" class="button color-text-lighten-20 weight-500 height-30 border-1 px-0 mx-15 ">Utilities</a> |
| 31 | + <a href="https://codeforms.github.io/Punica-CSS-Framework/components/alert" class="button color-text-lighten-20 weight-500 height-30 border-1 px-0 mx-15 active">Components</a> |
| 32 | + <a href="https://codeforms.github.io/Punica-CSS-Framework/elements/button" class="button color-text-lighten-20 weight-500 height-30 border-1 px-0 mx-15 ">Elements</a> |
| 33 | + <a href="https://codeforms.github.io/Punica-CSS-Framework/utilities/accent-color" class="button color-text-lighten-20 weight-500 height-30 border-1 px-0 mx-15 ">Utilities</a> |
34 | 34 | <a href="javascript:" class="disabled button color-text-lighten-20 weight-500 height-30 border-1 px-0 mx-15 "> |
35 | 35 | API Docs |
36 | 36 | </a> |
|
71 | 71 | </div> |
72 | 72 | <div class="pure small menu display-block overflow-y-auto pb-100 pt-20 px-30" style="height: calc(-145px + 100vh);"> |
73 | 73 | <li class="item" id="alert"> |
74 | | - <a href="http://localhost:8000/components/alert#alert" class="py-0 active border-left-4 border-dark transparent weight-bold"> |
| 74 | + <a href="https://codeforms.github.io/Punica-CSS-Framework/components/alert#alert" class="py-0 active border-left-4 border-dark transparent weight-bold"> |
75 | 75 | <span class="color-text-lighten-20">Alert</span> |
76 | 76 | </a> |
77 | 77 | </li> |
78 | 78 | <li class="item" id="badge"> |
79 | | - <a href="http://localhost:8000/components/badge#badge" class="py-0 "> |
| 79 | + <a href="https://codeforms.github.io/Punica-CSS-Framework/components/badge#badge" class="py-0 "> |
80 | 80 | <span class="color-text-lighten-20">Badge</span> |
81 | 81 | </a> |
82 | 82 | </li> |
83 | 83 | <li class="item" id="breadcrumb"> |
84 | | - <a href="http://localhost:8000/components/breadcrumb#breadcrumb" class="py-0 "> |
| 84 | + <a href="https://codeforms.github.io/Punica-CSS-Framework/components/breadcrumb#breadcrumb" class="py-0 "> |
85 | 85 | <span class="color-text-lighten-20">Breadcrumb</span> |
86 | 86 | </a> |
87 | 87 | </li> |
88 | 88 | <li class="item" id="caption"> |
89 | | - <a href="http://localhost:8000/components/caption#caption" class="py-0 "> |
| 89 | + <a href="https://codeforms.github.io/Punica-CSS-Framework/components/caption#caption" class="py-0 "> |
90 | 90 | <span class="color-text-lighten-20">Caption</span> |
91 | 91 | </a> |
92 | 92 | </li> |
93 | 93 | <li class="item" id="card"> |
94 | | - <a href="http://localhost:8000/components/card#card" class="py-0 "> |
| 94 | + <a href="https://codeforms.github.io/Punica-CSS-Framework/components/card#card" class="py-0 "> |
95 | 95 | <span class="color-text-lighten-20">Card</span> |
96 | 96 | </a> |
97 | 97 | </li> |
98 | 98 | <li class="item" id="label"> |
99 | | - <a href="http://localhost:8000/components/label#label" class="py-0 "> |
| 99 | + <a href="https://codeforms.github.io/Punica-CSS-Framework/components/label#label" class="py-0 "> |
100 | 100 | <span class="color-text-lighten-20">Label</span> |
101 | 101 | </a> |
102 | 102 | </li> |
103 | 103 | <li class="item" id="list"> |
104 | | - <a href="http://localhost:8000/components/list#list" class="py-0 "> |
| 104 | + <a href="https://codeforms.github.io/Punica-CSS-Framework/components/list#list" class="py-0 "> |
105 | 105 | <span class="color-text-lighten-20">List</span> |
106 | 106 | </a> |
107 | 107 | </li> |
108 | 108 | <li class="item" id="menu"> |
109 | | - <a href="http://localhost:8000/components/menu#menu" class="py-0 "> |
| 109 | + <a href="https://codeforms.github.io/Punica-CSS-Framework/components/menu#menu" class="py-0 "> |
110 | 110 | <span class="color-text-lighten-20">Menu</span> |
111 | 111 | </a> |
112 | 112 | </li> |
113 | 113 | <li class="item" id="navbar"> |
114 | | - <a href="http://localhost:8000/components/navbar#navbar" class="py-0 "> |
| 114 | + <a href="https://codeforms.github.io/Punica-CSS-Framework/components/navbar#navbar" class="py-0 "> |
115 | 115 | <span class="color-text-lighten-20">Navbar</span> |
116 | 116 | </a> |
117 | 117 | </li> |
118 | 118 | <li class="item" id="panel"> |
119 | | - <a href="http://localhost:8000/components/panel#panel" class="py-0 "> |
| 119 | + <a href="https://codeforms.github.io/Punica-CSS-Framework/components/panel#panel" class="py-0 "> |
120 | 120 | <span class="color-text-lighten-20">Panel</span> |
121 | 121 | </a> |
122 | 122 | </li> |
123 | 123 | <li class="item" id="process"> |
124 | | - <a href="http://localhost:8000/components/process#process" class="py-0 "> |
| 124 | + <a href="https://codeforms.github.io/Punica-CSS-Framework/components/process#process" class="py-0 "> |
125 | 125 | <span class="color-text-lighten-20">Process</span> |
126 | 126 | </a> |
127 | 127 | </li> |
128 | 128 | <li class="item" id="stats"> |
129 | | - <a href="http://localhost:8000/components/stats#stats" class="py-0 "> |
| 129 | + <a href="https://codeforms.github.io/Punica-CSS-Framework/components/stats#stats" class="py-0 "> |
130 | 130 | <span class="color-text-lighten-20">Stats</span> |
131 | 131 | </a> |
132 | 132 | </li> |
133 | 133 | <li class="item" id="tabnav"> |
134 | | - <a href="http://localhost:8000/components/tabnav#tabnav" class="py-0 "> |
| 134 | + <a href="https://codeforms.github.io/Punica-CSS-Framework/components/tabnav#tabnav" class="py-0 "> |
135 | 135 | <span class="color-text-lighten-20">Tabnav</span> |
136 | 136 | </a> |
137 | 137 | </li> |
138 | 138 | <li class="item" id="timeline"> |
139 | | - <a href="http://localhost:8000/components/timeline#timeline" class="py-0 "> |
| 139 | + <a href="https://codeforms.github.io/Punica-CSS-Framework/components/timeline#timeline" class="py-0 "> |
140 | 140 | <span class="color-text-lighten-20">Timeline</span> |
141 | 141 | </a> |
142 | 142 | </li> |
143 | 143 | <li class="item" id="tooltip"> |
144 | | - <a href="http://localhost:8000/components/tooltip#tooltip" class="py-0 "> |
| 144 | + <a href="https://codeforms.github.io/Punica-CSS-Framework/components/tooltip#tooltip" class="py-0 "> |
145 | 145 | <span class="color-text-lighten-20">Tooltip</span> |
146 | 146 | </a> |
147 | 147 | </li> |
@@ -270,7 +270,7 @@ <h2 class="display-flex mb-10"> |
270 | 270 | </main> |
271 | 271 | </div> |
272 | 272 | </div> |
273 | | - <script src="http://localhost:8000/assets/build/js/prism.js"></script> |
| 273 | + <script src="https://codeforms.github.io/Punica-CSS-Framework/assets/build/js/prism.js"></script> |
274 | 274 | <style type="text/css"> |
275 | 275 | @media only screen and (max-width: 1024px) { |
276 | 276 | .sidebar { |
|
0 commit comments