-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
234 lines (229 loc) · 7.39 KB
/
index.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
231
232
233
234
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DSN</title>
<link rel="stylesheet" type="text/css" href="styles/normalize.css" />
<link rel="stylesheet" type="text/css" href="styles/main.css" />
<link rel="stylesheet" type="text/css" href="styles/index.css" />
<script src="scripts/main.js"></script>
</head>
<body>
<noscript>
<h2>This website work better with javascript running.</h2>
</noscript>
<header>
<a class="logo" href="index.html" title="Feed">
<img src="icons/bug_report/svg/bug_report-black-48dp.svg" alt="Logo" />
</a>
<a class="slogan" href="index.html">
<h1>DSN</h1>
</a>
<form
name="search"
method="get"
target="_top"
class="search"
title="Search"
>
<input type="text" placeholder="Search..." name="search" />
<input type="submit" value="" />
</form>
<div class="account menu-opener" title="Account">
<a href="profile.html">
<img
src="icons/account_circle/svg/account_circle-black-48dp.svg"
alt="Account"
/>
</a>
<nav class="menu">
<a href="profile.html">Profile</a>
<a href="gallery.html">Gallery</a>
<a href="login.html">Sign in / Sign up / Sign out</a>
</nav>
</div>
</header>
<main>
<!-- #region new post -->
<form class="new-post" name="new-post" method="get">
<input type="file" name="media" />
<input type="text" name="text" placeholder="Write a new post..." />
<input type="submit" value="" />
</form>
<!-- #endregion new post -->
<!-- #region posts 1 -->
<div class="post">
<div class="post-header">
<div class="avatar-holder">
<img src="images/persons/image.jpeg" alt="Profile Image" />
</div>
<h4>Help</h4>
</div>
<div class="post-body">
<p>
i need a good advice about a problam i have with my css file please
help me!
</p>
</div>
<div class="post-footer">
<form class="comment" name="comment" method="get">
<input
name="agree"
type="submit"
value=""
onclick="this.classList.add('agreed')"
/>
<input type="text" placeholder="Write a comment..." />
<input name="send" type="submit" value="" />
</form>
<div class="comment-section">
<div class="comment">
<div class="comment-header">
<div class="avatar-holder">
<img
src="icons/account_circle/svg/account_circle-black-48dp.svg"
alt="Profile Image"
/>
</div>
<h4>Random commenter</h4>
</div>
<div class="comment-body">
<p>Google it!</p>
</div>
<div class="comment-footer">
<form class="commenter" name="commenter" method="get">
<input
name="agree"
type="submit"
value=""
onclick="this.classList.add('agreed')"
/>
</form>
<p class="counter">12</p>
</div>
</div>
</div>
</div>
</div>
<!-- #endregion posts 1 -->
<!-- #region posts 2 -->
<div class="post">
<div class="post-header">
<div class="avatar-holder">
<img src="images/persons/image.jpg" alt="Profile Image" />
</div>
<h4>Please Help!!!</h4>
</div>
<div class="post-body">
<p>
i need a partner for a new startup comment if you are interesting!
</p>
</div>
<div class="post-footer">
<form class="comment" name="comment" method="get">
<input
name="agree"
type="submit"
value=""
onclick="this.classList.add('agreed')"
/>
<input type="text" placeholder="Write a comment..." />
<input name="send" type="submit" value="" />
</form>
<div class="comment-section"></div>
</div>
</div>
<!-- #endregion posts 2 -->
<!-- #region posts 3 -->
<div class="post">
<div class="post-header">
<div class="avatar-holder">
<img src="images/persons/image2.jpeg" alt="Profile Image" />
</div>
<h4>No Title</h4>
</div>
<div class="post-body">
<p>Does someone want me to give him a project of my costumer?</p>
</div>
<div class="post-footer">
<form class="comment" name="comment" method="get">
<input
name="agree"
type="submit"
value=""
onclick="this.classList.add('agreed')"
/>
<input type="text" placeholder="Write a comment..." />
<input name="send" type="submit" value="" />
</form>
<div class="comment-section">
<div class="comment">
<div class="comment-header">
<div class="avatar-holder">
<img src="images/persons/image2.jpg" alt="Profile Image" />
</div>
<h4>Developer123</h4>
</div>
<div class="comment-body">
<p>Please contact me</p>
</div>
<div class="comment-footer">
<form class="commenter" name="commenter" method="get">
<input
name="agree"
type="submit"
value=""
onclick="this.classList.add('agreed')"
/>
</form>
<p class="counter">0</p>
</div>
</div>
</div>
</div>
</div>
<!-- #endregion posts 3 -->
<!-- #region posts 4 -->
<div class="post">
<div class="post-header">
<div class="avatar-holder">
<img src="images/persons/image.jpeg" alt="Profile Image" />
</div>
<h4>?</h4>
</div>
<div class="post-body">
<p>
Can someone help become a senior web developer so i can find a job
as a senior web developer?
</p>
</div>
<div class="post-footer">
<form class="comment" name="comment" method="get">
<input
name="agree"
type="submit"
value=""
onclick="this.classList.add('agreed')"
/>
<input type="text" placeholder="Write a comment..." />
<input name="send" type="submit" value="" />
</form>
<div class="comment-section"></div>
</div>
</div>
<!-- #endregion posts 4 -->
<!-- #region post loader -->
<span class="loader"></span>
<!-- #endregion post loader -->
</main>
<footer>
<p>This is the final project for Full Stack Course</p>
<p>
©
<strong>Created By:</strong>
Or Linzer and Itamar Kalimi
</p>
</footer>
</body>
</html>