-
Notifications
You must be signed in to change notification settings - Fork 0
/
admin4.php
50 lines (50 loc) · 2.73 KB
/
admin4.php
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
<!DOCTYPE html>
<html>
<head>
<title>HOME PAGE</title>
<link rel="stylesheet" href="webcss.css">
<style>
#up{
text-align: center;
font-size:20pt;
color:black;
font-weight:bold;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="scripts/jquery.form.js"></script>
<script type="text/javascript" src="scripts/upload.js"></script>
</head>
<body>
<h1>ADMIN LOGGED IN AS DATA ANALYST</h1>
<button style="position: absolute;right: 30px;top: 30px;background-color: red;"><a href="logout.php">LOGOUT</a></button>
<div class="container-fluid">
<ul>
<li><a href="da.php">HOME</a></li>
<li><a href="daskills.php">SKILLS</a></li>
<li><a href="dares.php">RESPONSIBILITIES</a></li>
<li><a href="admin.php">ADMIN</a></li>
<li></li>
</ul>
</div>
<div id="up"><p>Home Page</p></div>
<div style="background-color:lightblue;height:400px;">
<p style="color:black;background-color:lightblue;font-size:13pt;width:100%;font-weight:bold;">>Data analysts work with data to help their organizations make better business decisions. Using techniques from a range of disciplines, including computer programming, mathematics, and statistics, data analysts draw conclusions from data to describe, predict, and improve business performance. They form the core of any analytics team and tend to be generalists versed in the methods of mathematical and statistical analysis..</p>
<img src = "https://miro.medium.com/max/730/1*Hu4TWEt6o3iAWeqxqklbZg.jpeg" style = "width:50%; height:50%">
</div>
<footer style="background-color: black; opacity: 0.8; position: absolute; top: 750px;">
Copyrights Reserved © 2020.
<div id="f1">
<img src="https://i.pinimg.com/originals/08/17/15/0817158f3a05c0d62de647c28f4cde54.jpg" alt="INSTAGRAM">
<img src="https://static01.nyt.com/images/2014/08/10/magazine/10wmt/10wmt-articleLarge-v4.jpg?quality=75&auto=webp&disable=upscale" alt="TWITTER">
<img src="https://www.facebook.com/images/fb_icon_325x325.png" alt="FACEBOOK">
<img src="https://i.pinimg.com/originals/2d/2b/e2/2d2be2421911037d80f9921dc29d54c2.jpg" alt="YOUTUBE">
<img src="https://live.staticflickr.com/7412/16521004875_4dd4ebd65f_b.jpg" alt="FLICKR">
</div>
</footer>
<script>
var d = new Date();
document.getElementById("a").innerHTML = d;
</script>
</body>
</html>