-
Notifications
You must be signed in to change notification settings - Fork 0
/
myPosts.html
230 lines (199 loc) · 9.09 KB
/
myPosts.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
229
230
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<title>CODA - Highlight</title>
<meta name="viewport" content="width=device-width">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/nav_float.css">
<link rel="stylesheet" href="css/boxInforAccount.css">
<link rel="stylesheet" href="css/aparencyCards.css">
<link rel="stylesheet" href="css/myPosts/gridSystem__myPosts.css">
<link rel="stylesheet" href="css/myPosts/myHighLightPag.css">
<link rel="stylesheet" href="css/darcula.css">
<link rel="stylesheet" href="css/myPosts/responsive__myPostPag.css">
<link rel="stylesheet" href="css/semiFullScreen.css">
<link rel="stylesheet" href="css/arrowUp.css">
<link rel="icon" href="assets/icon.png">
</head>
<body>
<!------------------------------------------------------ topo da pagina inicial -->
<header class="top__pag">
<a href="index.html" id="tagAheader">
<img class="top__logo__img" src="assets/img/logo_coda.png">
</a>
<input class="top__search" type="search" name="search" placeholder="Search">
<section class="infoField">
<img id="infoField__icon_notification" src="assets/icons/notifications_white_24dp.svg">
<img id="infoField__icon_info" src="assets/icons/info_white_24dp.svg">
</section>
</header>
<!------------------------------------------------------ postagem do usuário -->
<section class="container">
<section class="box__highLightbyNameUser">
<h1 class="highLightbyNameUser">Posted by "..."</h1>
</section>
<main class="myPosts">
<span class="box__nologged_myPost" style="display: none; margin-top: 30px;">
<p class="noContent__text">You must be logged in to view your posts on CODA</p>
</span>
<span class="box__noContent_myPost" style="display: none;">
<img class="noContent__img" src="assets/img/sorry-item-not-found.png">
<p class="noContent__text">No traces of publications around here</p>
</span>
</main>
<!------------------------------------------------------ arrowUp -->
<span class="circle_arrowUp" style="transition: 600ms; display: none;">
<img class="circle_arrowUp__icon" src="assets/icons/keyboard_arrow_up_white_24dp.svg">
</span>
<!------------------------------------------------------ menu de navegação (float) -->
<nav class="nav_float">
<section id="nav_link__search">
<section class="nav_buttons">
<div class="block_icon">
<img class="block_icon_iconPosition" src="assets/icons/search_white_24dp.svg" type="svg">
</div>
<div class="box_titleSection">
<p id="box_titleSection_search" class="nav_titleSection">Search</p>
</div>
<div class="box__search" style="display: none;">
<input class="input_search" type="text" name="Search" placeholder="Search">
<img class="img_search" src="assets/icons/search_white_24dp.svg">
</div>
</section>
</section>
<section id="nav_link__account" style="display: none;">
<section class="nav_buttons">
<div class="block_imgUser">
<img class="imgUser" src="assets/img/img-perfil.png">
</div>
<div class="box_titleSection">
<p id="box_titleSection_account" class="nav_titleSection">Account</p>
</div>
<div class="box_inforAccount" style="display: none;">
<img class="box_inforAccount_imgAccount" src="assets/img/img-perfil.png">
<p class="box_inforAccount_nameUser">Emerson_Britto</p>
<p class="box_inforAccount_idUser">ID: 98657473</p>
<section class="buttons__confi_logOut">
<div class="box_button__config"></div>
<button class="box_inforAccount_logOut">Log out</button>
</section>
</div>
</section>
</section>
<section id="nav_link__SignUpIn">
<section class="nav_buttons">
<div class="block_icon__login">
<img class="block_icon_iconPosition" src="assets/icons/login_white_24dp.svg">
</div>
<div class="box_titleSection">
<p id="box_titleSection_SignUpIn" class="nav_titleSection">Sign Up/In</p>
</div>
<div class="box_select_SignUp_SignIn" style="display: none;">
<button class="SignUp_SignIn__button" id="button_signIn" onclick="redirectlogin()">Sign in</button>
<button class="SignUp_SignIn__button" id="button_signUp" onclick="redirectSignUp()">Sign up</button>
</div>
</section>
</section>
<a id="nav_link__codeEitor" href="index.html">
<section class="nav_buttons">
<div id="block_icon__codeEditor" class="block_icon">
<img class="block_icon_iconPosition" src="assets/icons/code_white_24dp.svg" type="svg">
</div>
<div id="box_titleSection_CodeEditor" class="box_titleSection">
<p class="nav_titleSection">Code Editor</p>
</div>
</section>
</a>
<a id="nav_link__myPost" href="myPosts.html">
<section class="nav_buttons">
<div class="block_icon__active">
<img class="block_icon_iconPosition" src="assets/icons/library_books_white_24dp.svg" type="svg">
</div>
<div class="box_titleSection">
<p id="box_titleSection_MyPost" class="nav_titleSection">My Posts</p>
</div>
</section>
</a>
<a id="nav_link__bookmarks" href="bookmarks.html">
<section class="nav_buttons">
<div class="block_icon">
<img class="block_icon_iconPosition" src="assets/icons/bookmarks_white_24dp.svg" type="svg">
</div>
<div class="box_titleSection">
<p id="box_titleSection_bookmarks" class="nav_titleSection">Bookmarks</p>
</div>
</section>
</a>
<a id="nav_link__community" href="community.html">
<section class="nav_buttons">
<div class="block_icon">
<img class="block_icon_iconPosition" src="assets/icons/forum_white_24dp.svg" type="svg">
</div>
<div class="box_titleSection">
<p id="box_titleSection_community" class="nav_titleSection">Community</p>
</div>
</section>
</a>
</nav>
</section>
<!----------------------------------- visualização de postagem em modo SemiTela cheia -->
<span class="view__semiFullScreen" style="display: none;">
<img id="icon_closeFullView" onclick="closeFullView()" src="assets/icons/close_white_24dp.svg">
<div class="painel__code">
<div class="box__buttons__decoration_fullView">
<div class="button__decoration__red buttons__decoration_fullview"></div>
<div class="button__decoration__yellow buttons__decoration_fullview"></div>
<div class="button__decoration__green buttons__decoration_fullview"></div>
</div>
<div class="wrapper_code here">
</div>
</div>
<section class="box__info_feed">
<section class="section__info">
<section class="inforUser">
<img id="inforUser__img" src="assets/img/img-perfil.png">
<div class="box__name_time">
<p id="inforUser__name">Emerson_Britto</p>
<p id="inforUser__time">10 min Ago</p>
</div>
</section>
<section class="commit">Meu code para vcs</section>
<section class="dateFeedbacks">
<img id="dateFeedbacks_iconLikes" class="dateFeedbacks__icons" src="assets/icons/icon_like.svg">
<p id="dateFeedbacks_numLike" class="dateFeedbacks_nums">0</p>
<img id="dateFeedbacks_iconCommit" class="dateFeedbacks__icons" src="assets/icons/icon_feedBack.svg">
<p id="dateFeedbacks_numCommit" class="dateFeedbacks_nums">0</p>
<img id="dateFeedbacks_iconBookmark" src="assets/icons/bookmark_border_white_24dp.svg">
</section>
</section>
<section class="section__commits">
<section class="section__allCommits"></section>
<section class="section__sendCommit" style="display: none;">
<img id="imgUser_sendCommit" onmouseenter="showNameUserLogged()" onmouseleave="hideNameUserLogged()" src="assets/img/img-perfil.png">
<span id="tooltip" style="display:none;"><p id="tooltip_txt">Logged - @Emerson_Britto</p></span>
<input id="input_sendCommit" type="text" name="commit" placeholder="Type Here..">
<img src="assets/icons/send_white_24dp.svg">
</section>
<p id="alertNoLogged__sendCommit" style="display:none;">You must be logged in to send commits</p>
</section>
</section>
</span>
<script src="js/CodaFunction.js"></script>
<script src="js/loginChecker.js"></script>
<script src="js/highlight.js"></script>
<script src="js/timeSince.js"></script>
<script src="js/myPosts/postTemplateOnMyPost.js"></script>
<script src="js/myPosts/getProjectMyPost.js"></script>
<script src="js/feedBackCounterSystem.js"></script>
<script src="js/myPosts/managerPostSystem.js"></script>
<script src="js/fullScreenSystem.js"></script>
<script src="js/scrollSystem.js"></script>
<script src="js/openSearch.js"></script>
<script src="js/redirectSign.js"></script>
<script src="js/boxInforAccount.js"></script>
<script src="js/command__shortcut.js"></script>
</body>
</html>