Switch to fomantic-ui since Semantic is no longer in Development.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.2/dist/semantic.min.css">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fomantic-ui@2.7.8/dist/semantic.min.css">
|
||||||
<link rel="stylesheet" href="assets/styles/about.css">
|
<link rel="stylesheet" href="assets/styles/about.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@@ -138,7 +138,9 @@
|
|||||||
<button class="ui inverted blue button">Telegram</button>
|
<button class="ui inverted blue button">Telegram</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<button class="ui inverted blue button">Announcements</button>
|
<button class="ui inverted blue button">
|
||||||
|
<center>Announcements<center>
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<button class="ui inverted blue button">Email</button>
|
<button class="ui inverted blue button">Email</button>
|
||||||
@@ -146,7 +148,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script href="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.2/dist/semantic.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/fomantic-ui@2.7.8/dist/semantic.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
$('.message .close')
|
$('.message .close')
|
||||||
.on('click', function() {
|
.on('click', function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user