"social media post "
Semantic UI 2.2.10 Snippet by shu3aybbadran

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="//cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.10/semantic.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.10/semantic.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>ALPHA SOCIAL KIT</title>
<!-- semantic ui CSS -->
<link rel="stylesheet" href="css/semantic.css">
<link rel="stylesheet" href="css/alpha.css">
</head>
<body>
<div class="ui grid">
<div class="four wide column">website</div>
<!-- main -->
<div class="six wide column">
<!-- publich post-->
<div class="publish">
<div class="ui top attached tabular menu">
<a class="item active" data-tab="publish-text">Post</a>
<a class="item" data-tab="publish-album">Album</a>
<a class="item" data-tab="publish-live">Live</a>
</div>
<div class="ui bottom attached tab segment active" data-tab="publish-text">
<h5 class="ui header">
<div class="content">
share with
<div class="ui inline dropdown">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
$('.ui.dropdown')
.dropdown()
;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: