-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (42 loc) · 1.5 KB
/
index.html
File metadata and controls
60 lines (42 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Assignments</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="container">
<div class="conta">
<div class="bl-main" id="bl-main">
<section>
<div class="bl-box">
<h2><a href="Assignments/Assignment1/index.html">Assignment-1</a></h2>
</div>
</section>
<section>
<div class="bl-box">
<h2><a href="Assignments/Assignment2/main.html">Assignment-2</a></h2>
</div>
</section>
<section>
<div class="bl-box">
<h2><a href="https://firstwebsiterr.000webhostapp.com/">Assignment-3</a></h2>
</div>
</section>
<section id="bl-box">
<div class="bl-box">
<h2><a href="Assignments/Projects/index.html">Projects</a></h2>
</div>
</section>
<section>
<div class="bl-box">
<h2><a href="Assignments/Assignment1/contacts.html">Contact</a></h2>
</div>
</section><!-- Panel items for the works -->
</div>
</div>
</div>
</body>
</html>