-
Notifications
You must be signed in to change notification settings - Fork 0
/
sys.php
227 lines (196 loc) · 8.93 KB
/
sys.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
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
<?php session_start(); ?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>System Analysis</title>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/bu.css">
<!-- <link href="https://fonts.googleapis.com/css?family=Anton|Gugi|Josefin+Sans|Lora|Merriweather+Sans|Poppins" rel="stylesheet">-->
</head>
<style>
.side{
border: 0.5px solid lightgrey;
margin-top: 69px;
height: 90vh;
background-color: #FAF9F7;
}
.side img{
margin-top: 15px;
margin-left: 40px;
border-radius: 1%;
}
.side ul{
list-style: none;
font-size: 17px;
margin-top: 20px;
}
.side li{
line-height: 1.9;
}
.side a{
color: black;
text-decoration: none;
font-weight: 500;
}
.side a:hover{
color: orangered;
}
.content{
margin-top: 78px;
}
.content h2 a{
color: orangered;
text-decoration: none;
}
.content h2 a:hover{
color:orange;
text-decoration: none;
}
.detail{
margin-top: 70px;
}
.content details summary{
color: orange;
font-weight: bold;
font-size: 17px;
}
.content details summary:hover{
color: orangered;
}
.content details ul{
list-style: none;
}
.content details li{
line-height: 1.7;
}
footer{
top: 0px;
}
</style>
<body>
<!--Start Navbar-->
<?php include 'materialhead.php'; ?>
<!--End Navbar-->
<div class="container-fluid">
<div class="row">
<div class="side col-3">
<img src="img/artificial-intelligence-automation-bookcase-1329068.jpg" width="250px" height="150px">
<ul>
<a href="#"><li>Materials</li></a>
<a href="checkgrade.php"><li>Grades</li></a>
<a href="checkgrade.php"><li>Attendence</li></a>
<a href="#"><li>Members</li></a>
</ul>
</div>
<div class="content col-9">
<h2><a href="#">System Analysis, BFCI, Spring 2019: Faculty of Computers and<br>Informatics Benha.</a></h2>
<hr style="border: 0.5px solid lightgrey">
<section class="detail">
<details>
<summary>Text Book</summary>
<ul>
<li><a href="files/sys/essentials-of-systems-analysis-and-design-5th-ed.pdf">
System Analysis Book</a></li>
</ul>
</details>
<hr>
<details>
<summary>Lectures Presentation</summary>
<ul>
<li>
<a href="files/sys/Chapter%201.pdf">
Chapter1</a>
</li>
<li>
<a href="files/sys/Chapter%203.pdf">
Chapter3</a>
</li>
<li>
<a href="files/sys/Chapter%204.pdf">
Chapter4</a>
</li>
<li>
<a href="files/sys/Chapter%205.pdf">
Chapter5</a>
</li>
<li>
<a href="files/sys/Chapter%206.pdf">
Chapter6</a>
</li>
<li>
<a href="files/sys/Chapter%207.pdf">
Chapter7</a>
</li>
<li>
<a href="files/sys/Chapter%208.pdf">
Chapter8</a>
</li>
<li>
<a href="files/sys/Chapter%2012.pdf">
Chapter12</a>
</li>
</ul>
</details>
<hr>
<details>
<summary>Practical</summary>
<ul>
<li><a href="files/sys/Proj_plan_short.docx">
Project Plan</a></li>
</ul>
</details>
<hr>
<details>
<summary>Assignments</summary>
<ul>
<li><a href="files/sys/Elder-project.pdf">
Assignment1</a></li>
</ul>
</details>
<hr>
</section>
</div>
</div>
</div>
<!-- Start Footer -->
<footer>
<div class="container-fluid">
<div class="social">
<ul>
<span><li><a href="#">TOUR</a></li></span>
</ul>
</div>
<div class="social">
<ul>
<span><li><a href="#">RESOURCES</a></li></span>
<li><a href="#">Video</a></li>
<li><a href="#">Webinars</a></li>
<li><a href="#">Presentations</a></li>
<li><a href="#">Best Practices</a></li>
<li><a href="#">Product Info</a></li>
<li><a href="#">Research</a></li>
<li><a href="#">Stories</a></li>
</ul>
</div>
<div class="social">
<ul>
<span><li><a href="#">ABOUT</a></li></span>
<li><a href="#">Careers</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<hr style=" border: 0.5px solid white;">
<span style="color: aliceblue;font-size: 18px;margin-left: 38%;font-family: monospace;">2019 BU_Learn.All Rights Reserved.</span>
<span></span>
</div>
</footer>
<!-- End Footer -->
<script src="js/jquery-3.3.1.min.js"> </script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bu.js"></script>
</body>
</html>