-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (34 loc) · 1.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<title>Document</title>
</head>
<body>
<div id="navbar">
<div class="logo">
<img src="/home/sheza/finals/SST_Logo.png">
</div>
<div class="logo2">
<img src="/home/sheza/finals/scaler-social.png">
</div>
</div>
<div class="post-container">
<div class="post">
<h2>Post your Thoughts here!</h2>
<div class="textArea">
<input type= "text" placeholder="Enter your Thoughts here!">
</div>
<button class="postbtn">Post</button>
</div>
</div>
<div class="main-cont">
<div class="feed-ticket">
</div>
</div>
<script src="script.js"></script>
</body>
</html>