-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourse_detail.html
59 lines (58 loc) · 2.75 KB
/
course_detail.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Transcript</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style2.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<style media="screen">
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
</style>
</head>
<body>
<header>
<img class="logo" src="pucit_logo_png.png" alt="logo_pucit" height="90px">
<div id="header_heading">
<h2>FCIT</h2>
<h3>Department of Data Science</h3>
</div>
<nav>
<ul class="nav_links">
<li><a href="student.html">Homepage</a></li>
<li><a href="teachers.html">Add/Remove Courses</a></li>
<li><a href="transcript.html">Transcript</a></li>
<li><a href="teachers.html">Fee Details</a></li>
<li><a href="teachers.html"><img src="my_account.png" height="50px" ></a></li>
<li><a href="https://classroom.google.com/h"><img src="classsroom_logo.png" height="30px" ></a></li>
</ul>
</nav>
</header>
<div id="list_contents">
<ul>
<li><a href="err_stu.html"> Course incharge</a> </li>
<li><a href="err_stu.html">attendence</a></li>
<li><a href="result_table.html">mark sheet</a></li>
<li> <a href="err_stu.html">course material</a></li>
<li><a href="err_stu.html"> papers</a></li>
<li> <a href="err_stu.html">course info</a> </li>
<li> <a href="err_stu.html">performance dashboard</a></li>
</ul>
</div>
</div>
<footer>
<div class="footer-content">
<h3>contact Us</h3>
<p>Address: F7J8+53W, Samsani Road, Quaid-i-Azam Campus, Lahore, Punjab</p>
<p>phone:(042)99210885</p>
<ul class="socials">
<li><a href="https://web.facebook.com/Faculty.of.Computing.and.Information.Technology?_rdc=1&_rdr"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/PUCITOfficial"><i class="fa fa-twitter"></i></a></li>
<li><a href="teachers.html"><i class="fa fa-google-plus"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCXlweM44UogZ6tLOMMUqtkg/videos"><i class="fa fa-youtube"></i></a></li>
<li><a href="teachers.html"><i class="fa fa-linkedin-square"></i></a></li>
</ul>
</div>
</footer>