-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (38 loc) · 1.53 KB
/
index.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
<!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">
<link rel="stylesheet" href="style.css">
<title>PROJECT</title>
</head>
<body>
<h1 class="Title">3in1</h1>
<p class="Sub-Heading">A 9 Day Skill Acquisition Program</p>
<div class="Main-Poster-Div">
<img class="Main-Poster" src="img1.jpg" alt="Main Poster">
</div>
<h1 class="Tracks">Course Varieties</h1>
<div class="python">
<img class="pythim" src="python.jpg" alt="Python image">
</div>
<div class="Register-Link-Python">
<a class="Register-LinkPy" href="https://bit.ly/pythonx101">Register for Python</a>
<a class="PytRec" href="https://drive.google.com/drive/folders/19tiBGwH-P3Xm4JvGFVJ8wVqJ5d76eYNS">Previous Recordings</a>
</div>
<div class="webd">
<img class="webdim" src="webd.jpg" alt="Web Dev image">
</div>
<div class="Register-Link-Webd">
<a class="Register-LinkWe" href="https://bit.ly/webx101">Register for Web Develpoment</a>
<a class="WebRec" href=" https://drive.google.com/drive/folders/1mV4DbLwadRTM_0i9pn9okYoPHx1whUyM">Previous Recordings</a>
</div>
<div class="flutter">
<img class="flutim" src="flutter.jpg" alt="Flutter image">
</div>
<div class="Register-Link-Flutter">
<a class="Register-LinkFl" href=" https://bit.ly/flutterx101">Register For Flutter</a>
</div>
</body>
</html>