-
Notifications
You must be signed in to change notification settings - Fork 0
/
rainshrine.html
228 lines (209 loc) · 8.42 KB
/
rainshrine.html
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
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Create new Article | IWORDER</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="font-awesome/css/fontawesome-all.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- TinyMCE -->
<script type="text/javascript" src="js/tinymce/tinymce.min.js"></script>
<!-- <script>tinymce.init({ selector:'textarea' });</script> -->
<script>
tinymce.init({
selector:'textarea',
branding: false,
height: 150,
plugins: "wordcount",
// statusbar: false,
menubar: false
});
</script>
</head>
<body>
<!-- The top Nav Bar -->
<nav class="main-nav visible-xs visible-sm" style="box-shadow: 0px 0px 10px #ccc;">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-3"">
<a href="home.html" class="logo">
<!-- <img src="img/logob.jpg" alt="iWorder logo"> -->
<i class="fab fa-hubspot" style="color: #333;font-size: 20px;">My Rainshrine</i>
</a>
</div>
<div class="col-md-8 col-sm-8 col-xs-9 login">
<ul>
<li role="presentation">
<a href="#proteged" aria-controls="proteged" role="tab" data-toggle="tab" style="color: ;">
<i class="fas fa-user"></i> 24
</a>
</li>
<li>
<a href="add_note.html">
<i class="fa fa-plus" style="border-radius: 50%;border: 2px solid #333;padding: 2px"></i> Add Note
</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<nav class="navbar navbar-default visible-sm visible-md visible-lg navbar-fixed-top">
<div class="container">
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav icon-link">
<li>
<a href="home.html" class="active">
<img src="svg/home.svg" alt="" style="">
</a>
</li>
<li>
<a href="hub.html">
<i class="fas fa-users" style="font-size: 28px;"></i>
</a>
</li>
<li>
<a href="nursery.html">
<img src="svg/nursery.svg" alt="">
</a>
</li>
<li>
<a href="conversations.html">
<img src="svg/envelope.svg" alt="">
</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="create" role="presentation">
<a href="#proteged" aria-controls="proteged" role="tab" data-toggle="tab" style="color: ;">
<i class="fas fa-user"></i> 24
</a>
</li>
<li class="create">
<a href="add_note.html">
<i class="fa fa-plus" style="border-radius: 50%;border: 2px solid #333;padding: 2px"></i> Add Note
</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<section id="create-post">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2 col-xs-12 col-xs-offset-0">
<section id="conversations" class="notiication" style="padding: 0px 8px;background: white;">
<div>
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active"><a href="#feed" aria-controls="feed" role="tab" data-toggle="tab" style="color: #333;">Feed</a></li>
<li role="presentation"><a href="#proteged" aria-controls="proteged" role="tab" data-toggle="tab" style="color: #333;">Proteges</a></li>
<li role="presentation"><a href="#brodcast" aria-controls="brodcast" role="tab" data-toggle="tab" style="color: #333;">Broadcast</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane fade in active" id="feed">
<div class="message unread">
<a href="">
<p class="detail">
<span class="time">Today 11:45am</span>
</p>
<p class="last-msg">
<i class="fas fa-envelope"></i>
<span>You have a <a href="message.html" style="font-weight: bold;"> new message</a></span>
</p>
</a>
</div>
<div class="message unread">
<a href="">
<p class="detail">
<!-- <span class="name">Jane Iworder</span> -->
<span class="time">Today 11:45am</span>
</p>
<p class="last-msg">
<img src="img/portrait1.jpg" alt="">
<span><a href="profile.html" style="font-weight: bold;">Goodluck Jonathan </a> is following you</span>
</p>
</a>
</div>
<div class="message">
<a href="">
<p class="detail">
<!-- <span class="name">Jane Iworder</span> -->
<span class="time">Today 11:45am</span>
</p>
<p class="last-msg">
<!-- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Animi quas ut magni, rem non fugiat! -->
<i class="fas fa-newspaper"></i>
<span style="">You have a <a href="message.html" style="font-weight: bold;"> new review request</a></span>
</p>
</a>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="proteged">
Proteges
You have 22 proteges.
<div class="users">
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="brodcast">
<p style="margin-bottom: 15px;margin-top: 5px;">Want to share a story or teach your proteges some pretty interesting stuff? <a href="add_note" style="font-weight: bold;color: #333;">Share a note</a></p>
<p style="margin-bottom: 15px;margin-top: 5px;">You can make your note public or strictly between your proteges.</p>
<h4 style="font-weight: bold;margin-bottom: 20px;">Previous notes<h4>
<div class="note">
<div class="details">
<h3>
<a href="article.html" style="color: #333;font-size: 16px;font-weight: bold">A Door Ajar</a>
</h3>
<p class="excerpt" style="font-size: 14px;color: #555;">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Provident quam architecto vel aspernatur velit,
</p>
<p class="stats" style="font-size: 12px;color: #777;">
<span class="time">
<i class="far fa-clock" style="margin-right: 4px;"></i>6 min ago
</span>
<span class="seperator" style="margin: 0px 5px;">
<i class="fas fa-circle" style="font-size: 4px;vertical-align: middle;"></i>
</span>
<span class="comments">
<i class="fas fa-comments" style="margin-right: 4px;"></i>39 comments
</span>
</p>
</div>
</div>
<div class="note">
<div class="details">
<h3>
<a href="article.html" style="color: #333;font-size: 16px;font-weight: bold">A Door Ajar</a>
</h3>
<p class="excerpt" style="font-size: 14px;color: #555;">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Provident quam architecto vel aspernatur velit,
</p>
<p class="stats" style="font-size: 12px;color: #777;">
<span class="time">
<i class="far fa-clock" style="margin-right: 4px;"></i>6 min ago
</span>
<span class="seperator" style="margin: 0px 5px;">
<i class="fas fa-circle" style="font-size: 4px;vertical-align: middle;"></i>
</span>
<span class="comments">
<i class="fas fa-comments" style="margin-right: 4px;"></i>39 comments
</span>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</section>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>