-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResources.html
128 lines (76 loc) · 3.58 KB
/
Resources.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resources</title>
<link rel="stylesheet" href="C:\Users\DELL\Desktop\PROGATE WEBSITE\stylesheet css.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
</head>
<header>
<div class="container">
<div class="header-left">
<a href="C:\Users\DELL\Desktop\PROGATE WEBSITE\1.html"><center><img class="logo" src="C:\Users\DELL\Desktop\PROGATE WEBSITE\homeskool.jpg"></center></a><br><marquee behavior="scroll" direction="right"><h3 style="color:black;">The whole purpose of education is to turn Mirrors into Windows !</h3></marquee><br>
</div>
</div>
<div class="topnav">
<center>
<a href="C:\Users\DELL\Desktop\PROGATE WEBSITE\About us.html">ABOUT-US</a>
<a href="C:\Users\DELL\Desktop\PROGATE WEBSITE\Contact us.html">CONTACT-US</a>
<a href="C:\Users\DELL\Desktop\PROGATE WEBSITE\login.html" class="login">LOG-IN</a>
<a href="C:\Users\DELL\Desktop\PROGATE WEBSITE\Bulletin-board.html">BULLETIN-BOARD</a>
<a href="C:\Users\DELL\Desktop\PROGATE WEBSITE\Timetables.html">TIME-TABLES</a>
<a href="C:\Users\DELL\Desktop\PROGATE WEBSITE\Resources.html">RESOURCES</a>
<a href="C:\Users\DELL\Desktop\PROGATE WEBSITE\Assignments.html">ASSIGNMENTS</a>
<a href="C:\Users\DELL\Desktop\PROGATE WEBSITE\Attendance.html">ATTENDANCE</a>
</center>
</div>
</header>
<div class="lesson-wrapper">
<div class="container">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<h2>ONLINE RESOURCES!</h2><br>
<br>
<div class="lessons">
<div class="lesson">
<div class="lesson-icon">
<img src="C:\Users\DELL\Desktop\WEBSITE\traditional.png">
<p><a href="https://progate.com/courses">ONLINE COURSES</a></p>
</div>
<p class="text-contents">Learn to code through this platform....<br>
And become Independent Coder!!</p>
</div>
<div class="lesson">
<div class="lesson-icon">
<img src="C:\Users\DELL\Desktop\WEBSITE\western.png">
<p><a href="https://openlibrary.org/">E-BOOKS</a></p>
</div>
<p class="text-contents">View and Read variety of books such as Story-Books,Novels,Thrillers,Kids....!!</p>
</div>
<div class="lesson">
<div class="lesson-icon">
<img src="C:\Users\DELL\Desktop\WEBSITE\indo-western.png">
<p><a href="https://www.google.com/search?q=Code+learning+videos&rlz=1C1VASU_enIN907IN907&oq=code&aqs=chrome.0.69i59j69i57j0l2j46j69i61l3.5928j0j9&sourceid=chrome&ie=UTF-8">ONLINE VIDEOS</a></p>
</div>
<p class="text-contents">Learn coding through online videos.....</p>
</div>
<div class="lesson">
<div class="lesson-icon">
<img src="C:\Users\DELL\Desktop\WEBSITE\formal.png">
<p><a href="https://www.google.com/search?q=art+and+craft+videos&rlz=1C1VASU_enIN907IN907&oq=art+and+craft+videos&aqs=chrome..69i57.43043j0j4&sourceid=chrome&ie=UTF-8">ARTISTIC THINGS</a></p>
</div>
<p class="text-contents">Relax your mind with some art and craft things...!!</p>
</div>
<div class="clear"></div>
</div>
</body>
</html>