-
Notifications
You must be signed in to change notification settings - Fork 2
/
homepage_emp.html
125 lines (111 loc) · 5.27 KB
/
homepage_emp.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Section For SEO -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Title -->
<title>Your Feed</title>
<!-- Linking Bootstrap and CSS -->
<link rel="icon" href="img/logo.png">
<link rel="stylesheet" href="css/homepage_emp.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body style="overflow-x: hidden;" onload = "initRequests()">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#"><img src="img/vitlogo.png" id="vitlogo" alt=""></a>
<a id="AVIT" href = "#">AchieveVIT</a>
<div class="form-inline my-2 my-lg-0 navbar-nav navbar-center">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search" id = "searchFac">
<button class="btn my-2 my-sm-0 sea" onClick = "search()">Search</button>
</div>
<a class="nav-link ml-auto">
<div class="dropdown">
<div class="profile_pic">
<img src="img/Path 7.png">
</div>
<div id = "dropdown">
</div>
<div class="dropdown-content">
<a href="myprofile.html" >MY PROFILE</a>
<a href="#" style="border-top: 3px solid #2E6DA4;" onClick = "logout()">LOGOUT</a>
</div>
</div>
</a>
</nav>
<div class="row">
<div class="col-4" style="background-image:url('img/left_component.png');">
<div class="row" style="margin-bottom: 117px; margin-top: 80px;" id = "myDetails">
<div class="col-2">
</div>
<div class="col-2">
<img src="img/Ellipse 5.png" width="80px" height="80px">
</div>
</div>
</div>
<div class="col-4">
<table class="table mt-3" id = 'searchTable'>
<thead class="thead" style="background-color: #2E6DA4 !important;">
<tr style="color:white;">
<th scope="col">#</th>
<th scope="col">Employee Name</th>
<th scope="col">Employee ID</th>
<th scope="col">School</th>
</tr>
</thead>
<tbody id = "searchResults">
</tbody>
</table>
</div>
<div class="col-4" style="background-image:url('img/right_component.png');">
<div style="margin-bottom: 117px; margin-top: 80px; text-align: center;">
<button class="man" data-toggle="modal" data-target="#make-announcement">MAKE AN ANNOUNCEMENT</button>
</div>
</div>
</div>
<div id = "feed">
</div>
<!-- Modal-4 make announcement-->
<div class="modal fade" id="make-announcement" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">ADD SKILL</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Skill name">
</div>
</form>
</div>
<div class="modal-footer foot_mod">
<button type="button" class="save_changes">SAVE CHANGES</button>
</div>
</div>
</div>
</div>
<footer id="sticky-footer" class="py-3 px-4" style="margin-top: 94px;">
<div class="row">
<div class="mr-auto" >
<img class="mr-3 ml-3" src="img/linkedin.png" style="width: 20px; height:20px">
<img class="mr-3" src="img/insta.png" style="width: 20px; height:20px">
<img src="img/fb.png" style="width: 20px; height:20px">
</div>
<div class="ml-auto mr-4" style="color: white;">
Copyright © Vellore, VIT
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="js/feed.js"></script>
<script src = "js/search.js"></script>
</body>
</html>