-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfrastracture_Status.html
More file actions
98 lines (89 loc) · 4.43 KB
/
Copy pathInfrastracture_Status.html
File metadata and controls
98 lines (89 loc) · 4.43 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="Infrastracture_Status.css">
</head>
<body>
<div id='Base'>
<div class="header">
<div id="Header_Content">
<div class="header-hamburger">
<img id="hero_image" alt="menu" src="images/Header_Hamburger.svg" />
</div>
<div class="header-logo" to="/">
<img id="hero_image" alt="campus logo" src="images/Header_Logo_Icon.svg" />
<div class="header-logo-text">CAMPUS.TRACKR</div>
</div>
</div>
</div>
<div id='Body'>
<div id='Hero'>
<div id='Hero_Heading' class="heading1">
</span>Infrastructure <span class="yellow_text">Status</span>
</div>
<div id='Count' class="SubHeading">
</span>10,000 Reports</span>
</div>
<div id='Hero_Line'></div>
</div>
<div id="Items">
<div class="Option">
<h2>Article Title 1</h2>
<p>This is a short preview of the article. Click to read more...</p>
</div>
<div class="Option">
<h2>Article Title 2</h2>
<p>This is another short preview of an article. More info inside...</p>
</div>
</div>
</div>
<div class="footer">
<div class="footer-content">
<div class="footer-content-logo">
<img class="img" alt="Footer content logo" src="images/logo_Icon_white.svg" />
<div class="text-wrapper heading1">CAMPUS.TRACKR</div>
</div>
<div class="div SOCIALS">
<img class="footer-content-6" alt="Footer content" src="images/Google_Icon.svg" />
<img class="footer-content-6" alt="Footer content" src="images/Facebook_Icon.svg" />
<img class="footer-content-6" alt="Footer content" src="images/GitHub_Icon.svg" />
<img class="footer-content-6" alt="Footer content" src="images/LinkedIn_Icon.svg" />
</div>
<div class="footer-content-2">
<div class="footer-content-3">
<div class="footer-content-4">
<div class="footer-content-5" to="/">
<img class="footer-content-6" alt="Footer content" src="images/Home_Icon_Footer.svg" />
<div class="footer-content-7">Home</div>
</div>
<div class="footer-content-5" to="/lost-and-found">
<img class="footer-content-6" alt="Footer content" src="images/L_F_Icon_Footer.svg" />
<div class="footer-content-7">Lost & Found</div>
</div>
</div>
<div class="footer-content-9">
<div class="footer-content-5" to="/reports">
<img class="footer-content-6" alt="Footer content" src="images/Report_Icon_Footer.svg" />
<div class="footer-content-7">Report</div>
</div>
<div class="footer-content-5" to="/infrastructure-status">
<img class="footer-content-6" alt="Footer content" src="images/I_S_Icon_Footer.svg" />
<div class="footer-content-7">Infrastructure</div>
</div>
</div>
</div>
<div class="footer-content-5" to="/about">
<div class="footer-content-5">
<img class="footer-content-6" alt="Footer content" src="images/About_Us_Icon_Footer.svg" />
<div class="footer-content-7">About Us</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>