-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
136 lines (133 loc) · 5.45 KB
/
index.html
File metadata and controls
136 lines (133 loc) · 5.45 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Class notes</title>
</head>
<body>
<main>
<div id="left">
<div id="logo">Class Notes</div>
<div id="menu-bar">
<div id="dash-menu-top">
<ul>
<a href="#"><li>Home</li></a>
<a href="#"><li>Books</li></a>
<a href="#"><li>Outlines</li></a>
<a href="#"><li>Notes</li></a>
<a href="#"><li>Past papers</li></a>
<a href="#"><li>Quizzes</li></a>
</ul>
</div>
<div id="dash-menu-btm">
<ul>
<a href="#"><li>Support</li></a>
<a href="#"><li>Setting</li></a>
<a href="#"><li>Profile</li></a>
</ul>
</div>
</div>
</div>
<div id="right">
<div id="nav">
<div id="current-page-left">
<h1>Home /Notes /Probability and Statistics</h1>
</div>
<div id="current-page-right">
<div id="notifications">
<!-- <img width="80%" src="./Assests/notification icon.svg" alt=""> -->
</div>
<div id="Profile">
<div id="profile-icon"></div>
<h1>Muhammad Muneeb</h1>
</div>
</div>
</div>
<div id="view-courses">
<div id="view">
<div id="view-main-heading">
<h1>Probability and Statistics</h1>
<h1>3 Credit Hours</h1>
<h1>MS-251</h1>
</div>
<div id="chapters">
<div id="scroll-down-view">
<h1>Chapter No 1</h1>
<h1>Course Outline topic Display in this portion</h1>
<div class="btns">
<button>View</button>
<button>Download</button>
</div>
</div>
<div id="scroll-down-view">
<h1>Chapter No 1</h1>
<h1>Course Outline topic Display in this portion</h1>
<div class="btns">
<button>View</button>
<button>Download</button>
</div>
</div>
<div id="scroll-down-view">
<h1>Chapter No 1</h1>
<h1>Course Outline topic Display in this portion</h1>
<div class="btns">
<button>View</button>
<button>Download</button>
</div>
</div>
<div id="scroll-down-view">
<h1>Chapter No 1</h1>
<h1>Course Outline topic Display in this portion</h1>
<div class="btns">
<button>View</button>
<button>Download</button>
</div>
</div>
<div id="scroll-down-view">
<h1>Chapter No 1</h1>
<h1>Course Outline topic Display in this portion</h1>
<div class="btns">
<button>View</button>
<button>Download</button>
</div>
</div>
<div id="scroll-down-view">
<h1>Chapter No 1</h1>
<h1>Course Outline topic Display in this portion</h1>
<div class="btns">
<button>View</button>
<button>Download</button>
</div>
</div>
</div>
</div>
<div id="courses">
<h1>Explore Courses</h1>
<div id="explore-courses">
<div id="course">
<div class="img"></div>
<div>
<h1>Probability and Statistics</h1>
<p>3 Credit Hours</p>
<p>Course Code <span>MS-251</span></p>
</div>
</div>
</div>
</div>
</div>
<div id="btm-container">
<div id="cont">
<div id="comp-tips">
<div id="comp"></div>
<div id="tips"></div>
</div>
<div id="info"></div>
</div>
<div id="comments"></div>
</div>
</div>
</main>
</body>
</html>